mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
chore(deps): replace dependency @tsconfig/node22 with @tsconfig/node24
This commit is contained in:
parent
b9249f32b5
commit
efc0e19012
4 changed files with 9 additions and 9 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
"@semantic-release/git": "10.0.1",
|
"@semantic-release/git": "10.0.1",
|
||||||
"@semantic-release/github": "12.0.2",
|
"@semantic-release/github": "12.0.2",
|
||||||
"@semantic-release/npm": "13.1.3",
|
"@semantic-release/npm": "13.1.3",
|
||||||
"@tsconfig/node22": "22.0.5",
|
"@tsconfig/node24": "24.0.0",
|
||||||
"@tsconfig/strictest": "2.0.8",
|
"@tsconfig/strictest": "2.0.8",
|
||||||
"@types/eslint-config-prettier": "6.11.3",
|
"@types/eslint-config-prettier": "6.11.3",
|
||||||
"@types/node": "24.10.9",
|
"@types/node": "24.10.9",
|
||||||
|
|
|
||||||
12
pnpm-lock.yaml
generated
12
pnpm-lock.yaml
generated
|
|
@ -33,9 +33,9 @@ importers:
|
||||||
'@semantic-release/npm':
|
'@semantic-release/npm':
|
||||||
specifier: 13.1.3
|
specifier: 13.1.3
|
||||||
version: 13.1.3(semantic-release@25.0.2(typescript@5.9.3))
|
version: 13.1.3(semantic-release@25.0.2(typescript@5.9.3))
|
||||||
'@tsconfig/node22':
|
'@tsconfig/node24':
|
||||||
specifier: 22.0.5
|
specifier: 24.0.0
|
||||||
version: 22.0.5
|
version: 24.0.0
|
||||||
'@tsconfig/strictest':
|
'@tsconfig/strictest':
|
||||||
specifier: 2.0.8
|
specifier: 2.0.8
|
||||||
version: 2.0.8
|
version: 2.0.8
|
||||||
|
|
@ -525,8 +525,8 @@ packages:
|
||||||
resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
|
resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
'@tsconfig/node22@22.0.5':
|
'@tsconfig/node24@24.0.0':
|
||||||
resolution: {integrity: sha512-hLf2ld+sYN/BtOJjHUWOk568dvjFQkHnLNa6zce25GIH+vxKfvTgm3qpaH6ToF5tu/NN0IH66s+Bb5wElHrLcw==}
|
resolution: {integrity: sha512-3/6Cr4dELEAucgPIr6ufY7yBYMi4ttZFOewABADNZ+bm4DUZl4dup2VBcBeP1ejj3QblrWVWux/1XcRv/ZVikA==}
|
||||||
|
|
||||||
'@tsconfig/strictest@2.0.8':
|
'@tsconfig/strictest@2.0.8':
|
||||||
resolution: {integrity: sha512-XnQ7vNz5HRN0r88GYf1J9JJjqtZPiHt2woGJOo2dYqyHGGcd6OLGqSlBB6p1j9mpzja6Oe5BoPqWmeDx6X9rLw==}
|
resolution: {integrity: sha512-XnQ7vNz5HRN0r88GYf1J9JJjqtZPiHt2woGJOo2dYqyHGGcd6OLGqSlBB6p1j9mpzja6Oe5BoPqWmeDx6X9rLw==}
|
||||||
|
|
@ -2673,7 +2673,7 @@ snapshots:
|
||||||
|
|
||||||
'@sindresorhus/merge-streams@4.0.0': {}
|
'@sindresorhus/merge-streams@4.0.0': {}
|
||||||
|
|
||||||
'@tsconfig/node22@22.0.5': {}
|
'@tsconfig/node24@24.0.0': {}
|
||||||
|
|
||||||
'@tsconfig/strictest@2.0.8': {}
|
'@tsconfig/strictest@2.0.8': {}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"@tsconfig/strictest/tsconfig.json",
|
"@tsconfig/strictest/tsconfig.json",
|
||||||
"@tsconfig/node22/tsconfig.json"
|
"@tsconfig/node24/tsconfig.json"
|
||||||
],
|
],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"@tsconfig/strictest/tsconfig.json",
|
"@tsconfig/strictest/tsconfig.json",
|
||||||
"@tsconfig/node22/tsconfig.json"
|
"@tsconfig/node24/tsconfig.json"
|
||||||
],
|
],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue