chore(deps): update commitlint monorepo to v19.8.1 ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-11 09:52:08 +00:00 committed by GitHub
parent 4ae085d460
commit 3d23472bd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 27 deletions

43
package-lock.json generated
View file

@ -13,8 +13,8 @@
"webpack-node-externals": "^3.0.0" "webpack-node-externals": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "19.8.0", "@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.0", "@commitlint/config-conventional": "19.8.1",
"@types/jest": "29.5.14", "@types/jest": "29.5.14",
"cz-conventional-changelog": "3.3.0", "cz-conventional-changelog": "3.3.0",
"husky": "9.1.7", "husky": "9.1.7",
@ -1760,18 +1760,18 @@
} }
}, },
"node_modules/@commitlint/cli": { "node_modules/@commitlint/cli": {
"version": "19.8.0", "version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.8.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.8.1.tgz",
"integrity": "sha512-t/fCrLVu+Ru01h0DtlgHZXbHV2Y8gKocTR5elDOqIRUzQd0/6hpt2VIWOj9b3NDo7y4/gfxeR2zRtXq/qO6iUg==", "integrity": "sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@commitlint/format": "^19.8.0", "@commitlint/format": "^19.8.1",
"@commitlint/lint": "^19.8.0", "@commitlint/lint": "^19.8.1",
"@commitlint/load": "^19.8.0", "@commitlint/load": "^19.8.1",
"@commitlint/read": "^19.8.0", "@commitlint/read": "^19.8.1",
"@commitlint/types": "^19.8.0", "@commitlint/types": "^19.8.1",
"tinyexec": "^0.3.0", "tinyexec": "^1.0.0",
"yargs": "^17.0.0" "yargs": "^17.0.0"
}, },
"bin": { "bin": {
@ -1782,13 +1782,13 @@
} }
}, },
"node_modules/@commitlint/config-conventional": { "node_modules/@commitlint/config-conventional": {
"version": "19.8.0", "version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.0.tgz", "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.1.tgz",
"integrity": "sha512-9I2kKJwcAPwMoAj38hwqFXG0CzS2Kj+SAByPUQ0SlHTfb7VUhYVmo7G2w2tBrqmOf7PFd6MpZ/a1GQJo8na8kw==", "integrity": "sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@commitlint/types": "^19.8.0", "@commitlint/types": "^19.8.1",
"conventional-changelog-conventionalcommits": "^7.0.2" "conventional-changelog-conventionalcommits": "^7.0.2"
}, },
"engines": { "engines": {
@ -1958,13 +1958,6 @@
"node": ">=v18" "node": ">=v18"
} }
}, },
"node_modules/@commitlint/read/node_modules/tinyexec": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.1.tgz",
"integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==",
"dev": true,
"license": "MIT"
},
"node_modules/@commitlint/resolve-extends": { "node_modules/@commitlint/resolve-extends": {
"version": "19.8.1", "version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.8.1.tgz", "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.8.1.tgz",
@ -17991,9 +17984,9 @@
} }
}, },
"node_modules/tinyexec": { "node_modules/tinyexec": {
"version": "0.3.2", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz", "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.1.tgz",
"integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==", "integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },

View file

@ -32,8 +32,8 @@
"webpack-node-externals": "^3.0.0" "webpack-node-externals": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "19.8.0", "@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.0", "@commitlint/config-conventional": "19.8.1",
"@types/jest": "29.5.14", "@types/jest": "29.5.14",
"cz-conventional-changelog": "3.3.0", "cz-conventional-changelog": "3.3.0",
"husky": "9.1.7", "husky": "9.1.7",