mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-03 08:16:54 +00:00
feat: upgrade commitlint to latest version
This commit is contained in:
parent
5ce82f5d81
commit
2ff45dc120
17 changed files with 5447 additions and 3587 deletions
40
package.json
40
package.json
|
|
@ -3,16 +3,17 @@
|
|||
"version": "5.4.5",
|
||||
"description": "commitlint github action",
|
||||
"private": true,
|
||||
"main": "./dist/run.js",
|
||||
"module": "./dist/run.mjs",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"postinstall": "husky install",
|
||||
"test": "NODE_PATH=./node_modules jest",
|
||||
"test": "NODE_PATH=./node_modules NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
||||
"lint": "eslint .",
|
||||
"build": "rollup -c"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^v16.14.2"
|
||||
"node": "20.9.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -24,16 +25,16 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@commitlint/config-angular": "^18.1.0",
|
||||
"@commitlint/config-conventional": "^18.1.0",
|
||||
"@commitlint/config-lerna-scopes": "^18.1.0",
|
||||
"@commitlint/config-patternplate": "^18.1.0",
|
||||
"@commitlint/ensure": "^18.1.0",
|
||||
"@commitlint/format": "^18.1.0",
|
||||
"@commitlint/lint": "^18.1.0",
|
||||
"@commitlint/load": "^18.2.0",
|
||||
"@commitlint/config-angular": "^19.1.0",
|
||||
"@commitlint/config-conventional": "^19.1.0",
|
||||
"@commitlint/config-lerna-scopes": "^19.0.0",
|
||||
"@commitlint/config-patternplate": "^19.1.0",
|
||||
"@commitlint/ensure": "^19.0.3",
|
||||
"@commitlint/format": "^19.0.3",
|
||||
"@commitlint/lint": "^19.1.0",
|
||||
"@commitlint/load": "^19.2.0",
|
||||
"commitlint-config-jira": "^1.6.4",
|
||||
"commitlint-plugin-function-rules": "^2.0.2",
|
||||
"commitlint-plugin-function-rules": "^4.0.0",
|
||||
"commitlint-plugin-jira-rules": "^1.6.4",
|
||||
"conventional-changelog-conventionalcommits": "^7.0.2",
|
||||
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
||||
|
|
@ -43,15 +44,15 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.19.3",
|
||||
"@babel/preset-env": "^7.19.3",
|
||||
"@commitlint/cli": "^18.2.0",
|
||||
"@commitlint/cli": "^19.2.1",
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
"@jest/globals": "^29.4.2",
|
||||
"@jest/globals": "^29.7.0",
|
||||
"@rollup/plugin-babel": "^5.3.1",
|
||||
"@rollup/plugin-commonjs": "^22.0.2",
|
||||
"@rollup/plugin-node-resolve": "^14.1.0",
|
||||
"babel-jest": "^29.4.3",
|
||||
"commit-and-tag-version": "^12.0.0",
|
||||
"babel-jest": "^29.7.0",
|
||||
"commit-and-tag-version": "^12.2.0",
|
||||
"conventional-changelog-cli": "^4.1.0",
|
||||
"eslint": "^8.34.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
|
|
@ -61,14 +62,11 @@
|
|||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"husky": "^8.0.3",
|
||||
"jest": "^29.4.3",
|
||||
"jest": "^29.7.0",
|
||||
"lint-staged": "^13.1.1",
|
||||
"prettier": "^2.8.4",
|
||||
"rollup": "^2.79.1",
|
||||
"testdouble": "^3.16.8",
|
||||
"testdouble": "^3.20.2",
|
||||
"yaml": "^2.1.3"
|
||||
},
|
||||
"overrides": {
|
||||
"@commitlint/lint": "^18.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue