mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
Merge pull request #553 from wagoid/feat/update-commitlint
feat: update dependencies
This commit is contained in:
commit
38b0650c78
3 changed files with 5581 additions and 2223 deletions
7762
package-lock.json
generated
7762
package-lock.json
generated
File diff suppressed because it is too large
Load diff
40
package.json
40
package.json
|
|
@ -24,48 +24,48 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.6.0",
|
||||
"@actions/github": "^5.0.3",
|
||||
"@commitlint/config-angular": "^17.0.0",
|
||||
"@commitlint/config-conventional": "^17.0.2",
|
||||
"@commitlint/config-angular": "^17.1.0",
|
||||
"@commitlint/config-conventional": "^17.1.0",
|
||||
"@commitlint/config-lerna-scopes": "^17.0.2",
|
||||
"@commitlint/config-patternplate": "^17.0.0",
|
||||
"@commitlint/config-patternplate": "^17.1.0",
|
||||
"@commitlint/ensure": "^17.0.0",
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^17.0.0",
|
||||
"@commitlint/load": "^17.0.0",
|
||||
"commitlint-config-jira": "^1.5.1",
|
||||
"commitlint-plugin-function-rules": "^1.4.0",
|
||||
"commitlint-plugin-jira-rules": "^1.5.1",
|
||||
"@commitlint/lint": "^17.1.0",
|
||||
"@commitlint/load": "^17.1.2",
|
||||
"commitlint-config-jira": "^1.6.4",
|
||||
"commitlint-plugin-function-rules": "^1.7.1",
|
||||
"commitlint-plugin-jira-rules": "^1.6.4",
|
||||
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
||||
"dargs": "^8.1.0",
|
||||
"execa": "^5.1.1",
|
||||
"lerna": "^5.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.18.5",
|
||||
"@babel/preset-env": "^7.18.2",
|
||||
"@commitlint/cli": "^17.0.2",
|
||||
"@babel/core": "^7.19.3",
|
||||
"@babel/preset-env": "^7.19.3",
|
||||
"@commitlint/cli": "^17.1.2",
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
"@jest/globals": "^28.1.0",
|
||||
"@jest/globals": "^29.1.2",
|
||||
"@rollup/plugin-babel": "^5.3.1",
|
||||
"@rollup/plugin-commonjs": "^22.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@rollup/plugin-commonjs": "^22.0.2",
|
||||
"@rollup/plugin-node-resolve": "^14.1.0",
|
||||
"babel-jest": "^28.1.0",
|
||||
"commit-and-tag-version": "^10.1.0",
|
||||
"conventional-changelog-cli": "^2.2.2",
|
||||
"eslint": "^8.18.0",
|
||||
"eslint": "^8.24.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-config-node": "^4.1.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"husky": "^8.0.1",
|
||||
"jest": "^28.1.1",
|
||||
"lint-staged": "^13.0.2",
|
||||
"jest": "^29.1.2",
|
||||
"lint-staged": "^13.0.3",
|
||||
"prettier": "^2.7.1",
|
||||
"rollup": "^2.75.6",
|
||||
"rollup": "^2.79.1",
|
||||
"testdouble": "^3.16.6",
|
||||
"yaml": "^2.1.1"
|
||||
"yaml": "^2.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -218,7 +218,7 @@ describe('Commit Linter action', () => {
|
|||
td.verify(
|
||||
core.setFailed(
|
||||
contains(
|
||||
'ib-21212121212121 taskId must not be loonger than 9 characters',
|
||||
'ib-21212121212121 taskId must not be longer than 9 characters',
|
||||
),
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue