Bump deps
This commit is contained in:
parent
80d7a7e41c
commit
5206d34958
@ -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
7222
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
7421
package-lock.json
generated
7421
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user