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-sdk-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.11
Choose a base ref
...
head repository: cloudquery/plugin-sdk-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.12
Choose a head ref
  • 7 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 1, 2024

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

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | dependencies | patch | [`1.10.6` -> `1.10.8`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.10.6/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))
    
    ### [`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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    5a10335 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency ava to v6.1.3 (#169)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [ava](https://avajs.dev) ([source](https://togithub.com/avajs/ava)) | devDependencies | patch | [`6.1.2` -> `6.1.3`](https://renovatebot.com/diffs/npm/ava/6.1.2/6.1.3) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>avajs/ava (ava)</summary>
    
    ### [`v6.1.3`](https://togithub.com/avajs/ava/releases/tag/v6.1.3)
    
    [Compare Source](https://togithub.com/avajs/ava/compare/v6.1.2...v6.1.3)
    
    #### What's Changed
    
    -   Include Node.js 22 in supported engines and test matrix by [@&#8203;lenovouser](https://togithub.com/lenovouser) in [https://github.com/avajs/ava/pull/3328](https://togithub.com/avajs/ava/pull/3328)
    -   Add VS Code debugging instructions for Yarn PnP projects by [@&#8203;bitjson](https://togithub.com/bitjson) in [https://github.com/avajs/ava/pull/3317](https://togithub.com/avajs/ava/pull/3317)
    -   Document `serial` configuration option by [@&#8203;turadg](https://togithub.com/turadg) in [https://github.com/avajs/ava/pull/3321](https://togithub.com/avajs/ava/pull/3321)
    
    #### New Contributors
    
    -   [@&#8203;bitjson](https://togithub.com/bitjson) made their first contribution in [https://github.com/avajs/ava/pull/3317](https://togithub.com/avajs/ava/pull/3317)
    -   [@&#8203;turadg](https://togithub.com/turadg) made their first contribution in [https://github.com/avajs/ava/pull/3321](https://togithub.com/avajs/ava/pull/3321)
    -   [@&#8203;lenovouser](https://togithub.com/lenovouser) made their first contribution in [https://github.com/avajs/ava/pull/3328](https://togithub.com/avajs/ava/pull/3328)
    
    **Full Changelog**: avajs/ava@v6.1.2...v6.1.3
    
    </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
    8eca09e View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update dependency semver to v7.6.2 (#171)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [semver](https://togithub.com/npm/node-semver) | dependencies | patch | [`7.6.0` -> `7.6.2`](https://renovatebot.com/diffs/npm/semver/7.6.0/7.6.2) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>npm/node-semver (semver)</summary>
    
    ### [`v7.6.2`](https://togithub.com/npm/node-semver/blob/HEAD/CHANGELOG.md#762-2024-05-09)
    
    [Compare Source](https://togithub.com/npm/node-semver/compare/v7.6.1...v7.6.2)
    
    ##### Bug Fixes
    
    -   [`6466ba9`](https://togithub.com/npm/node-semver/commit/6466ba9b540252db405fdd2a289dd4651495beea) [#&#8203;713](https://togithub.com/npm/node-semver/pull/713) lru: use map.delete() directly ([#&#8203;713](https://togithub.com/npm/node-semver/issues/713)) ([@&#8203;negezor](https://togithub.com/negezor), [@&#8203;lukekarrys](https://togithub.com/lukekarrys))
    
    ### [`v7.6.1`](https://togithub.com/npm/node-semver/blob/HEAD/CHANGELOG.md#761-2024-05-04)
    
    [Compare Source](https://togithub.com/npm/node-semver/compare/v7.6.0...v7.6.1)
    
    ##### Bug Fixes
    
    -   [`c570a34`](https://togithub.com/npm/node-semver/commit/c570a348ffc6612af07fe94fa46b9affa5e4eff0) [#&#8203;704](https://togithub.com/npm/node-semver/pull/704) linting: no-unused-vars ([@&#8203;wraithgar](https://togithub.com/wraithgar))
    -   [`ad8ff11`](https://togithub.com/npm/node-semver/commit/ad8ff11dd200dac3a05097d9a82d1977ccfa1535) [#&#8203;704](https://togithub.com/npm/node-semver/pull/704) use internal cache implementation ([@&#8203;mbtools](https://togithub.com/mbtools))
    -   [`ac9b357`](https://togithub.com/npm/node-semver/commit/ac9b35769ab0ddfefd5a3af4a3ecaf3da2012352) [#&#8203;682](https://togithub.com/npm/node-semver/pull/682) typo in compareBuild debug message ([#&#8203;682](https://togithub.com/npm/node-semver/issues/682)) ([@&#8203;mbtools](https://togithub.com/mbtools))
    
    ##### Dependencies
    
    -   [`988a8de`](https://togithub.com/npm/node-semver/commit/988a8deb3ea76b9a314a740e66b5fc2f726822f8) [#&#8203;709](https://togithub.com/npm/node-semver/pull/709) uninstall `lru-cache` ([#&#8203;709](https://togithub.com/npm/node-semver/issues/709))
    -   [`3fabe4d`](https://togithub.com/npm/node-semver/commit/3fabe4dbfbd199fdb589c076a7f30bc1f18c6614) [#&#8203;704](https://togithub.com/npm/node-semver/pull/704) remove lru-cache
    
    ##### Chores
    
    -   [`dd09b60`](https://togithub.com/npm/node-semver/commit/dd09b60da1e618335d7c269426345b336fd5f63d) [#&#8203;705](https://togithub.com/npm/node-semver/pull/705) bump [@&#8203;npmcli/template-oss](https://togithub.com/npmcli/template-oss) to 4.22.0 ([@&#8203;lukekarrys](https://togithub.com/lukekarrys))
    -   [`ec49cdc`](https://togithub.com/npm/node-semver/commit/ec49cdcece9db0020d6829b246681ff65a393644) [#&#8203;701](https://togithub.com/npm/node-semver/pull/701) chore: chore: postinstall for dependabot template-oss PR ([@&#8203;lukekarrys](https://togithub.com/lukekarrys))
    -   [`b236c3d`](https://togithub.com/npm/node-semver/commit/b236c3d2f357a16a733c96ec2ca8c57848b70091) [#&#8203;696](https://togithub.com/npm/node-semver/pull/696) add benchmarks ([#&#8203;696](https://togithub.com/npm/node-semver/issues/696)) ([@&#8203;H4ad](https://togithub.com/H4ad))
    -   [`692451b`](https://togithub.com/npm/node-semver/commit/692451bd6f75b38a71a99f39da405c94a5954a22) [#&#8203;688](https://togithub.com/npm/node-semver/pull/688) various improvements to README ([#&#8203;688](https://togithub.com/npm/node-semver/issues/688)) ([@&#8203;mbtools](https://togithub.com/mbtools))
    -   [`5feeb7f`](https://togithub.com/npm/node-semver/commit/5feeb7f4f63061e19a29087115b50cb04135b63e) [#&#8203;705](https://togithub.com/npm/node-semver/pull/705) postinstall for dependabot template-oss PR ([@&#8203;lukekarrys](https://togithub.com/lukekarrys))
    -   [`074156f`](https://togithub.com/npm/node-semver/commit/074156f64fa91723fe1ae6af8cc497014b9b7aff) [#&#8203;701](https://togithub.com/npm/node-semver/pull/701) bump [@&#8203;npmcli/template-oss](https://togithub.com/npmcli/template-oss) from 4.21.3 to 4.21.4 ([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    154f3d9 View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update dependency ajv to v8.14.0 (#172)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [ajv](https://ajv.js.org) ([source](https://togithub.com/ajv-validator/ajv)) | dependencies | minor | [`8.13.0` -> `8.14.0`](https://renovatebot.com/diffs/npm/ajv/8.13.0/8.14.0) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>ajv-validator/ajv (ajv)</summary>
    
    ### [`v8.14.0`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.14.0)
    
    [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0)
    
    #### What's Changed
    
    -   readme: build badge by [@&#8203;epoberezkin](https://togithub.com/epoberezkin) in [https://github.com/ajv-validator/ajv/pull/2424](https://togithub.com/ajv-validator/ajv/pull/2424)
    -   Update workflows by [@&#8203;rotu](https://togithub.com/rotu) in [https://github.com/ajv-validator/ajv/pull/2410](https://togithub.com/ajv-validator/ajv/pull/2410)
    -   docs: add warning to maxLength / minLength by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2428](https://togithub.com/ajv-validator/ajv/pull/2428)
    -   fix: broken link in docs warning by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2431](https://togithub.com/ajv-validator/ajv/pull/2431)
    -   compileAsync a schema with discriminator and $ref, fixes [#&#8203;2427](https://togithub.com/ajv-validator/ajv/issues/2427)  by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2433](https://togithub.com/ajv-validator/ajv/pull/2433)
    -   bump version to 8.14.0 for publishing by [@&#8203;jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2440](https://togithub.com/ajv-validator/ajv/pull/2440)
    
    #### New Contributors
    
    -   [@&#8203;rotu](https://togithub.com/rotu) made their first contribution in [https://github.com/ajv-validator/ajv/pull/2410](https://togithub.com/ajv-validator/ajv/pull/2410)
    
    **Full Changelog**: ajv-validator/ajv@v8.13.0...v8.14.0
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    d82278c View commit details
    Browse the repository at this point in the history
  5. fix(deps): Update dependency eslint-plugin-promise to v6.2.0 (#173)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [eslint-plugin-promise](https://togithub.com/eslint-community/eslint-plugin-promise) | devDependencies | minor | [`6.1.1` -> `6.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-promise/6.1.1/6.2.0) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>eslint-community/eslint-plugin-promise (eslint-plugin-promise)</summary>
    
    ### [`v6.2.0`](https://togithub.com/eslint-community/eslint-plugin-promise/releases/tag/v6.2.0)
    
    [Compare Source](https://togithub.com/eslint-community/eslint-plugin-promise/compare/v6.1.1...v6.2.0)
    
    ##### Bug Fixes
    
    -   **no-callback-in-promise:** false positives when the exception is an argument ([#&#8203;446](https://togithub.com/eslint-community/eslint-plugin-promise/issues/446)) ([5e4546d](https://togithub.com/eslint-community/eslint-plugin-promise/commit/5e4546d83b45eae41637f0c13b1c9748421098aa))
    
    ##### Features
    
    -   Resolve `getAncestors` and `getScope` calls in eslint v9 ([#&#8203;466](https://togithub.com/eslint-community/eslint-plugin-promise/issues/466)) ([c0c716b](https://togithub.com/eslint-community/eslint-plugin-promise/commit/c0c716b1c5e513ece52443c0f0848e5aee5e2ef7))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    aa2c7cb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. fix(deps): Update dependency @cloudquery/plugin-pb-javascript to ^0.0…

    ….19 (#177)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [@cloudquery/plugin-pb-javascript](https://togithub.com/cloudquery/plugin-pb-javascript) | dependencies | patch | [`^0.0.18` -> `^0.0.19`](https://renovatebot.com/diffs/npm/@cloudquery%2fplugin-pb-javascript/0.0.18/0.0.19) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-javascript (@&#8203;cloudquery/plugin-pb-javascript)</summary>
    
    ### [`v0.0.19`](https://togithub.com/cloudquery/plugin-pb-javascript/blob/HEAD/CHANGELOG.md#0019-2024-06-01)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-pb-javascript/compare/v0.0.18...v0.0.19)
    
    ##### Bug Fixes
    
    -   **deps:** Update dependency [@&#8203;grpc/grpc-js](https://togithub.com/grpc/grpc-js) to v1.10.7 ([#&#8203;55](https://togithub.com/cloudquery/plugin-pb-javascript/issues/55)) ([cccda54](https://togithub.com/cloudquery/plugin-pb-javascript/commit/cccda54173eba4f1868709624dde194909b5f42b))
    -   **deps:** Update dependency [@&#8203;grpc/grpc-js](https://togithub.com/grpc/grpc-js) to v1.10.8 ([#&#8203;58](https://togithub.com/cloudquery/plugin-pb-javascript/issues/58)) ([18af0d1](https://togithub.com/cloudquery/plugin-pb-javascript/commit/18af0d14f1473386746afbb3b48708ff0a8f4b56))
    -   Generate JavaScript Code from `plugin-pb` ([#&#8203;57](https://togithub.com/cloudquery/plugin-pb-javascript/issues/57)) ([97268e4](https://togithub.com/cloudquery/plugin-pb-javascript/commit/97268e41a029ea14e64e59357d33b4b350c699c1))
    
    </details>
    
    ---
    
    ### Configuration
    
    πŸ“… **Schedule**: Branch creation - At any time (no schedule defined), 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a9ec712 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v0.1.12 (#170)

    πŸ€– I have created a release *beep* *boop*
    ---
    
    
    ## [0.1.12](v0.1.11...v0.1.12) (2024-06-03)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.19 ([#177](#177)) ([a9ec712](a9ec712))
    * **deps:** Update dependency @grpc/grpc-js to v1.10.8 ([#168](#168)) ([5a10335](5a10335))
    * **deps:** Update dependency ajv to v8.14.0 ([#172](#172)) ([d82278c](d82278c))
    * **deps:** Update dependency ava to v6.1.3 ([#169](#169)) ([8eca09e](8eca09e))
    * **deps:** Update dependency eslint-plugin-promise to v6.2.0 ([#173](#173)) ([aa2c7cb](aa2c7cb))
    * **deps:** Update dependency semver to v7.6.2 ([#171](#171)) ([154f3d9](154f3d9))
    
    ---
    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 3, 2024
    Configuration menu
    Copy the full SHA
    6ac6ab7 View commit details
    Browse the repository at this point in the history
Loading