chore(deps-dev): bump @commitlint/cli from 19.8.1 to 20.0.0 (#6)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.8.1 to 20.0.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.0.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-version: 20.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-01 02:09:07 +08:00
committed by GitHub
parent ecb5b2e9d2
commit 71a6fbc301
2 changed files with 76 additions and 90 deletions

164
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"zod": "^4.1.3"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@eslint/js": "^9.30.1",
"@microsoft/api-extractor": "^7.52.13",
@@ -238,17 +238,17 @@
}
},
"node_modules/@commitlint/cli": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.8.1.tgz",
"integrity": "sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==",
"version": "20.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-20.1.0.tgz",
"integrity": "sha512-pW5ujjrOovhq5RcYv5xCpb4GkZxkO2+GtOdBW2/qrr0Ll9tl3PX0aBBobGQl3mdZUbOBgwAexEQLeH6uxL0VYg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/format": "^19.8.1",
"@commitlint/lint": "^19.8.1",
"@commitlint/load": "^19.8.1",
"@commitlint/read": "^19.8.1",
"@commitlint/types": "^19.8.1",
"@commitlint/format": "^20.0.0",
"@commitlint/lint": "^20.0.0",
"@commitlint/load": "^20.1.0",
"@commitlint/read": "^20.0.0",
"@commitlint/types": "^20.0.0",
"tinyexec": "^1.0.0",
"yargs": "^17.0.0"
},
@@ -273,28 +273,14 @@
"node": ">=v18"
}
},
"node_modules/@commitlint/config-conventional/node_modules/@commitlint/types": {
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-20.0.0.tgz",
"integrity": "sha512-bVUNBqG6aznYcYjTjnc3+Cat/iBgbgpflxbIBTnsHTX0YVpnmINPEkSRWymT2Q8aSH3Y7aKnEbunilkYe8TybA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/conventional-commits-parser": "^5.0.0",
"chalk": "^5.3.0"
},
"engines": {
"node": ">=v18"
}
},
"node_modules/@commitlint/config-validator": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.8.1.tgz",
"integrity": "sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-20.0.0.tgz",
"integrity": "sha512-BeyLMaRIJDdroJuYM2EGhDMGwVBMZna9UiIqV9hxj+J551Ctc6yoGuGSmghOy/qPhBSuhA6oMtbEiTmxECafsg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^19.8.1",
"@commitlint/types": "^20.0.0",
"ajv": "^8.11.0"
},
"engines": {
@@ -302,13 +288,13 @@
}
},
"node_modules/@commitlint/ensure": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.8.1.tgz",
"integrity": "sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-20.0.0.tgz",
"integrity": "sha512-WBV47Fffvabe68n+13HJNFBqiMH5U1Ryls4W3ieGwPC0C7kJqp3OVQQzG2GXqOALmzrgAB+7GXmyy8N9ct8/Fg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^19.8.1",
"@commitlint/types": "^20.0.0",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.snakecase": "^4.1.1",
@@ -320,9 +306,9 @@
}
},
"node_modules/@commitlint/execute-rule": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.8.1.tgz",
"integrity": "sha512-YfJyIqIKWI64Mgvn/sE7FXvVMQER/Cd+s3hZke6cI1xgNT/f6ZAz5heND0QtffH+KbcqAwXDEE1/5niYayYaQA==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-20.0.0.tgz",
"integrity": "sha512-xyCoOShoPuPL44gVa+5EdZsBVao/pNzpQhkzq3RdtlFdKZtjWcLlUFQHSWBuhk5utKYykeJPSz2i8ABHQA+ZZw==",
"dev": true,
"license": "MIT",
"engines": {
@@ -330,13 +316,13 @@
}
},
"node_modules/@commitlint/format": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.8.1.tgz",
"integrity": "sha512-kSJj34Rp10ItP+Eh9oCItiuN/HwGQMXBnIRk69jdOwEW9llW9FlyqcWYbHPSGofmjsqeoxa38UaEA5tsbm2JWw==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-20.0.0.tgz",
"integrity": "sha512-zrZQXUcSDmQ4eGGrd+gFESiX0Rw+WFJk7nW4VFOmxub4mAATNKBQ4vNw5FgMCVehLUKG2OT2LjOqD0Hk8HvcRg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^19.8.1",
"@commitlint/types": "^20.0.0",
"chalk": "^5.3.0"
},
"engines": {
@@ -344,13 +330,13 @@
}
},
"node_modules/@commitlint/is-ignored": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.8.1.tgz",
"integrity": "sha512-AceOhEhekBUQ5dzrVhDDsbMaY5LqtN8s1mqSnT2Kz1ERvVZkNihrs3Sfk1Je/rxRNbXYFzKZSHaPsEJJDJV8dg==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-20.0.0.tgz",
"integrity": "sha512-ayPLicsqqGAphYIQwh9LdAYOVAQ9Oe5QCgTNTj+BfxZb9b/JW222V5taPoIBzYnAP0z9EfUtljgBk+0BN4T4Cw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^19.8.1",
"@commitlint/types": "^20.0.0",
"semver": "^7.6.0"
},
"engines": {
@@ -358,32 +344,32 @@
}
},
"node_modules/@commitlint/lint": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.8.1.tgz",
"integrity": "sha512-52PFbsl+1EvMuokZXLRlOsdcLHf10isTPlWwoY1FQIidTsTvjKXVXYb7AvtpWkDzRO2ZsqIgPK7bI98x8LRUEw==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-20.0.0.tgz",
"integrity": "sha512-kWrX8SfWk4+4nCexfLaQT3f3EcNjJwJBsSZ5rMBw6JCd6OzXufFHgel2Curos4LKIxwec9WSvs2YUD87rXlxNQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/is-ignored": "^19.8.1",
"@commitlint/parse": "^19.8.1",
"@commitlint/rules": "^19.8.1",
"@commitlint/types": "^19.8.1"
"@commitlint/is-ignored": "^20.0.0",
"@commitlint/parse": "^20.0.0",
"@commitlint/rules": "^20.0.0",
"@commitlint/types": "^20.0.0"
},
"engines": {
"node": ">=v18"
}
},
"node_modules/@commitlint/load": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.8.1.tgz",
"integrity": "sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A==",
"version": "20.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-20.1.0.tgz",
"integrity": "sha512-qo9ER0XiAimATQR5QhvvzePfeDfApi/AFlC1G+YN+ZAY8/Ua6IRrDrxRvQAr+YXUKAxUsTDSp9KXeXLBPsNRWg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/config-validator": "^19.8.1",
"@commitlint/execute-rule": "^19.8.1",
"@commitlint/resolve-extends": "^19.8.1",
"@commitlint/types": "^19.8.1",
"@commitlint/config-validator": "^20.0.0",
"@commitlint/execute-rule": "^20.0.0",
"@commitlint/resolve-extends": "^20.1.0",
"@commitlint/types": "^20.0.0",
"chalk": "^5.3.0",
"cosmiconfig": "^9.0.0",
"cosmiconfig-typescript-loader": "^6.1.0",
@@ -396,9 +382,9 @@
}
},
"node_modules/@commitlint/message": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.8.1.tgz",
"integrity": "sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-20.0.0.tgz",
"integrity": "sha512-gLX4YmKnZqSwkmSB9OckQUrI5VyXEYiv3J5JKZRxIp8jOQsWjZgHSG/OgEfMQBK9ibdclEdAyIPYggwXoFGXjQ==",
"dev": true,
"license": "MIT",
"engines": {
@@ -406,13 +392,13 @@
}
},
"node_modules/@commitlint/parse": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.8.1.tgz",
"integrity": "sha512-mmAHYcMBmAgJDKWdkjIGq50X4yB0pSGpxyOODwYmoexxxiUCy5JJT99t1+PEMK7KtsCtzuWYIAXYAiKR+k+/Jw==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-20.0.0.tgz",
"integrity": "sha512-j/PHCDX2bGM5xGcWObOvpOc54cXjn9g6xScXzAeOLwTsScaL4Y+qd0pFC6HBwTtrH92NvJQc+2Lx9HFkVi48cg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/types": "^19.8.1",
"@commitlint/types": "^20.0.0",
"conventional-changelog-angular": "^7.0.0",
"conventional-commits-parser": "^5.0.0"
},
@@ -421,14 +407,14 @@
}
},
"node_modules/@commitlint/read": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.8.1.tgz",
"integrity": "sha512-03Jbjb1MqluaVXKHKRuGhcKWtSgh3Jizqy2lJCRbRrnWpcM06MYm8th59Xcns8EqBYvo0Xqb+2DoZFlga97uXQ==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-20.0.0.tgz",
"integrity": "sha512-Ti7Y7aEgxsM1nkwA4ZIJczkTFRX/+USMjNrL9NXwWQHqNqrBX2iMi+zfuzZXqfZ327WXBjdkRaytJ+z5vNqTOA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/top-level": "^19.8.1",
"@commitlint/types": "^19.8.1",
"@commitlint/top-level": "^20.0.0",
"@commitlint/types": "^20.0.0",
"git-raw-commits": "^4.0.0",
"minimist": "^1.2.8",
"tinyexec": "^1.0.0"
@@ -438,14 +424,14 @@
}
},
"node_modules/@commitlint/resolve-extends": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.8.1.tgz",
"integrity": "sha512-GM0mAhFk49I+T/5UCYns5ayGStkTt4XFFrjjf0L4S26xoMTSkdCf9ZRO8en1kuopC4isDFuEm7ZOm/WRVeElVg==",
"version": "20.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-20.1.0.tgz",
"integrity": "sha512-cxKXQrqHjZT3o+XPdqDCwOWVFQiae++uwd9dUBC7f2MdV58ons3uUvASdW7m55eat5sRiQ6xUHyMWMRm6atZWw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/config-validator": "^19.8.1",
"@commitlint/types": "^19.8.1",
"@commitlint/config-validator": "^20.0.0",
"@commitlint/types": "^20.0.0",
"global-directory": "^4.0.1",
"import-meta-resolve": "^4.0.0",
"lodash.mergewith": "^4.6.2",
@@ -456,25 +442,25 @@
}
},
"node_modules/@commitlint/rules": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.8.1.tgz",
"integrity": "sha512-Hnlhd9DyvGiGwjfjfToMi1dsnw1EXKGJNLTcsuGORHz6SS9swRgkBsou33MQ2n51/boIDrbsg4tIBbRpEWK2kw==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-20.0.0.tgz",
"integrity": "sha512-gvg2k10I/RfvHn5I5sxvVZKM1fl72Sqrv2YY/BnM7lMHcYqO0E2jnRWoYguvBfEcZ39t+rbATlciggVe77E4zA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/ensure": "^19.8.1",
"@commitlint/message": "^19.8.1",
"@commitlint/to-lines": "^19.8.1",
"@commitlint/types": "^19.8.1"
"@commitlint/ensure": "^20.0.0",
"@commitlint/message": "^20.0.0",
"@commitlint/to-lines": "^20.0.0",
"@commitlint/types": "^20.0.0"
},
"engines": {
"node": ">=v18"
}
},
"node_modules/@commitlint/to-lines": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.8.1.tgz",
"integrity": "sha512-98Mm5inzbWTKuZQr2aW4SReY6WUukdWXuZhrqf1QdKPZBCCsXuG87c+iP0bwtD6DBnmVVQjgp4whoHRVixyPBg==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-20.0.0.tgz",
"integrity": "sha512-2l9gmwiCRqZNWgV+pX1X7z4yP0b3ex/86UmUFgoRt672Ez6cAM2lOQeHFRUTuE6sPpi8XBCGnd8Kh3bMoyHwJw==",
"dev": true,
"license": "MIT",
"engines": {
@@ -482,9 +468,9 @@
}
},
"node_modules/@commitlint/top-level": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.8.1.tgz",
"integrity": "sha512-Ph8IN1IOHPSDhURCSXBz44+CIu+60duFwRsg6HqaISFHQHbmBtxVw4ZrFNIYUzEP7WwrNPxa2/5qJ//NK1FGcw==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-20.0.0.tgz",
"integrity": "sha512-drXaPSP2EcopukrUXvUXmsQMu3Ey/FuJDc/5oiW4heoCfoE5BdLQyuc7veGeE3aoQaTVqZnh4D5WTWe2vefYKg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -495,9 +481,9 @@
}
},
"node_modules/@commitlint/types": {
"version": "19.8.1",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
"integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-20.0.0.tgz",
"integrity": "sha512-bVUNBqG6aznYcYjTjnc3+Cat/iBgbgpflxbIBTnsHTX0YVpnmINPEkSRWymT2Q8aSH3Y7aKnEbunilkYe8TybA==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -57,7 +57,7 @@
"zod": "^4.1.3"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@eslint/js": "^9.30.1",
"@microsoft/api-extractor": "^7.52.13",