From 7f14cd1d255075120df1fee4557aea7de5f94026 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Jan 2025 04:11:45 +0200 Subject: [PATCH 1/6] fix(deps): Update dependency @grpc/grpc-js to v1.12.5 (#251) 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://togithub.com/grpc/grpc-node)) | dependencies | patch | [`1.12.2` -> `1.12.5`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.12.2/1.12.5) | --- ### Release Notes
grpc/grpc-node (@​grpc/grpc-js) ### [`v1.12.5`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.5): @​grpc/grpc-js 1.12.5 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.4...@grpc/grpc-js@1.12.5) - Prioritize HTTP status errors over message decoding errors ([#​2873](https://togithub.com/grpc/grpc-node/issues/2873)) ### [`v1.12.4`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.4): @​grpc/grpc-js 1.12.4 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.3...@grpc/grpc-js@1.12.4) - Prioritize reporting UNAVAILABLE status when handing connection drops ([#​2862](https://togithub.com/grpc/grpc-node/issues/2862)) ### [`v1.12.3`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.3): @​grpc/grpc-js 1.12.3 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.2...@grpc/grpc-js@1.12.3) - Report UNAVAILABLE if possible when handling connection drops ([#​2861](https://togithub.com/grpc/grpc-node/issues/2861))
--- ### 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://togithub.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 a2363e1..82e42bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -380,9 +380,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.2.tgz", - "integrity": "sha512-bgxdZmgTrJZX50OjyVwz3+mNEnCTNkh3cIqGPWVNeW9jX6bn1ZkU80uPd+67/ZpIJIjRQ9qaHCjhavyoWYxumg==", + "version": "1.12.5", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.5.tgz", + "integrity": "sha512-d3iiHxdpg5+ZcJ6jnDSOT8Z0O0VMVGy34jAnYLUX8yd36b1qn8f1TwOA/Lc7TsOh03IkPJ38eGI5qD2EjNkoEA==", "license": "Apache-2.0", "dependencies": { "@grpc/proto-loader": "^0.7.13", From e29bc9f4b4c05b256711032e73a189dec623d0ec Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Jan 2025 04:18:29 +0200 Subject: [PATCH 2/6] fix(deps): Update dependency execa to v9.5.2 (#252) 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 | |---|---|---|---| | [execa](https://togithub.com/sindresorhus/execa) | dependencies | patch | [`9.5.1` -> `9.5.2`](https://renovatebot.com/diffs/npm/execa/9.5.1/9.5.2) | --- ### Release Notes
sindresorhus/execa (execa) ### [`v9.5.2`](https://togithub.com/sindresorhus/execa/releases/tag/v9.5.2) [Compare Source](https://togithub.com/sindresorhus/execa/compare/v9.5.1...v9.5.2) #### Bug fixes - Fix escaping newlines inside template strings. Thanks [@​aarondandy](https://togithub.com/aarondandy)! ([#​1176](https://togithub.com/sindresorhus/execa/issues/1176))
--- ### 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://togithub.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 82e42bc..4ac1efa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3304,9 +3304,9 @@ } }, "node_modules/execa": { - "version": "9.5.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-9.5.1.tgz", - "integrity": "sha512-QY5PPtSonnGwhhHDNI7+3RvY285c7iuJFFB+lU+oEzMY/gEGJ808owqJsrr8Otd1E/x07po1LkUBmdAc5duPAg==", + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/execa/-/execa-9.5.2.tgz", + "integrity": "sha512-EHlpxMCpHWSAh1dgS6bVeoLAXGnJNdR93aabr4QCGbzOM73o5XmRfM/e5FUqsw3aagP8S8XEWUWFAxnRBnAF0Q==", "license": "MIT", "dependencies": { "@sindresorhus/merge-streams": "^4.0.0", From 29087448c5a86e21f0af179eddd43aaac026513c Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Jan 2025 05:17:59 +0200 Subject: [PATCH 3/6] fix(deps): Update dependency p-map to v7.0.3 (#254) 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 | |---|---|---|---| | [p-map](https://togithub.com/sindresorhus/p-map) | dependencies | patch | [`7.0.2` -> `7.0.3`](https://renovatebot.com/diffs/npm/p-map/7.0.2/7.0.3) | --- ### Release Notes
sindresorhus/p-map (p-map) ### [`v7.0.3`](https://togithub.com/sindresorhus/p-map/releases/tag/v7.0.3) [Compare Source](https://togithub.com/sindresorhus/p-map/compare/v7.0.2...v7.0.3) - Fix cleaning up abort listener ([#​81](https://togithub.com/sindresorhus/p-map/issues/81)) [`65e893e`](https://togithub.com/sindresorhus/p-map/commit/65e893e)
--- ### 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://togithub.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 4ac1efa..018d04b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5357,9 +5357,10 @@ } }, "node_modules/p-map": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.2.tgz", - "integrity": "sha512-z4cYYMMdKHzw4O5UkWJImbZynVIo0lSGTXc7bzB1e/rrDqkgGUNysK/o4bTr+0+xKvvLoTyGqYC4Fgljy9qe1Q==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz", + "integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==", + "license": "MIT", "engines": { "node": ">=18" }, From f2b747e823b3bd576d518e88d0d068e664560c1a Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 1 Jan 2025 05:21:20 +0200 Subject: [PATCH 4/6] fix(deps): Update dependency prettier to v3.4.2 (#255) 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 | |---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | devDependencies | patch | [`3.4.1` -> `3.4.2`](https://renovatebot.com/diffs/npm/prettier/3.4.1/3.4.2) | --- ### Release Notes
prettier/prettier (prettier) ### [`v3.4.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#342) [Compare Source](https://togithub.com/prettier/prettier/compare/3.4.1...3.4.2) [diff](https://togithub.com/prettier/prettier/compare/3.4.1...3.4.2) ##### Treat U+30A0 & U+30FB in Katakana Block as CJK ([#​16796](https://togithub.com/prettier/prettier/pull/16796) by [@​tats-u](https://togithub.com/tats-u)) Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese. ```md C言 語 ・ C++ ・ Go ・ Rust C言語・ C++ ・ Go ・ Rust C言語・C++・Go・Rust ``` U+30A0 can be used as the replacement of the `-` in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”). ##### Fix comments print on class methods with decorators ([#​16891](https://togithub.com/prettier/prettier/pull/16891) by [@​fisker](https://togithub.com/fisker)) ```jsx // Input class A { @​decorator /** * The method description * */ async method(foo: Foo, bar: Bar) { console.log(foo); } } // Prettier 3.4.1 class A { @​decorator async /** * The method description * */ method(foo: Foo, bar: Bar) { console.log(foo); } } // Prettier 3.4.2 class A { @​decorator /** * The method description * */ async method(foo: Foo, bar: Bar) { console.log(foo); } } ``` ##### Fix non-idempotent formatting ([#​16899](https://togithub.com/prettier/prettier/pull/16899) by [@​seiyab](https://togithub.com/seiyab)) This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3. ```jsx // Input
foo longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo , abc
; // Prettier 3.4.1 (first)
foo longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo , abc
; // Prettier 3.4.1 (second)
foo longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo , abc
; // Prettier 3.4.2
foo longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo , abc
; ```
--- ### 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://togithub.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 018d04b..e705a66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5573,9 +5573,9 @@ } }, "node_modules/prettier": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", - "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", + "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", "dev": true, "license": "MIT", "bin": { From 4ed12a0b31271f064a5d91b984c8a24a843da210 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:06:29 +0200 Subject: [PATCH 5/6] fix(deps): Update dependency @cloudquery/plugin-pb-javascript to ^0.0.30 (#256) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e705a66..5c7fb69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MPL-2.0", "dependencies": { "@apache-arrow/esnext-esm": "^18.0.0", - "@cloudquery/plugin-pb-javascript": "^0.0.29", + "@cloudquery/plugin-pb-javascript": "^0.0.30", "@grpc/grpc-js": "^1.9.0", "@types/luxon": "^3.3.1", "ajv": "^8.12.0", @@ -259,9 +259,9 @@ } }, "node_modules/@cloudquery/plugin-pb-javascript": { - "version": "0.0.29", - "resolved": "https://registry.npmjs.org/@cloudquery/plugin-pb-javascript/-/plugin-pb-javascript-0.0.29.tgz", - "integrity": "sha512-HTyYFm/raHTncVkhRu7/glGfPOPLZfhW+6ONqt0TMCnT+lx+NJSzSmBPf3R7RultNoQnoqp1AA/sE/Q716R1ZQ==", + "version": "0.0.30", + "resolved": "https://registry.npmjs.org/@cloudquery/plugin-pb-javascript/-/plugin-pb-javascript-0.0.30.tgz", + "integrity": "sha512-ircn9TW2bIWqVU7r8wPMg3YMoCSkKK+hmzHpO6ksEItPSelmDfGYMQ0EDDBeyxt55ackpb2zqcL4iistgqYW7A==", "license": "MPL-2.0", "dependencies": { "google-protobuf": "^3.21.2" diff --git a/package.json b/package.json index 550f43d..6a561bc 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ }, "dependencies": { "@apache-arrow/esnext-esm": "^18.0.0", - "@cloudquery/plugin-pb-javascript": "^0.0.29", + "@cloudquery/plugin-pb-javascript": "^0.0.30", "@grpc/grpc-js": "^1.9.0", "@types/luxon": "^3.3.1", "ajv": "^8.12.0", From 3bed703d1267f5b7b38a278d30694764b63f2203 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:31:54 +0200 Subject: [PATCH 6/6] chore(main): Release v0.1.22 (#253) :robot: I have created a release *beep* *boop* --- ## [0.1.22](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.21...v0.1.22) (2025-01-07) ### Bug Fixes * **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.30 ([#256](https://github.com/cloudquery/plugin-sdk-javascript/issues/256)) ([4ed12a0](https://github.com/cloudquery/plugin-sdk-javascript/commit/4ed12a0b31271f064a5d91b984c8a24a843da210)) * **deps:** Update dependency @grpc/grpc-js to v1.12.5 ([#251](https://github.com/cloudquery/plugin-sdk-javascript/issues/251)) ([7f14cd1](https://github.com/cloudquery/plugin-sdk-javascript/commit/7f14cd1d255075120df1fee4557aea7de5f94026)) * **deps:** Update dependency execa to v9.5.2 ([#252](https://github.com/cloudquery/plugin-sdk-javascript/issues/252)) ([e29bc9f](https://github.com/cloudquery/plugin-sdk-javascript/commit/e29bc9f4b4c05b256711032e73a189dec623d0ec)) * **deps:** Update dependency p-map to v7.0.3 ([#254](https://github.com/cloudquery/plugin-sdk-javascript/issues/254)) ([2908744](https://github.com/cloudquery/plugin-sdk-javascript/commit/29087448c5a86e21f0af179eddd43aaac026513c)) * **deps:** Update dependency prettier to v3.4.2 ([#255](https://github.com/cloudquery/plugin-sdk-javascript/issues/255)) ([f2b747e](https://github.com/cloudquery/plugin-sdk-javascript/commit/f2b747e823b3bd576d518e88d0d068e664560c1a)) --- 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 | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5520dc3..2f62a69 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.21" + ".": "0.1.22" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6475ced..cd4496e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.22](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.21...v0.1.22) (2025-01-07) + + +### Bug Fixes + +* **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.30 ([#256](https://github.com/cloudquery/plugin-sdk-javascript/issues/256)) ([4ed12a0](https://github.com/cloudquery/plugin-sdk-javascript/commit/4ed12a0b31271f064a5d91b984c8a24a843da210)) +* **deps:** Update dependency @grpc/grpc-js to v1.12.5 ([#251](https://github.com/cloudquery/plugin-sdk-javascript/issues/251)) ([7f14cd1](https://github.com/cloudquery/plugin-sdk-javascript/commit/7f14cd1d255075120df1fee4557aea7de5f94026)) +* **deps:** Update dependency execa to v9.5.2 ([#252](https://github.com/cloudquery/plugin-sdk-javascript/issues/252)) ([e29bc9f](https://github.com/cloudquery/plugin-sdk-javascript/commit/e29bc9f4b4c05b256711032e73a189dec623d0ec)) +* **deps:** Update dependency p-map to v7.0.3 ([#254](https://github.com/cloudquery/plugin-sdk-javascript/issues/254)) ([2908744](https://github.com/cloudquery/plugin-sdk-javascript/commit/29087448c5a86e21f0af179eddd43aaac026513c)) +* **deps:** Update dependency prettier to v3.4.2 ([#255](https://github.com/cloudquery/plugin-sdk-javascript/issues/255)) ([f2b747e](https://github.com/cloudquery/plugin-sdk-javascript/commit/f2b747e823b3bd576d518e88d0d068e664560c1a)) + ## [0.1.21](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.20...v0.1.21) (2024-12-02) diff --git a/package-lock.json b/package-lock.json index 5c7fb69..32e9b91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cloudquery/plugin-sdk-javascript", - "version": "0.1.21", + "version": "0.1.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cloudquery/plugin-sdk-javascript", - "version": "0.1.21", + "version": "0.1.22", "license": "MPL-2.0", "dependencies": { "@apache-arrow/esnext-esm": "^18.0.0", diff --git a/package.json b/package.json index 6a561bc..fc540a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudquery/plugin-sdk-javascript", - "version": "0.1.21", + "version": "0.1.22", "files": [ "dist", "!dist/**/*.test.*",