From af4c5222edf6cea7f7f5fe5f67965972a2d2b4d8 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Mar 2025 03:02:43 +0200 Subject: [PATCH 1/3] fix(deps): Update dependency @grpc/grpc-js to v1.12.6 (#89) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.12.5` -> `1.12.6`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.12.5/1.12.6) | --- ### Release Notes
grpc/grpc-node (@​grpc/grpc-js) ### [`v1.12.6`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.6) [Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.5...@grpc/grpc-js@1.12.6) - Allow garbage collection of IDLE channels ([#​2896](https://redirect.github.com/grpc/grpc-node/issues/2896))
--- ### Configuration 📅 **Schedule**: Branch creation - "* 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. --- - [ ] 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). --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57418a1..ad8aca3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,9 +24,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.12.5", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.5.tgz", - "integrity": "sha512-d3iiHxdpg5+ZcJ6jnDSOT8Z0O0VMVGy34jAnYLUX8yd36b1qn8f1TwOA/Lc7TsOh03IkPJ38eGI5qD2EjNkoEA==", + "version": "1.12.6", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.6.tgz", + "integrity": "sha512-JXUj6PI0oqqzTGvKtzOkxtpsyPRNsrmhh41TtIz/zEB6J+AUiZZ0dxWzcMwO9Ns5rmSPuMdghlTbUuqIM48d3Q==", "dev": true, "license": "Apache-2.0", "dependencies": { From 1f6369f2e6e249151bdc378d572d9e622b3addde Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Mar 2025 03:04:47 +0200 Subject: [PATCH 2/3] fix(deps): Update dependency grpc-tools to v1.13.0 (#90) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [grpc-tools](https://grpc.io/) ([source](https://redirect.github.com/grpc/grpc-node)) | devDependencies | minor | [`1.12.4` -> `1.13.0`](https://renovatebot.com/diffs/npm/grpc-tools/1.12.4/1.13.0) | --- ### Release Notes
grpc/grpc-node (grpc-tools) ### [`v1.13.0`](https://redirect.github.com/grpc/grpc-node/compare/grpc-tools@1.12.4...bf26f6e3a62c55182b128ca06ad9f8f7ebc9681a) [Compare Source](https://redirect.github.com/grpc/grpc-node/compare/grpc-tools@1.12.4...bf26f6e3a62c55182b128ca06ad9f8f7ebc9681a)
--- ### Configuration 📅 **Schedule**: Branch creation - "* 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. --- - [ ] 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). --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad8aca3..7f93d68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -439,9 +439,9 @@ "license": "(BSD-3-Clause AND Apache-2.0)" }, "node_modules/grpc-tools": { - "version": "1.12.4", - "resolved": "https://registry.npmjs.org/grpc-tools/-/grpc-tools-1.12.4.tgz", - "integrity": "sha512-5+mLAJJma3BjnW/KQp6JBjUMgvu7Mu3dBvBPd1dcbNIb+qiR0817zDpgPjS7gRb+l/8EVNIa3cB02xI9JLToKg==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/grpc-tools/-/grpc-tools-1.13.0.tgz", + "integrity": "sha512-7CbkJ1yWPfX0nHjbYG58BQThNhbICXBZynzCUxCb3LzX5X9B3hQbRY2STiRgIEiLILlK9fgl0z0QVGwPCdXf5g==", "dev": true, "hasInstallScript": true, "dependencies": { From f413950554190ff0fd3999aaabe6ee820c4399dc Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:47:46 +0200 Subject: [PATCH 3/3] chore(main): Release v0.0.32 (#91) :robot: I have created a release *beep* *boop* --- ## [0.0.32](https://github.com/cloudquery/plugin-pb-javascript/compare/v0.0.31...v0.0.32) (2025-03-01) ### Bug Fixes * **deps:** Update dependency @grpc/grpc-js to v1.12.6 ([#89](https://github.com/cloudquery/plugin-pb-javascript/issues/89)) ([af4c522](https://github.com/cloudquery/plugin-pb-javascript/commit/af4c5222edf6cea7f7f5fe5f67965972a2d2b4d8)) * **deps:** Update dependency grpc-tools to v1.13.0 ([#90](https://github.com/cloudquery/plugin-pb-javascript/issues/90)) ([1f6369f](https://github.com/cloudquery/plugin-pb-javascript/commit/1f6369f2e6e249151bdc378d572d9e622b3addde)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86d3a97..96daa85 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.31" + ".": "0.0.32" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ed918..d39d6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.32](https://github.com/cloudquery/plugin-pb-javascript/compare/v0.0.31...v0.0.32) (2025-03-01) + + +### Bug Fixes + +* **deps:** Update dependency @grpc/grpc-js to v1.12.6 ([#89](https://github.com/cloudquery/plugin-pb-javascript/issues/89)) ([af4c522](https://github.com/cloudquery/plugin-pb-javascript/commit/af4c5222edf6cea7f7f5fe5f67965972a2d2b4d8)) +* **deps:** Update dependency grpc-tools to v1.13.0 ([#90](https://github.com/cloudquery/plugin-pb-javascript/issues/90)) ([1f6369f](https://github.com/cloudquery/plugin-pb-javascript/commit/1f6369f2e6e249151bdc378d572d9e622b3addde)) + ## [0.0.31](https://github.com/cloudquery/plugin-pb-javascript/compare/v0.0.30...v0.0.31) (2025-02-01) diff --git a/package-lock.json b/package-lock.json index 7f93d68..668ead8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cloudquery/plugin-pb-javascript", - "version": "0.0.31", + "version": "0.0.32", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cloudquery/plugin-pb-javascript", - "version": "0.0.31", + "version": "0.0.32", "license": "MPL-2.0", "dependencies": { "google-protobuf": "^3.21.2" diff --git a/package.json b/package.json index 8fa7ac9..d3ae4d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudquery/plugin-pb-javascript", - "version": "0.0.31", + "version": "0.0.32", "files": [ "dist" ],