Skip to content

Commit 7b9b83f

Browse files
build(deps-dev): bump @commitlint/cli from 12.1.1 to 12.1.3 (#1087)
1 parent 727e06d commit 7b9b83f

File tree

1 file changed

+98
-91
lines changed

1 file changed

+98
-91
lines changed

yarn.lock

Lines changed: 98 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -311,20 +311,19 @@
311311
minimist "^1.2.0"
312312

313313
"@commitlint/cli@^12.0.0":
314-
version "12.1.1"
315-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-12.1.1.tgz#740370e557a8a17f415052821cdd5276ecb0ab98"
316-
integrity sha512-SB67/s6VJ50seoPx/Sr2gj1fMzKrx+udgarecGdr8h43ah+M2e22gjQJ7xHv5KwyPQ+6ug1YOMCL34ubT4zupQ==
317-
dependencies:
318-
"@commitlint/format" "^12.1.1"
319-
"@commitlint/lint" "^12.1.1"
320-
"@commitlint/load" "^12.1.1"
321-
"@commitlint/read" "^12.1.1"
322-
"@commitlint/types" "^12.1.1"
323-
get-stdin "8.0.0"
314+
version "12.1.3"
315+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-12.1.3.tgz#0be072fde702da2e65e00a4dd1181bbb94fa7da4"
316+
integrity sha512-UZZZLCUmhZWftGJ/5o0qo/3NORIXB5bY4nVh2eG62AwkD2/GBYzNQJ8P2e+RMiQm6s8tmC2rTO9UwZKC2Rmkhw==
317+
dependencies:
318+
"@commitlint/format" "^12.1.3"
319+
"@commitlint/lint" "^12.1.3"
320+
"@commitlint/load" "^12.1.3"
321+
"@commitlint/read" "^12.1.3"
322+
"@commitlint/types" "^12.1.3"
324323
lodash "^4.17.19"
325324
resolve-from "5.0.0"
326325
resolve-global "1.0.0"
327-
yargs "^16.2.0"
326+
yargs "^17.0.0"
328327

329328
"@commitlint/config-conventional@^12.0.0":
330329
version "12.1.1"
@@ -333,118 +332,118 @@
333332
dependencies:
334333
conventional-changelog-conventionalcommits "^4.3.1"
335334

336-
"@commitlint/ensure@^12.1.1":
337-
version "12.1.1"
338-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-12.1.1.tgz#bcefc85f7f8a41bb31f67d7a8966e322b47a6e43"
339-
integrity sha512-XEUQvUjzBVQM7Uv8vYz+c7PDukFvx0AvQEyX/V+PaTkCK/xPvexu7FLbFwvypjSt9BPMf+T/rhB1hVmldkd6lw==
335+
"@commitlint/ensure@^12.1.3":
336+
version "12.1.3"
337+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-12.1.3.tgz#5de22bc837b765fa5835aa797d6dbfd32cdda49e"
338+
integrity sha512-zbF+fOOviUHp5URafRm+1VNzMZxHlL2qZh3mbivIiOnipDo78uAfZ5Mwa2ltVM/+Kyto02mbir6bRrtZGbLGbA==
340339
dependencies:
341-
"@commitlint/types" "^12.1.1"
340+
"@commitlint/types" "^12.1.3"
342341
lodash "^4.17.19"
343342

344-
"@commitlint/execute-rule@^12.1.1":
345-
version "12.1.1"
346-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-12.1.1.tgz#8aad1d46fb78b3199e4ae36debdc93570bf765ea"
347-
integrity sha512-6mplMGvLCKF5LieL7BRhydpg32tm6LICnWQADrWU4S5g9PKi2utNvhiaiuNPoHUXr29RdbNaGNcyyPv8DSjJsQ==
343+
"@commitlint/execute-rule@^12.1.3":
344+
version "12.1.3"
345+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-12.1.3.tgz#3497231aa63f9cf138ed4569af3cdf9cf74a45c5"
346+
integrity sha512-lI31wMxEG76RNt0+tVkMLEUDjl+aELsMuUQBgExj7IKMppFS1v44Tu/JneTNxBNA2iG316onA244HHexftM7vA==
348347

349-
"@commitlint/format@^12.1.1":
350-
version "12.1.1"
351-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-12.1.1.tgz#a6b14f8605171374eecc2c463098d63c127ab7df"
352-
integrity sha512-bTAoOryTFLqls17JTaRwk2WDVOP0NwuG4F/JPK8RaF6DMZNVQTfajkgTxFENNZRnESfau1BvivvEXfUAW2ZsvA==
348+
"@commitlint/format@^12.1.3":
349+
version "12.1.3"
350+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-12.1.3.tgz#70b700e886486ef68bcc80e44cec7293e3fd51bf"
351+
integrity sha512-2bJbmTaav7rX1fuk0AlEzuyTKheTOVwWDtjpWc6SWCZ+Rx8np3cXszZGYIzGFYmMLyxyfOF+FAwDydLjsFHJVA==
353352
dependencies:
354-
"@commitlint/types" "^12.1.1"
353+
"@commitlint/types" "^12.1.3"
355354
chalk "^4.0.0"
356355

357-
"@commitlint/is-ignored@^12.1.1":
358-
version "12.1.1"
359-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-12.1.1.tgz#6075a5cd2dcda7b6ec93322f5dbe2142cfbb3248"
360-
integrity sha512-Sn4fsnWX+wLAJOD/UZeoVruB98te1TyPYRiDEq0MhRJAQIrP+7jE/O3/ass68AAMq00HvH3OK9kt4UBXggcGjA==
356+
"@commitlint/is-ignored@^12.1.3":
357+
version "12.1.3"
358+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-12.1.3.tgz#268e06bf02b4bc71af93cbd3b558f94a58c1d36a"
359+
integrity sha512-XTVcUoMlXfJFBigtDpZbVVl0jCqyc1aCQeFawVxR1AIkm6YsQRgWB4O995BBePyboQEVb6pnFv3H17Gr2PPhpw==
361360
dependencies:
362-
"@commitlint/types" "^12.1.1"
361+
"@commitlint/types" "^12.1.3"
363362
semver "7.3.5"
364363

365-
"@commitlint/lint@^12.1.1":
366-
version "12.1.1"
367-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-12.1.1.tgz#cdd898af6eadba8f9e71d7f1255b5a479a757078"
368-
integrity sha512-FFFPpku/E0svL1jaUVqosuZJDDWiNWYBlUw5ZEljh3MwWRcoaWtMIX5bseX+IvHpFZsCTAiBs1kCgNulCi0UvA==
364+
"@commitlint/lint@^12.1.3":
365+
version "12.1.3"
366+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-12.1.3.tgz#5371f218b347e5d228649c9efd5e07a44638c555"
367+
integrity sha512-kdba3hsnbqOJOMqDXMhCJ852KrUAm/q60uF7CXaO7zW+Y3jxCAHqHqaholrdPCwNEHTh6pDfTMH+4CZfzfTtzg==
369368
dependencies:
370-
"@commitlint/is-ignored" "^12.1.1"
371-
"@commitlint/parse" "^12.1.1"
372-
"@commitlint/rules" "^12.1.1"
373-
"@commitlint/types" "^12.1.1"
369+
"@commitlint/is-ignored" "^12.1.3"
370+
"@commitlint/parse" "^12.1.3"
371+
"@commitlint/rules" "^12.1.3"
372+
"@commitlint/types" "^12.1.3"
374373

375-
"@commitlint/load@>6.1.1", "@commitlint/load@^12.1.1":
376-
version "12.1.1"
377-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-12.1.1.tgz#5a7fb8be11e520931d1237c5e8dc401b7cc9c6c1"
378-
integrity sha512-qOQtgNdJRULUQWP9jkpTwhj7aEtnqUtqeUpbQ9rjS+GIUST65HZbteNUX4S0mAEGPWqy2aK5xGd73cUfFSvuuw==
374+
"@commitlint/load@>6.1.1", "@commitlint/load@^12.1.3":
375+
version "12.1.3"
376+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-12.1.3.tgz#da950c1f43dd03b3e9d04fb3796ca8e352fcd24b"
377+
integrity sha512-+WH0cblSHzpyMQt0FPPabm1R/06A9eNgRrkFT5n6RuL8FuImRIRrjGIbTxCcvZWyFcOTlo61aov+dQ9MjUoxPA==
379378
dependencies:
380-
"@commitlint/execute-rule" "^12.1.1"
381-
"@commitlint/resolve-extends" "^12.1.1"
382-
"@commitlint/types" "^12.1.1"
379+
"@commitlint/execute-rule" "^12.1.3"
380+
"@commitlint/resolve-extends" "^12.1.3"
381+
"@commitlint/types" "^12.1.3"
383382
chalk "^4.0.0"
384383
cosmiconfig "^7.0.0"
385384
lodash "^4.17.19"
386385
resolve-from "^5.0.0"
387386

388-
"@commitlint/message@^12.1.1":
389-
version "12.1.1"
390-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-12.1.1.tgz#56eb1dbb561e85e9295380a46ff3b09bc93cac65"
391-
integrity sha512-RakDSLAiOligXjhbLahV8HowF4K75pZIcs0+Ii9Q8Gz5H3DWf1Ngit7alFTWfcbf/+DTjSzVPov5HiwQZPIBUg==
387+
"@commitlint/message@^12.1.3":
388+
version "12.1.3"
389+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-12.1.3.tgz#a577c8a4a614ad5bda76d683a9d51ee0540bc02d"
390+
integrity sha512-hSSUPisxLtG3GSeYO9s33j7C3V+SZ90s4Pe59Nx22xhdCOC8MjgRl8nVHaR5fRA1dT50QtlTaUKBKVIRBEEyug==
392391

393-
"@commitlint/parse@^12.1.1":
394-
version "12.1.1"
395-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-12.1.1.tgz#3e49d6dc113d59cf266af0db99e320e933108c56"
396-
integrity sha512-nuljIvAbBDr93DgL0wCArftEIhjSghawAwhvrKNV9FFcqAJqfVqitwMxJrNDCQ5pgUMCSKULLOEv+dA0bLlTEQ==
392+
"@commitlint/parse@^12.1.3":
393+
version "12.1.3"
394+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-12.1.3.tgz#0bb4c93aff2064f300f7c86c4d4728e2272e4f39"
395+
integrity sha512-VMa5Tas6VnGaKtPv+fhXKIbxCLOUtao0quS2ne/x+2E83rIdHhqA4vh/vK+hmJiiqAvMZ3+N1uX+PT6K1UB5Ww==
397396
dependencies:
398-
"@commitlint/types" "^12.1.1"
397+
"@commitlint/types" "^12.1.3"
399398
conventional-changelog-angular "^5.0.11"
400399
conventional-commits-parser "^3.0.0"
401400

402-
"@commitlint/read@^12.1.1":
403-
version "12.1.1"
404-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-12.1.1.tgz#22a2d7fd1eab5e38b9b262311af28ac42f9a5097"
405-
integrity sha512-1k0CQEoZIdixvmqZRKEcWdj2XiKS7SlizEOJ1SE99Qui5d5FlBey8eaooTGgmpR6zObpIHJehtEPzM3VzUT3qA==
401+
"@commitlint/read@^12.1.3":
402+
version "12.1.3"
403+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-12.1.3.tgz#8d533f7ca727ebf5696ddfa5853d5c9a3b3907d1"
404+
integrity sha512-JM/lWCn6nFuee6KG44yYh31Oy27GvVHFnVGN8xJ+sVjkxEV70j25scBoHBrYCgyRMPoAX05b2XWEuNSgm/UMhA==
406405
dependencies:
407-
"@commitlint/top-level" "^12.1.1"
408-
"@commitlint/types" "^12.1.1"
409-
fs-extra "^9.0.0"
406+
"@commitlint/top-level" "^12.1.3"
407+
"@commitlint/types" "^12.1.3"
408+
fs-extra "^10.0.0"
410409
git-raw-commits "^2.0.0"
411410

412-
"@commitlint/resolve-extends@^12.1.1":
413-
version "12.1.1"
414-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-12.1.1.tgz#80a78b0940775d17888dd2985b52f93d93e0a885"
415-
integrity sha512-/DXRt0S0U3o9lq5cc8OL1Lkx0IjW0HcDWjUkUXshAajBIKBYSJB8x/loNCi1krNEJ8SwLXUEFt5OLxNO6wE9yQ==
411+
"@commitlint/resolve-extends@^12.1.3":
412+
version "12.1.3"
413+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-12.1.3.tgz#34d7c51be0bd4058bcccac868bc6890d392bcd81"
414+
integrity sha512-ts2RfYSnbt6TlTnmj3NPrc4UK2nOSqcY4XLM/nM3KxbsUsqjRTpBBTCyLY338Ah+OIIGOwMZ21IIRYIFHPAl/Q==
416415
dependencies:
417416
import-fresh "^3.0.0"
418417
lodash "^4.17.19"
419418
resolve-from "^5.0.0"
420419
resolve-global "^1.0.0"
421420

422-
"@commitlint/rules@^12.1.1":
423-
version "12.1.1"
424-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-12.1.1.tgz#d59182a837d2addf301a3a4ef83316ae7e70248f"
425-
integrity sha512-oCcLF/ykcJfhM2DeeaDyrgdaiuKsqIPNocugdPj2WEyhSYqmx1/u18CV96LAtW+WyyiOLCCeiZwiQutx3T5nXg==
421+
"@commitlint/rules@^12.1.3":
422+
version "12.1.3"
423+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-12.1.3.tgz#27557cdb7d7c25122af8c93881be2f6b17cd6edc"
424+
integrity sha512-6sUaO5XJhf6phHNL+JatRsSLify6b0Q3AIuF90fWBBAIhRopDjhoHCtMetDOzWClHJiwc4V1MefKItL0x4AcIQ==
426425
dependencies:
427-
"@commitlint/ensure" "^12.1.1"
428-
"@commitlint/message" "^12.1.1"
429-
"@commitlint/to-lines" "^12.1.1"
430-
"@commitlint/types" "^12.1.1"
426+
"@commitlint/ensure" "^12.1.3"
427+
"@commitlint/message" "^12.1.3"
428+
"@commitlint/to-lines" "^12.1.3"
429+
"@commitlint/types" "^12.1.3"
431430

432-
"@commitlint/to-lines@^12.1.1":
433-
version "12.1.1"
434-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-12.1.1.tgz#40fbed1767d637249ce49b311a51909d8361ecf8"
435-
integrity sha512-W23AH2XF5rI27MOAPSSr0TUDoRe7ZbFoRtYhFnPu2MBmcuDA9Tmfd9N5sM2tBXtdE26uq3SazwKqGt1OoGAilQ==
431+
"@commitlint/to-lines@^12.1.3":
432+
version "12.1.3"
433+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-12.1.3.tgz#0b771833127001f0343513149f031e67284dd3f3"
434+
integrity sha512-T8rNS6y/IBZPQlQt/AaNd8oKRiTETK5YzQBESpXWWXLHVFHgr076pw65gK55ZKjdJu9XZaTXu35J7XhgHFkpDA==
436435

437-
"@commitlint/top-level@^12.1.1":
438-
version "12.1.1"
439-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-12.1.1.tgz#228df8fc36b6d7ea7ad149badfb6ef53dbc7001d"
440-
integrity sha512-g7uRbr81QEIg+pbii0OkE17Zh/2C/f6dSmiMDVRn1S0+hNHR1bENCh18hVUKcV/qKTUsKkFlhhWXM9mQBfxQJw==
436+
"@commitlint/top-level@^12.1.3":
437+
version "12.1.3"
438+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-12.1.3.tgz#60ec0ca3ecb1fb5492331976a9e2b21e3667bd95"
439+
integrity sha512-EQKbsOOpuBodS2p45b4Q9/yW79qx1uRKoCzFMW9dNElbNupje2kyqUwttpJCK5Ca25Po12bbV+OtBHQQL4FXRw==
441440
dependencies:
442441
find-up "^5.0.0"
443442

444-
"@commitlint/types@^12.1.1":
445-
version "12.1.1"
446-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-12.1.1.tgz#8e651f6af0171cd4f8d464c6c37a7cf63ee071bd"
447-
integrity sha512-+qGH+s2Lo6qwacV2X3/ZypZwaAI84ift+1HBjXdXtI/q0F5NtmXucV3lcQOTviMTNiJhq4qWON2fjci2NItASw==
443+
"@commitlint/types@^12.1.3":
444+
version "12.1.3"
445+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-12.1.3.tgz#3925c903f9f95615d755a1bdabeeb9753c8adb5b"
446+
integrity sha512-CqzlBU8eC38O0uPafyunphiz91zTfpKFYV/E3ER51aF1pxacxt8m2Y1v5KCZniuTVnFsF7/+A72ssxUk2FcWbw==
448447
dependencies:
449448
chalk "^4.0.0"
450449

@@ -5123,7 +5122,7 @@ fs-extra@^10.0.0:
51235122
jsonfile "^6.0.1"
51245123
universalify "^2.0.0"
51255124

5126-
fs-extra@^9.0.0, fs-extra@^9.1.0:
5125+
fs-extra@^9.1.0:
51275126
version "9.1.0"
51285127
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
51295128
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
@@ -5234,11 +5233,6 @@ get-port@^5.1.1:
52345233
resolved "https://registry.yarnpkg.com/get-port/-/get-port-5.1.1.tgz#0469ed07563479de6efb986baf053dcd7d4e3193"
52355234
integrity sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==
52365235

5237-
5238-
version "8.0.0"
5239-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"
5240-
integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
5241-
52425236
get-stdin@^4.0.1:
52435237
version "4.0.1"
52445238
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
@@ -11472,6 +11466,19 @@ yargs@^16.1.1, yargs@^16.2.0:
1147211466
y18n "^5.0.5"
1147311467
yargs-parser "^20.2.2"
1147411468

11469+
yargs@^17.0.0:
11470+
version "17.0.1"
11471+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.0.1.tgz#6a1ced4ed5ee0b388010ba9fd67af83b9362e0bb"
11472+
integrity sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==
11473+
dependencies:
11474+
cliui "^7.0.2"
11475+
escalade "^3.1.1"
11476+
get-caller-file "^2.0.5"
11477+
require-directory "^2.1.1"
11478+
string-width "^4.2.0"
11479+
y18n "^5.0.5"
11480+
yargs-parser "^20.2.2"
11481+
1147511482
1147611483
version "3.1.1"
1147711484
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"

0 commit comments

Comments
 (0)