From 7b7063c01b6af3207e77e0b018e9bf4146b92e7c Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:27:16 +0000 Subject: [PATCH 01/16] fix(deps): Update dependency @types/yargs to v17.0.34 (#312) 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 | |---|---|---|---| | [@types/yargs](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs)) | devDependencies | patch | [`17.0.33` -> `17.0.34`](https://renovatebot.com/diffs/npm/@types%2fyargs/17.0.33/17.0.34) | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 a28701b..49522aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -879,9 +879,9 @@ "license": "MIT" }, "node_modules/@types/yargs": { - "version": "17.0.33", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz", - "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", + "version": "17.0.34", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.34.tgz", + "integrity": "sha512-KExbHVa92aJpw9WDQvzBaGVE2/Pz+pLZQloT2hjL8IqsZnV62rlPOYvNnLmf/L2dyllfVUOVBj64M0z/46eR2A==", "dev": true, "license": "MIT", "dependencies": { From 5de647e5079fa324d7976eb2288952f3f2f3d26d Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:30:48 +0000 Subject: [PATCH 02/16] fix(deps): Update dependency modern-errors to v7.1.4 (#313) 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 | |---|---|---|---| | [modern-errors](https://redirect.github.com/ehmicky/modern-errors) | dependencies | patch | [`7.1.3` -> `7.1.4`](https://renovatebot.com/diffs/npm/modern-errors/7.1.3/7.1.4) | --- ### Release Notes
ehmicky/modern-errors (modern-errors) ### [`v7.1.4`](https://redirect.github.com/ehmicky/modern-errors/blob/HEAD/CHANGELOG.md#714) [Compare Source](https://redirect.github.com/ehmicky/modern-errors/compare/7.1.3...7.1.4) #### Bug fixes - Fix [`is-error-instance`](https://redirect.github.com/ehmicky/is-error-instance) being incorrectly listed in `devDependencies` instead of `dependencies` [https://github.com/ehmicky/modern-errors/issues/40](https://redirect.github.com/ehmicky/modern-errors/issues/40)s/40).
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49522aa..e20a559 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5080,15 +5080,16 @@ } }, "node_modules/modern-errors": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/modern-errors/-/modern-errors-7.1.3.tgz", - "integrity": "sha512-1pcWM5XGqEguinvt3IW682yduy2F9q3er/Mg296tKh5hvGMp00zE5rm1D4HqIURNbXns32+8/0agBtp3AQgPcA==", + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/modern-errors/-/modern-errors-7.1.4.tgz", + "integrity": "sha512-FdC4DgT6ewjJN1TqsC8GQ3vmnbbaPiYpZ4BHk6eNigFm5btQMBIKZcNVbH8/nbzVlf+qnARa5l0OqhzP5q2MUA==", "license": "MIT", "peer": true, "dependencies": { "error-class-utils": "^4.0.1", "error-custom-class": "^10.0.1", "filter-obj": "^6.1.0", + "is-error-instance": "^3.0.1", "is-plain-obj": "^4.1.0", "merge-error-cause": "^5.0.2", "normalize-exception": "^4.0.1", From e77fb69753e66bf8e2d1e83a1c2cc00eb2ddae2e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Nov 2025 03:25:41 +0000 Subject: [PATCH 03/16] fix(deps): Update dependency semver to v7.7.3 (#315) 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 | |---|---|---|---| | [semver](https://redirect.github.com/npm/node-semver) | dependencies | patch | [`7.7.2` -> `7.7.3`](https://renovatebot.com/diffs/npm/semver/7.7.2/7.7.3) | --- ### Release Notes
npm/node-semver (semver) ### [`v7.7.3`](https://redirect.github.com/npm/node-semver/blob/HEAD/CHANGELOG.md#773-2025-10-06) [Compare Source](https://redirect.github.com/npm/node-semver/compare/v7.7.2...v7.7.3) ##### Bug Fixes - [`e37e0ca`](https://redirect.github.com/npm/node-semver/commit/e37e0ca0b5fc910d2b1948d25dbc83cc3a0921ea) [#​813](https://redirect.github.com/npm/node-semver/pull/813) faster paths for compare ([#​813](https://redirect.github.com/npm/node-semver/issues/813)) ([@​H4ad](https://redirect.github.com/H4ad)) - [`2471d75`](https://redirect.github.com/npm/node-semver/commit/2471d7543e2e63d9d95358e2405e7e1cde926c36) [#​811](https://redirect.github.com/npm/node-semver/pull/811) x-range build metadata support (i529015) ##### Chores - [`8f05c87`](https://redirect.github.com/npm/node-semver/commit/8f05c87f56a4123259b8c6d9324f53eadb02e48f) [#​807](https://redirect.github.com/npm/node-semver/pull/807) bump [@​npmcli/template-oss](https://redirect.github.com/npmcli/template-oss) from 4.25.0 to 4.25.1 ([#​807](https://redirect.github.com/npm/node-semver/issues/807)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot], [@​owlstronaut](https://redirect.github.com/owlstronaut))
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 e20a559..98bf595 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6147,9 +6147,9 @@ } }, "node_modules/semver": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", - "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz", + "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==", "license": "ISC", "bin": { "semver": "bin/semver.js" From fd236887bb0383ae68a622043f58f57befaf27f7 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Nov 2025 03:29:14 +0000 Subject: [PATCH 04/16] fix(deps): Update dependency typescript to v5.9.3 (#316) 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://redirect.github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.9.2` -> `5.9.3`](https://renovatebot.com/diffs/npm/typescript/5.9.2/5.9.3) | --- ### Release Notes
microsoft/TypeScript (typescript) ### [`v5.9.3`](https://redirect.github.com/microsoft/TypeScript/releases/tag/v5.9.3): TypeScript 5.9.3 [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.9.2...v5.9.3) Note: this tag was recreated to point at the correct commit. The npm package contained the correct content. For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/) - [fixed issues query for Typescript 5.9.0 (Beta)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.9.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.9.1 (RC)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.9.1%22+is%3Aclosed+). - *No specific changes for TypeScript 5.9.2 (Stable)* - [fixed issues query for Typescript 5.9.3 (Stable)](https://redirect.github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.9.3%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript)
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 98bf595..8db69de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7073,9 +7073,9 @@ } }, "node_modules/typescript": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", - "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", "peer": true, From 4bf2a9040efce2df4f5cfff811da4180fc9ddbeb Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:29:07 +0000 Subject: [PATCH 05/16] fix(deps): Update dependency @grpc/grpc-js to v1.14.1 (#317) 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)) | dependencies | patch | [`1.14.0` -> `1.14.1`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.14.0/1.14.1) | --- ### Release Notes
grpc/grpc-node (@​grpc/grpc-js) ### [`v1.14.1`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.14.1): @​grpc/grpc-js 1.14.1 [Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.14.0...@grpc/grpc-js@1.14.1) - Fix a regression of the settings used internally for HTTP/2 sessions ([#​3023](https://redirect.github.com/grpc/grpc-node/issues/3023))
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8db69de..4894156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -381,9 +381,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.14.0.tgz", - "integrity": "sha512-N8Jx6PaYzcTRNzirReJCtADVoq4z7+1KQ4E70jTg/koQiMoUSN1kbNjPOqpPbhMFhfU1/l7ixspPl8dNY+FoUg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.14.1.tgz", + "integrity": "sha512-sPxgEWtPUR3EnRJCEtbGZG2iX8LQDUls2wUS3o27jg07KqJFMq6YDeWvMo1wfpmy3rqRdS0rivpLwhqQtEyCuQ==", "license": "Apache-2.0", "dependencies": { "@grpc/proto-loader": "^0.8.0", @@ -848,7 +848,6 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.4.tgz", "integrity": "sha512-ioyQ1zK9aGEomJ45zz8S8IdzElyxhvP1RVWnPrXDf6wFaUb+kk1tEcVVJkF7RPGM0VWI7cp5U57oCPIn5iN1qg==", "license": "MIT", - "peer": true, "dependencies": { "undici-types": "~6.19.2" } @@ -900,7 +899,6 @@ "integrity": "sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/regexpp": "^4.10.0", "@typescript-eslint/scope-manager": "7.18.0", @@ -935,7 +933,6 @@ "integrity": "sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==", "dev": true, "license": "BSD-2-Clause", - "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "7.18.0", "@typescript-eslint/types": "7.18.0", @@ -1224,7 +1221,6 @@ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -1709,7 +1705,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "caniuse-lite": "^1.0.30001663", "electron-to-chromium": "^1.5.28", @@ -2722,7 +2717,6 @@ "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -2790,7 +2784,6 @@ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true, - "peer": true, "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -2957,7 +2950,6 @@ "integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@rtsao/scc": "^1.1.0", "array-includes": "^3.1.8", @@ -3024,7 +3016,6 @@ "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-16.6.2.tgz", "integrity": "sha512-6TyDmZ1HXoFQXnhCTUjVFULReoBPOAjpuiKELMkeP40yffI/1ZRO+d9ug/VC6fqISo2WkuIBk3cvuRPALaWlOQ==", "dev": true, - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "builtins": "^5.0.1", @@ -3085,7 +3076,6 @@ "integrity": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==", "dev": true, "license": "ISC", - "peer": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -5084,7 +5074,6 @@ "resolved": "https://registry.npmjs.org/modern-errors/-/modern-errors-7.1.4.tgz", "integrity": "sha512-FdC4DgT6ewjJN1TqsC8GQ3vmnbbaPiYpZ4BHk6eNigFm5btQMBIKZcNVbH8/nbzVlf+qnARa5l0OqhzP5q2MUA==", "license": "MIT", - "peer": true, "dependencies": { "error-class-utils": "^4.0.1", "error-custom-class": "^10.0.1", @@ -5682,7 +5671,6 @@ "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", "dev": true, "license": "MIT", - "peer": true, "bin": { "prettier": "bin/prettier.cjs" }, @@ -6863,7 +6851,6 @@ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", "dev": true, "license": "MIT", - "peer": true, "engines": { "node": ">=12" }, @@ -7078,7 +7065,6 @@ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" From a456dd0400f7aca3c10bcb185e9fdba99876394e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:35:42 +0000 Subject: [PATCH 06/16] fix(deps): Update dependency @tsconfig/node20 to v20.1.8 (#318) 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 | |---|---|---|---| | [@tsconfig/node20](https://redirect.github.com/tsconfig/bases) ([source](https://redirect.github.com/tsconfig/bases/tree/HEAD/bases)) | devDependencies | patch | [`20.1.6` -> `20.1.8`](https://renovatebot.com/diffs/npm/@tsconfig%2fnode20/20.1.6/20.1.8) | --- ### Release Notes
tsconfig/bases (@​tsconfig/node20) ### [`v20.1.8`](https://redirect.github.com/tsconfig/bases/compare/1bff76396c195c6bb8e259ee4aa0b76214dd7b6b...08017332f321a849991b59a15f062da091c14886) [Compare Source](https://redirect.github.com/tsconfig/bases/compare/1bff76396c195c6bb8e259ee4aa0b76214dd7b6b...08017332f321a849991b59a15f062da091c14886) ### [`v20.1.7`](https://redirect.github.com/tsconfig/bases/compare/c90a597c1ffb23f3094c431c17f28c93c6ef79c2...1bff76396c195c6bb8e259ee4aa0b76214dd7b6b) [Compare Source](https://redirect.github.com/tsconfig/bases/compare/c90a597c1ffb23f3094c431c17f28c93c6ef79c2...1bff76396c195c6bb8e259ee4aa0b76214dd7b6b)
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 4894156..e8b5329 100644 --- a/package-lock.json +++ b/package-lock.json @@ -806,9 +806,9 @@ "dev": true }, "node_modules/@tsconfig/node20": { - "version": "20.1.6", - "resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.6.tgz", - "integrity": "sha512-sz+Hqx9zwZDpZIV871WSbUzSqNIsXzghZydypnfgzPKLltVJfkINfUeTct31n/tTSa9ZE1ZOfKdRre1uHHquYQ==", + "version": "20.1.8", + "resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.8.tgz", + "integrity": "sha512-Em+IdPfByIzWRRpqWL4Z7ArLHZGxmc36BxE3jCz9nBFSm+5aLaPMZyjwu4yetvyKXeogWcxik4L1jB5JTWfw7A==", "dev": true, "license": "MIT" }, From bd4be505010133e38bcd2c40e97b1363fee9efc5 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:32:36 +0000 Subject: [PATCH 07/16] fix(deps): Update dependency @types/yargs to v17.0.35 (#319) 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 | |---|---|---|---| | [@types/yargs](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs)) | devDependencies | patch | [`17.0.34` -> `17.0.35`](https://renovatebot.com/diffs/npm/@types%2fyargs/17.0.34/17.0.35) | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 e8b5329..22d7dbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -878,9 +878,9 @@ "license": "MIT" }, "node_modules/@types/yargs": { - "version": "17.0.34", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.34.tgz", - "integrity": "sha512-KExbHVa92aJpw9WDQvzBaGVE2/Pz+pLZQloT2hjL8IqsZnV62rlPOYvNnLmf/L2dyllfVUOVBj64M0z/46eR2A==", + "version": "17.0.35", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz", + "integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==", "dev": true, "license": "MIT", "dependencies": { From a39b123c96316be4cae4c4953ab390ead1aed8fc Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:36:00 +0000 Subject: [PATCH 08/16] fix(deps): Update dependency p-map to v7.0.4 (#320) 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://redirect.github.com/sindresorhus/p-map) | dependencies | patch | [`7.0.3` -> `7.0.4`](https://renovatebot.com/diffs/npm/p-map/7.0.3/7.0.4) | --- ### Release Notes
sindresorhus/p-map (p-map) ### [`v7.0.4`](https://redirect.github.com/sindresorhus/p-map/releases/tag/v7.0.4) [Compare Source](https://redirect.github.com/sindresorhus/p-map/compare/v7.0.3...v7.0.4) - Fix concurrency control in `pMapIterable` ([#​77](https://redirect.github.com/sindresorhus/p-map/issues/77)) [`82b8cdc`](https://redirect.github.com/sindresorhus/p-map/commit/82b8cdc) ***
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 22d7dbc..780be6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5410,9 +5410,9 @@ } }, "node_modules/p-map": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz", - "integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.4.tgz", + "integrity": "sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==", "license": "MIT", "engines": { "node": ">=18" From e329e9009559ac540750c2ef1e2d83427c2f781e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 Jan 2026 01:32:47 +0000 Subject: [PATCH 09/16] fix(deps): Update dependency @grpc/grpc-js to v1.14.3 (#321) 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)) | dependencies | patch | [`1.14.1` -> `1.14.3`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.14.1/1.14.3) | --- ### Release Notes
grpc/grpc-node (@​grpc/grpc-js) ### [`v1.14.3`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.14.3): @​grpc/grpc-js 1.14.3 [Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.14.2...@grpc/grpc-js@1.14.3) - Send halfClose immediately after messages to prevent late halfClose issues with Envoy ([#​3031](https://redirect.github.com/grpc/grpc-node/issues/3031) contributed by [@​serkanerip](https://redirect.github.com/serkanerip)) ### [`v1.14.2`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.14.2): @​grpc/grpc-js 1.14.2 [Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.14.1...@grpc/grpc-js@1.14.2) - Fix server keep alive timeout not properly destroying connections ([#​3022](https://redirect.github.com/grpc/grpc-node/issues/3022) contributed by [@​mattias-wiberg](https://redirect.github.com/mattias-wiberg))
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 780be6f..bbbd8e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -381,9 +381,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.14.1.tgz", - "integrity": "sha512-sPxgEWtPUR3EnRJCEtbGZG2iX8LQDUls2wUS3o27jg07KqJFMq6YDeWvMo1wfpmy3rqRdS0rivpLwhqQtEyCuQ==", + "version": "1.14.3", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.14.3.tgz", + "integrity": "sha512-Iq8QQQ/7X3Sac15oB6p0FmUg/klxQvXLeileoqrTRGJYLV+/9tubbr9ipz0GKHjmXVsgFPo/+W+2cA8eNcR+XA==", "license": "Apache-2.0", "dependencies": { "@grpc/proto-loader": "^0.8.0", From 33bee58d52d99f236379d6d6d4750b2c11221d97 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 Jan 2026 01:40:16 +0000 Subject: [PATCH 10/16] fix(deps): Update dependency execa to v9.6.1 (#322) 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://redirect.github.com/sindresorhus/execa) | dependencies | patch | [`9.6.0` -> `9.6.1`](https://renovatebot.com/diffs/npm/execa/9.6.0/9.6.1) | --- ### Release Notes
sindresorhus/execa (execa) ### [`v9.6.1`](https://redirect.github.com/sindresorhus/execa/releases/tag/v9.6.1) [Compare Source](https://redirect.github.com/sindresorhus/execa/compare/v9.6.0...v9.6.1) - Fix `VerboseOption` type not being properly exported ([#​1215](https://redirect.github.com/sindresorhus/execa/issues/1215)) [`7891c39`](https://redirect.github.com/sindresorhus/execa/commit/7891c39) ***
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 bbbd8e0..f476c8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3467,9 +3467,9 @@ "license": "MIT" }, "node_modules/execa": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-9.6.0.tgz", - "integrity": "sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-9.6.1.tgz", + "integrity": "sha512-9Be3ZoN4LmYR90tUoVu2te2BsbzHfhJyfEiAVfz7N5/zv+jduIfLrV2xdQXOHbaD6KgpGdO9PRPM1Y4Q9QkPkA==", "license": "MIT", "dependencies": { "@sindresorhus/merge-streams": "^4.0.0", From 1bb33081e813f3f4cebd609c29b7ad0052ee1357 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 Jan 2026 02:13:33 +0000 Subject: [PATCH 11/16] fix(deps): Update dependency prettier to v3.7.4 (#323) 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://redirect.github.com/prettier/prettier)) | devDependencies | minor | [`3.6.2` -> `3.7.4`](https://renovatebot.com/diffs/npm/prettier/3.6.2/3.7.4) | --- ### Release Notes
prettier/prettier (prettier) ### [`v3.7.4`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#374) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.7.3...3.7.4) [diff](https://redirect.github.com/prettier/prettier/compare/3.7.3...3.7.4) ##### LWC: Avoid quote around interpolations ([#​18383](https://redirect.github.com/prettier/prettier/pull/18383) by [@​kovsu](https://redirect.github.com/kovsu)) ```html
``` ##### TypeScript: Fix comment inside union type gets duplicated ([#​18393](https://redirect.github.com/prettier/prettier/pull/18393) by [@​fisker](https://redirect.github.com/fisker)) ```tsx // Input type Foo = (/** comment */ a | b) | c; // Prettier 3.7.3 type Foo = /** comment */ (/** comment */ a | b) | c; // Prettier 3.7.4 type Foo = /** comment */ (a | b) | c; ``` ##### TypeScript: Fix unstable comment print in union type comments ([#​18395](https://redirect.github.com/prettier/prettier/pull/18395) by [@​fisker](https://redirect.github.com/fisker)) ```tsx // Input type X = (A | B) & ( // comment A | B ); // Prettier 3.7.3 (first format) type X = (A | B) & (// comment A | B); // Prettier 3.7.3 (second format) type X = ( | A | B // comment ) & (A | B); // Prettier 3.7.4 type X = (A | B) & // comment (A | B); ``` ### [`v3.7.3`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#373) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.7.2...3.7.3) [diff](https://redirect.github.com/prettier/prettier/compare/3.7.2...3.7.3) ##### API: Fix `prettier.getFileInfo()` change that breaks VSCode extension ([#​18375](https://redirect.github.com/prettier/prettier/pull/18375) by [@​fisker](https://redirect.github.com/fisker)) An internal refactor accidentally broke the VSCode extension plugin loading. ### [`v3.7.2`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#372) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.7.1...3.7.2) [diff](https://redirect.github.com/prettier/prettier/compare/3.7.1...3.7.2) ##### JavaScript: Fix string print when switching quotes ([#​18351](https://redirect.github.com/prettier/prettier/pull/18351) by [@​fisker](https://redirect.github.com/fisker)) ```jsx // Input console.log("A descriptor\\'s .kind must be \"method\" or \"field\".") // Prettier 3.7.1 console.log('A descriptor\\'s .kind must be "method" or "field".'); // Prettier 3.7.2 console.log('A descriptor\\\'s .kind must be "method" or "field".'); ``` ##### JavaScript: Preserve quote for embedded HTML attribute values ([#​18352](https://redirect.github.com/prettier/prettier/pull/18352) by [@​kovsu](https://redirect.github.com/kovsu)) ```tsx // Input const html = /* HTML */ `
`; // Prettier 3.7.1 const html = /* HTML */ `
`; // Prettier 3.7.2 const html = /* HTML */ `
`; ``` ##### TypeScript: Fix comment in empty type literal ([#​18364](https://redirect.github.com/prettier/prettier/pull/18364) by [@​fisker](https://redirect.github.com/fisker)) ```tsx // Input export type XXX = { // tbd }; // Prettier 3.7.1 export type XXX = { // tbd }; // Prettier 3.7.2 export type XXX = { // tbd }; ``` ### [`v3.7.1`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#371) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.7.0...3.7.1) [diff](https://redirect.github.com/prettier/prettier/compare/3.7.0...3.7.1) ##### API: Fix performance regression in doc printer ([#​18342](https://redirect.github.com/prettier/prettier/pull/18342) by [@​fisker](https://redirect.github.com/fisker)) Prettier 3.7.0 can be very slow when formatting big files, the regression has been fixed. ### [`v3.7.0`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#370) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.6.2...3.7.0) [diff](https://redirect.github.com/prettier/prettier/compare/3.6.2...3.7.0) 🔗 [Release Notes](https://prettier.io/blog/2025/11/27/3.7.0)
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 f476c8f..3254846 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5666,9 +5666,9 @@ } }, "node_modules/prettier": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", - "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz", + "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", "dev": true, "license": "MIT", "bin": { From 2b896e3b135900d8db4f74b847831e328e425be3 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 Jan 2026 02:17:03 +0000 Subject: [PATCH 12/16] fix(deps): Update dependency winston to v3.19.0 (#324) 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 | |---|---|---|---| | [winston](https://redirect.github.com/winstonjs/winston) | dependencies | minor | [`3.17.0` -> `3.19.0`](https://renovatebot.com/diffs/npm/winston/3.17.0/3.19.0) | --- ### Release Notes
winstonjs/winston (winston) ### [`v3.19.0`](https://redirect.github.com/winstonjs/winston/releases/tag/v3.19.0) [Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.18.3...v3.19.0) - Run npm audit fix [`e7ccdc4`](https://redirect.github.com/winstonjs/winston/commit/e7ccdc4) - Don't include jest.config.js in npm package [`5a63c8c`](https://redirect.github.com/winstonjs/winston/commit/5a63c8c) - fix: append error cause when using `logger.child()` ([#​2467](https://redirect.github.com/winstonjs/winston/issues/2467)) [`e74a7ae`](https://redirect.github.com/winstonjs/winston/commit/e74a7ae) - Bump rimraf from 5.0.1 to 5.0.10 ([#​2517](https://redirect.github.com/winstonjs/winston/issues/2517)) [`8a956fd`](https://redirect.github.com/winstonjs/winston/commit/8a956fd) - fix: ensure File transport flushes all data before emitting finish ([#​2594](https://redirect.github.com/winstonjs/winston/issues/2594)) [`86c890f`](https://redirect.github.com/winstonjs/winston/commit/86c890f) - Bump actions/setup-node from 4 to 6 ([#​2589](https://redirect.github.com/winstonjs/winston/issues/2589)) [`3b8be02`](https://redirect.github.com/winstonjs/winston/commit/3b8be02) - Bump [@​babel/core](https://redirect.github.com/babel/core) from 7.28.0 to 7.28.5 ([#​2591](https://redirect.github.com/winstonjs/winston/issues/2591)) [`f4c3e2c`](https://redirect.github.com/winstonjs/winston/commit/f4c3e2c) - Bump actions/checkout from 4 to 6 ([#​2593](https://redirect.github.com/winstonjs/winston/issues/2593)) [`dd7906e`](https://redirect.github.com/winstonjs/winston/commit/dd7906e) - chore: migrate test runner from mocha to jest ([#​2567](https://redirect.github.com/winstonjs/winston/issues/2567)) [`2e9eb18`](https://redirect.github.com/winstonjs/winston/commit/2e9eb18) *** ### [`v3.18.3`](https://redirect.github.com/winstonjs/winston/releases/tag/v3.18.3) [Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.18.2...v3.18.3) - Update diagnostics dependency (removes fix-esm transitive dependency) [`a15a9e9`](https://redirect.github.com/winstonjs/winston/commit/a15a9e9) *** ### [`v3.18.2`](https://redirect.github.com/winstonjs/winston/releases/tag/v3.18.2) [Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.18.1...v3.18.2) - Bump diagnostics package to resolve [#​2583](https://redirect.github.com/winstonjs/winston/issues/2583) (again) [`f4582c3`](https://redirect.github.com/winstonjs/winston/commit/f4582c3) *** ### [`v3.18.1`](https://redirect.github.com/winstonjs/winston/releases/tag/v3.18.1) [Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.18.0...v3.18.1) - Bump diagnostics package to resolve [#​2583](https://redirect.github.com/winstonjs/winston/issues/2583) [`e668c2c`](https://redirect.github.com/winstonjs/winston/commit/e668c2c) *** ### [`v3.18.0`](https://redirect.github.com/winstonjs/winston/releases/tag/v3.18.0) [Compare Source](https://redirect.github.com/winstonjs/winston/compare/v3.17.0...v3.18.0) - Update diagnostics package to latest version to remove vulnerability [`376e331`](https://redirect.github.com/winstonjs/winston/commit/376e331) - add [@​initd](https://redirect.github.com/initd).sg/winston-cloudwatch ([#​2532](https://redirect.github.com/winstonjs/winston/issues/2532)) [`71ee92a`](https://redirect.github.com/winstonjs/winston/commit/71ee92a) - Update transports.md ([#​2549](https://redirect.github.com/winstonjs/winston/issues/2549)) [`3547a95`](https://redirect.github.com/winstonjs/winston/commit/3547a95) - docs: update transport.md ([#​2550](https://redirect.github.com/winstonjs/winston/issues/2550)) [`dc88db0`](https://redirect.github.com/winstonjs/winston/commit/dc88db0) - feat: adds helper function for highest log level ([#​2514](https://redirect.github.com/winstonjs/winston/issues/2514)) [`c69cdb0`](https://redirect.github.com/winstonjs/winston/commit/c69cdb0) ***
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 | 107 +++++++++++++++++++++++++++++----------------- 1 file changed, 68 insertions(+), 39 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3254846..616a13a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -292,11 +292,12 @@ } }, "node_modules/@dabh/diagnostics": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.3.tgz", - "integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.8.tgz", + "integrity": "sha512-R4MSXTVnuMzGD7bzHdW2ZhhdPC/igELENcq5IjEverBvq5hn1SXCWcsi6eSsdWP0/Ur+SItRRjAktmdoX/8R/Q==", + "license": "MIT", "dependencies": { - "colorspace": "1.1.x", + "@so-ric/colorspace": "^1.1.6", "enabled": "2.0.x", "kuler": "^2.0.0" } @@ -772,6 +773,16 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@so-ric/colorspace": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@so-ric/colorspace/-/colorspace-1.1.6.tgz", + "integrity": "sha512-/KiKkpHNOBgkFJwu9sh48LkHSMYGyuTcSFK/qMBdnOAlrRJzRSXAOFB5qwzaVQuDl8wAvHVMkaASQDReTahxuw==", + "license": "MIT", + "dependencies": { + "color": "^5.0.2", + "text-hex": "1.0.x" + } + }, "node_modules/@swc/helpers": { "version": "0.5.13", "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.13.tgz", @@ -2050,18 +2061,23 @@ } }, "node_modules/color": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz", - "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/color/-/color-5.0.3.tgz", + "integrity": "sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA==", + "license": "MIT", "dependencies": { - "color-convert": "^1.9.3", - "color-string": "^1.6.0" + "color-convert": "^3.1.3", + "color-string": "^2.1.3" + }, + "engines": { + "node": ">=18" } }, "node_modules/color-convert": { "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, "dependencies": { "color-name": "1.1.3" } @@ -2069,24 +2085,49 @@ "node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true }, "node_modules/color-string": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", - "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-2.1.4.tgz", + "integrity": "sha512-Bb6Cq8oq0IjDOe8wJmi4JeNn763Xs9cfrBcaylK1tPypWzyoy2G3l90v9k64kjphl/ZJjPIShFztenRomi8WTg==", + "license": "MIT", "dependencies": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" + "color-name": "^2.0.0" + }, + "engines": { + "node": ">=18" } }, - "node_modules/colorspace": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz", - "integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==", + "node_modules/color-string/node_modules/color-name": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz", + "integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==", + "license": "MIT", + "engines": { + "node": ">=12.20" + } + }, + "node_modules/color/node_modules/color-convert": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-3.1.3.tgz", + "integrity": "sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==", + "license": "MIT", "dependencies": { - "color": "^3.1.3", - "text-hex": "1.0.x" + "color-name": "^2.0.0" + }, + "engines": { + "node": ">=14.6" + } + }, + "node_modules/color/node_modules/color-name": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.1.0.tgz", + "integrity": "sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==", + "license": "MIT", + "engines": { + "node": ">=12.20" } }, "node_modules/command-line-args": { @@ -6306,19 +6347,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/simple-swizzle": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", - "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", - "dependencies": { - "is-arrayish": "^0.3.1" - } - }, - "node_modules/simple-swizzle/node_modules/is-arrayish": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", - "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" - }, "node_modules/slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", @@ -6796,7 +6824,8 @@ "node_modules/text-hex": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz", - "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==" + "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==", + "license": "MIT" }, "node_modules/text-table": { "version": "0.2.0", @@ -7282,13 +7311,13 @@ } }, "node_modules/winston": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.17.0.tgz", - "integrity": "sha512-DLiFIXYC5fMPxaRg832S6F5mJYvePtmO5G9v9IgUFPhXm9/GkXarH/TUrBAVzhTCzAj9anE/+GjrgXp/54nOgw==", + "version": "3.19.0", + "resolved": "https://registry.npmjs.org/winston/-/winston-3.19.0.tgz", + "integrity": "sha512-LZNJgPzfKR+/J3cHkxcpHKpKKvGfDZVPS4hfJCc4cCG0CgYzvlD6yE/S3CIL/Yt91ak327YCpiF/0MyeZHEHKA==", "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0", - "@dabh/diagnostics": "^2.0.2", + "@dabh/diagnostics": "^2.0.8", "async": "^3.2.3", "is-stream": "^2.0.0", "logform": "^2.7.0", From 2a56cfbe03f21f971f1e2cb0b39e15d3b13c0171 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:46:17 +0000 Subject: [PATCH 13/16] fix(deps): Update dependency @cloudquery/plugin-pb-javascript to ^0.0.39 (#327) 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 | |---|---|---|---| | [@cloudquery/plugin-pb-javascript](https://redirect.github.com/cloudquery/plugin-pb-javascript) | dependencies | patch | [`^0.0.38` -> `^0.0.39`](https://renovatebot.com/diffs/npm/@cloudquery%2fplugin-pb-javascript/0.0.38/0.0.39) | --- ### Release Notes
cloudquery/plugin-pb-javascript (@​cloudquery/plugin-pb-javascript) ### [`v0.0.39`](https://redirect.github.com/cloudquery/plugin-pb-javascript/blob/HEAD/CHANGELOG.md#0039-2026-01-02) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-javascript/compare/v0.0.38...v0.0.39) ##### Bug Fixes - **deps:** Update dependency [@​grpc/grpc-js](https://redirect.github.com/grpc/grpc-js) to v1.14.1 ([#​120](https://redirect.github.com/cloudquery/plugin-pb-javascript/issues/120)) ([276b2c9](https://redirect.github.com/cloudquery/plugin-pb-javascript/commit/276b2c9244e67f1760d34e47c8e8db046de0c435)) - **deps:** Update dependency [@​grpc/grpc-js](https://redirect.github.com/grpc/grpc-js) to v1.14.3 ([#​124](https://redirect.github.com/cloudquery/plugin-pb-javascript/issues/124)) ([275fb94](https://redirect.github.com/cloudquery/plugin-pb-javascript/commit/275fb949ccf382ea5e47343db687ae7ba48a35cd)) - **deps:** Update dependency [@​tsconfig/node16](https://redirect.github.com/tsconfig/node16) to v16.1.6 ([#​115](https://redirect.github.com/cloudquery/plugin-pb-javascript/issues/115)) ([5429d7a](https://redirect.github.com/cloudquery/plugin-pb-javascript/commit/5429d7a151f3bc077a6b7996559cd75b299a5778)) - **deps:** Update dependency [@​tsconfig/node16](https://redirect.github.com/tsconfig/node16) to v16.1.8 ([#​121](https://redirect.github.com/cloudquery/plugin-pb-javascript/issues/121)) ([243c4da](https://redirect.github.com/cloudquery/plugin-pb-javascript/commit/243c4da6a5892c0a4a75df41f69486d547f74121)) - **deps:** Update dependency google-protobuf to v4.0.1 ([#​122](https://redirect.github.com/cloudquery/plugin-pb-javascript/issues/122)) ([dda4f8c](https://redirect.github.com/cloudquery/plugin-pb-javascript/commit/dda4f8cda6f1907c341cef1c473870fdade4fc18)) - **deps:** Update dependency grpc-tools to v1.13.1 ([#​125](https://redirect.github.com/cloudquery/plugin-pb-javascript/issues/125)) ([c95de83](https://redirect.github.com/cloudquery/plugin-pb-javascript/commit/c95de8350ab4b0e4cb652e6abda6178a445bd8cb)) - **deps:** Update dependency typescript to v5.9.3 ([#​116](https://redirect.github.com/cloudquery/plugin-pb-javascript/issues/116)) ([5940054](https://redirect.github.com/cloudquery/plugin-pb-javascript/commit/5940054f8e3ee361734983b438977181dc959afa))
--- ### 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. --- - [ ] 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 616a13a..c2a5b76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MPL-2.0", "dependencies": { "@apache-arrow/esnext-esm": "^19.0.0", - "@cloudquery/plugin-pb-javascript": "^0.0.38", + "@cloudquery/plugin-pb-javascript": "^0.0.39", "@grpc/grpc-js": "^1.9.0", "@types/luxon": "^3.3.1", "ajv": "^8.12.0", @@ -260,9 +260,9 @@ } }, "node_modules/@cloudquery/plugin-pb-javascript": { - "version": "0.0.38", - "resolved": "https://registry.npmjs.org/@cloudquery/plugin-pb-javascript/-/plugin-pb-javascript-0.0.38.tgz", - "integrity": "sha512-ICgWmmHKMTFRcZq5og80CicdfziFVvPfoA504nfcg3Q31kKBQncWLqcQTx5/2vXOwzpBTac96Cz2eKkDTMMbzg==", + "version": "0.0.39", + "resolved": "https://registry.npmjs.org/@cloudquery/plugin-pb-javascript/-/plugin-pb-javascript-0.0.39.tgz", + "integrity": "sha512-BzbSBAyetCqrdUcZWB66grEUSzywA3t/wtyWsG4QmNSP5GlxPiOO3KtTJBl6YsTODfLJQThdSfm2yX//wGSoGw==", "license": "MPL-2.0", "dependencies": { "google-protobuf": "^4.0.0" diff --git a/package.json b/package.json index 768b70a..783780b 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ }, "dependencies": { "@apache-arrow/esnext-esm": "^19.0.0", - "@cloudquery/plugin-pb-javascript": "^0.0.38", + "@cloudquery/plugin-pb-javascript": "^0.0.39", "@grpc/grpc-js": "^1.9.0", "@types/luxon": "^3.3.1", "ajv": "^8.12.0", From 4d7fa899fec03ed0da9d50f24e1ec48896710ffd Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 2 Jan 2026 13:55:51 +0000 Subject: [PATCH 14/16] chore(deps): Update actions/checkout action to v6 (#325) 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 | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release Notes
actions/checkout (actions/checkout) ### [`v6`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v600) [Compare Source](https://redirect.github.com/actions/checkout/compare/v5...v6) - Persist creds to a separate file by [@​ericsciple](https://redirect.github.com/ericsciple) in [https://github.com/actions/checkout/pull/2286](https://redirect.github.com/actions/checkout/pull/2286) - Update README to include Node.js 24 support details and requirements by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/checkout/pull/2248](https://redirect.github.com/actions/checkout/pull/2248)
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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). --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/publish.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 479e35a..e962dac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v5 with: node-version: "22" @@ -31,7 +31,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v5 with: node-version: "22" @@ -51,7 +51,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v5 with: node-version: "22" @@ -67,7 +67,7 @@ jobs: format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v5 with: node-version: "22" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2021e55..d68ea66 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: name: Publish to npm runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-node@v5 with: node-version: "22" From b7397da53053609036f91bd408574b2b3d219898 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 2 Jan 2026 14:01:24 +0000 Subject: [PATCH 15/16] chore(deps): Update actions/setup-node action to v6 (#326) 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 | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v5` -> `v6` | --- ### Release Notes
actions/setup-node (actions/setup-node) ### [`v6`](https://redirect.github.com/actions/setup-node/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v5...v6)
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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). --- .github/workflows/ci.yml | 13 +++++++++---- .github/workflows/publish.yml | 3 ++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e962dac..1a91f05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/setup-node@v5 + + - uses: actions/setup-node@v6 with: node-version: "22" cache: "npm" @@ -32,7 +33,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/setup-node@v5 + + - uses: actions/setup-node@v6 with: node-version: "22" cache: "npm" @@ -52,7 +54,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/setup-node@v5 + + - uses: actions/setup-node@v6 + with: node-version: "22" cache: "npm" @@ -68,7 +72,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/setup-node@v5 + + - uses: actions/setup-node@v6 with: node-version: "22" cache: "npm" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d68ea66..b6b4e0a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/setup-node@v5 + + - uses: actions/setup-node@v6 with: node-version: "22" registry-url: "https://registry.npmjs.org" From 1914b5d31eee7d8494affc862972a11db899a9d2 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 2 Jan 2026 14:08:00 +0000 Subject: [PATCH 16/16] chore(main): Release v0.1.31 (#314) :robot: I have created a release *beep* *boop* --- ## [0.1.31](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.30...v0.1.31) (2026-01-02) ### Bug Fixes * **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.39 ([#327](https://github.com/cloudquery/plugin-sdk-javascript/issues/327)) ([2a56cfb](https://github.com/cloudquery/plugin-sdk-javascript/commit/2a56cfbe03f21f971f1e2cb0b39e15d3b13c0171)) * **deps:** Update dependency @grpc/grpc-js to v1.14.1 ([#317](https://github.com/cloudquery/plugin-sdk-javascript/issues/317)) ([4bf2a90](https://github.com/cloudquery/plugin-sdk-javascript/commit/4bf2a9040efce2df4f5cfff811da4180fc9ddbeb)) * **deps:** Update dependency @grpc/grpc-js to v1.14.3 ([#321](https://github.com/cloudquery/plugin-sdk-javascript/issues/321)) ([e329e90](https://github.com/cloudquery/plugin-sdk-javascript/commit/e329e9009559ac540750c2ef1e2d83427c2f781e)) * **deps:** Update dependency @tsconfig/node20 to v20.1.8 ([#318](https://github.com/cloudquery/plugin-sdk-javascript/issues/318)) ([a456dd0](https://github.com/cloudquery/plugin-sdk-javascript/commit/a456dd0400f7aca3c10bcb185e9fdba99876394e)) * **deps:** Update dependency @types/yargs to v17.0.34 ([#312](https://github.com/cloudquery/plugin-sdk-javascript/issues/312)) ([7b7063c](https://github.com/cloudquery/plugin-sdk-javascript/commit/7b7063c01b6af3207e77e0b018e9bf4146b92e7c)) * **deps:** Update dependency @types/yargs to v17.0.35 ([#319](https://github.com/cloudquery/plugin-sdk-javascript/issues/319)) ([bd4be50](https://github.com/cloudquery/plugin-sdk-javascript/commit/bd4be505010133e38bcd2c40e97b1363fee9efc5)) * **deps:** Update dependency execa to v9.6.1 ([#322](https://github.com/cloudquery/plugin-sdk-javascript/issues/322)) ([33bee58](https://github.com/cloudquery/plugin-sdk-javascript/commit/33bee58d52d99f236379d6d6d4750b2c11221d97)) * **deps:** Update dependency modern-errors to v7.1.4 ([#313](https://github.com/cloudquery/plugin-sdk-javascript/issues/313)) ([5de647e](https://github.com/cloudquery/plugin-sdk-javascript/commit/5de647e5079fa324d7976eb2288952f3f2f3d26d)) * **deps:** Update dependency p-map to v7.0.4 ([#320](https://github.com/cloudquery/plugin-sdk-javascript/issues/320)) ([a39b123](https://github.com/cloudquery/plugin-sdk-javascript/commit/a39b123c96316be4cae4c4953ab390ead1aed8fc)) * **deps:** Update dependency prettier to v3.7.4 ([#323](https://github.com/cloudquery/plugin-sdk-javascript/issues/323)) ([1bb3308](https://github.com/cloudquery/plugin-sdk-javascript/commit/1bb33081e813f3f4cebd609c29b7ad0052ee1357)) * **deps:** Update dependency semver to v7.7.3 ([#315](https://github.com/cloudquery/plugin-sdk-javascript/issues/315)) ([e77fb69](https://github.com/cloudquery/plugin-sdk-javascript/commit/e77fb69753e66bf8e2d1e83a1c2cc00eb2ddae2e)) * **deps:** Update dependency typescript to v5.9.3 ([#316](https://github.com/cloudquery/plugin-sdk-javascript/issues/316)) ([fd23688](https://github.com/cloudquery/plugin-sdk-javascript/commit/fd236887bb0383ae68a622043f58f57befaf27f7)) * **deps:** Update dependency winston to v3.19.0 ([#324](https://github.com/cloudquery/plugin-sdk-javascript/issues/324)) ([2b896e3](https://github.com/cloudquery/plugin-sdk-javascript/commit/2b896e3b135900d8db4f74b847831e328e425be3)) --- 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 | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 93dc0dc..9fa11e0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.30" + ".": "0.1.31" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 119b885..1138958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.1.31](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.30...v0.1.31) (2026-01-02) + + +### Bug Fixes + +* **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.39 ([#327](https://github.com/cloudquery/plugin-sdk-javascript/issues/327)) ([2a56cfb](https://github.com/cloudquery/plugin-sdk-javascript/commit/2a56cfbe03f21f971f1e2cb0b39e15d3b13c0171)) +* **deps:** Update dependency @grpc/grpc-js to v1.14.1 ([#317](https://github.com/cloudquery/plugin-sdk-javascript/issues/317)) ([4bf2a90](https://github.com/cloudquery/plugin-sdk-javascript/commit/4bf2a9040efce2df4f5cfff811da4180fc9ddbeb)) +* **deps:** Update dependency @grpc/grpc-js to v1.14.3 ([#321](https://github.com/cloudquery/plugin-sdk-javascript/issues/321)) ([e329e90](https://github.com/cloudquery/plugin-sdk-javascript/commit/e329e9009559ac540750c2ef1e2d83427c2f781e)) +* **deps:** Update dependency @tsconfig/node20 to v20.1.8 ([#318](https://github.com/cloudquery/plugin-sdk-javascript/issues/318)) ([a456dd0](https://github.com/cloudquery/plugin-sdk-javascript/commit/a456dd0400f7aca3c10bcb185e9fdba99876394e)) +* **deps:** Update dependency @types/yargs to v17.0.34 ([#312](https://github.com/cloudquery/plugin-sdk-javascript/issues/312)) ([7b7063c](https://github.com/cloudquery/plugin-sdk-javascript/commit/7b7063c01b6af3207e77e0b018e9bf4146b92e7c)) +* **deps:** Update dependency @types/yargs to v17.0.35 ([#319](https://github.com/cloudquery/plugin-sdk-javascript/issues/319)) ([bd4be50](https://github.com/cloudquery/plugin-sdk-javascript/commit/bd4be505010133e38bcd2c40e97b1363fee9efc5)) +* **deps:** Update dependency execa to v9.6.1 ([#322](https://github.com/cloudquery/plugin-sdk-javascript/issues/322)) ([33bee58](https://github.com/cloudquery/plugin-sdk-javascript/commit/33bee58d52d99f236379d6d6d4750b2c11221d97)) +* **deps:** Update dependency modern-errors to v7.1.4 ([#313](https://github.com/cloudquery/plugin-sdk-javascript/issues/313)) ([5de647e](https://github.com/cloudquery/plugin-sdk-javascript/commit/5de647e5079fa324d7976eb2288952f3f2f3d26d)) +* **deps:** Update dependency p-map to v7.0.4 ([#320](https://github.com/cloudquery/plugin-sdk-javascript/issues/320)) ([a39b123](https://github.com/cloudquery/plugin-sdk-javascript/commit/a39b123c96316be4cae4c4953ab390ead1aed8fc)) +* **deps:** Update dependency prettier to v3.7.4 ([#323](https://github.com/cloudquery/plugin-sdk-javascript/issues/323)) ([1bb3308](https://github.com/cloudquery/plugin-sdk-javascript/commit/1bb33081e813f3f4cebd609c29b7ad0052ee1357)) +* **deps:** Update dependency semver to v7.7.3 ([#315](https://github.com/cloudquery/plugin-sdk-javascript/issues/315)) ([e77fb69](https://github.com/cloudquery/plugin-sdk-javascript/commit/e77fb69753e66bf8e2d1e83a1c2cc00eb2ddae2e)) +* **deps:** Update dependency typescript to v5.9.3 ([#316](https://github.com/cloudquery/plugin-sdk-javascript/issues/316)) ([fd23688](https://github.com/cloudquery/plugin-sdk-javascript/commit/fd236887bb0383ae68a622043f58f57befaf27f7)) +* **deps:** Update dependency winston to v3.19.0 ([#324](https://github.com/cloudquery/plugin-sdk-javascript/issues/324)) ([2b896e3](https://github.com/cloudquery/plugin-sdk-javascript/commit/2b896e3b135900d8db4f74b847831e328e425be3)) + ## [0.1.30](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.29...v0.1.30) (2025-10-01) diff --git a/package-lock.json b/package-lock.json index c2a5b76..681c1ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cloudquery/plugin-sdk-javascript", - "version": "0.1.30", + "version": "0.1.31", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cloudquery/plugin-sdk-javascript", - "version": "0.1.30", + "version": "0.1.31", "license": "MPL-2.0", "dependencies": { "@apache-arrow/esnext-esm": "^19.0.0", diff --git a/package.json b/package.json index 783780b..4792b7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudquery/plugin-sdk-javascript", - "version": "0.1.30", + "version": "0.1.31", "files": [ "dist", "!dist/**/*.test.*",