mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
chore(deps): replace dependency @tsconfig/node20 with @tsconfig/node22
This commit is contained in:
parent
ffd1bc72a6
commit
c0e3762f3f
4 changed files with 9 additions and 9 deletions
|
|
@ -43,7 +43,7 @@
|
|||
"@semantic-release/git": "10.0.1",
|
||||
"@semantic-release/github": "12.0.2",
|
||||
"@semantic-release/npm": "13.1.3",
|
||||
"@tsconfig/node20": "20.1.8",
|
||||
"@tsconfig/node22": "22.0.0",
|
||||
"@tsconfig/strictest": "2.0.6",
|
||||
"@types/eslint-config-prettier": "6.11.3",
|
||||
"@types/node": "24.10.9",
|
||||
|
|
|
|||
12
pnpm-lock.yaml
generated
12
pnpm-lock.yaml
generated
|
|
@ -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/node20':
|
||||
specifier: 20.1.8
|
||||
version: 20.1.8
|
||||
'@tsconfig/node22':
|
||||
specifier: 22.0.0
|
||||
version: 22.0.0
|
||||
'@tsconfig/strictest':
|
||||
specifier: 2.0.6
|
||||
version: 2.0.6
|
||||
|
|
@ -517,8 +517,8 @@ packages:
|
|||
resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
'@tsconfig/node20@20.1.8':
|
||||
resolution: {integrity: sha512-Em+IdPfByIzWRRpqWL4Z7ArLHZGxmc36BxE3jCz9nBFSm+5aLaPMZyjwu4yetvyKXeogWcxik4L1jB5JTWfw7A==}
|
||||
'@tsconfig/node22@22.0.0':
|
||||
resolution: {integrity: sha512-twLQ77zevtxobBOD4ToAtVmuYrpeYUh3qh+TEp+08IWhpsrIflVHqQ1F1CiPxQGL7doCdBIOOCF+1Tm833faNg==}
|
||||
|
||||
'@tsconfig/strictest@2.0.6':
|
||||
resolution: {integrity: sha512-tPOhmDhIUcDjvpDDYyiUdssP84Eqm7n5KxJe5J3/g+s6xoDIPAf+SIn06dhw7VkhxIvLOnhDDrX7tsqMHNEhDg==}
|
||||
|
|
@ -2726,7 +2726,7 @@ snapshots:
|
|||
|
||||
'@sindresorhus/merge-streams@4.0.0': {}
|
||||
|
||||
'@tsconfig/node20@20.1.8': {}
|
||||
'@tsconfig/node22@22.0.0': {}
|
||||
|
||||
'@tsconfig/strictest@2.0.6': {}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extends": [
|
||||
"@tsconfig/strictest/tsconfig.json",
|
||||
"@tsconfig/node20/tsconfig.json"
|
||||
"@tsconfig/node22/tsconfig.json"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extends": [
|
||||
"@tsconfig/strictest/tsconfig.json",
|
||||
"@tsconfig/node20/tsconfig.json"
|
||||
"@tsconfig/node22/tsconfig.json"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue