Skip to content

Commit 6ed8f0b

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @commitlint/cli to v16.2.4
1 parent 430102c commit 6ed8f0b

File tree

2 files changed

+37
-30
lines changed

2 files changed

+37
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"devDependencies": {
7676
"@babel/core": "7.17.9",
7777
"@babel/preset-env": "7.16.11",
78-
"@commitlint/cli": "16.2.3",
78+
"@commitlint/cli": "16.2.4",
7979
"@iterable-iterator/list": "1.0.1",
8080
"@iterable-iterator/range": "2.1.0",
8181
"@iterable-iterator/sorted": "1.0.0",

yarn.lock

Lines changed: 36 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,14 +1095,14 @@
10951095
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
10961096
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
10971097

1098-
"@commitlint/cli@16.2.3":
1099-
version "16.2.3"
1100-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.2.3.tgz#6c250ce7a660a08a3ac35dd2ec5039421fb831df"
1101-
integrity sha512-VsJBQLvhhlOgEfxs/Z5liYuK0dXqLE5hz1VJzLBxiOxG31kL/X5Q4OvK292BmO7IGZcm1yJE3XQPWSiFaEHbWA==
1098+
"@commitlint/cli@16.2.4":
1099+
version "16.2.4"
1100+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.2.4.tgz#f22707918d08c27a19779798788a7c793f1d38e6"
1101+
integrity sha512-rbvqvz9JI+uiKxV2nH65BtSU01fsADd3bxe9fWtO3rM0c+CI/H9FfzKkDLvSRmXjvk1G2/wXlCGeqO9IBT4X9g==
11021102
dependencies:
11031103
"@commitlint/format" "^16.2.1"
1104-
"@commitlint/lint" "^16.2.1"
1105-
"@commitlint/load" "^16.2.3"
1104+
"@commitlint/lint" "^16.2.4"
1105+
"@commitlint/load" "^16.2.4"
11061106
"@commitlint/read" "^16.2.1"
11071107
"@commitlint/types" "^16.2.1"
11081108
lodash "^4.17.19"
@@ -1139,28 +1139,28 @@
11391139
"@commitlint/types" "^16.2.1"
11401140
chalk "^4.0.0"
11411141

1142-
"@commitlint/is-ignored@^16.2.1":
1143-
version "16.2.1"
1144-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-16.2.1.tgz#cc688ec73a3d204b90f8086821a08814da461e5e"
1145-
integrity sha512-exl8HRzTIfb1YvDJp2b2HU5z1BT+9tmgxR2XF0YEzkMiCIuEKh+XLeocPr1VcvAKXv3Cmv5X/OfNRp+i+/HIhQ==
1142+
"@commitlint/is-ignored@^16.2.4":
1143+
version "16.2.4"
1144+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-16.2.4.tgz#369e40a240ad5451bf2b57a80829253129d7f19b"
1145+
integrity sha512-Lxdq9aOAYCOOOjKi58ulbwK/oBiiKz+7Sq0+/SpFIEFwhHkIVugvDvWjh2VRBXmRC/x5lNcjDcYEwS/uYUvlYQ==
11461146
dependencies:
11471147
"@commitlint/types" "^16.2.1"
1148-
semver "7.3.5"
1148+
semver "7.3.7"
11491149

1150-
"@commitlint/lint@^16.2.1":
1151-
version "16.2.1"
1152-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-16.2.1.tgz#c773f082cd4f69cb7807b805b691d2a52c732f97"
1153-
integrity sha512-fNINQ3X2ZqsCkNB3Z0Z8ElmhewqrS3gy2wgBTx97BkcjOWiyPAGwDJ752hwrsUnWAVBRztgw826n37xPzxsOgg==
1150+
"@commitlint/lint@^16.2.4":
1151+
version "16.2.4"
1152+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-16.2.4.tgz#575f5a9d227dddfca8386253d9aff27be5b94788"
1153+
integrity sha512-AUDuwOxb2eGqsXbTMON3imUGkc1jRdtXrbbohiLSCSk3jFVXgJLTMaEcr39pR00N8nE9uZ+V2sYaiILByZVmxQ==
11541154
dependencies:
1155-
"@commitlint/is-ignored" "^16.2.1"
1155+
"@commitlint/is-ignored" "^16.2.4"
11561156
"@commitlint/parse" "^16.2.1"
1157-
"@commitlint/rules" "^16.2.1"
1157+
"@commitlint/rules" "^16.2.4"
11581158
"@commitlint/types" "^16.2.1"
11591159

1160-
"@commitlint/load@^16.2.3":
1161-
version "16.2.3"
1162-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.2.3.tgz#7b2e85af25a6f736f080ba08e7165738cedf8c8f"
1163-
integrity sha512-Hb4OUlMnBUK6UxJEZ/VJ5k0LocIS7PtEMbRXEAA7eSpOgORIFexC4K/RaRpVd5UTtu3M0ST3ddPPijF9rdW6nw==
1160+
"@commitlint/load@^16.2.4":
1161+
version "16.2.4"
1162+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.2.4.tgz#32c9f4c6538b21cf48cf40266312bb1adb65f435"
1163+
integrity sha512-HjANm3/29ROV+zt4yfaY/K6gpr9Dbzgtlp0kSwZGW0poDXlD/yqVYgPQ6JolJzZii5FUz5R4yVLC15hVL/w60w==
11641164
dependencies:
11651165
"@commitlint/config-validator" "^16.2.1"
11661166
"@commitlint/execute-rule" "^16.2.1"
@@ -1210,10 +1210,10 @@
12101210
resolve-from "^5.0.0"
12111211
resolve-global "^1.0.0"
12121212

1213-
"@commitlint/rules@^16.2.1":
1214-
version "16.2.1"
1215-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-16.2.1.tgz#7264aa1c754e1c212aeceb27e5eb380cfa7bb233"
1216-
integrity sha512-ZFezJXQaBBso+BOTre/+1dGCuCzlWVaeLiVRGypI53qVgPMzQqZhkCcrxBFeqB87qeyzr4A4EoG++IvITwwpIw==
1213+
"@commitlint/rules@^16.2.4":
1214+
version "16.2.4"
1215+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-16.2.4.tgz#c2fbbf20d9d0e8fcf25690c88a27750d4a3e867b"
1216+
integrity sha512-rK5rNBIN2ZQNQK+I6trRPK3dWa0MtaTN4xnwOma1qxa4d5wQMQJtScwTZjTJeallFxhOgbNOgr48AMHkdounVg==
12171217
dependencies:
12181218
"@commitlint/ensure" "^16.2.1"
12191219
"@commitlint/message" "^16.2.1"
@@ -7702,10 +7702,10 @@ semver@7.0.0:
77027702
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
77037703
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
77047704

7705-
semver@7.3.5, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
7706-
version "7.3.5"
7707-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
7708-
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
7705+
semver@7.3.7:
7706+
version "7.3.7"
7707+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
7708+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
77097709
dependencies:
77107710
lru-cache "^6.0.0"
77117711

@@ -7714,6 +7714,13 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semve
77147714
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
77157715
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
77167716

7717+
semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
7718+
version "7.3.5"
7719+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
7720+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
7721+
dependencies:
7722+
lru-cache "^6.0.0"
7723+
77177724
serialize-error@^7.0.1:
77187725
version "7.0.1"
77197726
resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz#f1360b0447f61ffb483ec4157c737fab7d778e18"

0 commit comments

Comments
 (0)