From 9302d4aa43dce76dee30f6fe41c7969cd5ab32b2 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 31 Jul 2024 20:42:46 -0400 Subject: [PATCH 1/4] fix(deps): Update dependency google-protobuf to v3.21.4 (#70) 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 | |---|---|---|---| | [google-protobuf](https://github.com/protocolbuffers/protobuf-javascript) | dependencies | patch | [`3.21.2` -> `3.21.4`](https://renovatebot.com/diffs/npm/google-protobuf/3.21.2/3.21.4) | --- ### Release Notes
protocolbuffers/protobuf-javascript (google-protobuf) ### [`v3.21.4`](https://github.com/protocolbuffers/protobuf-javascript/releases/tag/v3.21.4) [Compare Source](https://github.com/protocolbuffers/protobuf-javascript/compare/v3.21.2...v3.21.4) Release to fix bazel build layering issue in 3.21.3.
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96f890c..7df6a58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -433,9 +433,10 @@ } }, "node_modules/google-protobuf": { - "version": "3.21.2", - "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.2.tgz", - "integrity": "sha512-3MSOYFO5U9mPGikIYCzK0SaThypfGgS6bHqrUGXG3DPHCrb+txNqeEcns1W0lkGfk0rCyNXm7xB9rMxnCiZOoA==" + "version": "3.21.4", + "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.4.tgz", + "integrity": "sha512-MnG7N936zcKTco4Jd2PX2U96Kf9PxygAPKBug+74LHzmHXmceN16MmRcdgZv+DGef/S9YvQAfRsNCn4cjf9yyQ==", + "license": "(BSD-3-Clause AND Apache-2.0)" }, "node_modules/grpc-tools": { "version": "1.12.4", From 2e3ea373604c3d511a43cc514a201d9df5d7bbda Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 31 Jul 2024 20:49:58 -0400 Subject: [PATCH 2/4] fix(deps): Update dependency typescript to v5.5.4 (#71) 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 | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/Microsoft/TypeScript)) | devDependencies | patch | [`5.5.2` -> `5.5.4`](https://renovatebot.com/diffs/npm/typescript/5.5.2/5.5.4) | --- ### Release Notes
Microsoft/TypeScript (typescript) ### [`v5.5.4`](https://github.com/microsoft/TypeScript/releases/tag/v5.5.4): TypeScript 5.5.4 [Compare Source](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v5.5.4 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.4%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) (soon!) ### [`v5.5.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.5.3): TypeScript 5.5.3 [Compare Source](https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v5.5.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://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 7df6a58..210a8b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -863,9 +863,9 @@ "dev": true }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", "dev": true, "license": "Apache-2.0", "bin": { From 148797a7f19543386e5131297737e2b80f186cbe Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 31 Jul 2024 21:44:08 -0400 Subject: [PATCH 3/4] fix(deps): Update dependency @grpc/grpc-js to v1.11.1 (#73) 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://github.com/grpc/grpc-node)) | devDependencies | minor | [`1.10.10` -> `1.11.1`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.10.10/1.11.1) | --- ### Release Notes
grpc/grpc-node (@​grpc/grpc-js) ### [`v1.11.1`](https://github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.11.1): @​grpc/grpc-js 1.11.1 [Compare Source](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.11.0...@grpc/grpc-js@1.11.1) - Revert a change that used APIs that were not available in early minor versions of Node 14 ([#​2799](https://github.com/grpc/grpc-node/issues/2799) contributed by [@​xqin](https://github.com/xqin)) ### [`v1.11.0`](https://github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.11.0): @​grpc/grpc-js 1.11.0 [Compare Source](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.11...@grpc/grpc-js@1.11.0) #### Changelog - Add Server connection injection API as described in [gRFC L114](https://github.com/grpc/proposal/blob/master/L114-node-server-connection-injection.md) ([#​2675](https://github.com/grpc/grpc-node/issues/2675)) - Implement support for an alternate DNS resolver that supports custom authorities ([#​2776](https://github.com/grpc/grpc-node/issues/2776) contributed by [@​gkampitakis](https://github.com/gkampitakis)) - Add a channel option to configure retry attempt limits ([#​2795](https://github.com/grpc/grpc-node/issues/2795)) - Add a `getHost` method to server call objects ([#​2783](https://github.com/grpc/grpc-node/issues/2783), [#​2793](https://github.com/grpc/grpc-node/issues/2793)) - Fix typos and omissions in service config validation errors ([#​2782](https://github.com/grpc/grpc-node/issues/2782) contributed by [@​matthewbinshtok](https://github.com/matthewbinshtok)) #### Experimental API changes Added: - `splitHostPort` - `HostPort` - `createServerCredentialsWithInterceptors` ### [`v1.10.11`](https://github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.10.11): @​grpc/grpc-js 1.10.11 [Compare Source](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.10...@grpc/grpc-js@1.10.11) - Fix a bug that caused clients to reconnect unnecessarily while no requests are pending. ([#​2784](https://github.com/grpc/grpc-node/issues/2784)) - Fix a bug that caused clients to fail to re-establish existing connections while waiting for DNS results ([#​2784](https://github.com/grpc/grpc-node/issues/2784)) - Fix a bug that caused servers to sometimes not close idle connections depending on timing ([#​2790](https://github.com/grpc/grpc-node/issues/2790)) - Fix a bug that caused calls to be pending indefinitely while unable to start after a channel is closed ([#​2791](https://github.com/grpc/grpc-node/issues/2791))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://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 210a8b1..15fa09f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,9 +24,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.10.10", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.10.10.tgz", - "integrity": "sha512-HPa/K5NX6ahMoeBv15njAc/sfF4/jmiXLar9UlC2UfHFKZzsCVLc3wbe7+7qua7w9VPh2/L6EBxyAV7/E8Wftg==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.11.1.tgz", + "integrity": "sha512-gyt/WayZrVPH2w/UTLansS7F9Nwld472JxxaETamrM8HNlsa+jSLNyKAZmhxI2Me4c3mQHFiS1wWHDY1g1Kthw==", "dev": true, "license": "Apache-2.0", "dependencies": { From 929442e564bb97f11958bcdb50f3301a9b4d3a5e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:07:29 -0400 Subject: [PATCH 4/4] chore(main): Release v0.0.25 (#72) :robot: I have created a release *beep* *boop* --- ## [0.0.25](https://github.com/cloudquery/plugin-pb-javascript/compare/v0.0.24...v0.0.25) (2024-08-01) ### Bug Fixes * **deps:** Update dependency @grpc/grpc-js to v1.11.1 ([#73](https://github.com/cloudquery/plugin-pb-javascript/issues/73)) ([148797a](https://github.com/cloudquery/plugin-pb-javascript/commit/148797a7f19543386e5131297737e2b80f186cbe)) * **deps:** Update dependency google-protobuf to v3.21.4 ([#70](https://github.com/cloudquery/plugin-pb-javascript/issues/70)) ([9302d4a](https://github.com/cloudquery/plugin-pb-javascript/commit/9302d4aa43dce76dee30f6fe41c7969cd5ab32b2)) * **deps:** Update dependency typescript to v5.5.4 ([#71](https://github.com/cloudquery/plugin-pb-javascript/issues/71)) ([2e3ea37](https://github.com/cloudquery/plugin-pb-javascript/commit/2e3ea373604c3d511a43cc514a201d9df5d7bbda)) --- 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 | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9740c6d..6e0e77b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.24" + ".": "0.0.25" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e02da2a..1d337b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.25](https://github.com/cloudquery/plugin-pb-javascript/compare/v0.0.24...v0.0.25) (2024-08-01) + + +### Bug Fixes + +* **deps:** Update dependency @grpc/grpc-js to v1.11.1 ([#73](https://github.com/cloudquery/plugin-pb-javascript/issues/73)) ([148797a](https://github.com/cloudquery/plugin-pb-javascript/commit/148797a7f19543386e5131297737e2b80f186cbe)) +* **deps:** Update dependency google-protobuf to v3.21.4 ([#70](https://github.com/cloudquery/plugin-pb-javascript/issues/70)) ([9302d4a](https://github.com/cloudquery/plugin-pb-javascript/commit/9302d4aa43dce76dee30f6fe41c7969cd5ab32b2)) +* **deps:** Update dependency typescript to v5.5.4 ([#71](https://github.com/cloudquery/plugin-pb-javascript/issues/71)) ([2e3ea37](https://github.com/cloudquery/plugin-pb-javascript/commit/2e3ea373604c3d511a43cc514a201d9df5d7bbda)) + ## [0.0.24](https://github.com/cloudquery/plugin-pb-javascript/compare/v0.0.23...v0.0.24) (2024-07-30) diff --git a/package-lock.json b/package-lock.json index 15fa09f..b99fbed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cloudquery/plugin-pb-javascript", - "version": "0.0.24", + "version": "0.0.25", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cloudquery/plugin-pb-javascript", - "version": "0.0.24", + "version": "0.0.25", "license": "MPL-2.0", "dependencies": { "google-protobuf": "^3.21.2" diff --git a/package.json b/package.json index 330f90b..b96c41f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudquery/plugin-pb-javascript", - "version": "0.0.24", + "version": "0.0.25", "files": [ "dist" ],