From 525975ae4566f2c47ea20127094f202269458291 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 07:33:32 +0000 Subject: [PATCH] chore(deps): Replace dependency @tsconfig/node16 with @tsconfig/node18 --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ tsconfig.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index bfcf161..88ea837 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "homepage": "https://github.com/cloudquery/cloudquery#readme", "devDependencies": { "@ava/typescript": "^6.0.0", - "@tsconfig/node16": "^16.1.0", + "@tsconfig/node18": "^18.2.0", "@types/jest": "^30.0.0", "@types/yargs": "^17.0.24", "@typescript-eslint/eslint-plugin": "^6.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index da5b47b..6f69d3d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,9 +39,9 @@ importers: '@ava/typescript': specifier: ^6.0.0 version: 6.0.0 - '@tsconfig/node16': - specifier: ^16.1.0 - version: 16.1.8 + '@tsconfig/node18': + specifier: ^18.2.0 + version: 18.2.6 '@types/jest': specifier: ^30.0.0 version: 30.0.0 @@ -783,8 +783,8 @@ packages: '@swc/helpers@0.5.19': resolution: {integrity: sha512-QamiFeIK3txNjgUTNppE6MiG3p7TdninpZu0E0PbqVh1a9FNLT2FRhisaa4NcaX52XVhA5l7Pk58Ft7Sqi/2sA==} - '@tsconfig/node16@16.1.8': - resolution: {integrity: sha512-T/CfdwFry660WjZor56z0F3pxeCllt8KOxWcHFW6ZEuULKUObTDEMdgtctyuJPxwqyWDsvHRfxHaJ4FIICyoqQ==} + '@tsconfig/node18@18.2.6': + resolution: {integrity: sha512-eAWQzAjPj18tKnDzmWstz4OyWewLUNBm9tdoN9LayzoboRktYx3Enk1ZXPmThj55L7c4VWYq/Bzq0A51znZfhw==} '@tybys/wasm-util@0.10.1': resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==} @@ -4581,7 +4581,7 @@ snapshots: dependencies: tslib: 2.8.1 - '@tsconfig/node16@16.1.8': {} + '@tsconfig/node18@18.2.6': {} '@tybys/wasm-util@0.10.1': dependencies: diff --git a/tsconfig.json b/tsconfig.json index a5f62f1..7446abe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "emitDeclarationOnly": false, "allowJs": true,