Bump deps

This commit is contained in:
Sven-Hendrik Haase 2023-07-28 18:34:08 +02:00
parent 80d7a7e41c
commit 5206d34958
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915
5 changed files with 5165 additions and 9489 deletions

View File

@ -24,6 +24,7 @@
"@typescript-eslint/func-call-spacing": ["error", "never"],
"@typescript-eslint/no-array-constructor": "error",
"@typescript-eslint/no-empty-interface": "error",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-extraneous-class": "error",
"@typescript-eslint/no-for-in-array": "error",
"@typescript-eslint/no-inferrable-types": "error",

7222
dist/index.js vendored

File diff suppressed because it is too large Load Diff

7421
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,15 +38,15 @@
"@types/glob": "^8",
"@types/jest": "^29",
"@types/node": "^16",
"@typescript-eslint/parser": "^5",
"@typescript-eslint/parser": "^6",
"@vercel/ncc": "^0.36.1",
"eslint": "^8",
"eslint-plugin-github": "^4.7",
"eslint-plugin-github": "^4.9",
"eslint-plugin-jest": "^27",
"jest": "^29",
"jest-circus": "^29",
"js-yaml": "^4",
"prettier": "^2.8",
"prettier": "^3.0",
"ts-jest": "^29",
"typescript": "^5"
}

View File

@ -56,7 +56,9 @@ async function get_release_by_tag(
...repo(),
ref: `tags/${tag}`
})
core.warning(`Ignoring target_commit as the tag ${tag} already exists`)
core.warning(
`Ignoring target_commit as the tag ${tag} already exists`
)
} catch (tagError: any) {
if (tagError.status !== 404) {
throw tagError