Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudquery/plugin-pb-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.18
Choose a base ref
...
head repository: cloudquery/plugin-pb-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.19
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on May 6, 2024

  1. fix(deps): Update dependency @grpc/grpc-js to v1.10.7 (#55)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | devDependencies | patch | [`1.10.6` -> `1.10.7`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.10.6/1.10.7) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-node (@&#8203;grpc/grpc-js)</summary>
    
    ### [`v1.10.7`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.10.7): @&#8203;grpc/grpc-js 1.10.7
    
    [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.6...@grpc/grpc-js@1.10.7)
    
    -   Improve reporting of HTTP error codes ([#&#8203;2723](https://togithub.com/grpc/grpc-node/issues/2723))
    -   Update dependency on `@grpc/proto-loader` to the latest version ([#&#8203;2732](https://togithub.com/grpc/grpc-node/issues/2732))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored May 6, 2024
    Configuration menu
    Copy the full SHA
    cccda54 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. fix: Generate JavaScript Code from plugin-pb (#57)

    This PR was created by a scheduled workflow to regenerate the JavaScript code from `plugin-pb`.
    cq-bot authored May 17, 2024
    Configuration menu
    Copy the full SHA
    97268e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. fix(deps): Update dependency @grpc/grpc-js to v1.10.8 (#58)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | devDependencies | patch | [`1.10.7` -> `1.10.8`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.10.7/1.10.8) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-node (@&#8203;grpc/grpc-js)</summary>
    
    ### [`v1.10.8`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.10.8): @&#8203;grpc/grpc-js 1.10.8
    
    [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.7...@grpc/grpc-js@1.10.8)
    
    -   Fix a bug that caused channels with `unix:` targets to not reconnect after the channel goes idle ([#&#8203;2750](https://togithub.com/grpc/grpc-node/issues/2750))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    18af0d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. chore(main): Release v0.0.19 (#56)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.19](v0.0.18...v0.0.19) (2024-06-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency @grpc/grpc-js to v1.10.7 ([#55](#55)) ([cccda54](cccda54))
    * **deps:** Update dependency @grpc/grpc-js to v1.10.8 ([#58](#58)) ([18af0d1](18af0d1))
    * Generate JavaScript Code from `plugin-pb` ([#57](#57)) ([97268e4](97268e4))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    cq-bot authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    a83547e View commit details
    Browse the repository at this point in the history
Loading