5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00

fix(deps): udpate commitlint monorepo to v12

BREAKING CHANGE: Remove support for lerna v2 and change the order of the `extends` resolution
from right-to-left to left-to-right.

Closes #97.
This commit is contained in:
Jeroen de Bruijn 2021-02-24 15:57:33 +01:00
parent 4b1bcb1c72
commit 8b0b095f5e
No known key found for this signature in database
GPG key ID: 94DD99A281A21364
2 changed files with 22176 additions and 781 deletions

22935
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -22,13 +22,13 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"@actions/github": "^4.0.0", "@actions/github": "^4.0.0",
"@commitlint/config-angular": "^9.1.2", "@commitlint/config-angular": "^12.0.0",
"@commitlint/config-conventional": "^9.1.2", "@commitlint/config-conventional": "^12.0.0",
"@commitlint/config-lerna-scopes": "^9.1.2", "@commitlint/config-lerna-scopes": "^12.0.0",
"@commitlint/config-patternplate": "^9.1.2", "@commitlint/config-patternplate": "^12.0.0",
"@commitlint/format": "^9.1.2", "@commitlint/format": "^12.0.0",
"@commitlint/lint": "^9.1.2", "@commitlint/lint": "^12.0.0",
"@commitlint/load": "^9.1.2", "@commitlint/load": "^12.0.0",
"commitlint-config-jira": "^1.4.1", "commitlint-config-jira": "^1.4.1",
"commitlint-plugin-jira-rules": "^1.4.0", "commitlint-plugin-jira-rules": "^1.4.0",
"conventional-changelog-lint-config-canonical": "^1.0.0", "conventional-changelog-lint-config-canonical": "^1.0.0",
@ -37,8 +37,8 @@
"lerna": "^3.22.1" "lerna": "^3.22.1"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^11.0.0", "@commitlint/cli": "^12.0.0",
"@commitlint/ensure": "^11.0.0", "@commitlint/ensure": "^12.0.0",
"@commitlint/test": "^9.0.1", "@commitlint/test": "^9.0.1",
"@commitlint/test-environment": "^9.0.1", "@commitlint/test-environment": "^9.0.1",
"commitlint-plugin-function-rules": "^1.1.20", "commitlint-plugin-function-rules": "^1.1.20",