Skip to content

Commit 03b117e

Browse files
chore: Bump @commitlint/cli from 16.2.3 to 16.2.4 (typescript-eslint#4943)
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 16.2.3 to 16.2.4. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v16.2.4/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a88534 commit 03b117e

File tree

1 file changed

+28
-35
lines changed

1 file changed

+28
-35
lines changed

yarn.lock

Lines changed: 28 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,13 +1191,13 @@
11911191
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
11921192

11931193
"@commitlint/cli@^16.0.1":
1194-
version "16.2.3"
1195-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.2.3.tgz#6c250ce7a660a08a3ac35dd2ec5039421fb831df"
1196-
integrity sha512-VsJBQLvhhlOgEfxs/Z5liYuK0dXqLE5hz1VJzLBxiOxG31kL/X5Q4OvK292BmO7IGZcm1yJE3XQPWSiFaEHbWA==
1194+
version "16.2.4"
1195+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.2.4.tgz#f22707918d08c27a19779798788a7c793f1d38e6"
1196+
integrity sha512-rbvqvz9JI+uiKxV2nH65BtSU01fsADd3bxe9fWtO3rM0c+CI/H9FfzKkDLvSRmXjvk1G2/wXlCGeqO9IBT4X9g==
11971197
dependencies:
11981198
"@commitlint/format" "^16.2.1"
1199-
"@commitlint/lint" "^16.2.1"
1200-
"@commitlint/load" "^16.2.3"
1199+
"@commitlint/lint" "^16.2.4"
1200+
"@commitlint/load" "^16.2.4"
12011201
"@commitlint/read" "^16.2.1"
12021202
"@commitlint/types" "^16.2.1"
12031203
lodash "^4.17.19"
@@ -1241,28 +1241,28 @@
12411241
"@commitlint/types" "^16.2.1"
12421242
chalk "^4.0.0"
12431243

1244-
"@commitlint/is-ignored@^16.2.1":
1245-
version "16.2.1"
1246-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-16.2.1.tgz#cc688ec73a3d204b90f8086821a08814da461e5e"
1247-
integrity sha512-exl8HRzTIfb1YvDJp2b2HU5z1BT+9tmgxR2XF0YEzkMiCIuEKh+XLeocPr1VcvAKXv3Cmv5X/OfNRp+i+/HIhQ==
1244+
"@commitlint/is-ignored@^16.2.4":
1245+
version "16.2.4"
1246+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-16.2.4.tgz#369e40a240ad5451bf2b57a80829253129d7f19b"
1247+
integrity sha512-Lxdq9aOAYCOOOjKi58ulbwK/oBiiKz+7Sq0+/SpFIEFwhHkIVugvDvWjh2VRBXmRC/x5lNcjDcYEwS/uYUvlYQ==
12481248
dependencies:
12491249
"@commitlint/types" "^16.2.1"
1250-
semver "7.3.5"
1250+
semver "7.3.7"
12511251

1252-
"@commitlint/lint@^16.2.1":
1253-
version "16.2.1"
1254-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-16.2.1.tgz#c773f082cd4f69cb7807b805b691d2a52c732f97"
1255-
integrity sha512-fNINQ3X2ZqsCkNB3Z0Z8ElmhewqrS3gy2wgBTx97BkcjOWiyPAGwDJ752hwrsUnWAVBRztgw826n37xPzxsOgg==
1252+
"@commitlint/lint@^16.2.4":
1253+
version "16.2.4"
1254+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-16.2.4.tgz#575f5a9d227dddfca8386253d9aff27be5b94788"
1255+
integrity sha512-AUDuwOxb2eGqsXbTMON3imUGkc1jRdtXrbbohiLSCSk3jFVXgJLTMaEcr39pR00N8nE9uZ+V2sYaiILByZVmxQ==
12561256
dependencies:
1257-
"@commitlint/is-ignored" "^16.2.1"
1257+
"@commitlint/is-ignored" "^16.2.4"
12581258
"@commitlint/parse" "^16.2.1"
1259-
"@commitlint/rules" "^16.2.1"
1259+
"@commitlint/rules" "^16.2.4"
12601260
"@commitlint/types" "^16.2.1"
12611261

1262-
"@commitlint/load@>6.1.1", "@commitlint/load@^16.2.3":
1263-
version "16.2.3"
1264-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.2.3.tgz#7b2e85af25a6f736f080ba08e7165738cedf8c8f"
1265-
integrity sha512-Hb4OUlMnBUK6UxJEZ/VJ5k0LocIS7PtEMbRXEAA7eSpOgORIFexC4K/RaRpVd5UTtu3M0ST3ddPPijF9rdW6nw==
1262+
"@commitlint/load@>6.1.1", "@commitlint/load@^16.2.4":
1263+
version "16.2.4"
1264+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.2.4.tgz#32c9f4c6538b21cf48cf40266312bb1adb65f435"
1265+
integrity sha512-HjANm3/29ROV+zt4yfaY/K6gpr9Dbzgtlp0kSwZGW0poDXlD/yqVYgPQ6JolJzZii5FUz5R4yVLC15hVL/w60w==
12661266
dependencies:
12671267
"@commitlint/config-validator" "^16.2.1"
12681268
"@commitlint/execute-rule" "^16.2.1"
@@ -1312,10 +1312,10 @@
13121312
resolve-from "^5.0.0"
13131313
resolve-global "^1.0.0"
13141314

1315-
"@commitlint/rules@^16.2.1":
1316-
version "16.2.1"
1317-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-16.2.1.tgz#7264aa1c754e1c212aeceb27e5eb380cfa7bb233"
1318-
integrity sha512-ZFezJXQaBBso+BOTre/+1dGCuCzlWVaeLiVRGypI53qVgPMzQqZhkCcrxBFeqB87qeyzr4A4EoG++IvITwwpIw==
1315+
"@commitlint/rules@^16.2.4":
1316+
version "16.2.4"
1317+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-16.2.4.tgz#c2fbbf20d9d0e8fcf25690c88a27750d4a3e867b"
1318+
integrity sha512-rK5rNBIN2ZQNQK+I6trRPK3dWa0MtaTN4xnwOma1qxa4d5wQMQJtScwTZjTJeallFxhOgbNOgr48AMHkdounVg==
13191319
dependencies:
13201320
"@commitlint/ensure" "^16.2.1"
13211321
"@commitlint/message" "^16.2.1"
@@ -13173,10 +13173,10 @@ semver@7.3.4:
1317313173
dependencies:
1317413174
lru-cache "^6.0.0"
1317513175

13176-
semver@7.3.5:
13177-
version "7.3.5"
13178-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
13179-
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
13176+
semver@7.3.7, semver@^7.1.1, semver@^7.1.3, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@~7.3.0:
13177+
version "7.3.7"
13178+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
13179+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
1318013180
dependencies:
1318113181
lru-cache "^6.0.0"
1318213182

@@ -13185,13 +13185,6 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
1318513185
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1318613186
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
1318713187

13188-
semver@^7.1.1, semver@^7.1.3, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@~7.3.0:
13189-
version "7.3.7"
13190-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
13191-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
13192-
dependencies:
13193-
lru-cache "^6.0.0"
13194-
1319513188
send@0.17.1:
1319613189
version "0.17.1"
1319713190
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy