chore(deps): replace dependency @tsconfig/node22 with @tsconfig/node24 (#1012)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-02-02 11:59:46 +01:00 committed by GitHub
parent b9249f32b5
commit b6d94b7279
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View file

@ -43,7 +43,7 @@
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "12.0.2",
"@semantic-release/npm": "13.1.3",
"@tsconfig/node22": "22.0.5",
"@tsconfig/node24": "24.0.0",
"@tsconfig/strictest": "2.0.8",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "24.10.9",

12
pnpm-lock.yaml generated
View file

@ -33,9 +33,9 @@ importers:
'@semantic-release/npm':
specifier: 13.1.3
version: 13.1.3(semantic-release@25.0.2(typescript@5.9.3))
'@tsconfig/node22':
specifier: 22.0.5
version: 22.0.5
'@tsconfig/node24':
specifier: 24.0.0
version: 24.0.0
'@tsconfig/strictest':
specifier: 2.0.8
version: 2.0.8
@ -525,8 +525,8 @@ packages:
resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
engines: {node: '>=18'}
'@tsconfig/node22@22.0.5':
resolution: {integrity: sha512-hLf2ld+sYN/BtOJjHUWOk568dvjFQkHnLNa6zce25GIH+vxKfvTgm3qpaH6ToF5tu/NN0IH66s+Bb5wElHrLcw==}
'@tsconfig/node24@24.0.0':
resolution: {integrity: sha512-3/6Cr4dELEAucgPIr6ufY7yBYMi4ttZFOewABADNZ+bm4DUZl4dup2VBcBeP1ejj3QblrWVWux/1XcRv/ZVikA==}
'@tsconfig/strictest@2.0.8':
resolution: {integrity: sha512-XnQ7vNz5HRN0r88GYf1J9JJjqtZPiHt2woGJOo2dYqyHGGcd6OLGqSlBB6p1j9mpzja6Oe5BoPqWmeDx6X9rLw==}
@ -2673,7 +2673,7 @@ snapshots:
'@sindresorhus/merge-streams@4.0.0': {}
'@tsconfig/node22@22.0.5': {}
'@tsconfig/node24@24.0.0': {}
'@tsconfig/strictest@2.0.8': {}

View file

@ -1,7 +1,7 @@
{
"extends": [
"@tsconfig/strictest/tsconfig.json",
"@tsconfig/node22/tsconfig.json"
"@tsconfig/node24/tsconfig.json"
],
"compilerOptions": {
"allowSyntheticDefaultImports": true,

View file

@ -1,7 +1,7 @@
{
"extends": [
"@tsconfig/strictest/tsconfig.json",
"@tsconfig/node22/tsconfig.json"
"@tsconfig/node24/tsconfig.json"
],
"compilerOptions": {
"allowJs": true,