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

feat: upgrade @commitlint packages

BREAKING CHANGE: chore: rename circleci windows job
BREAKING CHANGE: requires lerna v5
This commit is contained in:
Wagner Santos 2022-06-16 08:08:09 -03:00
parent 4160451609
commit 91c000c1e0
2 changed files with 253 additions and 699 deletions

938
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -24,13 +24,13 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.6.0", "@actions/core": "^1.6.0",
"@actions/github": "^5.0.3", "@actions/github": "^5.0.3",
"@commitlint/config-angular": "^13.2.0", "@commitlint/config-angular": "^17.0.0",
"@commitlint/config-conventional": "^13.2.0", "@commitlint/config-conventional": "^17.0.2",
"@commitlint/config-lerna-scopes": "^13.2.0", "@commitlint/config-lerna-scopes": "^17.0.2",
"@commitlint/config-patternplate": "^13.2.0", "@commitlint/config-patternplate": "^17.0.0",
"@commitlint/format": "^13.2.0", "@commitlint/format": "^17.0.0",
"@commitlint/lint": "^13.2.0", "@commitlint/lint": "^17.0.0",
"@commitlint/load": "^13.2.1", "@commitlint/load": "^17.0.0",
"commitlint-config-jira": "^1.5.1", "commitlint-config-jira": "^1.5.1",
"commitlint-plugin-function-rules": "^1.4.0", "commitlint-plugin-function-rules": "^1.4.0",
"commitlint-plugin-jira-rules": "^1.5.1", "commitlint-plugin-jira-rules": "^1.5.1",