mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
skip: merge (b6d94b7279) [skip release]
This commit is contained in:
commit
d026e190fb
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/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
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/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': {}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extends": [
|
||||
"@tsconfig/strictest/tsconfig.json",
|
||||
"@tsconfig/node22/tsconfig.json"
|
||||
"@tsconfig/node24/tsconfig.json"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extends": [
|
||||
"@tsconfig/strictest/tsconfig.json",
|
||||
"@tsconfig/node22/tsconfig.json"
|
||||
"@tsconfig/node24/tsconfig.json"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue