Skip to content

Commit 97982a0

Browse files
fix: update dependency conventional-changelog-angular to v8
1 parent 9eccc68 commit 97982a0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

@commitlint/parse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@commitlint/types": "^19.8.0",
45-
"conventional-changelog-angular": "^7.0.0",
45+
"conventional-changelog-angular": "^8.0.0",
4646
"conventional-commits-parser": "^5.0.0"
4747
},
4848
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"

@commitlint/rules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@commitlint/parse": "^19.8.0",
4040
"@commitlint/test": "^19.8.0",
4141
"@commitlint/utils": "^19.8.0",
42-
"conventional-changelog-angular": "^7.0.0",
42+
"conventional-changelog-angular": "^8.0.0",
4343
"glob": "^10.3.10"
4444
},
4545
"dependencies": {

yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -3221,13 +3221,20 @@ content-type@^1.0.5:
32213221
resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
32223222
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
32233223

3224-
[email protected], conventional-changelog-angular@^7.0.0:
3224+
32253225
version "7.0.0"
32263226
resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz#5eec8edbff15aa9b1680a8dcfbd53e2d7eb2ba7a"
32273227
integrity sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==
32283228
dependencies:
32293229
compare-func "^2.0.0"
32303230

3231+
conventional-changelog-angular@^8.0.0:
3232+
version "8.0.0"
3233+
resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-8.0.0.tgz#5701386850f0e0c2e630b43ee7821d322d87e7a6"
3234+
integrity sha512-CLf+zr6St0wIxos4bmaKHRXWAcsCXrJU6F4VdNDrGRK3B8LDLKoX3zuMV5GhtbGkVR/LohZ6MT6im43vZLSjmA==
3235+
dependencies:
3236+
compare-func "^2.0.0"
3237+
32313238
conventional-changelog-atom@^4.0.0:
32323239
version "4.0.0"
32333240
resolved "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-4.0.0.tgz#291fd1583517d4e7131dba779ad9fa238359daa1"

0 commit comments

Comments
 (0)