mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
Merge pull request #99 from wagoid/fix/deps-commitlint
fix(deps): udpate commitlint monorepo to v12
This commit is contained in:
commit
cb649cc971
3 changed files with 22180 additions and 781 deletions
4
fixtures/lerna-scopes/package.json
Normal file
4
fixtures/lerna-scopes/package.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"name": "scoped",
|
||||
"version": "0.1.0"
|
||||
}
|
||||
22935
package-lock.json
generated
22935
package-lock.json
generated
File diff suppressed because it is too large
Load diff
18
package.json
18
package.json
|
|
@ -22,13 +22,13 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/github": "^4.0.0",
|
||||
"@commitlint/config-angular": "^9.1.2",
|
||||
"@commitlint/config-conventional": "^9.1.2",
|
||||
"@commitlint/config-lerna-scopes": "^9.1.2",
|
||||
"@commitlint/config-patternplate": "^9.1.2",
|
||||
"@commitlint/format": "^9.1.2",
|
||||
"@commitlint/lint": "^9.1.2",
|
||||
"@commitlint/load": "^9.1.2",
|
||||
"@commitlint/config-angular": "^12.0.0",
|
||||
"@commitlint/config-conventional": "^12.0.0",
|
||||
"@commitlint/config-lerna-scopes": "^12.0.0",
|
||||
"@commitlint/config-patternplate": "^12.0.0",
|
||||
"@commitlint/format": "^12.0.0",
|
||||
"@commitlint/lint": "^12.0.0",
|
||||
"@commitlint/load": "^12.0.0",
|
||||
"commitlint-config-jira": "^1.4.1",
|
||||
"commitlint-plugin-jira-rules": "^1.4.0",
|
||||
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
||||
|
|
@ -37,8 +37,8 @@
|
|||
"lerna": "^3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^11.0.0",
|
||||
"@commitlint/ensure": "^11.0.0",
|
||||
"@commitlint/cli": "^12.0.0",
|
||||
"@commitlint/ensure": "^12.0.0",
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
"commitlint-plugin-function-rules": "^1.1.20",
|
||||
|
|
|
|||
Loading…
Reference in a new issue