From 872496626211897cf5cbb1170444decf085f54fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:37:04 +0000 Subject: [PATCH] chore(deps): replace dependency @tsconfig/node16 with @tsconfig/node18 --- package.json | 2 +- tsconfig.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 59b2f34..1300356 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "prettier": "@simenandre/prettier", "devDependencies": { "@bjerk/eslint-config": "^5.0.0", - "@tsconfig/node16": "^1.0.3", + "@tsconfig/node18": "^18.2.0", "@types/jest": "^28.1.2", "@types/omit-empty": "^1.0.1", "jest": "^28.1.1", diff --git a/tsconfig.json b/tsconfig.json index 1b79ec1..6f6f7ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@tsconfig/node16/tsconfig.json", + "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "outDir": "dist", "declaration": true, diff --git a/yarn.lock b/yarn.lock index 6cd8e1e..51fa295 100644 --- a/yarn.lock +++ b/yarn.lock @@ -614,10 +614,10 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@tsconfig/node16@^1.0.3": - version "1.0.4" - resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9" - integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA== +"@tsconfig/node18@^18.2.0": + version "18.2.6" + resolved "https://registry.yarnpkg.com/@tsconfig/node18/-/node18-18.2.6.tgz#21c894382e89fb5b641303f9ea3bbc04beb7060d" + integrity sha512-eAWQzAjPj18tKnDzmWstz4OyWewLUNBm9tdoN9LayzoboRktYx3Enk1ZXPmThj55L7c4VWYq/Bzq0A51znZfhw== "@types/babel__core@^7.1.14": version "7.20.1"