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

Merge pull request #464 from Tradeshift/renovate/commit-and-tag-version-12.x

chore(deps): update dependency commit-and-tag-version to ^12.4.0
This commit is contained in:
Renovate bot 2024-04-22 17:11:47 +09:00 committed by GitHub
commit 97ca1e8d2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 8 deletions

34
package-lock.json generated
View file

@ -39,7 +39,7 @@
"@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-node-resolve": "^15.2.3",
"babel-jest": "^29.7.0", "babel-jest": "^29.7.0",
"commit-and-tag-version": "^12.2.0", "commit-and-tag-version": "^12.4.0",
"conventional-changelog-cli": "^4.1.0", "conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
@ -6800,9 +6800,9 @@
} }
}, },
"node_modules/commit-and-tag-version": { "node_modules/commit-and-tag-version": {
"version": "12.2.0", "version": "12.4.0",
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-12.2.0.tgz", "resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-12.4.0.tgz",
"integrity": "sha512-t8kvDy8dVTCF/j2u7Elt/J3tzCPyh16ssK8ECpj44R6jJiCUJMhWwZ36L652iChvqz4BAem9XU7WyuMYHlmSvA==", "integrity": "sha512-8uZyuGmVPCyq2Bzg/1GkUCdbCTRPrx0bP2hCYyYHTRTruq960WgCf7hYwg2/UiqSrdoZMrRBsHK5eLYeanSTkA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chalk": "^2.4.2", "chalk": "^2.4.2",
@ -6819,6 +6819,7 @@
"jsdom": "^23.2.0", "jsdom": "^23.2.0",
"semver": "^7.5.4", "semver": "^7.5.4",
"w3c-xmlserializer": "^5.0.0", "w3c-xmlserializer": "^5.0.0",
"yaml": "^2.4.1",
"yargs": "^17.7.2" "yargs": "^17.7.2"
}, },
"bin": { "bin": {
@ -7028,6 +7029,18 @@
"node": ">=4" "node": ">=4"
} }
}, },
"node_modules/commit-and-tag-version/node_modules/yaml": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz",
"integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==",
"dev": true,
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/commit-and-tag-version/node_modules/yargs": { "node_modules/commit-and-tag-version/node_modules/yargs": {
"version": "17.7.2", "version": "17.7.2",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
@ -23119,9 +23132,9 @@
"dev": true "dev": true
}, },
"commit-and-tag-version": { "commit-and-tag-version": {
"version": "12.2.0", "version": "12.4.0",
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-12.2.0.tgz", "resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-12.4.0.tgz",
"integrity": "sha512-t8kvDy8dVTCF/j2u7Elt/J3tzCPyh16ssK8ECpj44R6jJiCUJMhWwZ36L652iChvqz4BAem9XU7WyuMYHlmSvA==", "integrity": "sha512-8uZyuGmVPCyq2Bzg/1GkUCdbCTRPrx0bP2hCYyYHTRTruq960WgCf7hYwg2/UiqSrdoZMrRBsHK5eLYeanSTkA==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^2.4.2", "chalk": "^2.4.2",
@ -23138,6 +23151,7 @@
"jsdom": "^23.2.0", "jsdom": "^23.2.0",
"semver": "^7.5.4", "semver": "^7.5.4",
"w3c-xmlserializer": "^5.0.0", "w3c-xmlserializer": "^5.0.0",
"yaml": "^2.4.1",
"yargs": "^17.7.2" "yargs": "^17.7.2"
}, },
"dependencies": { "dependencies": {
@ -23287,6 +23301,12 @@
"has-flag": "^3.0.0" "has-flag": "^3.0.0"
} }
}, },
"yaml": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz",
"integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==",
"dev": true
},
"yargs": { "yargs": {
"version": "17.7.2", "version": "17.7.2",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",

View file

@ -51,7 +51,7 @@
"@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-node-resolve": "^15.2.3",
"babel-jest": "^29.7.0", "babel-jest": "^29.7.0",
"commit-and-tag-version": "^12.2.0", "commit-and-tag-version": "^12.4.0",
"conventional-changelog-cli": "^4.1.0", "conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",