mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
chore(deps-dev): bump commit-and-tag-version from 10.1.0 to 11.0.0
Bumps [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) from 10.1.0 to 11.0.0. - [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/v10.1.0...v11.0.0) --- updated-dependencies: - dependency-name: commit-and-tag-version dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
481aff4de4
commit
61f3e68025
2 changed files with 35 additions and 10 deletions
43
package-lock.json
generated
43
package-lock.json
generated
|
|
@ -39,7 +39,7 @@
|
|||
"@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",
|
||||
"commit-and-tag-version": "^11.0.0",
|
||||
"conventional-changelog-cli": "^2.2.2",
|
||||
"eslint": "^8.24.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
|
|
@ -6343,15 +6343,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/commit-and-tag-version": {
|
||||
"version": "10.1.0",
|
||||
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-10.1.0.tgz",
|
||||
"integrity": "sha512-np3lR90bqFfOmxJtgqQc5UVBKFNdO06fRRTZm128QhEQ/ilXm3s/PXxZWheq2PUn5Qac2z+dWJJa+OqjxYsOpA==",
|
||||
"version": "11.0.0",
|
||||
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-11.0.0.tgz",
|
||||
"integrity": "sha512-HcIvYG5dmJk99PyPegdAzMfa1Es6t/FCAfJDQP+5xN+3R3t4qCG/kz704kQv1e6YgHyNk4MwRiGfN/kAua8k+Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chalk": "^2.4.2",
|
||||
"conventional-changelog": "3.1.25",
|
||||
"conventional-changelog-config-spec": "2.1.0",
|
||||
"conventional-changelog-conventionalcommits": "4.6.3",
|
||||
"conventional-changelog-conventionalcommits": "5.0.0",
|
||||
"conventional-recommended-bump": "6.1.0",
|
||||
"detect-indent": "^6.0.0",
|
||||
"detect-newline": "^3.1.0",
|
||||
|
|
@ -6425,6 +6425,20 @@
|
|||
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/commit-and-tag-version/node_modules/conventional-changelog-conventionalcommits": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz",
|
||||
"integrity": "sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"compare-func": "^2.0.0",
|
||||
"lodash": "^4.17.15",
|
||||
"q": "^1.5.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/commit-and-tag-version/node_modules/escape-string-regexp": {
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
||||
|
|
@ -21584,15 +21598,15 @@
|
|||
"dev": true
|
||||
},
|
||||
"commit-and-tag-version": {
|
||||
"version": "10.1.0",
|
||||
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-10.1.0.tgz",
|
||||
"integrity": "sha512-np3lR90bqFfOmxJtgqQc5UVBKFNdO06fRRTZm128QhEQ/ilXm3s/PXxZWheq2PUn5Qac2z+dWJJa+OqjxYsOpA==",
|
||||
"version": "11.0.0",
|
||||
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-11.0.0.tgz",
|
||||
"integrity": "sha512-HcIvYG5dmJk99PyPegdAzMfa1Es6t/FCAfJDQP+5xN+3R3t4qCG/kz704kQv1e6YgHyNk4MwRiGfN/kAua8k+Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"chalk": "^2.4.2",
|
||||
"conventional-changelog": "3.1.25",
|
||||
"conventional-changelog-config-spec": "2.1.0",
|
||||
"conventional-changelog-conventionalcommits": "4.6.3",
|
||||
"conventional-changelog-conventionalcommits": "5.0.0",
|
||||
"conventional-recommended-bump": "6.1.0",
|
||||
"detect-indent": "^6.0.0",
|
||||
"detect-newline": "^3.1.0",
|
||||
|
|
@ -21651,6 +21665,17 @@
|
|||
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
||||
"dev": true
|
||||
},
|
||||
"conventional-changelog-conventionalcommits": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz",
|
||||
"integrity": "sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"compare-func": "^2.0.0",
|
||||
"lodash": "^4.17.15",
|
||||
"q": "^1.5.1"
|
||||
}
|
||||
},
|
||||
"escape-string-regexp": {
|
||||
"version": "1.0.5",
|
||||
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
"@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",
|
||||
"commit-and-tag-version": "^11.0.0",
|
||||
"conventional-changelog-cli": "^2.2.2",
|
||||
"eslint": "^8.24.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue