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 #453 from wagoid/feat/upgrade-commitlint-packages

feat: upgrade @commitlint packages
This commit is contained in:
Wagner Santos 2022-06-16 08:14:15 -03:00 committed by GitHub
commit d345d2fce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",