From 954888819abcf00f87672b80f40e62c7871e1e22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 04:43:39 +0000 Subject: [PATCH] chore(deps): replace dependency @tsconfig/node18 with @tsconfig/node20 --- example/tsconfig.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ tsconfig.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/example/tsconfig.json b/example/tsconfig.json index 24df96e..33d7fc3 100644 --- a/example/tsconfig.json +++ b/example/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node18/tsconfig.json", + "extends": "@tsconfig/node20/tsconfig.json", "compilerOptions": { // Output "noEmit": true, diff --git a/package.json b/package.json index eb01dec..7b1ffbb 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@changesets/changelog-github": "1.0.0-next.1", "@changesets/cli": "3.0.0-next.1", "@e18e/eslint-plugin": "0.2.0", - "@tsconfig/node18": "18.2.6", + "@tsconfig/node20": "20.1.0", "@types/node": "22.19.13", "@vitest/coverage-v8": "4.0.18", "eslint": "10.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8705851..73591bb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,9 +36,9 @@ importers: '@e18e/eslint-plugin': specifier: 0.2.0 version: 0.2.0(eslint@10.0.0) - '@tsconfig/node18': - specifier: 18.2.6 - version: 18.2.6 + '@tsconfig/node20': + specifier: 20.1.0 + version: 20.1.0 '@types/node': specifier: 22.19.13 version: 22.19.13 @@ -710,8 +710,8 @@ packages: '@standard-schema/spec@1.1.0': resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} - '@tsconfig/node18@18.2.6': - resolution: {integrity: sha512-eAWQzAjPj18tKnDzmWstz4OyWewLUNBm9tdoN9LayzoboRktYx3Enk1ZXPmThj55L7c4VWYq/Bzq0A51znZfhw==} + '@tsconfig/node20@20.1.0': + resolution: {integrity: sha512-7Yz1xDv3sot8+NwiYA8wkx60qr3Tr+soJwlqVQSkiEqqgYoNmMmqSPiYs1vMmTxneB3igHAD11dGOR2+BShzTA==} '@types/aws-lambda@8.10.161': resolution: {integrity: sha512-rUYdp+MQwSFocxIOcSsYSF3YYYC/uUpMbCY/mbO21vGqfrEYvNSoPyKYDj6RhXXpPfS0KstW9RwG3qXh9sL7FQ==} @@ -2860,7 +2860,7 @@ snapshots: '@standard-schema/spec@1.1.0': {} - '@tsconfig/node18@18.2.6': {} + '@tsconfig/node20@20.1.0': {} '@types/aws-lambda@8.10.161': {} diff --git a/tsconfig.json b/tsconfig.json index e610f95..6c633ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node18/tsconfig.json", + "extends": "@tsconfig/node20/tsconfig.json", "compilerOptions": { // Output "noEmit": true,