mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 22.0.2 to 25.0.0. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.0/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
72 lines
2.3 KiB
JSON
72 lines
2.3 KiB
JSON
{
|
|
"name": "commitlint-github-action",
|
|
"version": "5.4.1",
|
|
"description": "commitlint github action",
|
|
"private": true,
|
|
"main": "./dist/run.js",
|
|
"scripts": {
|
|
"postinstall": "husky install",
|
|
"test": "NODE_PATH=./node_modules jest",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
|
"lint": "eslint .",
|
|
"build": "rollup -c"
|
|
},
|
|
"engines": {
|
|
"node": "^v16.14.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wagoid/commitlint-github-action.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "https://github.com/wagoid/commitlint-github-action",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1",
|
|
"@commitlint/config-angular": "^17.1.0",
|
|
"@commitlint/config-conventional": "^17.1.0",
|
|
"@commitlint/config-lerna-scopes": "^17.0.2",
|
|
"@commitlint/config-patternplate": "^17.1.0",
|
|
"@commitlint/ensure": "^17.0.0",
|
|
"@commitlint/format": "^17.0.0",
|
|
"@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-conventionalcommits": "^4.6.3",
|
|
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
|
"dargs": "^8.1.0",
|
|
"execa": "^5.1.1",
|
|
"lerna": "^5.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.19.3",
|
|
"@babel/preset-env": "^7.19.3",
|
|
"@commitlint/cli": "^17.4.3",
|
|
"@commitlint/test": "^9.0.1",
|
|
"@commitlint/test-environment": "^9.0.1",
|
|
"@jest/globals": "^29.4.2",
|
|
"@rollup/plugin-babel": "^5.3.1",
|
|
"@rollup/plugin-commonjs": "^25.0.0",
|
|
"@rollup/plugin-node-resolve": "^14.1.0",
|
|
"babel-jest": "^29.4.3",
|
|
"commit-and-tag-version": "^11.1.0",
|
|
"conventional-changelog-cli": "^2.2.2",
|
|
"eslint": "^8.34.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-node": "^4.1.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"husky": "^8.0.3",
|
|
"jest": "^29.4.3",
|
|
"lint-staged": "^13.1.1",
|
|
"prettier": "^2.8.4",
|
|
"rollup": "^2.79.1",
|
|
"testdouble": "^3.16.8",
|
|
"yaml": "^2.1.3"
|
|
}
|
|
}
|