diff --git a/package.json b/package.json index f9544706..9f46f4da 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@babel/helper-hoist-variables": "^7.24.7", "@babel/helper-split-export-declaration": "^7.24.7", "@commitlint/cli": "^19.8.1", - "@commitlint/config-conventional": "^19.8.1", + "@commitlint/config-conventional": "^20.0.0", "@compiled/webpack-loader": "^0.19.6", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.1", diff --git a/yarn.lock b/yarn.lock index 3d591e97..2a1857b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -595,12 +595,12 @@ tinyexec "^1.0.0" yargs "^17.0.0" -"@commitlint/config-conventional@^19.8.1": - version "19.8.1" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.8.1.tgz#eab42df58cda44f18410ae0cbd6785ece00f214b" - integrity sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ== +"@commitlint/config-conventional@^20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-20.0.0.tgz#f222dc9ce08e16f9c66eae55e99129d2be517546" + integrity sha512-q7JroPIkDBtyOkVe9Bca0p7kAUYxZMxkrBArCfuD3yN4KjRAenP9PmYwnn7rsw8Q+hHq1QB2BRmBh0/Z19ZoJw== dependencies: - "@commitlint/types" "^19.8.1" + "@commitlint/types" "^20.0.0" conventional-changelog-conventionalcommits "^7.0.2" "@commitlint/config-validator@^19.8.1": @@ -737,6 +737,14 @@ "@types/conventional-commits-parser" "^5.0.0" chalk "^5.3.0" +"@commitlint/types@^20.0.0": + version "20.0.0" + resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-20.0.0.tgz#70edef6e1c1d3aaca15e1e87242d8d256beebe67" + integrity sha512-bVUNBqG6aznYcYjTjnc3+Cat/iBgbgpflxbIBTnsHTX0YVpnmINPEkSRWymT2Q8aSH3Y7aKnEbunilkYe8TybA== + dependencies: + "@types/conventional-commits-parser" "^5.0.0" + chalk "^5.3.0" + "@compiled/babel-plugin-strip-runtime@^0.38.0": version "0.38.0" resolved "https://registry.yarnpkg.com/@compiled/babel-plugin-strip-runtime/-/babel-plugin-strip-runtime-0.38.0.tgz#0c58c0263377316dacbce98e768d0dcb0351f31d"