diff --git a/@commitlint/parse/package.json b/@commitlint/parse/package.json index ff1639e042..2b0b01b676 100644 --- a/@commitlint/parse/package.json +++ b/@commitlint/parse/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@commitlint/types": "^20.0.0", - "conventional-changelog-angular": "^7.0.0", + "conventional-changelog-angular": "^8.0.0", "conventional-commits-parser": "^5.0.0" }, "gitHead": "e82f05a737626bb69979d14564f5ff601997f679" diff --git a/@commitlint/rules/package.json b/@commitlint/rules/package.json index f2d15086ce..663327ff75 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -39,7 +39,7 @@ "@commitlint/parse": "^20.0.0", "@commitlint/test": "^20.0.0", "@commitlint/utils": "^20.0.0", - "conventional-changelog-angular": "^7.0.0", + "conventional-changelog-angular": "^8.0.0", "glob": "^10.3.10" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index ee8f87e867..8405ae3a4c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3191,13 +3191,20 @@ console-control-strings@^1.1.0: resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ== -conventional-changelog-angular@7.0.0, conventional-changelog-angular@^7.0.0: +conventional-changelog-angular@7.0.0: version "7.0.0" resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz#5eec8edbff15aa9b1680a8dcfbd53e2d7eb2ba7a" integrity sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ== dependencies: compare-func "^2.0.0" +conventional-changelog-angular@^8.0.0: + version "8.1.0" + resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-8.1.0.tgz#06223a40f818c5618982fdb92d2b2aac5e24d33e" + integrity sha512-GGf2Nipn1RUCAktxuVauVr1e3r8QrLP/B0lEUsFktmGqc3ddbQkhoJZHJctVU829U1c6mTSWftrVOCHaL85Q3w== + dependencies: + compare-func "^2.0.0" + conventional-changelog-atom@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-4.0.0.tgz#291fd1583517d4e7131dba779ad9fa238359daa1"