From a5e92bdd69aa48793bc1dfb23c4dea9370dd9f7e Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:47:57 +0000 Subject: [PATCH 1/2] fix(deps): Update dependency typescript to v6 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8542a83..9dc4c31 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@types/google-protobuf": "^3.15.6", "grpc-tools": "^1.12.4", "protoc-gen-ts": "^0.8.6", - "typescript": "^5.0.0" + "typescript": "^6.0.0" }, "engines": { "node": ">=16.17.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 79c27de..f302e49 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,8 +28,8 @@ importers: specifier: ^0.8.6 version: 0.8.7 typescript: - specifier: ^5.0.0 - version: 5.9.3 + specifier: ^6.0.0 + version: 6.0.2 packages: @@ -230,8 +230,8 @@ packages: tr46@0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} - typescript@5.9.3: - resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + typescript@6.0.2: + resolution: {integrity: sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==} engines: {node: '>=14.17'} hasBin: true @@ -445,7 +445,7 @@ snapshots: tr46@0.0.3: {} - typescript@5.9.3: {} + typescript@6.0.2: {} undici-types@7.18.2: {} From ab162bd3f7145936b5b5c7984fa4b659778e08a9 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Wed, 1 Apr 2026 09:11:54 +0100 Subject: [PATCH 2/2] Update release-please-action version in workflow --- .github/workflows/release_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_pr.yml b/.github/workflows/release_pr.yml index 9610124..7e7c172 100644 --- a/.github/workflows/release_pr.yml +++ b/.github/workflows/release_pr.yml @@ -19,7 +19,7 @@ jobs: private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }} permission-contents: write permission-pull-requests: write - - uses: googleapis/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4 + - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4 id: release with: token: ${{ steps.app-token.outputs.token }}