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: bf0e5d6
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: 69bf41e
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 26, 2025

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

    This PR was created by a scheduled workflow to regenerate the JavaScript code from `plugin-pb`.
    cq-bot authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    8a6e8b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

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

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [@grpc/grpc-js](https://grpc.io/) ([source](https://redirect.github.com/grpc/grpc-node)) | devDependencies | patch | [`1.13.3` -> `1.13.4`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.13.3/1.13.4) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-node (@&#8203;grpc/grpc-js)</summary>
    
    ### [`v1.13.4`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.13.4): @&#8203;grpc/grpc-js 1.13.4
    
    [Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.13.3...@grpc/grpc-js@1.13.4)
    
    -   Fix ability to set SNI with `ssl_target_name_override` option ([#&#8203;2956](https://redirect.github.com/grpc/grpc-node/issues/2956))
    
    </details>
    
    ---
    
    ### Configuration
    
    πŸ“… **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    e3ff70e View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency @tsconfig/node16 to v16.1.4 (#104)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [@tsconfig/node16](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) | devDependencies | patch | [`16.1.3` -> `16.1.4`](https://renovatebot.com/diffs/npm/@tsconfig%2fnode16/16.1.3/16.1.4) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>tsconfig/bases (@&#8203;tsconfig/node16)</summary>
    
    ### [`v16.1.4`](https://redirect.github.com/tsconfig/bases/compare/be6b3bb160889347b8614e8d18e1e88c40f8ecc9...dbe119a15269c1c8b262a18613ac571796fb301c)
    
    [Compare Source](https://redirect.github.com/tsconfig/bases/compare/be6b3bb160889347b8614e8d18e1e88c40f8ecc9...dbe119a15269c1c8b262a18613ac571796fb301c)
    
    </details>
    
    ---
    
    ### Configuration
    
    πŸ“… **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    579ce9f View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v0.0.36 (#102)

    πŸ€– I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.36](v0.0.35...v0.0.36) (2025-07-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency @grpc/grpc-js to v1.13.4 ([#103](#103)) ([e3ff70e](e3ff70e))
    * **deps:** Update dependency @tsconfig/node16 to v16.1.4 ([#104](#104)) ([579ce9f](579ce9f))
    * Generate JavaScript Code from `plugin-pb` ([#101](#101)) ([8a6e8b7](8a6e8b7))
    
    ---
    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 Jul 1, 2025
    Configuration menu
    Copy the full SHA
    69bf41e View commit details
    Browse the repository at this point in the history
Loading