From 71e723e885cb58c7ae30668a8189887cd7143c1c Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Mar 2025 03:06:21 +0200 Subject: [PATCH 1/6] fix(deps): Update dependency @apache-arrow/esnext-esm to v19.0.1 (#265) 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 | |---|---|---|---| | [@apache-arrow/esnext-esm](https://redirect.github.com/apache/arrow/blob/main/js/README.md) ([source](https://redirect.github.com/apache/arrow)) | dependencies | patch | [`19.0.0` -> `19.0.1`](https://renovatebot.com/diffs/npm/@apache-arrow%2fesnext-esm/19.0.0/19.0.1) | --- ### Release Notes
apache/arrow (@​apache-arrow/esnext-esm) ### [`v19.0.1`](https://redirect.github.com/apache/arrow/compare/9bcca3232ed3b882e25695c3825b9d4be87cb284...ec3d2839d102cc44d368c154cfa756eb946909ee) [Compare Source](https://redirect.github.com/apache/arrow/compare/9bcca3232ed3b882e25695c3825b9d4be87cb284...ec3d2839d102cc44d368c154cfa756eb946909ee)
--- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 409f74a..dddb5be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,9 +71,9 @@ } }, "node_modules/@apache-arrow/esnext-esm": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@apache-arrow/esnext-esm/-/esnext-esm-19.0.0.tgz", - "integrity": "sha512-qkvH/012UQXO/rNmRyftzk6NLTB6MJ60XQBerzGAbudDoSx5ca00RAiEufLM3Xgjvg0hyl8rH1kIQWasFP8fMg==", + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@apache-arrow/esnext-esm/-/esnext-esm-19.0.1.tgz", + "integrity": "sha512-0+gHhodjuKIl+NDNaEnQwkzZo43wzc0eXG11RMk8mx7w8a63vFdKFQAeWo54M59E0wZSPu0V9LZgzPsgOKPGvA==", "license": "Apache-2.0", "dependencies": { "@swc/helpers": "^0.5.11", From c19ff4623ce62a05e9039bbc675d6908eee3a1ba Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Mar 2025 03:13:15 +0200 Subject: [PATCH 2/6] fix(deps): Update dependency @grpc/grpc-js to v1.12.6 (#266) 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.12.5` -> `1.12.6`](https://renovatebot.com/diffs/npm/@grpc%2fgrpc-js/1.12.5/1.12.6) | --- ### Release Notes
grpc/grpc-node (@​grpc/grpc-js) ### [`v1.12.6`](https://redirect.github.com/grpc/grpc-node/releases/tag/%40grpc/grpc-js%401.12.6) [Compare Source](https://redirect.github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.5...@grpc/grpc-js@1.12.6) - Allow garbage collection of IDLE channels ([#​2896](https://redirect.github.com/grpc/grpc-node/issues/2896))
--- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index dddb5be..f9e4044 100644 --- a/package-lock.json +++ b/package-lock.json @@ -380,9 +380,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.12.5", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.5.tgz", - "integrity": "sha512-d3iiHxdpg5+ZcJ6jnDSOT8Z0O0VMVGy34jAnYLUX8yd36b1qn8f1TwOA/Lc7TsOh03IkPJ38eGI5qD2EjNkoEA==", + "version": "1.12.6", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.6.tgz", + "integrity": "sha512-JXUj6PI0oqqzTGvKtzOkxtpsyPRNsrmhh41TtIz/zEB6J+AUiZZ0dxWzcMwO9Ns5rmSPuMdghlTbUuqIM48d3Q==", "license": "Apache-2.0", "dependencies": { "@grpc/proto-loader": "^0.7.13", From 930371154a3f77b48b8ac4a1b80f37756bbbc101 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Mar 2025 05:07:21 +0200 Subject: [PATCH 3/6] fix(deps): Update dependency eslint-import-resolver-typescript to v3.8.3 (#268) 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 | |---|---|---|---| | [eslint-import-resolver-typescript](https://redirect.github.com/import-js/eslint-import-resolver-typescript) | devDependencies | minor | [`3.7.0` -> `3.8.3`](https://renovatebot.com/diffs/npm/eslint-import-resolver-typescript/3.7.0/3.8.3) | --- ### Release Notes
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript) ### [`v3.8.3`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#383) [Compare Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v3.8.2...v3.8.3) ##### Patch Changes - [#​360](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/360) [`8192976`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/81929767a9e440eaa730f4c76b932da7bbd9eed7) Thanks [@​carlocorradini](https://redirect.github.com/carlocorradini)! - Force tiniglobby to expand dot directories - [#​360](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/360) [`8192976`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/81929767a9e440eaa730f4c76b932da7bbd9eed7) Thanks [@​carlocorradini](https://redirect.github.com/carlocorradini)! - Update tinyglobby to latest version ### [`v3.8.2`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#382) [Compare Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v3.8.1...v3.8.2) ##### Patch Changes - [#​357](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/357) [`5fd349e`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/5fd349e17c3650aafcc804858a3c3b07cfda8e0d) Thanks [@​carlocorradini](https://redirect.github.com/carlocorradini)! - Update the `tinyglobby` to the latest version to solve performance regressions. ### [`v3.8.1`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#381) [Compare Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v3.8.0...v3.8.1) ##### Patch Changes - [#​352](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/352) [`0c6303d`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/0c6303d336093ecdac522da0bc1f57ef3ba85f9d) Thanks [@​carlocorradini](https://redirect.github.com/carlocorradini)! - Set cwd while resolving tsconfig include ### [`v3.8.0`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#380) [Compare Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v3.7.0...v3.8.0) ##### Minor Changes - [#​345](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/345) [`fcc8883`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/fcc8883c0f023247fcb9a453004f8bd3e6b7c0e2) Thanks [@​carlocorradini](https://redirect.github.com/carlocorradini)! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator. - [#​346](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/346) [`c124e87`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/c124e874b6429167b230697ee9f0a69e2efa5f96) Thanks [@​carlocorradini](https://redirect.github.com/carlocorradini)! - Update get-tsconfig to the the latest version. We now support the `${configDir}` variable, introduced in TypeScript 5.5.
--- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- package-lock.json | 64 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 54 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9e4044..044725a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2676,20 +2676,19 @@ } }, "node_modules/eslint-import-resolver-typescript": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.7.0.tgz", - "integrity": "sha512-Vrwyi8HHxY97K5ebydMtffsWAn1SCR9eol49eCd5fJS4O1WV7PaAjbcjmbfJJSMz/t4Mal212Uz/fQZrOB8mow==", + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.8.3.tgz", + "integrity": "sha512-A0bu4Ks2QqDWNpeEgTQMPTngaMhuDu4yv6xpftBMAf+1ziXnpx+eSR1WRfoPTe2BAiAjHFZ7kSNx1fvr5g5pmQ==", "dev": true, "license": "ISC", "dependencies": { "@nolyfill/is-core-module": "1.0.39", "debug": "^4.3.7", "enhanced-resolve": "^5.15.0", - "fast-glob": "^3.3.2", - "get-tsconfig": "^4.7.5", + "get-tsconfig": "^4.10.0", "is-bun-module": "^1.0.2", - "is-glob": "^4.0.3", - "stable-hash": "^0.0.4" + "stable-hash": "^0.0.4", + "tinyglobby": "^0.2.12" }, "engines": { "node": "^14.18.0 || >=16.0.0" @@ -3837,9 +3836,9 @@ } }, "node_modules/get-tsconfig": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.8.0.tgz", - "integrity": "sha512-Pgba6TExTZ0FJAn1qkJAjIeKoDJ3CsI2ChuLohJnZl/tTU8MVrq3b+2t5UOPfRa4RMsorClBjJALkJUMjG1PAw==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.0.tgz", + "integrity": "sha512-kGzZ3LWWQcGIAmg6iWvXn0ei6WDtV26wzHRMwDSzmAbcXrTEXxHy6IehI6/4eT6VRKyMP1eF1VqwrVUmE/LR7A==", "dev": true, "license": "MIT", "dependencies": { @@ -6644,6 +6643,51 @@ "node": ">=4" } }, + "node_modules/tinyglobby": { + "version": "0.2.12", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.12.tgz", + "integrity": "sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==", + "dev": true, + "license": "MIT", + "dependencies": { + "fdir": "^6.4.3", + "picomatch": "^4.0.2" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" + } + }, + "node_modules/tinyglobby/node_modules/fdir": { + "version": "6.4.3", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz", + "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "picomatch": "^3 || ^4" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/tinyglobby/node_modules/picomatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", From 5c1ddf895bf82cb67a52a10d8e90287eedac6737 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Mar 2025 05:11:00 +0200 Subject: [PATCH 4/6] fix(deps): Update dependency prettier to v3.5.1 (#269) 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 | Pending | |---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`](https://renovatebot.com/diffs/npm/prettier/3.4.2/3.5.1) | `3.5.2` | --- ### Release Notes
prettier/prettier (prettier) ### [`v3.5.1`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#351) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.5.0...3.5.1) [diff](https://redirect.github.com/prettier/prettier/compare/3.5.0...3.5.1) ##### Fix CLI crash when cache for old version exists ([#​17100](https://redirect.github.com/prettier/prettier/pull/17100) by [@​sosukesuzuki](https://redirect.github.com/sosukesuzuki)) Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem. ##### Support dockercompose and github-actions-workflow in VSCode ([#​17101](https://redirect.github.com/prettier/prettier/pull/17101) by [@​remcohaszing](https://redirect.github.com/remcohaszing)) Prettier now supports the `dockercompose` and `github-actions-workflow` languages in Visual Studio Code. ### [`v3.5.0`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#350) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.4.2...3.5.0) [diff](https://redirect.github.com/prettier/prettier/compare/3.4.2...3.5.0) 🔗 [Release Notes](https://prettier.io/blog/2025/02/09/3.5.0.html)
--- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 044725a..349a3ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5570,9 +5570,9 @@ } }, "node_modules/prettier": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", - "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz", + "integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==", "dev": true, "license": "MIT", "bin": { From 1dc7d43c19c3e92cd673364751b0bf52cc0d9023 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 5 Mar 2025 13:32:43 +0200 Subject: [PATCH 5/6] fix(deps): Update dependency @cloudquery/plugin-pb-javascript to ^0.0.32 (#270) 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.31` -> `^0.0.32`](https://renovatebot.com/diffs/npm/@cloudquery%2fplugin-pb-javascript/0.0.31/0.0.32) | --- ### Release Notes
cloudquery/plugin-pb-javascript (@​cloudquery/plugin-pb-javascript) ### [`v0.0.32`](https://redirect.github.com/cloudquery/plugin-pb-javascript/blob/HEAD/CHANGELOG.md#0032-2025-03-01) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-javascript/compare/v0.0.31...v0.0.32) ##### Bug Fixes - **deps:** Update dependency [@​grpc/grpc-js](https://redirect.github.com/grpc/grpc-js) to v1.12.6 ([#​89](https://redirect.github.com/cloudquery/plugin-pb-javascript/issues/89)) ([af4c522](https://redirect.github.com/cloudquery/plugin-pb-javascript/commit/af4c5222edf6cea7f7f5fe5f67965972a2d2b4d8)) - **deps:** Update dependency grpc-tools to v1.13.0 ([#​90](https://redirect.github.com/cloudquery/plugin-pb-javascript/issues/90)) ([1f6369f](https://redirect.github.com/cloudquery/plugin-pb-javascript/commit/1f6369f2e6e249151bdc378d572d9e622b3addde))
--- ### 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 349a3ed..7ff00a9 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.31", + "@cloudquery/plugin-pb-javascript": "^0.0.32", "@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.31", - "resolved": "https://registry.npmjs.org/@cloudquery/plugin-pb-javascript/-/plugin-pb-javascript-0.0.31.tgz", - "integrity": "sha512-EnuycQE4TnOciKNZfF3CwkeWKdSy6fvmNaF0hPirrbtHW0BmffmtP8IJjJUZqP5qlNthzFYRH2O5TlyXVQxrng==", + "version": "0.0.32", + "resolved": "https://registry.npmjs.org/@cloudquery/plugin-pb-javascript/-/plugin-pb-javascript-0.0.32.tgz", + "integrity": "sha512-1YQTftgtZiB2pxUM1w5CBUOZCUdIh512yDqq+6L3wHw3489GiT6J2g/sRLNk+ewCJtiSerynOkY6hcM6gTyxOw==", "license": "MPL-2.0", "dependencies": { "google-protobuf": "^3.21.2" diff --git a/package.json b/package.json index ed4f948..27872a4 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.31", + "@cloudquery/plugin-pb-javascript": "^0.0.32", "@grpc/grpc-js": "^1.9.0", "@types/luxon": "^3.3.1", "ajv": "^8.12.0", From baf46b134af802cd13cad4addc964088dce50e67 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 6 Mar 2025 11:21:32 +0200 Subject: [PATCH 6/6] chore(main): Release v0.1.24 (#267) :robot: I have created a release *beep* *boop* --- ## [0.1.24](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.23...v0.1.24) (2025-03-05) ### Bug Fixes * **deps:** Update dependency @apache-arrow/esnext-esm to v19.0.1 ([#265](https://github.com/cloudquery/plugin-sdk-javascript/issues/265)) ([71e723e](https://github.com/cloudquery/plugin-sdk-javascript/commit/71e723e885cb58c7ae30668a8189887cd7143c1c)) * **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.32 ([#270](https://github.com/cloudquery/plugin-sdk-javascript/issues/270)) ([1dc7d43](https://github.com/cloudquery/plugin-sdk-javascript/commit/1dc7d43c19c3e92cd673364751b0bf52cc0d9023)) * **deps:** Update dependency @grpc/grpc-js to v1.12.6 ([#266](https://github.com/cloudquery/plugin-sdk-javascript/issues/266)) ([c19ff46](https://github.com/cloudquery/plugin-sdk-javascript/commit/c19ff4623ce62a05e9039bbc675d6908eee3a1ba)) * **deps:** Update dependency eslint-import-resolver-typescript to v3.8.3 ([#268](https://github.com/cloudquery/plugin-sdk-javascript/issues/268)) ([9303711](https://github.com/cloudquery/plugin-sdk-javascript/commit/930371154a3f77b48b8ac4a1b80f37756bbbc101)) * **deps:** Update dependency prettier to v3.5.1 ([#269](https://github.com/cloudquery/plugin-sdk-javascript/issues/269)) ([5c1ddf8](https://github.com/cloudquery/plugin-sdk-javascript/commit/5c1ddf895bf82cb67a52a10d8e90287eedac6737)) --- 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 4f8c6fb..91afe94 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.23" + ".": "0.1.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e09468..fd0d505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.24](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.23...v0.1.24) (2025-03-05) + + +### Bug Fixes + +* **deps:** Update dependency @apache-arrow/esnext-esm to v19.0.1 ([#265](https://github.com/cloudquery/plugin-sdk-javascript/issues/265)) ([71e723e](https://github.com/cloudquery/plugin-sdk-javascript/commit/71e723e885cb58c7ae30668a8189887cd7143c1c)) +* **deps:** Update dependency @cloudquery/plugin-pb-javascript to ^0.0.32 ([#270](https://github.com/cloudquery/plugin-sdk-javascript/issues/270)) ([1dc7d43](https://github.com/cloudquery/plugin-sdk-javascript/commit/1dc7d43c19c3e92cd673364751b0bf52cc0d9023)) +* **deps:** Update dependency @grpc/grpc-js to v1.12.6 ([#266](https://github.com/cloudquery/plugin-sdk-javascript/issues/266)) ([c19ff46](https://github.com/cloudquery/plugin-sdk-javascript/commit/c19ff4623ce62a05e9039bbc675d6908eee3a1ba)) +* **deps:** Update dependency eslint-import-resolver-typescript to v3.8.3 ([#268](https://github.com/cloudquery/plugin-sdk-javascript/issues/268)) ([9303711](https://github.com/cloudquery/plugin-sdk-javascript/commit/930371154a3f77b48b8ac4a1b80f37756bbbc101)) +* **deps:** Update dependency prettier to v3.5.1 ([#269](https://github.com/cloudquery/plugin-sdk-javascript/issues/269)) ([5c1ddf8](https://github.com/cloudquery/plugin-sdk-javascript/commit/5c1ddf895bf82cb67a52a10d8e90287eedac6737)) + ## [0.1.23](https://github.com/cloudquery/plugin-sdk-javascript/compare/v0.1.22...v0.1.23) (2025-02-03) diff --git a/package-lock.json b/package-lock.json index 7ff00a9..e7901ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cloudquery/plugin-sdk-javascript", - "version": "0.1.23", + "version": "0.1.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cloudquery/plugin-sdk-javascript", - "version": "0.1.23", + "version": "0.1.24", "license": "MPL-2.0", "dependencies": { "@apache-arrow/esnext-esm": "^19.0.0", diff --git a/package.json b/package.json index 27872a4..7bebadd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudquery/plugin-sdk-javascript", - "version": "0.1.23", + "version": "0.1.24", "files": [ "dist", "!dist/**/*.test.*",