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

Merge pull request #99 from wagoid/fix/deps-commitlint

fix(deps): udpate commitlint monorepo to v12
This commit is contained in:
Jeroen de Bruijn 2021-02-24 20:22:19 +01:00 committed by GitHub
commit cb649cc971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22180 additions and 781 deletions

View file

@ -0,0 +1,4 @@
{
"name": "scoped",
"version": "0.1.0"
}

22939
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -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",