{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":673925732,"defaultBranch":"main","name":"plugin-sdk-javascript","ownerLogin":"cloudquery","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-08-02T18:27:48.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/74616112?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718058159.0","currentOid":""},"activityList":{"items":[{"before":"9aabab228894584ec31a827c2ffa77b089ffdb80","after":"b0b3472453ebfe0ca17551363e31e6aa38b53c05","ref":"refs/heads/release-please--branches--main--components--plugin-sdk-javascript","pushedAt":"2024-06-10T22:22:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"},"commit":{"message":"chore(main): Release v0.1.13","shortMessageHtmlLink":"chore(main): Release v0.1.13"}},{"before":null,"after":"9aabab228894584ec31a827c2ffa77b089ffdb80","ref":"refs/heads/release-please--branches--main--components--plugin-sdk-javascript","pushedAt":"2024-06-10T22:22:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"},"commit":{"message":"fix(deps): Update dependency @grpc/grpc-js to v1.10.9 [SECURITY] (#178)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | dependencies | patch | [`1.10.8` -> `1.10.9`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.10.8/1.10.9) |\n\n### GitHub Vulnerability Alerts\n\n#### [CVE-2024-37168](https://togithub.com/grpc/grpc-node/security/advisories/GHSA-7v5v-9h63-cj86)\n\n### Impact\nThere are two separate code paths in which memory can be allocated per message in excess of the `grpc.max_receive_message_length` channel option:\n\n 1. If an incoming message has a size on the wire greater than the configured limit, the entire message is buffered before it is discarded.\n 2. If an incoming message has a size within the limit on the wire but decompresses to a size greater than the limit, the entire message is decompressed into memory, and on the server is not discarded.\n\n### Patches\n\nThis has been patched in versions 1.10.9, 1.9.15, and 1.8.22\n\n---\n\n### Release Notes\n\n
\ngrpc/grpc-node (@​grpc/grpc-js)\n\n### [`v1.10.9`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.10.9): @​grpc/grpc-js 1.10.9\n\n[Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.8...@grpc/grpc-js@1.10.9)\n\n- Avoid buffering significantly more than `grpc.max_receive_message_size` per received message.\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this PR, check this box\n\n---\n\nThis PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): Update dependency @grpc/grpc-js to v1.10.9 [SECURITY] (#178)"}},{"before":"85915341f7baa7a1428c9832b7bd2b5580d1827b","after":null,"ref":"refs/heads/renovate/npm-@grpc/grpc-js-vulnerability","pushedAt":"2024-06-10T22:22:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"}},{"before":"6ac6ab736b24f13b7f3a8dda67bd6653d3000665","after":"9aabab228894584ec31a827c2ffa77b089ffdb80","ref":"refs/heads/main","pushedAt":"2024-06-10T22:22:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"fix(deps): Update dependency @grpc/grpc-js to v1.10.9 [SECURITY] (#178)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [@grpc/grpc-js](https://grpc.io/) ([source](https://togithub.com/grpc/grpc-node)) | dependencies | patch | [`1.10.8` -> `1.10.9`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.10.8/1.10.9) |\n\n### GitHub Vulnerability Alerts\n\n#### [CVE-2024-37168](https://togithub.com/grpc/grpc-node/security/advisories/GHSA-7v5v-9h63-cj86)\n\n### Impact\nThere are two separate code paths in which memory can be allocated per message in excess of the `grpc.max_receive_message_length` channel option:\n\n 1. If an incoming message has a size on the wire greater than the configured limit, the entire message is buffered before it is discarded.\n 2. If an incoming message has a size within the limit on the wire but decompresses to a size greater than the limit, the entire message is decompressed into memory, and on the server is not discarded.\n\n### Patches\n\nThis has been patched in versions 1.10.9, 1.9.15, and 1.8.22\n\n---\n\n### Release Notes\n\n
\ngrpc/grpc-node (@​grpc/grpc-js)\n\n### [`v1.10.9`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.10.9): @​grpc/grpc-js 1.10.9\n\n[Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.8...@grpc/grpc-js@1.10.9)\n\n- Avoid buffering significantly more than `grpc.max_receive_message_size` per received message.\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this PR, check this box\n\n---\n\nThis PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): Update dependency @grpc/grpc-js to v1.10.9 [SECURITY] (#178)"}},{"before":null,"after":"85915341f7baa7a1428c9832b7bd2b5580d1827b","ref":"refs/heads/renovate/npm-@grpc/grpc-js-vulnerability","pushedAt":"2024-06-10T22:19:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"},"commit":{"message":"fix(deps): Update dependency @grpc/grpc-js to v1.10.9 [SECURITY]","shortMessageHtmlLink":"fix(deps): Update dependency @grpc/grpc-js to v1.10.9 [SECURITY]"}},{"before":"60867adad61f1e810567040e643ead0699e8ee74","after":null,"ref":"refs/heads/release-please--branches--main--components--plugin-sdk-javascript","pushedAt":"2024-06-03T10:39:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"}},{"before":"a9ec7125760c2e391ca893d4ae7b627f4c16007f","after":"6ac6ab736b24f13b7f3a8dda67bd6653d3000665","ref":"refs/heads/main","pushedAt":"2024-06-03T10:39:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"chore(main): Release v0.1.12 (#170)\n\n:robot: I have created a release *beep* *boop*\n---\n\n\n## [0.1.12](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.11...v0.1.12) (2024-06-03)\n\n\n### Bug Fixes\n\n* **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.19 ([#177](https://github.com/cloudquery/plugin-sdk-javascript/issues/177)) ([a9ec712](https://github.com/cloudquery/plugin-sdk-javascript/commit/a9ec7125760c2e391ca893d4ae7b627f4c16007f))\n* **deps:** Update dependency @grpc/grpc-js to v1.10.8 ([#168](https://github.com/cloudquery/plugin-sdk-javascript/issues/168)) ([5a10335](https://github.com/cloudquery/plugin-sdk-javascript/commit/5a10335a65ca0eeef1376d1fc45a10d631df8956))\n* **deps:** Update dependency ajv to v8.14.0 ([#172](https://github.com/cloudquery/plugin-sdk-javascript/issues/172)) ([d82278c](https://github.com/cloudquery/plugin-sdk-javascript/commit/d82278cca533f94249f480404de81b19e28d8186))\n* **deps:** Update dependency ava to v6.1.3 ([#169](https://github.com/cloudquery/plugin-sdk-javascript/issues/169)) ([8eca09e](https://github.com/cloudquery/plugin-sdk-javascript/commit/8eca09ed8ce656f813d66d702ad94964a513abe9))\n* **deps:** Update dependency eslint-plugin-promise to v6.2.0 ([#173](https://github.com/cloudquery/plugin-sdk-javascript/issues/173)) ([aa2c7cb](https://github.com/cloudquery/plugin-sdk-javascript/commit/aa2c7cba66aa21e274992e3170584c4b9883e924))\n* **deps:** Update dependency semver to v7.6.2 ([#171](https://github.com/cloudquery/plugin-sdk-javascript/issues/171)) ([154f3d9](https://github.com/cloudquery/plugin-sdk-javascript/commit/154f3d92bb07cbbd2ffd29373ffe7d91f7f9fe9c))\n\n---\nThis PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).","shortMessageHtmlLink":"chore(main): Release v0.1.12 (#170)"}},{"before":"648fdfa255c464d04d682a754a30a96459c55f24","after":"60867adad61f1e810567040e643ead0699e8ee74","ref":"refs/heads/release-please--branches--main--components--plugin-sdk-javascript","pushedAt":"2024-06-03T10:21:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"},"commit":{"message":"chore(main): Release v0.1.12","shortMessageHtmlLink":"chore(main): Release v0.1.12"}},{"before":"602d7bc7d4140cac4bcc650356694365a16e9256","after":null,"ref":"refs/heads/renovate/cloudquery-plugin-pb-javascript-0.x","pushedAt":"2024-06-03T10:21:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"}},{"before":"aa2c7cba66aa21e274992e3170584c4b9883e924","after":"a9ec7125760c2e391ca893d4ae7b627f4c16007f","ref":"refs/heads/main","pushedAt":"2024-06-03T10:21:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"fix(deps): Update dependency @cloudquery/plugin-pb-javascript to ^0.0.19 (#177)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [@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) |\n\n---\n\n### Release Notes\n\n
\ncloudquery/plugin-pb-javascript (@​cloudquery/plugin-pb-javascript)\n\n### [`v0.0.19`](https://togithub.com/cloudquery/plugin-pb-javascript/blob/HEAD/CHANGELOG.md#0019-2024-06-01)\n\n[Compare Source](https://togithub.com/cloudquery/plugin-pb-javascript/compare/v0.0.18...v0.0.19)\n\n##### Bug Fixes\n\n- **deps:** Update dependency [@​grpc/grpc-js](https://togithub.com/grpc/grpc-js) to v1.10.7 ([#​55](https://togithub.com/cloudquery/plugin-pb-javascript/issues/55)) ([cccda54](https://togithub.com/cloudquery/plugin-pb-javascript/commit/cccda54173eba4f1868709624dde194909b5f42b))\n- **deps:** Update dependency [@​grpc/grpc-js](https://togithub.com/grpc/grpc-js) to v1.10.8 ([#​58](https://togithub.com/cloudquery/plugin-pb-javascript/issues/58)) ([18af0d1](https://togithub.com/cloudquery/plugin-pb-javascript/commit/18af0d14f1473386746afbb3b48708ff0a8f4b56))\n- Generate JavaScript Code from `plugin-pb` ([#​57](https://togithub.com/cloudquery/plugin-pb-javascript/issues/57)) ([97268e4](https://togithub.com/cloudquery/plugin-pb-javascript/commit/97268e41a029ea14e64e59357d33b4b350c699c1))\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this PR, check this box\n\n---\n\nThis PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): Update dependency @cloudquery/plugin-pb-javascript to ^0.0โ€ฆ"}},{"before":"eda5c85b7462c6276fbee877ac1fc4e81d549193","after":"602d7bc7d4140cac4bcc650356694365a16e9256","ref":"refs/heads/renovate/cloudquery-plugin-pb-javascript-0.x","pushedAt":"2024-06-03T10:18:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"erezrokah","name":"Erez Rokah","path":"/erezrokah","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26760571?s=80&v=4"},"commit":{"message":"fix: Handle test connection","shortMessageHtmlLink":"fix: Handle test connection"}},{"before":"91515355dbd379c5381bc1a798ded38341efcd64","after":null,"ref":"refs/heads/renovate/ava-typescript-5.x","pushedAt":"2024-06-02T17:16:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"}},{"before":"f5b1faede7b56f94ec4c4db9c3c14eff25a31a86","after":null,"ref":"refs/heads/renovate/apache-arrow-esnext-esm-16.x","pushedAt":"2024-06-02T17:16:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"}},{"before":"e253b17ff0db41dc88e9568bceecf37b8ca5893c","after":null,"ref":"refs/heads/renovate/typescript-eslint-monorepo","pushedAt":"2024-06-02T17:16:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"}},{"before":null,"after":"eda5c85b7462c6276fbee877ac1fc4e81d549193","ref":"refs/heads/renovate/cloudquery-plugin-pb-javascript-0.x","pushedAt":"2024-06-02T17:16:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"},"commit":{"message":"fix(deps): Update dependency @cloudquery/plugin-pb-javascript to ^0.0.19","shortMessageHtmlLink":"fix(deps): Update dependency @cloudquery/plugin-pb-javascript to ^0.0.19"}},{"before":null,"after":"91515355dbd379c5381bc1a798ded38341efcd64","ref":"refs/heads/renovate/ava-typescript-5.x","pushedAt":"2024-06-01T03:19:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"},"commit":{"message":"fix(deps): Update dependency @ava/typescript to v5","shortMessageHtmlLink":"fix(deps): Update dependency @ava/typescript to v5"}},{"before":null,"after":"f5b1faede7b56f94ec4c4db9c3c14eff25a31a86","ref":"refs/heads/renovate/apache-arrow-esnext-esm-16.x","pushedAt":"2024-06-01T03:19:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"},"commit":{"message":"fix(deps): Update dependency @apache-arrow/esnext-esm to v16","shortMessageHtmlLink":"fix(deps): Update dependency @apache-arrow/esnext-esm to v16"}},{"before":"46c3d925347572652e04a85cee6fd07410f632af","after":"e253b17ff0db41dc88e9568bceecf37b8ca5893c","ref":"refs/heads/renovate/typescript-eslint-monorepo","pushedAt":"2024-06-01T03:19:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"},"commit":{"message":"fix(deps): Update typescript-eslint monorepo to v7.11.0","shortMessageHtmlLink":"fix(deps): Update typescript-eslint monorepo to v7.11.0"}},{"before":"c62ae6283a167065687ad43840b809127b09ef34","after":"648fdfa255c464d04d682a754a30a96459c55f24","ref":"refs/heads/release-please--branches--main--components--plugin-sdk-javascript","pushedAt":"2024-06-01T02:38:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"},"commit":{"message":"chore(main): Release v0.1.12","shortMessageHtmlLink":"chore(main): Release v0.1.12"}},{"before":"ac2c509a6c98f340e765a12b97c361e17977515e","after":null,"ref":"refs/heads/renovate/eslint-plugin-promise-6.x-lockfile","pushedAt":"2024-06-01T02:37:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"}},{"before":"d82278cca533f94249f480404de81b19e28d8186","after":"aa2c7cba66aa21e274992e3170584c4b9883e924","ref":"refs/heads/main","pushedAt":"2024-06-01T02:37:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"fix(deps): Update dependency eslint-plugin-promise to v6.2.0 (#173)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [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) |\n\n---\n\n### Release Notes\n\n
\neslint-community/eslint-plugin-promise (eslint-plugin-promise)\n\n### [`v6.2.0`](https://togithub.com/eslint-community/eslint-plugin-promise/releases/tag/v6.2.0)\n\n[Compare Source](https://togithub.com/eslint-community/eslint-plugin-promise/compare/v6.1.1...v6.2.0)\n\n##### Bug Fixes\n\n- **no-callback-in-promise:** false positives when the exception is an argument ([#​446](https://togithub.com/eslint-community/eslint-plugin-promise/issues/446)) ([5e4546d](https://togithub.com/eslint-community/eslint-plugin-promise/commit/5e4546d83b45eae41637f0c13b1c9748421098aa))\n\n##### Features\n\n- Resolve `getAncestors` and `getScope` calls in eslint v9 ([#​466](https://togithub.com/eslint-community/eslint-plugin-promise/issues/466)) ([c0c716b](https://togithub.com/eslint-community/eslint-plugin-promise/commit/c0c716b1c5e513ece52443c0f0848e5aee5e2ef7))\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - \"before 4am on the first day of the month\" (UTC), Automerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this PR, check this box\n\n---\n\nThis PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): Update dependency eslint-plugin-promise to v6.2.0 (#173)"}},{"before":null,"after":"46c3d925347572652e04a85cee6fd07410f632af","ref":"refs/heads/renovate/typescript-eslint-monorepo","pushedAt":"2024-06-01T02:30:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"},"commit":{"message":"fix(deps): Update typescript-eslint monorepo to v7.11.0","shortMessageHtmlLink":"fix(deps): Update typescript-eslint monorepo to v7.11.0"}},{"before":null,"after":"ac2c509a6c98f340e765a12b97c361e17977515e","ref":"refs/heads/renovate/eslint-plugin-promise-6.x-lockfile","pushedAt":"2024-06-01T02:30:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"},"commit":{"message":"fix(deps): Update dependency eslint-plugin-promise to v6.2.0","shortMessageHtmlLink":"fix(deps): Update dependency eslint-plugin-promise to v6.2.0"}},{"before":"a178b49aa9e5453af27b4466969505a880322a4c","after":"c62ae6283a167065687ad43840b809127b09ef34","ref":"refs/heads/release-please--branches--main--components--plugin-sdk-javascript","pushedAt":"2024-06-01T01:56:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"},"commit":{"message":"chore(main): Release v0.1.12","shortMessageHtmlLink":"chore(main): Release v0.1.12"}},{"before":"2fc276bb3bddd02326d9c1c1ddbf9562f332b670","after":null,"ref":"refs/heads/renovate/ajv-8.x-lockfile","pushedAt":"2024-06-01T01:55:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"}},{"before":"154f3d92bb07cbbd2ffd29373ffe7d91f7f9fe9c","after":"d82278cca533f94249f480404de81b19e28d8186","ref":"refs/heads/main","pushedAt":"2024-06-01T01:55:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"fix(deps): Update dependency ajv to v8.14.0 (#172)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [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) |\n\n---\n\n### Release Notes\n\n
\najv-validator/ajv (ajv)\n\n### [`v8.14.0`](https://togithub.com/ajv-validator/ajv/releases/tag/v8.14.0)\n\n[Compare Source](https://togithub.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0)\n\n#### What's Changed\n\n- readme: build badge by [@​epoberezkin](https://togithub.com/epoberezkin) in [https://github.com/ajv-validator/ajv/pull/2424](https://togithub.com/ajv-validator/ajv/pull/2424)\n- Update workflows by [@​rotu](https://togithub.com/rotu) in [https://github.com/ajv-validator/ajv/pull/2410](https://togithub.com/ajv-validator/ajv/pull/2410)\n- docs: add warning to maxLength / minLength by [@​jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2428](https://togithub.com/ajv-validator/ajv/pull/2428)\n- fix: broken link in docs warning by [@​jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2431](https://togithub.com/ajv-validator/ajv/pull/2431)\n- compileAsync a schema with discriminator and $ref, fixes [#​2427](https://togithub.com/ajv-validator/ajv/issues/2427) by [@​jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2433](https://togithub.com/ajv-validator/ajv/pull/2433)\n- bump version to 8.14.0 for publishing by [@​jasoniangreen](https://togithub.com/jasoniangreen) in [https://github.com/ajv-validator/ajv/pull/2440](https://togithub.com/ajv-validator/ajv/pull/2440)\n\n#### New Contributors\n\n- [@​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)\n\n**Full Changelog**: https://github.com/ajv-validator/ajv/compare/v8.13.0...v8.14.0\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - \"before 4am on the first day of the month\" (UTC), Automerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this PR, check this box\n\n---\n\nThis PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): Update dependency ajv to v8.14.0 (#172)"}},{"before":"9a00ce77c8d5bc03a1e876b40a0a8c9c4e77b60d","after":"2fc276bb3bddd02326d9c1c1ddbf9562f332b670","ref":"refs/heads/renovate/ajv-8.x-lockfile","pushedAt":"2024-06-01T01:52:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"Merge branch 'main' into renovate/ajv-8.x-lockfile","shortMessageHtmlLink":"Merge branch 'main' into renovate/ajv-8.x-lockfile"}},{"before":"0daa1d03c683420e622a73609e7635f33dd1d967","after":"a178b49aa9e5453af27b4466969505a880322a4c","ref":"refs/heads/release-please--branches--main--components--plugin-sdk-javascript","pushedAt":"2024-06-01T01:49:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cq-bot","name":"CloudQuery Bot","path":"/cq-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102256036?s=80&v=4"},"commit":{"message":"chore(main): Release v0.1.12","shortMessageHtmlLink":"chore(main): Release v0.1.12"}},{"before":"492f8cae22f46f8ca3eadd02da063752a2642405","after":null,"ref":"refs/heads/renovate/semver-7.x-lockfile","pushedAt":"2024-06-01T01:48:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"}},{"before":"8eca09ed8ce656f813d66d702ad94964a513abe9","after":"154f3d92bb07cbbd2ffd29373ffe7d91f7f9fe9c","ref":"refs/heads/main","pushedAt":"2024-06-01T01:48:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kodiakhq[bot]","name":null,"path":"/apps/kodiakhq","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29196?s=80&v=4"},"commit":{"message":"fix(deps): Update dependency semver to v7.6.2 (#171)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [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) |\n\n---\n\n### Release Notes\n\n
\nnpm/node-semver (semver)\n\n### [`v7.6.2`](https://togithub.com/npm/node-semver/blob/HEAD/CHANGELOG.md#762-2024-05-09)\n\n[Compare Source](https://togithub.com/npm/node-semver/compare/v7.6.1...v7.6.2)\n\n##### Bug Fixes\n\n- [`6466ba9`](https://togithub.com/npm/node-semver/commit/6466ba9b540252db405fdd2a289dd4651495beea) [#​713](https://togithub.com/npm/node-semver/pull/713) lru: use map.delete() directly ([#​713](https://togithub.com/npm/node-semver/issues/713)) ([@​negezor](https://togithub.com/negezor), [@​lukekarrys](https://togithub.com/lukekarrys))\n\n### [`v7.6.1`](https://togithub.com/npm/node-semver/blob/HEAD/CHANGELOG.md#761-2024-05-04)\n\n[Compare Source](https://togithub.com/npm/node-semver/compare/v7.6.0...v7.6.1)\n\n##### Bug Fixes\n\n- [`c570a34`](https://togithub.com/npm/node-semver/commit/c570a348ffc6612af07fe94fa46b9affa5e4eff0) [#​704](https://togithub.com/npm/node-semver/pull/704) linting: no-unused-vars ([@​wraithgar](https://togithub.com/wraithgar))\n- [`ad8ff11`](https://togithub.com/npm/node-semver/commit/ad8ff11dd200dac3a05097d9a82d1977ccfa1535) [#​704](https://togithub.com/npm/node-semver/pull/704) use internal cache implementation ([@​mbtools](https://togithub.com/mbtools))\n- [`ac9b357`](https://togithub.com/npm/node-semver/commit/ac9b35769ab0ddfefd5a3af4a3ecaf3da2012352) [#​682](https://togithub.com/npm/node-semver/pull/682) typo in compareBuild debug message ([#​682](https://togithub.com/npm/node-semver/issues/682)) ([@​mbtools](https://togithub.com/mbtools))\n\n##### Dependencies\n\n- [`988a8de`](https://togithub.com/npm/node-semver/commit/988a8deb3ea76b9a314a740e66b5fc2f726822f8) [#​709](https://togithub.com/npm/node-semver/pull/709) uninstall `lru-cache` ([#​709](https://togithub.com/npm/node-semver/issues/709))\n- [`3fabe4d`](https://togithub.com/npm/node-semver/commit/3fabe4dbfbd199fdb589c076a7f30bc1f18c6614) [#​704](https://togithub.com/npm/node-semver/pull/704) remove lru-cache\n\n##### Chores\n\n- [`dd09b60`](https://togithub.com/npm/node-semver/commit/dd09b60da1e618335d7c269426345b336fd5f63d) [#​705](https://togithub.com/npm/node-semver/pull/705) bump [@​npmcli/template-oss](https://togithub.com/npmcli/template-oss) to 4.22.0 ([@​lukekarrys](https://togithub.com/lukekarrys))\n- [`ec49cdc`](https://togithub.com/npm/node-semver/commit/ec49cdcece9db0020d6829b246681ff65a393644) [#​701](https://togithub.com/npm/node-semver/pull/701) chore: chore: postinstall for dependabot template-oss PR ([@​lukekarrys](https://togithub.com/lukekarrys))\n- [`b236c3d`](https://togithub.com/npm/node-semver/commit/b236c3d2f357a16a733c96ec2ca8c57848b70091) [#​696](https://togithub.com/npm/node-semver/pull/696) add benchmarks ([#​696](https://togithub.com/npm/node-semver/issues/696)) ([@​H4ad](https://togithub.com/H4ad))\n- [`692451b`](https://togithub.com/npm/node-semver/commit/692451bd6f75b38a71a99f39da405c94a5954a22) [#​688](https://togithub.com/npm/node-semver/pull/688) various improvements to README ([#​688](https://togithub.com/npm/node-semver/issues/688)) ([@​mbtools](https://togithub.com/mbtools))\n- [`5feeb7f`](https://togithub.com/npm/node-semver/commit/5feeb7f4f63061e19a29087115b50cb04135b63e) [#​705](https://togithub.com/npm/node-semver/pull/705) postinstall for dependabot template-oss PR ([@​lukekarrys](https://togithub.com/lukekarrys))\n- [`074156f`](https://togithub.com/npm/node-semver/commit/074156f64fa91723fe1ae6af8cc497014b9b7aff) [#​701](https://togithub.com/npm/node-semver/pull/701) bump [@​npmcli/template-oss](https://togithub.com/npmcli/template-oss) from 4.21.3 to 4.21.4 ([@​dependabot](https://togithub.com/dependabot)\\[bot])\n\n
\n\n---\n\n### Configuration\n\n๐Ÿ“… **Schedule**: Branch creation - \"before 4am on the first day of the month\" (UTC), Automerge - At any time (no schedule defined).\n\n๐Ÿšฆ **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\nโ™ป **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.\n\n๐Ÿ”• **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n - [ ] If you want to rebase/retry this PR, check this box\n\n---\n\nThis PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).\n","shortMessageHtmlLink":"fix(deps): Update dependency semver to v7.6.2 (#171)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYZj77gA","startCursor":null,"endCursor":null}},"title":"Activity ยท cloudquery/plugin-sdk-javascript"}