mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
feat: upgrade @commitlint packages
BREAKING CHANGE: chore: rename circleci windows job BREAKING CHANGE: requires lerna v5
This commit is contained in:
parent
4160451609
commit
91c000c1e0
2 changed files with 253 additions and 699 deletions
938
package-lock.json
generated
938
package-lock.json
generated
File diff suppressed because it is too large
Load diff
14
package.json
14
package.json
|
|
@ -24,13 +24,13 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.6.0",
|
||||
"@actions/github": "^5.0.3",
|
||||
"@commitlint/config-angular": "^13.2.0",
|
||||
"@commitlint/config-conventional": "^13.2.0",
|
||||
"@commitlint/config-lerna-scopes": "^13.2.0",
|
||||
"@commitlint/config-patternplate": "^13.2.0",
|
||||
"@commitlint/format": "^13.2.0",
|
||||
"@commitlint/lint": "^13.2.0",
|
||||
"@commitlint/load": "^13.2.1",
|
||||
"@commitlint/config-angular": "^17.0.0",
|
||||
"@commitlint/config-conventional": "^17.0.2",
|
||||
"@commitlint/config-lerna-scopes": "^17.0.2",
|
||||
"@commitlint/config-patternplate": "^17.0.0",
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^17.0.0",
|
||||
"@commitlint/load": "^17.0.0",
|
||||
"commitlint-config-jira": "^1.5.1",
|
||||
"commitlint-plugin-function-rules": "^1.4.0",
|
||||
"commitlint-plugin-jira-rules": "^1.5.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue