Skip to content

Commit 7d90454

Browse files
fix: update dependency conventional-changelog-angular to v8
1 parent 6811575 commit 7d90454

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

@commitlint/parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@commitlint/types": "^19.8.1",
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

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

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3179,13 +3179,20 @@ console-control-strings@^1.1.0:
31793179
resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
31803180
integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==
31813181

3182-
[email protected], conventional-changelog-angular@^7.0.0:
3182+
31833183
version "7.0.0"
31843184
resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz#5eec8edbff15aa9b1680a8dcfbd53e2d7eb2ba7a"
31853185
integrity sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==
31863186
dependencies:
31873187
compare-func "^2.0.0"
31883188

3189+
conventional-changelog-angular@^8.0.0:
3190+
version "8.0.0"
3191+
resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-8.0.0.tgz#5701386850f0e0c2e630b43ee7821d322d87e7a6"
3192+
integrity sha512-CLf+zr6St0wIxos4bmaKHRXWAcsCXrJU6F4VdNDrGRK3B8LDLKoX3zuMV5GhtbGkVR/LohZ6MT6im43vZLSjmA==
3193+
dependencies:
3194+
compare-func "^2.0.0"
3195+
31893196
conventional-changelog-atom@^4.0.0:
31903197
version "4.0.0"
31913198
resolved "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-4.0.0.tgz#291fd1583517d4e7131dba779ad9fa238359daa1"

0 commit comments

Comments
 (0)