Skip to content

Commit 713cd88

Browse files
Deps: Update dependency @commitlint/config-conventional to v19
1 parent b89d961 commit 713cd88

File tree

2 files changed

+55
-16
lines changed

2 files changed

+55
-16
lines changed

packages/commitlint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"node": "^16 || ^18 || >=20"
2323
},
2424
"dependencies": {
25-
"@commitlint/config-conventional": "^17.0.0",
25+
"@commitlint/config-conventional": "^19.0.0",
2626
"@lmc-eu/conventional-changelog-lmc": "^2.0.3"
2727
}
2828
}

yarn.lock

+54-15
Original file line numberDiff line numberDiff line change
@@ -841,12 +841,13 @@
841841
resolve-global "1.0.0"
842842
yargs "^15.1.0"
843843

844-
"@commitlint/config-conventional@^17.0.0":
845-
version "17.1.0"
846-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.1.0.tgz#9bd852766e08842bfe0fe4deb40e152eb718ec1b"
847-
integrity sha512-WU2p0c9/jLi8k2q2YrDV96Y8XVswQOceIQ/wyJvQxawJSCasLdRB3kUIYdNjOCJsxkpoUlV/b90ZPxp1MYZDiA==
844+
"@commitlint/config-conventional@^19.0.0":
845+
version "19.2.2"
846+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz#1f4e6975d428985deacf2b3ff6547e02c9302054"
847+
integrity sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==
848848
dependencies:
849-
conventional-changelog-conventionalcommits "^5.0.0"
849+
"@commitlint/types" "^19.0.3"
850+
conventional-changelog-conventionalcommits "^7.0.2"
850851

851852
"@commitlint/ensure@^9.1.2":
852853
version "9.1.2"
@@ -989,6 +990,14 @@
989990
dependencies:
990991
chalk "^4.0.0"
991992

993+
"@commitlint/types@^19.0.3":
994+
version "19.0.3"
995+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.0.3.tgz#feff4ecac2b5c359f2a57f9ab094b2ac80ef0266"
996+
integrity sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==
997+
dependencies:
998+
"@types/conventional-commits-parser" "^5.0.0"
999+
chalk "^5.3.0"
1000+
9921001
"@commitlint/types@^9.1.2":
9931002
version "9.1.2"
9941003
resolved "https://registry.npmjs.org/@commitlint/types/-/types-9.1.2.tgz#d05f66db03e3a3638a654e8badf2deb489eb220d"
@@ -2431,6 +2440,13 @@
24312440
dependencies:
24322441
"@types/node" "*"
24332442

2443+
"@types/conventional-commits-parser@^5.0.0":
2444+
version "5.0.0"
2445+
resolved "https://registry.yarnpkg.com/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz#8c9d23e0b415b24b91626d07017303755d542dc8"
2446+
integrity sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==
2447+
dependencies:
2448+
"@types/node" "*"
2449+
24342450
"@types/debug@^4.0.0":
24352451
version "4.1.12"
24362452
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917"
@@ -3435,7 +3451,7 @@ chalk@^4.1.0:
34353451
ansi-styles "^4.1.0"
34363452
supports-color "^7.1.0"
34373453

3438-
chalk@^5.0.0:
3454+
chalk@^5.0.0, chalk@^5.3.0:
34393455
version "5.3.0"
34403456
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
34413457
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
@@ -3835,14 +3851,12 @@ conventional-changelog-conventionalcommits@^4.5.0:
38353851
lodash "^4.17.15"
38363852
q "^1.5.1"
38373853

3838-
conventional-changelog-conventionalcommits@^5.0.0:
3839-
version "5.0.0"
3840-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86"
3841-
integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
3854+
conventional-changelog-conventionalcommits@^7.0.2:
3855+
version "7.0.2"
3856+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5"
3857+
integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==
38423858
dependencies:
38433859
compare-func "^2.0.0"
3844-
lodash "^4.17.15"
3845-
q "^1.5.1"
38463860

38473861
38483862
version "5.0.1"
@@ -11277,7 +11291,16 @@ string-length@^4.0.1:
1127711291
char-regex "^1.0.2"
1127811292
strip-ansi "^6.0.0"
1127911293

11280-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3:
11294+
"string-width-cjs@npm:string-width@^4.2.0":
11295+
version "4.2.3"
11296+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11297+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11298+
dependencies:
11299+
emoji-regex "^8.0.0"
11300+
is-fullwidth-code-point "^3.0.0"
11301+
strip-ansi "^6.0.1"
11302+
11303+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3:
1128111304
version "4.2.3"
1128211305
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1128311306
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11368,7 +11391,7 @@ stringify-entities@^4.0.0:
1136811391
character-entities-html4 "^2.0.0"
1136911392
character-entities-legacy "^3.0.0"
1137011393

11371-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
11394+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1137211395
version "6.0.1"
1137311396
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1137411397
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11396,6 +11419,13 @@ strip-ansi@^6.0.0:
1139611419
dependencies:
1139711420
ansi-regex "^5.0.0"
1139811421

11422+
strip-ansi@^6.0.1:
11423+
version "6.0.1"
11424+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11425+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11426+
dependencies:
11427+
ansi-regex "^5.0.1"
11428+
1139911429
strip-ansi@^7.0.0, strip-ansi@^7.0.1, strip-ansi@^7.1.0:
1140011430
version "7.1.0"
1140111431
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -12595,7 +12625,7 @@ wordwrap@^1.0.0:
1259512625
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1259612626
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
1259712627

12598-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12628+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1259912629
version "7.0.0"
1260012630
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1260112631
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12613,6 +12643,15 @@ wrap-ansi@^6.2.0:
1261312643
string-width "^4.1.0"
1261412644
strip-ansi "^6.0.0"
1261512645

12646+
wrap-ansi@^7.0.0:
12647+
version "7.0.0"
12648+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12649+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12650+
dependencies:
12651+
ansi-styles "^4.0.0"
12652+
string-width "^4.1.0"
12653+
strip-ansi "^6.0.0"
12654+
1261612655
wrap-ansi@^8.1.0:
1261712656
version "8.1.0"
1261812657
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)