5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

chore(deps-dev): bump commit-and-tag-version from 11.1.0 to 11.2.1

Bumps [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) from 11.1.0 to 11.2.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/v11.1.0...v11.2.1)

---
updated-dependencies:
- dependency-name: commit-and-tag-version
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-10 02:57:34 +00:00 committed by GitHub
parent 09faa1aae8
commit 1ff086a098
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 22 deletions

28
package-lock.json generated
View file

@ -39,7 +39,7 @@
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"babel-jest": "^29.4.3",
"commit-and-tag-version": "^11.1.0",
"commit-and-tag-version": "^11.2.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.34.0",
"eslint-config-airbnb-base": "^15.0.0",
@ -5827,9 +5827,9 @@
}
},
"node_modules/commit-and-tag-version": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-11.1.0.tgz",
"integrity": "sha512-sVia6zoGNJGC69KhGEautLrShVhuYMhLGKt56mRzIkFJob78n+9DWNZEc7D7nZ1gjXJiAMgIqn2qHk/p3FuIPw==",
"version": "11.2.1",
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-11.2.1.tgz",
"integrity": "sha512-ruYCGsYtevfA+sueDJoMlb//v9IL2+WTjjqIX/IoAmd4SKilOz4HZHAl4QnxuDZN2Npvv0A8RgE97DfwzYxwDw==",
"dev": true,
"dependencies": {
"chalk": "^2.4.2",
@ -5844,7 +5844,6 @@
"find-up": "^5.0.0",
"git-semver-tags": "^4.0.0",
"semver": "^7.1.1",
"stringify-package": "^1.0.1",
"yargs": "^17.0.0"
},
"bin": {
@ -14272,12 +14271,6 @@
"node": ">=0.10.0"
}
},
"node_modules/stringify-package": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz",
"integrity": "sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==",
"dev": true
},
"node_modules/strip-ansi": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
@ -19675,9 +19668,9 @@
"dev": true
},
"commit-and-tag-version": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-11.1.0.tgz",
"integrity": "sha512-sVia6zoGNJGC69KhGEautLrShVhuYMhLGKt56mRzIkFJob78n+9DWNZEc7D7nZ1gjXJiAMgIqn2qHk/p3FuIPw==",
"version": "11.2.1",
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-11.2.1.tgz",
"integrity": "sha512-ruYCGsYtevfA+sueDJoMlb//v9IL2+WTjjqIX/IoAmd4SKilOz4HZHAl4QnxuDZN2Npvv0A8RgE97DfwzYxwDw==",
"dev": true,
"requires": {
"chalk": "^2.4.2",
@ -19692,7 +19685,6 @@
"find-up": "^5.0.0",
"git-semver-tags": "^4.0.0",
"semver": "^7.1.1",
"stringify-package": "^1.0.1",
"yargs": "^17.0.0"
},
"dependencies": {
@ -26037,12 +26029,6 @@
"is-regexp": "^1.0.0"
}
},
"stringify-package": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz",
"integrity": "sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==",
"dev": true
},
"strip-ansi": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",

View file

@ -52,7 +52,7 @@
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"babel-jest": "^29.4.3",
"commit-and-tag-version": "^11.1.0",
"commit-and-tag-version": "^11.2.1",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.34.0",
"eslint-config-airbnb-base": "^15.0.0",