Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1a2f588

Browse files
fix: update dependency conventional-commits-parser to v6
1 parent bb872dd commit 1a2f588

File tree

2 files changed

+11
-21
lines changed

2 files changed

+11
-21
lines changed

‎@commitlint/parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@commitlint/types": "^19.8.1",
4545
"conventional-changelog-angular": "^7.0.0",
46-
"conventional-commits-parser": "^5.0.0"
46+
"conventional-commits-parser": "^6.0.0"
4747
},
4848
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
4949
}

‎yarn.lock

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2899,15 +2899,12 @@ conventional-commits-parser@^4.0.0:
28992899
meow "^8.1.2"
29002900
split2 "^3.2.2"
29012901

2902-
conventional-commits-parser@^5.0.0:
2903-
version "5.0.0"
2904-
resolved "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz#57f3594b81ad54d40c1b4280f04554df28627d9a"
2905-
integrity sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==
2902+
conventional-commits-parser@^6.0.0:
2903+
version "6.2.0"
2904+
resolved "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-6.2.0.tgz#1a2159471896f43101b8817e5709b8da78334aaa"
2905+
integrity sha512-uLnoLeIW4XaoFtH37qEcg/SXMJmKF4vi7V0H2rnPueg+VEtFGA/asSCNTcq4M/GQ6QmlzchAEtOoDTtKqWeHag==
29062906
dependencies:
2907-
JSONStream "^1.3.5"
2908-
is-text-path "^2.0.0"
2909-
meow "^12.0.1"
2910-
split2 "^4.0.0"
2907+
meow "^13.0.0"
29112908

29122909
conventional-recommended-bump@7.0.1:
29132910
version "7.0.1"
@@ -4430,13 +4427,6 @@ is-text-path@^1.0.1:
44304427
dependencies:
44314428
text-extensions "^1.0.0"
44324429

4433-
is-text-path@^2.0.0:
4434-
version "2.0.0"
4435-
resolved "https://registry.npmjs.org/is-text-path/-/is-text-path-2.0.0.tgz#b2484e2b720a633feb2e85b67dc193ff72c75636"
4436-
integrity sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==
4437-
dependencies:
4438-
text-extensions "^2.0.0"
4439-
44404430
is-unicode-supported@^0.1.0:
44414431
version "0.1.0"
44424432
resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
@@ -5118,6 +5108,11 @@ meow@^12.0.1:
51185108
resolved "https://registry.npmjs.org/meow/-/meow-12.1.1.tgz#e558dddbab12477b69b2e9a2728c327f191bace6"
51195109
integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==
51205110

5111+
meow@^13.0.0:
5112+
version "13.2.0"
5113+
resolved "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f"
5114+
integrity sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==
5115+
51215116
meow@^8.1.2:
51225117
version "8.1.2"
51235118
resolved "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz#bcbe45bda0ee1729d350c03cffc8395a36c4e897"
@@ -6910,11 +6905,6 @@ text-extensions@^1.0.0:
69106905
resolved "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26"
69116906
integrity sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==
69126907

6913-
text-extensions@^2.0.0:
6914-
version "2.4.0"
6915-
resolved "https://registry.npmjs.org/text-extensions/-/text-extensions-2.4.0.tgz#a1cfcc50cf34da41bfd047cc744f804d1680ea34"
6916-
integrity sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==
6917-
69186908
through2@^2.0.0:
69196909
version "2.0.5"
69206910
resolved "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /