mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.5 to 7.18.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.18.10/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
71 lines
2.2 KiB
JSON
71 lines
2.2 KiB
JSON
{
|
|
"name": "commitlint-github-action",
|
|
"version": "5.0.2",
|
|
"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.6.0",
|
|
"@actions/github": "^5.0.3",
|
|
"@commitlint/config-angular": "^17.0.0",
|
|
"@commitlint/config-conventional": "^17.0.2",
|
|
"@commitlint/config-lerna-scopes": "^17.0.2",
|
|
"@commitlint/config-patternplate": "^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",
|
|
"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.10",
|
|
"@babel/preset-env": "^7.18.2",
|
|
"@commitlint/cli": "^17.0.2",
|
|
"@commitlint/ensure": "^17.0.0",
|
|
"@commitlint/test": "^9.0.1",
|
|
"@commitlint/test-environment": "^9.0.1",
|
|
"@jest/globals": "^28.1.0",
|
|
"@rollup/plugin-babel": "^5.3.1",
|
|
"@rollup/plugin-commonjs": "^22.0.0",
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"babel-jest": "^28.1.0",
|
|
"conventional-changelog-cli": "^2.2.2",
|
|
"eslint": "^8.18.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",
|
|
"husky": "^8.0.1",
|
|
"jest": "^28.1.1",
|
|
"lint-staged": "^13.0.2",
|
|
"prettier": "^2.7.1",
|
|
"rollup": "^2.75.6",
|
|
"standard-version": "^9.5.0",
|
|
"testdouble": "^3.16.6",
|
|
"yaml": "^2.1.1"
|
|
}
|
|
}
|