From f3b622cd023ff0e9a4d139659dad1b523527e2dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 03:56:11 +0000 Subject: [PATCH] fix: update dependency conventional-changelog-angular to v8 --- @commitlint/parse/package.json | 2 +- @commitlint/rules/package.json | 2 +- yarn.lock | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/@commitlint/parse/package.json b/@commitlint/parse/package.json index 459dd54b27..d30582b59a 100644 --- a/@commitlint/parse/package.json +++ b/@commitlint/parse/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@commitlint/types": "^19.8.1", - "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 f02396c34e..0b1bb9fc6a 100644 --- a/@commitlint/rules/package.json +++ b/@commitlint/rules/package.json @@ -39,7 +39,7 @@ "@commitlint/parse": "^19.8.1", "@commitlint/test": "^19.8.1", "@commitlint/utils": "^19.8.1", - "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 2f535cffe4..b67deca665 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3238,13 +3238,20 @@ content-type@^1.0.5: resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918" integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== -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.0.0" + resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-8.0.0.tgz#5701386850f0e0c2e630b43ee7821d322d87e7a6" + integrity sha512-CLf+zr6St0wIxos4bmaKHRXWAcsCXrJU6F4VdNDrGRK3B8LDLKoX3zuMV5GhtbGkVR/LohZ6MT6im43vZLSjmA== + 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"