From c4af35bcf14430715a77446762cbb4aa987b3f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:23:25 +0000 Subject: [PATCH] chore(deps): bump @commitlint/core from 19.8.1 to 20.3.1 Bumps [@commitlint/core](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/core) from 19.8.1 to 20.3.1. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/core/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.3.1/@commitlint/core) --- updated-dependencies: - dependency-name: "@commitlint/core" dependency-version: 20.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 222 +++++++++++++++++++++++++++++---------------------- 2 files changed, 126 insertions(+), 98 deletions(-) diff --git a/package.json b/package.json index c0e4a024..0bbb4d89 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "typescript": "^5.4.5" }, "dependencies": { - "@commitlint/core": "^19.8.0", + "@commitlint/core": "^20.3.1", "@inquirer/prompts": "3.3.0", "@langchain/anthropic": "^0.3.14", "@langchain/community": "^0.3.58", diff --git a/yarn.lock b/yarn.lock index e165aefd..26f68519 100644 --- a/yarn.lock +++ b/yarn.lock @@ -358,76 +358,76 @@ resolved "https://registry.npmjs.org/@cfworker/json-schema/-/json-schema-4.1.1.tgz" integrity sha512-gAmrUZSGtKc3AiBL71iNWxDsyUC5uMaKKGdvzYsBoTW/xi42JQHl7eKV2OYzCUqvc+D2RCcf7EXY2iCyFIk6og== -"@commitlint/config-validator@^19.8.1": - version "19.8.1" - resolved "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.8.1.tgz" - integrity sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ== +"@commitlint/config-validator@^20.3.1": + version "20.3.1" + resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-20.3.1.tgz#b00bfdc6beac5674d86cb3dc6c96f74214699483" + integrity sha512-ErVLC/IsHhcvxCyh+FXo7jy12/nkQySjWXYgCoQbZLkFp4hysov8KS6CdxBB0cWjbZWjvNOKBMNoUVqkmGmahw== dependencies: - "@commitlint/types" "^19.8.1" + "@commitlint/types" "^20.3.1" ajv "^8.11.0" -"@commitlint/core@^19.8.0": - version "19.8.1" - resolved "https://registry.npmjs.org/@commitlint/core/-/core-19.8.1.tgz" - integrity sha512-YiRUToRbDf0Wwd08fGjtHH2hVYbvXGJ1A2N1ZY6gpWv289bKRop26NjGONpaMzadSqPGAiuVmogyMo9Gxi87nw== +"@commitlint/core@^20.3.1": + version "20.3.1" + resolved "https://registry.yarnpkg.com/@commitlint/core/-/core-20.3.1.tgz#e16e864f2f4f4080dc68c27a0cd966e9e04b2d16" + integrity sha512-SBiukBlG2+BvBQG4MXL9yPedPCN9caSD1BkWhDMFpd/zw/kvFcahS/FgzHg4dBoB4Z9lnPhRBtTu0Zuueyheww== dependencies: - "@commitlint/format" "^19.8.1" - "@commitlint/lint" "^19.8.1" - "@commitlint/load" "^19.8.1" - "@commitlint/read" "^19.8.1" + "@commitlint/format" "^20.3.1" + "@commitlint/lint" "^20.3.1" + "@commitlint/load" "^20.3.1" + "@commitlint/read" "^20.3.1" -"@commitlint/ensure@^19.8.1": - version "19.8.1" - resolved "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.8.1.tgz" - integrity sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw== +"@commitlint/ensure@^20.3.1": + version "20.3.1" + resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-20.3.1.tgz#928f456cd89b0ffaa2da8203b4442ed3671ace43" + integrity sha512-h664FngOEd7bHAm0j8MEKq+qm2mH+V+hwJiIE2bWcw3pzJMlO0TPKtk0ATyRAtV6jQw+xviRYiIjjSjfajiB5w== dependencies: - "@commitlint/types" "^19.8.1" + "@commitlint/types" "^20.3.1" lodash.camelcase "^4.3.0" lodash.kebabcase "^4.1.1" lodash.snakecase "^4.1.1" lodash.startcase "^4.4.0" lodash.upperfirst "^4.3.1" -"@commitlint/execute-rule@^19.8.1": - 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== +"@commitlint/execute-rule@^20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-20.0.0.tgz#013628e09179cf2d3c977e1cf37937b5cb869af8" + integrity sha512-xyCoOShoPuPL44gVa+5EdZsBVao/pNzpQhkzq3RdtlFdKZtjWcLlUFQHSWBuhk5utKYykeJPSz2i8ABHQA+ZZw== -"@commitlint/format@^19.8.1": - version "19.8.1" - resolved "https://registry.npmjs.org/@commitlint/format/-/format-19.8.1.tgz" - integrity sha512-kSJj34Rp10ItP+Eh9oCItiuN/HwGQMXBnIRk69jdOwEW9llW9FlyqcWYbHPSGofmjsqeoxa38UaEA5tsbm2JWw== +"@commitlint/format@^20.3.1": + version "20.3.1" + resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-20.3.1.tgz#b6412ce0956760fd862a8c4abf51d5ad563bf41f" + integrity sha512-jfsjGPFTd2Yti2YHwUH4SPRPbWKAJAwrfa3eNa9bXEdrXBb9mCwbIrgYX38LdEJK9zLJ3AsLBP4/FLEtxyu2AA== dependencies: - "@commitlint/types" "^19.8.1" + "@commitlint/types" "^20.3.1" chalk "^5.3.0" -"@commitlint/is-ignored@^19.8.1": - version "19.8.1" - resolved "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.8.1.tgz" - integrity sha512-AceOhEhekBUQ5dzrVhDDsbMaY5LqtN8s1mqSnT2Kz1ERvVZkNihrs3Sfk1Je/rxRNbXYFzKZSHaPsEJJDJV8dg== +"@commitlint/is-ignored@^20.3.1": + version "20.3.1" + resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-20.3.1.tgz#d38c14c17033e95c79dc6a131d05261a59ffd190" + integrity sha512-tWwAoh93QvAhxgp99CzCuHD86MgxE4NBtloKX+XxQxhfhSwHo7eloiar/yzx53YW9eqSLP95zgW2KDDk4/WX+A== dependencies: - "@commitlint/types" "^19.8.1" + "@commitlint/types" "^20.3.1" semver "^7.6.0" -"@commitlint/lint@^19.8.1": - version "19.8.1" - resolved "https://registry.npmjs.org/@commitlint/lint/-/lint-19.8.1.tgz" - integrity sha512-52PFbsl+1EvMuokZXLRlOsdcLHf10isTPlWwoY1FQIidTsTvjKXVXYb7AvtpWkDzRO2ZsqIgPK7bI98x8LRUEw== - dependencies: - "@commitlint/is-ignored" "^19.8.1" - "@commitlint/parse" "^19.8.1" - "@commitlint/rules" "^19.8.1" - "@commitlint/types" "^19.8.1" - -"@commitlint/load@^19.8.1": - version "19.8.1" - resolved "https://registry.npmjs.org/@commitlint/load/-/load-19.8.1.tgz" - integrity sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A== - 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/lint@^20.3.1": + version "20.3.1" + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-20.3.1.tgz#6f5b62e2e6cc4e36c6669aad05bdceafe6e34a8b" + integrity sha512-LaOtrQ24+6SfUaWg8A+a+Wc77bvLbO5RIr6iy9F7CI3/0iq1uPEWgGRCwqWTuLGHkZDAcwaq0gZ01zpwZ1jCGw== + dependencies: + "@commitlint/is-ignored" "^20.3.1" + "@commitlint/parse" "^20.3.1" + "@commitlint/rules" "^20.3.1" + "@commitlint/types" "^20.3.1" + +"@commitlint/load@^20.3.1": + version "20.3.1" + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-20.3.1.tgz#3cfd5436768120dab46b67554c67eb7b2d9117cd" + integrity sha512-YDD9XA2XhgYgbjju8itZ/weIvOOobApDqwlPYCX5NLO/cPtw2UMO5Cmn44Ks8RQULUVI5fUT6roKvyxcoLbNmw== + dependencies: + "@commitlint/config-validator" "^20.3.1" + "@commitlint/execute-rule" "^20.0.0" + "@commitlint/resolve-extends" "^20.3.1" + "@commitlint/types" "^20.3.1" chalk "^5.3.0" cosmiconfig "^9.0.0" cosmiconfig-typescript-loader "^6.1.0" @@ -435,66 +435,66 @@ lodash.merge "^4.6.2" lodash.uniq "^4.5.0" -"@commitlint/message@^19.8.1": - version "19.8.1" - resolved "https://registry.npmjs.org/@commitlint/message/-/message-19.8.1.tgz" - integrity sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg== +"@commitlint/message@^20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-20.0.0.tgz#a5ac95dc17363a1dba5d2d47bd28c9356710a7b8" + integrity sha512-gLX4YmKnZqSwkmSB9OckQUrI5VyXEYiv3J5JKZRxIp8jOQsWjZgHSG/OgEfMQBK9ibdclEdAyIPYggwXoFGXjQ== -"@commitlint/parse@^19.8.1": - version "19.8.1" - resolved "https://registry.npmjs.org/@commitlint/parse/-/parse-19.8.1.tgz" - integrity sha512-mmAHYcMBmAgJDKWdkjIGq50X4yB0pSGpxyOODwYmoexxxiUCy5JJT99t1+PEMK7KtsCtzuWYIAXYAiKR+k+/Jw== +"@commitlint/parse@^20.3.1": + version "20.3.1" + resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-20.3.1.tgz#c3858332df52e1853cc1f24da681245fd7fae968" + integrity sha512-TuUTdbLpyUNLgDzLDYlI2BeTE6V/COZbf3f8WwsV0K6eq/2nSpNTMw7wHtXb+YxeY9wwxBp/Ldad4P+YIxHJoA== dependencies: - "@commitlint/types" "^19.8.1" + "@commitlint/types" "^20.3.1" conventional-changelog-angular "^7.0.0" conventional-commits-parser "^5.0.0" -"@commitlint/read@^19.8.1": - version "19.8.1" - resolved "https://registry.npmjs.org/@commitlint/read/-/read-19.8.1.tgz" - integrity sha512-03Jbjb1MqluaVXKHKRuGhcKWtSgh3Jizqy2lJCRbRrnWpcM06MYm8th59Xcns8EqBYvo0Xqb+2DoZFlga97uXQ== +"@commitlint/read@^20.3.1": + version "20.3.1" + resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-20.3.1.tgz#cd714678087bc83a1a4adddb9d1a54549d49c4f8" + integrity sha512-nCmJAdIg3OdNVUpQW0Idk/eF/vfOo2W2xzmvRmNeptLrzFK7qhwwl/kIwy1Q1LZrKHUFNj7PGNpIT5INbgZWzA== dependencies: - "@commitlint/top-level" "^19.8.1" - "@commitlint/types" "^19.8.1" + "@commitlint/top-level" "^20.0.0" + "@commitlint/types" "^20.3.1" git-raw-commits "^4.0.0" minimist "^1.2.8" tinyexec "^1.0.0" -"@commitlint/resolve-extends@^19.8.1": - version "19.8.1" - resolved "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.8.1.tgz" - integrity sha512-GM0mAhFk49I+T/5UCYns5ayGStkTt4XFFrjjf0L4S26xoMTSkdCf9ZRO8en1kuopC4isDFuEm7ZOm/WRVeElVg== +"@commitlint/resolve-extends@^20.3.1": + version "20.3.1" + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-20.3.1.tgz#ba39b9b7db71e47b4d0b22e7b63f69b693df3422" + integrity sha512-iGTGeyaoDyHDEZNjD8rKeosjSNs8zYanmuowY4ful7kFI0dnY4b5QilVYaFQJ6IM27S57LAeH5sKSsOHy4bw5w== dependencies: - "@commitlint/config-validator" "^19.8.1" - "@commitlint/types" "^19.8.1" + "@commitlint/config-validator" "^20.3.1" + "@commitlint/types" "^20.3.1" global-directory "^4.0.1" import-meta-resolve "^4.0.0" lodash.mergewith "^4.6.2" resolve-from "^5.0.0" -"@commitlint/rules@^19.8.1": - version "19.8.1" - resolved "https://registry.npmjs.org/@commitlint/rules/-/rules-19.8.1.tgz" - integrity sha512-Hnlhd9DyvGiGwjfjfToMi1dsnw1EXKGJNLTcsuGORHz6SS9swRgkBsou33MQ2n51/boIDrbsg4tIBbRpEWK2kw== +"@commitlint/rules@^20.3.1": + version "20.3.1" + resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-20.3.1.tgz#7bb37410c1fa8a71859dff5f7d5410d0b3dc01cc" + integrity sha512-/uic4P+4jVNpqQxz02+Y6vvIC0A2J899DBztA1j6q3f3MOKwydlNrojSh0dQmGDxxT1bXByiRtDhgFnOFnM6Pg== 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.3.1" + "@commitlint/message" "^20.0.0" + "@commitlint/to-lines" "^20.0.0" + "@commitlint/types" "^20.3.1" -"@commitlint/to-lines@^19.8.1": - version "19.8.1" - resolved "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.8.1.tgz" - integrity sha512-98Mm5inzbWTKuZQr2aW4SReY6WUukdWXuZhrqf1QdKPZBCCsXuG87c+iP0bwtD6DBnmVVQjgp4whoHRVixyPBg== +"@commitlint/to-lines@^20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-20.0.0.tgz#0f6d6106016272ef0e9f7c138093fe2cc06fc34b" + integrity sha512-2l9gmwiCRqZNWgV+pX1X7z4yP0b3ex/86UmUFgoRt672Ez6cAM2lOQeHFRUTuE6sPpi8XBCGnd8Kh3bMoyHwJw== -"@commitlint/top-level@^19.8.1": - 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== +"@commitlint/top-level@^20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-20.0.0.tgz#8c8929d2de4639c621d63ea27b9900fc7ad8a121" + integrity sha512-drXaPSP2EcopukrUXvUXmsQMu3Ey/FuJDc/5oiW4heoCfoE5BdLQyuc7veGeE3aoQaTVqZnh4D5WTWe2vefYKg== dependencies: find-up "^7.0.0" -"@commitlint/types@^19.8.0", "@commitlint/types@^19.8.1": +"@commitlint/types@^19.8.0": version "19.8.1" resolved "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz" integrity sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw== @@ -502,6 +502,14 @@ "@types/conventional-commits-parser" "^5.0.0" chalk "^5.3.0" +"@commitlint/types@^20.3.1": + version "20.3.1" + resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-20.3.1.tgz#084cf4cb142826d7a0eab378f838514e3e75f048" + integrity sha512-VmIFV/JkBRhDRRv7N5B7zEUkNZIx9Mp+8Pe65erz0rKycXLsi8Epcw0XJ+btSeRXgTzE7DyOyA9bkJ9mn/yqVQ== + dependencies: + "@types/conventional-commits-parser" "^5.0.0" + chalk "^5.3.0" + "@cspotcode/source-map-support@^0.8.0": version "0.8.1" resolved "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz" @@ -2888,11 +2896,6 @@ diff@*, diff@8.0.3: resolved "https://registry.yarnpkg.com/diff/-/diff-8.0.3.tgz#c7da3d9e0e8c283bb548681f8d7174653720c2d5" integrity sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ== -diff@8.0.3: - version "8.0.3" - resolved "https://registry.yarnpkg.com/diff/-/diff-8.0.3.tgz#c7da3d9e0e8c283bb548681f8d7174653720c2d5" - integrity sha512-qejHi7bcSD4hQAZE0tNAawRK1ZtafHDmMTMkrrIGgSLl7hTnQHmKCeB45xAcbfTqK2zowkM3j3bHt/4b/ARbYQ== - diff@^4.0.1: version "4.0.2" resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz" @@ -5752,7 +5755,16 @@ string-length@^4.0.2: char-regex "^1.0.2" strip-ansi "^6.0.0" -"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0": + version "4.2.3" + resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -5785,7 +5797,14 @@ string_decoder@^1.1.1: dependencies: safe-buffer "~5.2.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": + version "6.0.1" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -6236,7 +6255,7 @@ wordwrap@^1.0.0: resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz" integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": version "7.0.0" resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -6254,6 +6273,15 @@ wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"