Skip to content

Commit e006950

Browse files
committed
Update commitlint monorepo to v16.2.4
1 parent ae42937 commit e006950

File tree

1 file changed

+54
-27
lines changed

1 file changed

+54
-27
lines changed

yarn.lock

+54-27
Original file line numberDiff line numberDiff line change
@@ -323,13 +323,13 @@
323323
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
324324

325325
"@commitlint/cli@^16.2.3":
326-
version "16.2.3"
327-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.2.3.tgz#6c250ce7a660a08a3ac35dd2ec5039421fb831df"
328-
integrity sha512-VsJBQLvhhlOgEfxs/Z5liYuK0dXqLE5hz1VJzLBxiOxG31kL/X5Q4OvK292BmO7IGZcm1yJE3XQPWSiFaEHbWA==
326+
version "16.2.4"
327+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-16.2.4.tgz#f22707918d08c27a19779798788a7c793f1d38e6"
328+
integrity sha512-rbvqvz9JI+uiKxV2nH65BtSU01fsADd3bxe9fWtO3rM0c+CI/H9FfzKkDLvSRmXjvk1G2/wXlCGeqO9IBT4X9g==
329329
dependencies:
330330
"@commitlint/format" "^16.2.1"
331-
"@commitlint/lint" "^16.2.1"
332-
"@commitlint/load" "^16.2.3"
331+
"@commitlint/lint" "^16.2.4"
332+
"@commitlint/load" "^16.2.4"
333333
"@commitlint/read" "^16.2.1"
334334
"@commitlint/types" "^16.2.1"
335335
lodash "^4.17.19"
@@ -338,9 +338,9 @@
338338
yargs "^17.0.0"
339339

340340
"@commitlint/config-conventional@^16.2.1":
341-
version "16.2.1"
342-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-16.2.1.tgz#2cf47b505fb259777c063538c8498d8fd9b47779"
343-
integrity sha512-cP9gArx7gnaj4IqmtCIcHdRjTYdRUi6lmGE+lOzGGjGe45qGOS8nyQQNvkNy2Ey2VqoSWuXXkD8zCUh6EHf1Ww==
341+
version "16.2.4"
342+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-16.2.4.tgz#56647108c89ed06fc5271242787550331988c0fb"
343+
integrity sha512-av2UQJa3CuE5P0dzxj/o/B9XVALqYzEViHrMXtDrW9iuflrqCStWBAioijppj9URyz6ONpohJKAtSdgAOE0gkA==
344344
dependencies:
345345
conventional-changelog-conventionalcommits "^4.3.1"
346346

@@ -373,25 +373,25 @@
373373
"@commitlint/types" "^16.2.1"
374374
chalk "^4.0.0"
375375

376-
"@commitlint/is-ignored@^16.2.1":
377-
version "16.2.1"
378-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-16.2.1.tgz#cc688ec73a3d204b90f8086821a08814da461e5e"
379-
integrity sha512-exl8HRzTIfb1YvDJp2b2HU5z1BT+9tmgxR2XF0YEzkMiCIuEKh+XLeocPr1VcvAKXv3Cmv5X/OfNRp+i+/HIhQ==
376+
"@commitlint/is-ignored@^16.2.4":
377+
version "16.2.4"
378+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-16.2.4.tgz#369e40a240ad5451bf2b57a80829253129d7f19b"
379+
integrity sha512-Lxdq9aOAYCOOOjKi58ulbwK/oBiiKz+7Sq0+/SpFIEFwhHkIVugvDvWjh2VRBXmRC/x5lNcjDcYEwS/uYUvlYQ==
380380
dependencies:
381381
"@commitlint/types" "^16.2.1"
382-
semver "7.3.5"
382+
semver "7.3.7"
383383

384-
"@commitlint/lint@^16.2.1":
385-
version "16.2.1"
386-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-16.2.1.tgz#c773f082cd4f69cb7807b805b691d2a52c732f97"
387-
integrity sha512-fNINQ3X2ZqsCkNB3Z0Z8ElmhewqrS3gy2wgBTx97BkcjOWiyPAGwDJ752hwrsUnWAVBRztgw826n37xPzxsOgg==
384+
"@commitlint/lint@^16.2.4":
385+
version "16.2.4"
386+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-16.2.4.tgz#575f5a9d227dddfca8386253d9aff27be5b94788"
387+
integrity sha512-AUDuwOxb2eGqsXbTMON3imUGkc1jRdtXrbbohiLSCSk3jFVXgJLTMaEcr39pR00N8nE9uZ+V2sYaiILByZVmxQ==
388388
dependencies:
389-
"@commitlint/is-ignored" "^16.2.1"
389+
"@commitlint/is-ignored" "^16.2.4"
390390
"@commitlint/parse" "^16.2.1"
391-
"@commitlint/rules" "^16.2.1"
391+
"@commitlint/rules" "^16.2.4"
392392
"@commitlint/types" "^16.2.1"
393393

394-
"@commitlint/load@>6.1.1", "@commitlint/load@^16.2.3":
394+
"@commitlint/load@>6.1.1":
395395
version "16.2.3"
396396
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.2.3.tgz#7b2e85af25a6f736f080ba08e7165738cedf8c8f"
397397
integrity sha512-Hb4OUlMnBUK6UxJEZ/VJ5k0LocIS7PtEMbRXEAA7eSpOgORIFexC4K/RaRpVd5UTtu3M0ST3ddPPijF9rdW6nw==
@@ -408,6 +408,23 @@
408408
resolve-from "^5.0.0"
409409
typescript "^4.4.3"
410410

411+
"@commitlint/load@^16.2.4":
412+
version "16.2.4"
413+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-16.2.4.tgz#32c9f4c6538b21cf48cf40266312bb1adb65f435"
414+
integrity sha512-HjANm3/29ROV+zt4yfaY/K6gpr9Dbzgtlp0kSwZGW0poDXlD/yqVYgPQ6JolJzZii5FUz5R4yVLC15hVL/w60w==
415+
dependencies:
416+
"@commitlint/config-validator" "^16.2.1"
417+
"@commitlint/execute-rule" "^16.2.1"
418+
"@commitlint/resolve-extends" "^16.2.1"
419+
"@commitlint/types" "^16.2.1"
420+
"@types/node" ">=12"
421+
chalk "^4.0.0"
422+
cosmiconfig "^7.0.0"
423+
cosmiconfig-typescript-loader "^1.0.0"
424+
lodash "^4.17.19"
425+
resolve-from "^5.0.0"
426+
typescript "^4.4.3"
427+
411428
"@commitlint/message@^16.2.1":
412429
version "16.2.1"
413430
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-16.2.1.tgz#bc6a0fa446a746ac2ca78cf372e4cec48daf620d"
@@ -444,10 +461,10 @@
444461
resolve-from "^5.0.0"
445462
resolve-global "^1.0.0"
446463

447-
"@commitlint/rules@^16.2.1":
448-
version "16.2.1"
449-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-16.2.1.tgz#7264aa1c754e1c212aeceb27e5eb380cfa7bb233"
450-
integrity sha512-ZFezJXQaBBso+BOTre/+1dGCuCzlWVaeLiVRGypI53qVgPMzQqZhkCcrxBFeqB87qeyzr4A4EoG++IvITwwpIw==
464+
"@commitlint/rules@^16.2.4":
465+
version "16.2.4"
466+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-16.2.4.tgz#c2fbbf20d9d0e8fcf25690c88a27750d4a3e867b"
467+
integrity sha512-rK5rNBIN2ZQNQK+I6trRPK3dWa0MtaTN4xnwOma1qxa4d5wQMQJtScwTZjTJeallFxhOgbNOgr48AMHkdounVg==
451468
dependencies:
452469
"@commitlint/ensure" "^16.2.1"
453470
"@commitlint/message" "^16.2.1"
@@ -1050,11 +1067,16 @@
10501067
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
10511068
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
10521069

1053-
"@types/node@*", "@types/node@>=12":
1070+
"@types/node@*":
10541071
version "17.0.25"
10551072
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.25.tgz#527051f3c2f77aa52e5dc74e45a3da5fb2301448"
10561073
integrity sha512-wANk6fBrUwdpY4isjWrKTufkrXdu1D2YHCot2fD/DfWxF5sMrVSA+KN7ydckvaTCh0HiqX9IVl0L5/ZoXg5M7w==
10571074

1075+
"@types/node@>=12":
1076+
version "17.0.29"
1077+
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.29.tgz#7f2e1159231d4a077bb660edab0fde373e375a3d"
1078+
integrity sha512-tx5jMmMFwx7wBwq/V7OohKDVb/JwJU5qCVkeLMh1//xycAJ/ESuw9aJ9SEtlCZDYi2pBfe4JkisSoAtbOsBNAA==
1079+
10581080
"@types/normalize-package-data@^2.4.0":
10591081
version "2.4.1"
10601082
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -1247,11 +1269,16 @@ acorn@^7.1.1, acorn@^7.4.0:
12471269
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
12481270
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
12491271

1250-
acorn@^8.2.4, acorn@^8.4.1:
1272+
acorn@^8.2.4:
12511273
version "8.7.0"
12521274
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
12531275
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
12541276

1277+
acorn@^8.4.1:
1278+
version "8.7.1"
1279+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
1280+
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
1281+
12551282
agent-base@6:
12561283
version "6.0.2"
12571284
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -5452,7 +5479,7 @@ semver@7.3.5, semver@^7.2.1:
54525479
dependencies:
54535480
lru-cache "^6.0.0"
54545481

5455-
semver@7.x, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
5482+
semver@7.3.7, semver@7.x, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
54565483
version "7.3.7"
54575484
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
54585485
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==

0 commit comments

Comments
 (0)