mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
Merge pull request #453 from wagoid/feat/upgrade-commitlint-packages
feat: upgrade @commitlint packages
This commit is contained in:
commit
d345d2fce6
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": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.6.0",
|
"@actions/core": "^1.6.0",
|
||||||
"@actions/github": "^5.0.3",
|
"@actions/github": "^5.0.3",
|
||||||
"@commitlint/config-angular": "^13.2.0",
|
"@commitlint/config-angular": "^17.0.0",
|
||||||
"@commitlint/config-conventional": "^13.2.0",
|
"@commitlint/config-conventional": "^17.0.2",
|
||||||
"@commitlint/config-lerna-scopes": "^13.2.0",
|
"@commitlint/config-lerna-scopes": "^17.0.2",
|
||||||
"@commitlint/config-patternplate": "^13.2.0",
|
"@commitlint/config-patternplate": "^17.0.0",
|
||||||
"@commitlint/format": "^13.2.0",
|
"@commitlint/format": "^17.0.0",
|
||||||
"@commitlint/lint": "^13.2.0",
|
"@commitlint/lint": "^17.0.0",
|
||||||
"@commitlint/load": "^13.2.1",
|
"@commitlint/load": "^17.0.0",
|
||||||
"commitlint-config-jira": "^1.5.1",
|
"commitlint-config-jira": "^1.5.1",
|
||||||
"commitlint-plugin-function-rules": "^1.4.0",
|
"commitlint-plugin-function-rules": "^1.4.0",
|
||||||
"commitlint-plugin-jira-rules": "^1.5.1",
|
"commitlint-plugin-jira-rules": "^1.5.1",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue