Skip to content

Commit 87d8780

Browse files
fix: update dependency conventional-commits-parser to v6
1 parent 03a53df commit 87d8780

File tree

2 files changed

+12
-22
lines changed

2 files changed

+12
-22
lines changed

@commitlint/parse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@commitlint/types": "^19.5.0",
4545
"conventional-changelog-angular": "^7.0.0",
46-
"conventional-commits-parser": "^5.0.0"
46+
"conventional-commits-parser": "^6.0.0"
4747
},
4848
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
4949
}

yarn.lock

+11-21
Original file line numberDiff line numberDiff line change
@@ -2588,7 +2588,7 @@
25882588
dependencies:
25892589
argparse "^2.0.1"
25902590

2591-
JSONStream@^1.0.4, JSONStream@^1.3.5:
2591+
JSONStream@^1.0.4:
25922592
version "1.3.5"
25932593
resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz"
25942594
integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
@@ -3472,15 +3472,12 @@ conventional-commits-parser@^3.2.0:
34723472
split2 "^3.0.0"
34733473
through2 "^4.0.0"
34743474

3475-
conventional-commits-parser@^5.0.0:
3476-
version "5.0.0"
3477-
resolved "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz"
3478-
integrity sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==
3475+
conventional-commits-parser@^6.0.0:
3476+
version "6.0.0"
3477+
resolved "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-6.0.0.tgz#74e3be5344d8cd99f7c3353da2efa1d1dd618061"
3478+
integrity sha512-TbsINLp48XeMXR8EvGjTnKGsZqBemisPoyWESlpRyR8lif0lcwzqz+NMtYSj1ooF/WYjSuu7wX0CtdeeMEQAmA==
34793479
dependencies:
3480-
JSONStream "^1.3.5"
3481-
is-text-path "^2.0.0"
3482-
meow "^12.0.1"
3483-
split2 "^4.0.0"
3480+
meow "^13.0.0"
34843481

34853482
conventional-recommended-bump@^6.1.0:
34863483
version "6.1.0"
@@ -5390,13 +5387,6 @@ is-text-path@^1.0.1:
53905387
dependencies:
53915388
text-extensions "^1.0.0"
53925389

5393-
is-text-path@^2.0.0:
5394-
version "2.0.0"
5395-
resolved "https://registry.npmjs.org/is-text-path/-/is-text-path-2.0.0.tgz"
5396-
integrity sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==
5397-
dependencies:
5398-
text-extensions "^2.0.0"
5399-
54005390
is-typed-array@^1.1.13:
54015391
version "1.1.13"
54025392
resolved "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz#d6c5ca56df62334959322d7d7dd1cca50debe229"
@@ -6087,6 +6077,11 @@ meow@^12.0.1:
60876077
resolved "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz"
60886078
integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==
60896079

6080+
meow@^13.0.0:
6081+
version "13.2.0"
6082+
resolved "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f"
6083+
integrity sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==
6084+
60906085
meow@^8.0.0:
60916086
version "8.1.2"
60926087
resolved "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz"
@@ -8089,11 +8084,6 @@ text-extensions@^1.0.0:
80898084
resolved "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz"
80908085
integrity sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==
80918086

8092-
text-extensions@^2.0.0:
8093-
version "2.4.0"
8094-
resolved "https://registry.npmjs.org/text-extensions/-/text-extensions-2.4.0.tgz"
8095-
integrity sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==
8096-
80978087
through2@^2.0.0:
80988088
version "2.0.5"
80998089
resolved "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz"

0 commit comments

Comments
 (0)