mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-06 09:36:53 +00:00
fix: upgrade commitlint to latest v18
This fixes #760 properly, without breaking changes. We'll upgrade commitlint to v19 in a major change to the version.
This commit is contained in:
parent
adaa347ad8
commit
6ee28c9300
2 changed files with 282 additions and 271 deletions
20
package.json
20
package.json
|
|
@ -24,14 +24,14 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@commitlint/config-angular": "^18.1.0",
|
||||
"@commitlint/config-conventional": "^18.1.0",
|
||||
"@commitlint/config-lerna-scopes": "^18.1.0",
|
||||
"@commitlint/config-patternplate": "^18.1.0",
|
||||
"@commitlint/ensure": "^18.1.0",
|
||||
"@commitlint/format": "^18.1.0",
|
||||
"@commitlint/lint": "^18.1.0",
|
||||
"@commitlint/load": "^18.2.0",
|
||||
"@commitlint/config-angular": "^18.6.1",
|
||||
"@commitlint/config-conventional": "^18.6.3",
|
||||
"@commitlint/config-lerna-scopes": "^18.6.1",
|
||||
"@commitlint/config-patternplate": "^18.6.1",
|
||||
"@commitlint/ensure": "^18.6.1",
|
||||
"@commitlint/format": "^18.6.1",
|
||||
"@commitlint/lint": "^18.6.1",
|
||||
"@commitlint/load": "^18.6.1",
|
||||
"commitlint-config-jira": "^1.6.4",
|
||||
"commitlint-plugin-function-rules": "^2.0.2",
|
||||
"commitlint-plugin-jira-rules": "^1.6.4",
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.19.3",
|
||||
"@babel/preset-env": "^7.19.3",
|
||||
"@commitlint/cli": "^18.2.0",
|
||||
"@commitlint/cli": "^18.6.1",
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
"@jest/globals": "^29.4.2",
|
||||
|
|
@ -69,6 +69,6 @@
|
|||
"yaml": "^2.1.3"
|
||||
},
|
||||
"overrides": {
|
||||
"@commitlint/lint": "^18.1.0"
|
||||
"@commitlint/lint": "^18.6.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue