Skip to content

Commit 3556c8f

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.7 to 18.6.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/v18.6.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 1bf2d9e commit 3556c8f

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"devDependencies": {
3636
"@commitlint/cli": "^17.0.3",
37-
"@commitlint/config-conventional": "^17.0.3",
37+
"@commitlint/config-conventional": "^18.6.0",
3838
"@types/html-webpack-plugin": "^3.2.3",
3939
"@types/jest": "^27.0.2",
4040
"@typescript-eslint/eslint-plugin": "^4.0.0",

yarn.lock

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -322,12 +322,12 @@
322322
resolve-global "1.0.0"
323323
yargs "^17.0.0"
324324

325-
"@commitlint/config-conventional@^17.0.3":
326-
version "17.6.7"
327-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.6.7.tgz#8469d977def36148615e9516b1a521e38ca27ddd"
328-
integrity sha512-4oTpEUC0HRM54QRHBPMOJW1pETp7usxXn9RuNYNWHcmu8wi1mpws95hvS20u2n6HtIkTn0jfn7vHioCm4AGUTw==
325+
"@commitlint/config-conventional@^18.6.0":
326+
version "18.6.0"
327+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.6.0.tgz#88da3e34e2bfcd8a5d46bcc472553e7f63f35323"
328+
integrity sha512-CDCOf2eJz9D/TL44IBks0stM9TmdLCNE2B48owIU3YCadwzts/bobXPScagIgPQF6hhKYMEdj5zpUDlmbwuqwQ==
329329
dependencies:
330-
conventional-changelog-conventionalcommits "^5.0.0"
330+
conventional-changelog-conventionalcommits "^7.0.2"
331331

332332
"@commitlint/config-validator@^17.6.7":
333333
version "17.6.7"
@@ -1833,14 +1833,12 @@ conventional-changelog-angular@^6.0.0:
18331833
dependencies:
18341834
compare-func "^2.0.0"
18351835

1836-
conventional-changelog-conventionalcommits@^5.0.0:
1837-
version "5.0.0"
1838-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86"
1839-
integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
1836+
conventional-changelog-conventionalcommits@^7.0.2:
1837+
version "7.0.2"
1838+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5"
1839+
integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==
18401840
dependencies:
18411841
compare-func "^2.0.0"
1842-
lodash "^4.17.15"
1843-
q "^1.5.1"
18441842

18451843
conventional-commits-parser@^4.0.0:
18461844
version "4.0.0"
@@ -5075,11 +5073,6 @@ punycode@^2.1.0, punycode@^2.1.1:
50755073
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
50765074
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
50775075

5078-
q@^1.5.1:
5079-
version "1.5.1"
5080-
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
5081-
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
5082-
50835076
qs@~6.5.2:
50845077
version "6.5.2"
50855078
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"

0 commit comments

Comments
 (0)