Skip to content

Commit da3511d

Browse files
chore: bump @commitlint/cli from 12.1.4 to 13.1.0 (typescript-eslint#3665)
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint) from 12.1.4 to 13.1.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](conventional-changelog/commitlint@v12.1.4...v13.1.0) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 635e6cc commit da3511d

File tree

2 files changed

+102
-88
lines changed

2 files changed

+102
-88
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@babel/code-frame": "^7.12.13",
7575
"@babel/parser": "^7.14.6",
7676
"@babel/types": "^7.14.4",
77-
"@commitlint/cli": "^12.1.4",
77+
"@commitlint/cli": "^13.1.0",
7878
"@commitlint/config-conventional": "^12.1.4",
7979
"@commitlint/config-lerna-scopes": "^12.1.4",
8080
"@nrwl/cli": "12.6.0",

yarn.lock

Lines changed: 101 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -313,20 +313,20 @@
313313
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
314314
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
315315

316-
"@commitlint/cli@^12.1.4":
317-
version "12.1.4"
318-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-12.1.4.tgz#af4d9dd3c0122c7b39a61fa1cd2abbad0422dbe0"
319-
integrity sha512-ZR1WjXLvqEffYyBPT0XdnSxtt3Ty1TMoujEtseW5o3vPnkA1UNashAMjQVg/oELqfaiAMnDw8SERPMN0e/0kLg==
320-
dependencies:
321-
"@commitlint/format" "^12.1.4"
322-
"@commitlint/lint" "^12.1.4"
323-
"@commitlint/load" "^12.1.4"
324-
"@commitlint/read" "^12.1.4"
325-
"@commitlint/types" "^12.1.4"
316+
"@commitlint/cli@^13.1.0":
317+
version "13.1.0"
318+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-13.1.0.tgz#3608bb24dbef41aaa0729ffe65c7f9b57409626a"
319+
integrity sha512-xN/uNYWtGTva5OMSd+xA6e6/c2jk8av7MUbdd6w2cw89u6z3fAWoyiH87X0ewdSMNYmW/6B3L/2dIVGHRDID5w==
320+
dependencies:
321+
"@commitlint/format" "^13.1.0"
322+
"@commitlint/lint" "^13.1.0"
323+
"@commitlint/load" "^13.1.0"
324+
"@commitlint/read" "^13.1.0"
325+
"@commitlint/types" "^13.1.0"
326326
lodash "^4.17.19"
327327
resolve-from "5.0.0"
328328
resolve-global "1.0.0"
329-
yargs "^16.2.0"
329+
yargs "^17.0.0"
330330

331331
"@commitlint/config-conventional@^12.1.4":
332332
version "12.1.4"
@@ -345,118 +345,119 @@
345345
resolve-pkg "2.0.0"
346346
semver "7.3.5"
347347

348-
"@commitlint/ensure@^12.1.4":
349-
version "12.1.4"
350-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-12.1.4.tgz#287ae2dcc5ccb086e749705b1bd9bdb99773056f"
351-
integrity sha512-MxHIBuAG9M4xl33qUfIeMSasbv3ktK0W+iygldBxZOL4QSYC2Gn66pZAQMnV9o3V+sVFHoAK2XUKqBAYrgbEqw==
348+
"@commitlint/ensure@^13.1.0":
349+
version "13.1.0"
350+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-13.1.0.tgz#057a325b54f104cbeed2a26bacb5eec29298e7d5"
351+
integrity sha512-NRGyjOdZQnlYwm9it//BZJ2Vm+4x7G9rEnHpLCvNKYY0c6RA8Qf7hamLAB8dWO12RLuFt06JaOpHZoTt/gHutA==
352352
dependencies:
353-
"@commitlint/types" "^12.1.4"
353+
"@commitlint/types" "^13.1.0"
354354
lodash "^4.17.19"
355355

356-
"@commitlint/execute-rule@^12.1.4":
357-
version "12.1.4"
358-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-12.1.4.tgz#9973b02e9779adbf1522ae9ac207a4815ec73de1"
359-
integrity sha512-h2S1j8SXyNeABb27q2Ok2vD1WfxJiXvOttKuRA9Or7LN6OQoC/KtT3844CIhhWNteNMu/wE0gkTqGxDVAnJiHg==
356+
"@commitlint/execute-rule@^13.0.0":
357+
version "13.0.0"
358+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-13.0.0.tgz#7823303b82b5d86dac46e67cfa005f4433476981"
359+
integrity sha512-lBz2bJhNAgkkU/rFMAw3XBNujbxhxlaFHY3lfKB/MxpAa+pIfmWB3ig9i1VKe0wCvujk02O0WiMleNaRn2KJqw==
360360

361-
"@commitlint/format@^12.1.4":
362-
version "12.1.4"
363-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-12.1.4.tgz#db2d46418a6ae57c90e5f7f65dff46f0265d9f24"
364-
integrity sha512-h28ucMaoRjVvvgS6Bdf85fa/+ZZ/iu1aeWGCpURnQV7/rrVjkhNSjZwGlCOUd5kDV1EnZ5XdI7L18SUpRjs26g==
361+
"@commitlint/format@^13.1.0":
362+
version "13.1.0"
363+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-13.1.0.tgz#915570d958d83bae5fa645de6b1e6c9dd1362ec0"
364+
integrity sha512-n46rYvzf+6Sm99TJjTLjJBkjm6JVcklt31lDO5Q+pCIV0NnJ4qIUcwa6wIL9a9Vqb1XzlMgtp27E0zyYArkvSg==
365365
dependencies:
366-
"@commitlint/types" "^12.1.4"
366+
"@commitlint/types" "^13.1.0"
367367
chalk "^4.0.0"
368368

369-
"@commitlint/is-ignored@^12.1.4":
370-
version "12.1.4"
371-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-12.1.4.tgz#4c430bc3b361aa9be5cd4ddb252c1559870ea7bc"
372-
integrity sha512-uTu2jQU2SKvtIRVLOzMQo3KxDtO+iJ1p0olmncwrqy4AfPLgwoyCP2CiULq5M7xpR3+dE3hBlZXbZTQbD7ycIw==
369+
"@commitlint/is-ignored@^13.1.0":
370+
version "13.1.0"
371+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-13.1.0.tgz#88a5dfbc8f9ea91e860323af6681aa131322b0c4"
372+
integrity sha512-P6zenLE5Tn3FTNjRzmL9+/KooTXEI0khA2TmUbuei9KiycemeO4q7Xk7w7aXwFPNAbN0O9oI7z3z7cFpzKJWmQ==
373373
dependencies:
374-
"@commitlint/types" "^12.1.4"
374+
"@commitlint/types" "^13.1.0"
375375
semver "7.3.5"
376376

377-
"@commitlint/lint@^12.1.4":
378-
version "12.1.4"
379-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-12.1.4.tgz#856b7fd2b2e6367b836cb84a12f1c1b3c0e40d22"
380-
integrity sha512-1kZ8YDp4to47oIPFELUFGLiLumtPNKJigPFDuHt2+f3Q3IKdQ0uk53n3CPl4uoyso/Og/EZvb1mXjFR/Yce4cA==
377+
"@commitlint/lint@^13.1.0":
378+
version "13.1.0"
379+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-13.1.0.tgz#ea56ce0970f9b75ffe7bd2c9968f4f1d4461ba3a"
380+
integrity sha512-qH9AYSQDDTaSWSdtOvB3G1RdPpcYSgddAdFYqpFewlKQ1GJj/L+sM7vwqCG7/ip6AiM04Sry1sgmFzaEoFREUA==
381381
dependencies:
382-
"@commitlint/is-ignored" "^12.1.4"
383-
"@commitlint/parse" "^12.1.4"
384-
"@commitlint/rules" "^12.1.4"
385-
"@commitlint/types" "^12.1.4"
382+
"@commitlint/is-ignored" "^13.1.0"
383+
"@commitlint/parse" "^13.1.0"
384+
"@commitlint/rules" "^13.1.0"
385+
"@commitlint/types" "^13.1.0"
386386

387-
"@commitlint/load@>6.1.1", "@commitlint/load@^12.1.4":
388-
version "12.1.4"
389-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-12.1.4.tgz#e3c2dbc0e7d8d928f57a6878bd7219909fc0acab"
390-
integrity sha512-Keszi0IOjRzKfxT+qES/n+KZyLrxy79RQz8wWgssCboYjKEp+wC+fLCgbiMCYjI5k31CIzIOq/16J7Ycr0C0EA==
387+
"@commitlint/load@>6.1.1", "@commitlint/load@^13.1.0":
388+
version "13.1.0"
389+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-13.1.0.tgz#d6c9b547551f2216586d6c1964d93f92e7b04277"
390+
integrity sha512-zlZbjJCWnWmBOSwTXis8H7I6pYk6JbDwOCuARA6B9Y/qt2PD+NCo0E/7EuaaFoxjHl+o56QR5QttuMBrf+BJzg==
391391
dependencies:
392-
"@commitlint/execute-rule" "^12.1.4"
393-
"@commitlint/resolve-extends" "^12.1.4"
394-
"@commitlint/types" "^12.1.4"
392+
"@commitlint/execute-rule" "^13.0.0"
393+
"@commitlint/resolve-extends" "^13.0.0"
394+
"@commitlint/types" "^13.1.0"
395395
chalk "^4.0.0"
396396
cosmiconfig "^7.0.0"
397397
lodash "^4.17.19"
398398
resolve-from "^5.0.0"
399399

400-
"@commitlint/message@^12.1.4":
401-
version "12.1.4"
402-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-12.1.4.tgz#3895edcc0709deca5945f3d55f5ea95a9f1f446d"
403-
integrity sha512-6QhalEKsKQ/Y16/cTk5NH4iByz26fqws2ub+AinHPtM7Io0jy4e3rym9iE+TkEqiqWZlUigZnTwbPvRJeSUBaA==
400+
"@commitlint/message@^13.0.0":
401+
version "13.0.0"
402+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-13.0.0.tgz#4f8d56b59e9cee8b37b8db6b48c26d7faf33762f"
403+
integrity sha512-W/pxhesVEk8747BEWJ+VGQ9ILHmCV27/pEwJ0hGny1wqVquUR8SxvScRCbUjHCB1YtWX4dEnOPXOS9CLH/CX7A==
404404

405-
"@commitlint/parse@^12.1.4":
406-
version "12.1.4"
407-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-12.1.4.tgz#ba03d54d24ef84f6fd2ff31c5e9998b22d7d0aa1"
408-
integrity sha512-yqKSAsK2V4X/HaLb/yYdrzs6oD/G48Ilt0EJ2Mp6RJeWYxG14w/Out6JrneWnr/cpzemyN5hExOg6+TB19H/Lw==
405+
"@commitlint/parse@^13.1.0":
406+
version "13.1.0"
407+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-13.1.0.tgz#b88764be36527a468531e1b8dd2d95693ff9ba34"
408+
integrity sha512-xFybZcqBiKVjt6vTStvQkySWEUYPI0AcO4QQELyy29o8EzYZqWkhUfrb7K61fWiHsplWL1iL6F3qCLoxSgTcrg==
409409
dependencies:
410-
"@commitlint/types" "^12.1.4"
410+
"@commitlint/types" "^13.1.0"
411411
conventional-changelog-angular "^5.0.11"
412412
conventional-commits-parser "^3.0.0"
413413

414-
"@commitlint/read@^12.1.4":
415-
version "12.1.4"
416-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-12.1.4.tgz#552fda42ef185d5b578beb6f626a5f8b282de3a6"
417-
integrity sha512-TnPQSJgD8Aod5Xeo9W4SaYKRZmIahukjcCWJ2s5zb3ZYSmj6C85YD9cR5vlRyrZjj78ItLUV/X4FMWWVIS38Jg==
414+
"@commitlint/read@^13.1.0":
415+
version "13.1.0"
416+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-13.1.0.tgz#ccb65426b1228b8a598ed36966722d19756eea41"
417+
integrity sha512-NrVe23GMKyL6i1yDJD8IpqCBzhzoS3wtLfDj8QBzc01Ov1cYBmDojzvBklypGb+MLJM1NbzmRM4PR5pNX0U/NQ==
418418
dependencies:
419-
"@commitlint/top-level" "^12.1.4"
420-
"@commitlint/types" "^12.1.4"
421-
fs-extra "^9.0.0"
419+
"@commitlint/top-level" "^13.0.0"
420+
"@commitlint/types" "^13.1.0"
421+
fs-extra "^10.0.0"
422422
git-raw-commits "^2.0.0"
423423

424-
"@commitlint/resolve-extends@^12.1.4":
425-
version "12.1.4"
426-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-12.1.4.tgz#e758ed7dcdf942618b9f603a7c28a640f6a0802a"
427-
integrity sha512-R9CoUtsXLd6KSCfsZly04grsH6JVnWFmVtWgWs1KdDpdV+G3TSs37tColMFqglpkx3dsWu8dsPD56+D9YnJfqg==
424+
"@commitlint/resolve-extends@^13.0.0":
425+
version "13.0.0"
426+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-13.0.0.tgz#a38fcd2474483bf9ec6e1e901b27b8a23abe7d73"
427+
integrity sha512-1SyaE+UOsYTkQlTPUOoj4NwxQhGFtYildVS/d0TJuK8a9uAJLw7bhCLH2PEeH5cC2D1do4Eqhx/3bLDrSLH3hg==
428428
dependencies:
429429
import-fresh "^3.0.0"
430430
lodash "^4.17.19"
431431
resolve-from "^5.0.0"
432432
resolve-global "^1.0.0"
433433

434-
"@commitlint/rules@^12.1.4":
435-
version "12.1.4"
436-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-12.1.4.tgz#0e141b08caa3d7bdc48aa784baa8baff3efd64db"
437-
integrity sha512-W8m6ZSjg7RuIsIfzQiFHa48X5mcPXeKT9yjBxVmjHvYfS2FDBf1VxCQ7vO0JTVIdV4ohjZ0eKg/wxxUuZHJAZg==
434+
"@commitlint/rules@^13.1.0":
435+
version "13.1.0"
436+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-13.1.0.tgz#04f5aaf952884364ebf4e899ec440e3985f0e580"
437+
integrity sha512-b6F+vBqEXsHVghrhomG0Y6YJimHZqkzZ0n5QEpk03dpBXH2OnsezpTw5e+GvbyYCc7PutGbYVQkytuv+7xCxYA==
438438
dependencies:
439-
"@commitlint/ensure" "^12.1.4"
440-
"@commitlint/message" "^12.1.4"
441-
"@commitlint/to-lines" "^12.1.4"
442-
"@commitlint/types" "^12.1.4"
439+
"@commitlint/ensure" "^13.1.0"
440+
"@commitlint/message" "^13.0.0"
441+
"@commitlint/to-lines" "^13.0.0"
442+
"@commitlint/types" "^13.1.0"
443+
execa "^5.0.0"
443444

444-
"@commitlint/to-lines@^12.1.4":
445-
version "12.1.4"
446-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-12.1.4.tgz#caa582dbf121f377a0588bb64e25c4854843cd25"
447-
integrity sha512-TParumvbi8bdx3EdLXz2MaX+e15ZgoCqNUgqHsRLwyqLUTRbqCVkzrfadG1UcMQk8/d5aMbb327ZKG3Q4BRorw==
445+
"@commitlint/to-lines@^13.0.0":
446+
version "13.0.0"
447+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-13.0.0.tgz#5937dd287e3a4f984580ea94bdb994132169a780"
448+
integrity sha512-mzxWwCio1M4/kG9/69TTYqrraQ66LmtJCYTzAZdZ2eJX3I5w52pSjyP/DJzAUVmmJCYf2Kw3s+RtNVShtnZ+Rw==
448449

449-
"@commitlint/top-level@^12.1.4":
450-
version "12.1.4"
451-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-12.1.4.tgz#96d5c715bfc1bdf86dfcf11b67fc2cf7658c7a6e"
452-
integrity sha512-d4lTJrOT/dXlpY+NIt4CUl77ciEzYeNVc0VFgUQ6VA+b1rqYD2/VWFjBlWVOrklxtSDeKyuEhs36RGrppEFAvg==
450+
"@commitlint/top-level@^13.0.0":
451+
version "13.0.0"
452+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-13.0.0.tgz#f8e1d1425240cd72c600e4da5716418c4ea0bda2"
453+
integrity sha512-baBy3MZBF28sR93yFezd4a5TdHsbXaakeladfHK9dOcGdXo9oQe3GS5hP3BmlN680D6AiQSN7QPgEJgrNUWUCg==
453454
dependencies:
454455
find-up "^5.0.0"
455456

456-
"@commitlint/types@^12.1.4":
457-
version "12.1.4"
458-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-12.1.4.tgz#9618a5dc8991fb58e6de6ed89d7bf712fa74ba7e"
459-
integrity sha512-KRIjdnWNUx6ywz+SJvjmNCbQKcKP6KArhjZhY2l+CWKxak0d77SOjggkMwFTiSgLODOwmuLTbarR2ZfWPiPMlw==
457+
"@commitlint/types@^13.1.0":
458+
version "13.1.0"
459+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-13.1.0.tgz#12cfb6e932372b1816af8900e2d10694add28191"
460+
integrity sha512-zcVjuT+OfKt8h91vhBxt05RMcTGEx6DM7Q9QZeuMbXFk6xgbsSEDMMapbJPA1bCZ81fa/1OQBijSYPrKvtt06g==
460461
dependencies:
461462
chalk "^4.0.0"
462463

@@ -4773,7 +4774,7 @@ fs-extra@^10.0.0:
47734774
jsonfile "^6.0.1"
47744775
universalify "^2.0.0"
47754776

4776-
fs-extra@^9.0.0, fs-extra@^9.1.0:
4777+
fs-extra@^9.1.0:
47774778
version "9.1.0"
47784779
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
47794780
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
@@ -10372,7 +10373,7 @@ yargs@^14.2.2:
1037210373
y18n "^4.0.0"
1037310374
yargs-parser "^15.0.1"
1037410375

10375-
yargs@^16.0.3, yargs@^16.2.0:
10376+
yargs@^16.0.3:
1037610377
version "16.2.0"
1037710378
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
1037810379
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
@@ -10385,6 +10386,19 @@ yargs@^16.0.3, yargs@^16.2.0:
1038510386
y18n "^5.0.5"
1038610387
yargs-parser "^20.2.2"
1038710388

10389+
yargs@^17.0.0:
10390+
version "17.0.1"
10391+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.0.1.tgz#6a1ced4ed5ee0b388010ba9fd67af83b9362e0bb"
10392+
integrity sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==
10393+
dependencies:
10394+
cliui "^7.0.2"
10395+
escalade "^3.1.1"
10396+
get-caller-file "^2.0.5"
10397+
require-directory "^2.1.1"
10398+
string-width "^4.2.0"
10399+
y18n "^5.0.5"
10400+
yargs-parser "^20.2.2"
10401+
1038810402
yn@3.1.1:
1038910403
version "3.1.1"
1039010404
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"

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