mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
Bumps the minor-and-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) | `19.1.0` | `19.3.0` | | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.1.0` | `19.2.2` | | [@commitlint/config-patternplate](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-patternplate) | `19.1.0` | `19.3.0` | | [@commitlint/format](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/format) | `19.0.3` | `19.3.0` | | [@commitlint/lint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/lint) | `19.1.0` | `19.2.2` | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.2.1` | `19.3.0` | | [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) | `12.2.0` | `12.4.1` | | [yaml](https://github.com/eemeli/yaml) | `2.4.1` | `2.4.2` | Updates `@commitlint/config-angular` from 19.1.0 to 19.3.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/config-angular) Updates `@commitlint/config-conventional` from 19.1.0 to 19.2.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional) Updates `@commitlint/config-patternplate` from 19.1.0 to 19.3.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-patternplate/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/config-patternplate) Updates `@commitlint/format` from 19.0.3 to 19.3.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/format/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/format) Updates `@commitlint/lint` from 19.1.0 to 19.2.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/lint/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/lint) Updates `@commitlint/cli` from 19.2.1 to 19.3.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli) Updates `commit-and-tag-version` from 12.2.0 to 12.4.1 - [Release notes](https://github.com/absolute-version/commit-and-tag-version/releases) - [Changelog](https://github.com/absolute-version/commit-and-tag-version/blob/master/CHANGELOG.md) - [Commits](https://github.com/absolute-version/commit-and-tag-version/compare/v12.2.0...v12.4.1) Updates `yaml` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: "@commitlint/config-angular" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@commitlint/config-conventional" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@commitlint/config-patternplate" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@commitlint/format" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@commitlint/lint" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: commit-and-tag-version dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: yaml dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
71 lines
2.3 KiB
JSON
71 lines
2.3 KiB
JSON
{
|
|
"name": "commitlint-github-action",
|
|
"version": "6.0.1",
|
|
"description": "commitlint github action",
|
|
"private": true,
|
|
"module": "./dist/run.mjs",
|
|
"scripts": {
|
|
"postinstall": "husky install",
|
|
"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": "20.9.0"
|
|
},
|
|
"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.1",
|
|
"@actions/github": "^6.0.0",
|
|
"@commitlint/config-angular": "^19.3.0",
|
|
"@commitlint/config-conventional": "^19.2.2",
|
|
"@commitlint/config-lerna-scopes": "^19.0.0",
|
|
"@commitlint/config-patternplate": "^19.3.0",
|
|
"@commitlint/ensure": "^19.0.3",
|
|
"@commitlint/format": "^19.3.0",
|
|
"@commitlint/lint": "^19.2.2",
|
|
"@commitlint/load": "^19.2.0",
|
|
"commitlint-config-jira": "^1.6.4",
|
|
"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",
|
|
"dargs": "^8.1.0",
|
|
"lerna": "^5.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.4",
|
|
"@babel/preset-env": "^7.24.4",
|
|
"@commitlint/cli": "^19.3.0",
|
|
"@commitlint/test": "^9.0.1",
|
|
"@commitlint/test-environment": "^9.0.1",
|
|
"@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.7.0",
|
|
"commit-and-tag-version": "^12.4.1",
|
|
"conventional-changelog-cli": "^4.1.0",
|
|
"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.29.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"husky": "^8.0.3",
|
|
"jest": "^29.7.0",
|
|
"lint-staged": "^13.1.1",
|
|
"prettier": "^2.8.4",
|
|
"rollup": "^2.79.1",
|
|
"testdouble": "^3.20.2",
|
|
"yaml": "^2.4.2"
|
|
}
|
|
}
|