mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-06 09:36:53 +00:00
feat: upgrade to latest commitlint version
This includes new features and fixes like the support for `!` in the type/scope to mark a commit as a breaking change
This commit is contained in:
parent
b00c59b2b2
commit
6125fdec43
2 changed files with 204 additions and 126 deletions
16
package.json
16
package.json
|
|
@ -17,13 +17,13 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "1.1.1",
|
||||
"@actions/github": "1.1.0",
|
||||
"@commitlint/config-angular": "8.2.0",
|
||||
"@commitlint/config-conventional": "8.2.0",
|
||||
"@commitlint/config-lerna-scopes": "8.2.0",
|
||||
"@commitlint/config-patternplate": "8.2.0",
|
||||
"@commitlint/format": "8.2.0",
|
||||
"@commitlint/lint": "8.2.0",
|
||||
"@commitlint/load": "8.2.0",
|
||||
"@commitlint/config-angular": "^8.3.4",
|
||||
"@commitlint/config-conventional": "^8.3.4",
|
||||
"@commitlint/config-lerna-scopes": "^8.3.4",
|
||||
"@commitlint/config-patternplate": "^8.3.4",
|
||||
"@commitlint/format": "^8.3.4",
|
||||
"@commitlint/lint": "^8.3.5",
|
||||
"@commitlint/load": "^8.3.5",
|
||||
"commitlint-config-jira": "1.2.0",
|
||||
"commitlint-plugin-jira-rules": "1.2.0",
|
||||
"conventional-changelog-lint-config-canonical": "1.0.0",
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
"lerna": "3.18.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/test": "8.2.0",
|
||||
"@commitlint/test": "^8.2.0",
|
||||
"conventional-changelog-cli": "2.0.23",
|
||||
"execa": "3.4.0",
|
||||
"husky": "3.0.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue