Skip to content

Commit c744b40

Browse files
fix: update dependency conventional-commits-parser to v6
1 parent 2217faf commit c744b40

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.0.3",
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
@@ -2540,7 +2540,7 @@
25402540
dependencies:
25412541
argparse "^2.0.1"
25422542

2543-
JSONStream@^1.0.4, JSONStream@^1.3.5:
2543+
JSONStream@^1.0.4:
25442544
version "1.3.5"
25452545
resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz"
25462546
integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
@@ -3409,15 +3409,12 @@ conventional-commits-parser@^3.2.0:
34093409
split2 "^3.0.0"
34103410
through2 "^4.0.0"
34113411

3412-
conventional-commits-parser@^5.0.0:
3413-
version "5.0.0"
3414-
resolved "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz"
3415-
integrity sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==
3412+
conventional-commits-parser@^6.0.0:
3413+
version "6.0.0"
3414+
resolved "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-6.0.0.tgz#74e3be5344d8cd99f7c3353da2efa1d1dd618061"
3415+
integrity sha512-TbsINLp48XeMXR8EvGjTnKGsZqBemisPoyWESlpRyR8lif0lcwzqz+NMtYSj1ooF/WYjSuu7wX0CtdeeMEQAmA==
34163416
dependencies:
3417-
JSONStream "^1.3.5"
3418-
is-text-path "^2.0.0"
3419-
meow "^12.0.1"
3420-
split2 "^4.0.0"
3417+
meow "^13.0.0"
34213418

34223419
conventional-recommended-bump@^6.1.0:
34233420
version "6.1.0"
@@ -5210,13 +5207,6 @@ is-text-path@^1.0.1:
52105207
dependencies:
52115208
text-extensions "^1.0.0"
52125209

5213-
is-text-path@^2.0.0:
5214-
version "2.0.0"
5215-
resolved "https://registry.npmjs.org/is-text-path/-/is-text-path-2.0.0.tgz"
5216-
integrity sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==
5217-
dependencies:
5218-
text-extensions "^2.0.0"
5219-
52205210
is-typed-array@^1.1.10, is-typed-array@^1.1.12, is-typed-array@^1.1.9:
52215211
version "1.1.12"
52225212
resolved "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz"
@@ -5909,6 +5899,11 @@ meow@^12.0.1:
59095899
resolved "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz"
59105900
integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==
59115901

5902+
meow@^13.0.0:
5903+
version "13.2.0"
5904+
resolved "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f"
5905+
integrity sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==
5906+
59125907
meow@^8.0.0:
59135908
version "8.1.2"
59145909
resolved "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz"
@@ -7822,11 +7817,6 @@ text-extensions@^1.0.0:
78227817
resolved "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz"
78237818
integrity sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==
78247819

7825-
text-extensions@^2.0.0:
7826-
version "2.4.0"
7827-
resolved "https://registry.npmjs.org/text-extensions/-/text-extensions-2.4.0.tgz"
7828-
integrity sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==
7829-
78307820
text-table@^0.2.0:
78317821
version "0.2.0"
78327822
resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"

0 commit comments

Comments
 (0)