From 6f9da2cc3aadc32eacbe9d828f42457b0933382d Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:32:27 +0000 Subject: [PATCH 1/2] fix(deps): Update dependency @tsconfig/node24 to v24.0.5 --- pnpm-lock.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a39e2ee..a84e9b9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,7 +17,7 @@ importers: version: 1.14.4 '@tsconfig/node24': specifier: ^24.0.0 - version: 24.0.4 + version: 24.0.5 '@types/google-protobuf': specifier: ^3.15.6 version: 3.15.12 @@ -84,8 +84,8 @@ packages: '@protobufjs/utf8@1.1.1': resolution: {integrity: sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==} - '@tsconfig/node24@24.0.4': - resolution: {integrity: sha512-2A933l5P5oCbv6qSxHs7ckKwobs8BDAe9SJ/Xr2Hy+nDlwmLE1GhFh/g/vXGRZWgxBg9nX/5piDtHR9Dkw/XuA==} + '@tsconfig/node24@24.0.5': + resolution: {integrity: sha512-DWC54fGPuhZgg3Ighg4Y/A/bA3ZdB5hnzAuv/MkQ/X85sVsBsMQxu8t7khutdYeiNksBbFdDyeqv1HSW2Zl8aA==} '@types/google-protobuf@3.15.12': resolution: {integrity: sha512-40um9QqwHjRS92qnOaDpL7RmDK15NuZYo9HihiJRbYkMQZlWnuH8AdvbMy8/o6lgLmKbDUKa+OALCltHdbOTpQ==} @@ -439,7 +439,7 @@ snapshots: '@protobufjs/utf8@1.1.1': {} - '@tsconfig/node24@24.0.4': {} + '@tsconfig/node24@24.0.5': {} '@types/google-protobuf@3.15.12': {} From 4a065789eca335aaf7e059c8d8bb03d71d0a9753 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Tue, 1 Sep 2026 15:26:00 +0100 Subject: [PATCH 2/2] fix: Add @types/node required by @tsconfig/node24 --- package.json | 1 + pnpm-lock.yaml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/package.json b/package.json index a354802..44b426a 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "@grpc/grpc-js": "^1.9.0", "@tsconfig/node24": "^24.0.0", "@types/google-protobuf": "^3.15.6", + "@types/node": "^24.13.3", "grpc-tools": "^1.12.4", "protoc-gen-ts": "^0.8.6", "typescript": "^7.0.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a84e9b9..aaae532 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,6 +21,9 @@ importers: '@types/google-protobuf': specifier: ^3.15.6 version: 3.15.12 + '@types/node': + specifier: ^24.13.3 + version: 24.13.3 grpc-tools: specifier: ^1.12.4 version: 1.13.1 @@ -90,6 +93,9 @@ packages: '@types/google-protobuf@3.15.12': resolution: {integrity: sha512-40um9QqwHjRS92qnOaDpL7RmDK15NuZYo9HihiJRbYkMQZlWnuH8AdvbMy8/o6lgLmKbDUKa+OALCltHdbOTpQ==} + '@types/node@24.13.3': + resolution: {integrity: sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==} + '@types/node@25.9.1': resolution: {integrity: sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==} @@ -355,6 +361,9 @@ packages: engines: {node: '>=16.20.0'} hasBin: true + undici-types@7.18.2: + resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} + undici-types@7.24.6: resolution: {integrity: sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==} @@ -443,6 +452,10 @@ snapshots: '@types/google-protobuf@3.15.12': {} + '@types/node@24.13.3': + dependencies: + undici-types: 7.18.2 + '@types/node@25.9.1': dependencies: undici-types: 7.24.6 @@ -647,6 +660,8 @@ snapshots: '@typescript/typescript-win32-arm64': 7.0.2 '@typescript/typescript-win32-x64': 7.0.2 + undici-types@7.18.2: {} + undici-types@7.24.6: {} webidl-conversions@3.0.1: {}