Skip to content

Commit 41e8d33

Browse files
Deps: Update dependency @commitlint/config-conventional to v19
1 parent a5c9ab4 commit 41e8d33

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 30 additions & 11 deletions
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.7.1"
846+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.7.1.tgz#9119a02ec8e0f4ac88f035e37dc333e7f69ace1c"
847+
integrity sha512-fsEIF8zgiI/FIWSnykdQNj/0JE4av08MudLTyYHm4FlLWemKoQvPNUYU2M/3tktWcCEyq7aOkDDgtjrmgWFbvg==
848848
dependencies:
849-
conventional-changelog-conventionalcommits "^5.0.0"
849+
"@commitlint/types" "^19.5.0"
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.5.0":
994+
version "19.5.0"
995+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.5.0.tgz#c5084d1231d4dd50e40bdb656ee7601f691400b3"
996+
integrity sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==
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"
@@ -2488,6 +2497,13 @@
24882497
dependencies:
24892498
"@types/node" "*"
24902499

2500+
"@types/conventional-commits-parser@^5.0.0":
2501+
version "5.0.1"
2502+
resolved "https://registry.yarnpkg.com/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.1.tgz#8cb81cf170853496cbc501a3b32dcf5e46ffb61a"
2503+
integrity sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==
2504+
dependencies:
2505+
"@types/node" "*"
2506+
24912507
"@types/debug@^4.0.0":
24922508
version "4.1.12"
24932509
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917"
@@ -3494,6 +3510,11 @@ chalk@^5.0.0:
34943510
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
34953511
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
34963512

3513+
chalk@^5.3.0:
3514+
version "5.4.1"
3515+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
3516+
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
3517+
34973518
char-regex@^1.0.2:
34983519
version "1.0.2"
34993520
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
@@ -3889,14 +3910,12 @@ conventional-changelog-conventionalcommits@^4.5.0:
38893910
lodash "^4.17.15"
38903911
q "^1.5.1"
38913912

3892-
conventional-changelog-conventionalcommits@^5.0.0:
3893-
version "5.0.0"
3894-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86"
3895-
integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
3913+
conventional-changelog-conventionalcommits@^7.0.2:
3914+
version "7.0.2"
3915+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5"
3916+
integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==
38963917
dependencies:
38973918
compare-func "^2.0.0"
3898-
lodash "^4.17.15"
3899-
q "^1.5.1"
39003919

39013920
conventional-changelog-core@5.0.1:
39023921
version "5.0.1"

0 commit comments

Comments
 (0)