Skip to content

Commit 585e4b3

Browse files
chore(deps-dev): bump @commitlint/config-conventional
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.6.6 to 19.8.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 11a82c5 commit 585e4b3

File tree

2 files changed

+29
-15
lines changed

2 files changed

+29
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@babel/eslint-parser": "7.25.9",
7474
"@babel/plugin-proposal-decorators": "7.25.9",
7575
"@commitlint/cli": "17.6.6",
76-
"@commitlint/config-conventional": "17.6.6",
76+
"@commitlint/config-conventional": "19.8.0",
7777
"@ember/optional-features": "2.0.0",
7878
"@ember/test-helpers": "2.9.4",
7979
"@embroider/compat": "3.7.0",

yarn.lock

+28-14
Original file line numberDiff line numberDiff line change
@@ -993,12 +993,13 @@
993993
resolve-global "1.0.0"
994994
yargs "^17.0.0"
995995

996-
"@commitlint/config-conventional@17.6.6":
997-
version "17.6.6"
998-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.6.6.tgz#5452aa601d34503b88530ba38432116bcffdd005"
999-
integrity sha512-phqPz3BDhfj49FUYuuZIuDiw+7T6gNAEy7Yew1IBHqSohVUCWOK2FXMSAExzS2/9X+ET93g0Uz83KjiHDOOFag==
996+
"@commitlint/config-conventional@19.8.0":
997+
version "19.8.0"
998+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.8.0.tgz#4a1470a0156f5d1f560426c05cfc3a6a796c2b9c"
999+
integrity sha512-9I2kKJwcAPwMoAj38hwqFXG0CzS2Kj+SAByPUQ0SlHTfb7VUhYVmo7G2w2tBrqmOf7PFd6MpZ/a1GQJo8na8kw==
10001000
dependencies:
1001-
conventional-changelog-conventionalcommits "^5.0.0"
1001+
"@commitlint/types" "^19.8.0"
1002+
conventional-changelog-conventionalcommits "^7.0.2"
10021003

10031004
"@commitlint/config-conventional@^17.6.1":
10041005
version "17.8.1"
@@ -1145,6 +1146,14 @@
11451146
dependencies:
11461147
chalk "^4.1.0"
11471148

1149+
"@commitlint/types@^19.8.0":
1150+
version "19.8.0"
1151+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.8.0.tgz#5a77c7a723a714995a51917edd0ecfcf29495d3c"
1152+
integrity sha512-LRjP623jPyf3Poyfb0ohMj8I3ORyBDOwXAgxxVPbSD0unJuW2mJWeiRfaQinjtccMqC5Wy1HOMfa4btKjbNxbg==
1153+
dependencies:
1154+
"@types/conventional-commits-parser" "^5.0.0"
1155+
chalk "^5.3.0"
1156+
11481157
"@cspotcode/source-map-support@^0.8.0":
11491158
version "0.8.1"
11501159
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"
@@ -2577,6 +2586,13 @@
25772586
dependencies:
25782587
"@types/node" "*"
25792588

2589+
"@types/conventional-commits-parser@^5.0.0":
2590+
version "5.0.1"
2591+
resolved "https://registry.yarnpkg.com/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.1.tgz#8cb81cf170853496cbc501a3b32dcf5e46ffb61a"
2592+
integrity sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==
2593+
dependencies:
2594+
"@types/node" "*"
2595+
25802596
"@types/cookie@^0.4.1":
25812597
version "0.4.1"
25822598
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.4.1.tgz#bfd02c1f2224567676c1545199f87c3a861d878d"
@@ -5525,22 +5541,20 @@ conventional-changelog-angular@^6.0.0:
55255541
dependencies:
55265542
compare-func "^2.0.0"
55275543

5528-
conventional-changelog-conventionalcommits@^5.0.0:
5529-
version "5.0.0"
5530-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86"
5531-
integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
5532-
dependencies:
5533-
compare-func "^2.0.0"
5534-
lodash "^4.17.15"
5535-
q "^1.5.1"
5536-
55375544
conventional-changelog-conventionalcommits@^6.1.0:
55385545
version "6.1.0"
55395546
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz#3bad05f4eea64e423d3d90fc50c17d2c8cf17652"
55405547
integrity sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==
55415548
dependencies:
55425549
compare-func "^2.0.0"
55435550

5551+
conventional-changelog-conventionalcommits@^7.0.2:
5552+
version "7.0.2"
5553+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5"
5554+
integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==
5555+
dependencies:
5556+
compare-func "^2.0.0"
5557+
55445558
conventional-changelog-writer@^5.0.0:
55455559
version "5.0.1"
55465560
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-5.0.1.tgz#e0757072f045fe03d91da6343c843029e702f359"

0 commit comments

Comments
 (0)