Skip to content

Commit 2d05dc3

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.1.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.1.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 ef5b1af commit 2d05dc3

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@babel/eslint-parser": "7.22.6",
7373
"@babel/plugin-proposal-decorators": "7.23.2",
7474
"@commitlint/cli": "17.6.6",
75-
"@commitlint/config-conventional": "17.6.6",
75+
"@commitlint/config-conventional": "19.1.0",
7676
"@ember/optional-features": "2.0.0",
7777
"@ember/test-helpers": "2.9.4",
7878
"@embroider/compat": "3.1.4",

yarn.lock

+28-5
Original file line numberDiff line numberDiff line change
@@ -1203,12 +1203,13 @@
12031203
resolve-global "1.0.0"
12041204
yargs "^17.0.0"
12051205

1206-
"@commitlint/config-conventional@17.6.6":
1207-
version "17.6.6"
1208-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.6.6.tgz#5452aa601d34503b88530ba38432116bcffdd005"
1209-
integrity sha512-phqPz3BDhfj49FUYuuZIuDiw+7T6gNAEy7Yew1IBHqSohVUCWOK2FXMSAExzS2/9X+ET93g0Uz83KjiHDOOFag==
1206+
"@commitlint/config-conventional@19.1.0":
1207+
version "19.1.0"
1208+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.1.0.tgz#6b4b7938aa3bc308214a683247520f602e55961e"
1209+
integrity sha512-KIKD2xrp6Uuk+dcZVj3++MlzIr/Su6zLE8crEDQCZNvWHNQSeeGbzOlNtsR32TUy6H3JbP7nWgduAHCaiGQ6EA==
12101210
dependencies:
1211-
conventional-changelog-conventionalcommits "^5.0.0"
1211+
"@commitlint/types" "^19.0.3"
1212+
conventional-changelog-conventionalcommits "^7.0.2"
12121213

12131214
"@commitlint/config-conventional@^17.6.1":
12141215
version "17.6.5"
@@ -1373,6 +1374,14 @@
13731374
dependencies:
13741375
chalk "^4.1.0"
13751376

1377+
"@commitlint/types@^19.0.3":
1378+
version "19.0.3"
1379+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.0.3.tgz#feff4ecac2b5c359f2a57f9ab094b2ac80ef0266"
1380+
integrity sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==
1381+
dependencies:
1382+
"@types/conventional-commits-parser" "^5.0.0"
1383+
chalk "^5.3.0"
1384+
13761385
"@cspotcode/source-map-support@^0.8.0":
13771386
version "0.8.1"
13781387
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"
@@ -2741,6 +2750,13 @@
27412750
dependencies:
27422751
"@types/node" "*"
27432752

2753+
"@types/conventional-commits-parser@^5.0.0":
2754+
version "5.0.0"
2755+
resolved "https://registry.yarnpkg.com/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz#8c9d23e0b415b24b91626d07017303755d542dc8"
2756+
integrity sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==
2757+
dependencies:
2758+
"@types/node" "*"
2759+
27442760
"@types/cookie@^0.4.1":
27452761
version "0.4.1"
27462762
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.4.1.tgz#bfd02c1f2224567676c1545199f87c3a861d878d"
@@ -6049,6 +6065,13 @@ conventional-changelog-conventionalcommits@^5.0.0:
60496065
lodash "^4.17.15"
60506066
q "^1.5.1"
60516067

6068+
conventional-changelog-conventionalcommits@^7.0.2:
6069+
version "7.0.2"
6070+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5"
6071+
integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==
6072+
dependencies:
6073+
compare-func "^2.0.0"
6074+
60526075
conventional-changelog-writer@^5.0.0:
60536076
version "5.0.1"
60546077
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-5.0.1.tgz#e0757072f045fe03d91da6343c843029e702f359"

0 commit comments

Comments
 (0)