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:
dependabot[bot] 2023-01-18 02:09:59 +00:00 committed by Joachim Van Herwegen
parent 7422fbffe7
commit 7dc5eede43
2 changed files with 10 additions and 35 deletions

43
package-lock.json generated
View File

@ -92,7 +92,7 @@
"@typescript-eslint/eslint-plugin": "^5.3.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0", "@typescript-eslint/parser": "^5.3.0",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",
"commit-and-tag-version": "^10.1.0", "commit-and-tag-version": "^11.0.0",
"componentsjs-generator": "^3.0.3", "componentsjs-generator": "^3.0.3",
"eslint": "^8.21.0", "eslint": "^8.21.0",
"eslint-config-es": "4.1.0", "eslint-config-es": "4.1.0",
@ -5969,15 +5969,15 @@
} }
}, },
"node_modules/commit-and-tag-version": { "node_modules/commit-and-tag-version": {
"version": "10.1.0", "version": "11.0.0",
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-10.1.0.tgz", "resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-11.0.0.tgz",
"integrity": "sha512-np3lR90bqFfOmxJtgqQc5UVBKFNdO06fRRTZm128QhEQ/ilXm3s/PXxZWheq2PUn5Qac2z+dWJJa+OqjxYsOpA==", "integrity": "sha512-HcIvYG5dmJk99PyPegdAzMfa1Es6t/FCAfJDQP+5xN+3R3t4qCG/kz704kQv1e6YgHyNk4MwRiGfN/kAua8k+Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chalk": "^2.4.2", "chalk": "^2.4.2",
"conventional-changelog": "3.1.25", "conventional-changelog": "3.1.25",
"conventional-changelog-config-spec": "2.1.0", "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", "conventional-recommended-bump": "6.1.0",
"detect-indent": "^6.0.0", "detect-indent": "^6.0.0",
"detect-newline": "^3.1.0", "detect-newline": "^3.1.0",
@ -6022,20 +6022,6 @@
"node": ">=4" "node": ">=4"
} }
}, },
"node_modules/commit-and-tag-version/node_modules/conventional-changelog-conventionalcommits": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz",
"integrity": "sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==",
"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": { "node_modules/commit-and-tag-version/node_modules/escape-string-regexp": {
"version": "1.0.5", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
@ -20292,15 +20278,15 @@
"dev": true "dev": true
}, },
"commit-and-tag-version": { "commit-and-tag-version": {
"version": "10.1.0", "version": "11.0.0",
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-10.1.0.tgz", "resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-11.0.0.tgz",
"integrity": "sha512-np3lR90bqFfOmxJtgqQc5UVBKFNdO06fRRTZm128QhEQ/ilXm3s/PXxZWheq2PUn5Qac2z+dWJJa+OqjxYsOpA==", "integrity": "sha512-HcIvYG5dmJk99PyPegdAzMfa1Es6t/FCAfJDQP+5xN+3R3t4qCG/kz704kQv1e6YgHyNk4MwRiGfN/kAua8k+Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.4.2", "chalk": "^2.4.2",
"conventional-changelog": "3.1.25", "conventional-changelog": "3.1.25",
"conventional-changelog-config-spec": "2.1.0", "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", "conventional-recommended-bump": "6.1.0",
"detect-indent": "^6.0.0", "detect-indent": "^6.0.0",
"detect-newline": "^3.1.0", "detect-newline": "^3.1.0",
@ -20333,17 +20319,6 @@
"supports-color": "^5.3.0" "supports-color": "^5.3.0"
} }
}, },
"conventional-changelog-conventionalcommits": {
"version": "4.6.3",
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz",
"integrity": "sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==",
"dev": true,
"requires": {
"compare-func": "^2.0.0",
"lodash": "^4.17.15",
"q": "^1.5.1"
}
},
"escape-string-regexp": { "escape-string-regexp": {
"version": "1.0.5", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",

View File

@ -179,7 +179,7 @@
"@typescript-eslint/eslint-plugin": "^5.3.0", "@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0", "@typescript-eslint/parser": "^5.3.0",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",
"commit-and-tag-version": "^10.1.0", "commit-and-tag-version": "^11.0.0",
"componentsjs-generator": "^3.0.3", "componentsjs-generator": "^3.0.3",
"eslint": "^8.21.0", "eslint": "^8.21.0",
"eslint-config-es": "4.1.0", "eslint-config-es": "4.1.0",