Skip to content

Commit c7e3cce

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 c3cdd0d commit c7e3cce

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"
@@ -1797,14 +1797,12 @@ conventional-changelog-angular@^6.0.0:
17971797
dependencies:
17981798
compare-func "^2.0.0"
17991799

1800-
conventional-changelog-conventionalcommits@^5.0.0:
1801-
version "5.0.0"
1802-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86"
1803-
integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
1800+
conventional-changelog-conventionalcommits@^7.0.2:
1801+
version "7.0.2"
1802+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5"
1803+
integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==
18041804
dependencies:
18051805
compare-func "^2.0.0"
1806-
lodash "^4.17.15"
1807-
q "^1.5.1"
18081806

18091807
conventional-commits-parser@^4.0.0:
18101808
version "4.0.0"
@@ -4994,11 +4992,6 @@ punycode@^2.1.0, punycode@^2.1.1:
49944992
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
49954993
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
49964994

4997-
q@^1.5.1:
4998-
version "1.5.1"
4999-
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
5000-
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
5001-
50024995
qs@~6.5.2:
50034996
version "6.5.2"
50044997
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"

0 commit comments

Comments
 (0)