-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump @commitlint/cli from 11.0.0 to 12.0.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint) from 11.0.0 to 12.0.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@v11.0.0...v12.0.0) Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
cf16c50
commit a53307a
Showing
2 changed files
with
141 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,6 +126,22 @@ | |
resolve-global "1.0.0" | ||
yargs "^15.1.0" | ||
|
||
"@commitlint/cli@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-12.0.0.tgz#bd389db0718aa4a7dfb515ea890776223ea0c60f" | ||
integrity sha512-9jxKu6PmBUeQIbSD7olsv8wSqFnFsGwKMN9sL5T1d5YZDCocFMgfeyDGtOwuiATsox7Mje+NucQ4zU1y0530Dw== | ||
dependencies: | ||
"@commitlint/format" "^12.0.0" | ||
"@commitlint/lint" "^12.0.0" | ||
"@commitlint/load" "^12.0.0" | ||
"@commitlint/read" "^12.0.0" | ||
"@commitlint/types" "^12.0.0" | ||
get-stdin "8.0.0" | ||
lodash "^4.17.19" | ||
resolve-from "5.0.0" | ||
resolve-global "1.0.0" | ||
yargs "^16.0.0" | ||
|
||
"@commitlint/config-conventional@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-11.0.0.tgz#3fa300a1b639273946de3c3f15e1cda518333422" | ||
|
@@ -141,11 +157,24 @@ | |
"@commitlint/types" "^11.0.0" | ||
lodash "^4.17.19" | ||
|
||
"@commitlint/ensure@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-12.0.0.tgz#a019bd4f4a2ea81ca3883d5f9c13bf70e786ff7f" | ||
integrity sha512-xTPjd2cw8WOLtcrp5C3S+GtmGzA+TJjlNwqgYP61jmitLiDsTs69qNcysR9vPTyIjA1EQio4iff1bpAoilTbcg== | ||
dependencies: | ||
"@commitlint/types" "^12.0.0" | ||
lodash "^4.17.19" | ||
|
||
"@commitlint/execute-rule@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-11.0.0.tgz#3ed60ab7a33019e58d90e2d891b75d7df77b4b4d" | ||
integrity sha512-g01p1g4BmYlZ2+tdotCavrMunnPFPhTzG1ZiLKTCYrooHRbmvqo42ZZn4QMStUEIcn+jfLb6BRZX3JzIwA1ezQ== | ||
|
||
"@commitlint/execute-rule@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-12.0.0.tgz#4469e0c606f523d6b92e395b0fdb0701e7aa6334" | ||
integrity sha512-X9vZDKdyOz8MNDZqJN39K9UbjQmMsyQ74d1lUaw0QuCE4jOesmynYkLc4Y4MWKqq9ElWdjswZyLMyOgm3kAMrg== | ||
|
||
"@commitlint/format@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-11.0.0.tgz#ac47b0b9ca46540c0082c721b290794e67bdc51b" | ||
|
@@ -154,6 +183,14 @@ | |
"@commitlint/types" "^11.0.0" | ||
chalk "^4.0.0" | ||
|
||
"@commitlint/format@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-12.0.0.tgz#d364c631aa35aa84f32a8afa8218a0da9f7a2ba6" | ||
integrity sha512-otQHHx1KtT7UlO8igYeqxfatVFni6T8Nq8OPhwUHGrp8VYMorFSKUWrVpDtPtTAzRBj7e/ZtxCUOWck9Lwm7ug== | ||
dependencies: | ||
"@commitlint/types" "^12.0.0" | ||
chalk "^4.0.0" | ||
|
||
"@commitlint/is-ignored@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-11.0.0.tgz#7b803eda56276dbe7fec51eb1510676198468f39" | ||
|
@@ -162,6 +199,14 @@ | |
"@commitlint/types" "^11.0.0" | ||
semver "7.3.2" | ||
|
||
"@commitlint/is-ignored@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-12.0.0.tgz#94ec9a2995f7fb35bb197c755796fa0eafa2ae09" | ||
integrity sha512-jo1/ee0Ly8ySG+FvAWPFq2Bt4Xdx7tyDDnwuclDw1yatv9Tu7CVSN4ae9FNiU2dVLzqIoIxCFwu9YMaMmnT+Lg== | ||
dependencies: | ||
"@commitlint/types" "^12.0.0" | ||
semver "7.3.4" | ||
|
||
"@commitlint/lint@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-11.0.0.tgz#01e062cd1b0e7c3d756aa2c246462e0b6a3348a4" | ||
|
@@ -172,6 +217,16 @@ | |
"@commitlint/rules" "^11.0.0" | ||
"@commitlint/types" "^11.0.0" | ||
|
||
"@commitlint/lint@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-12.0.0.tgz#6c05432beeb45202eaecbf0366807397d46ad984" | ||
integrity sha512-/qPhiMBoAiaBmirxQKEf8iRy2B/PvU7xgNfRI4Gy5X9hx3xRwzZHVDTs6YjTZVRCD/9i6C8ZDMUuEM5Fk0pRyQ== | ||
dependencies: | ||
"@commitlint/is-ignored" "^12.0.0" | ||
"@commitlint/parse" "^12.0.0" | ||
"@commitlint/rules" "^12.0.0" | ||
"@commitlint/types" "^12.0.0" | ||
|
||
"@commitlint/load@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-11.0.0.tgz#f736562f0ffa7e773f8808fea93319042ee18211" | ||
|
@@ -185,11 +240,29 @@ | |
lodash "^4.17.19" | ||
resolve-from "^5.0.0" | ||
|
||
"@commitlint/load@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-12.0.0.tgz#d0cd58bd6c3f5184ae542b6fbcdea37c5c671e32" | ||
integrity sha512-B7rwRGWE3j+4dWsLD4s82fIbIJP1xGOJYfAvKDWOa/FnAb8s8ZQOK8HHuDC8BD/MU3Ierl8KJMfzGiO63d1rlA== | ||
dependencies: | ||
"@commitlint/execute-rule" "^12.0.0" | ||
"@commitlint/resolve-extends" "^12.0.0" | ||
"@commitlint/types" "^12.0.0" | ||
chalk "^4.0.0" | ||
cosmiconfig "^7.0.0" | ||
lodash "^4.17.19" | ||
resolve-from "^5.0.0" | ||
|
||
"@commitlint/message@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-11.0.0.tgz#83554c3cbbc884fd07b473593bc3e94bcaa3ee05" | ||
integrity sha512-01ObK/18JL7PEIE3dBRtoMmU6S3ecPYDTQWWhcO+ErA3Ai0KDYqV5VWWEijdcVafNpdeUNrEMigRkxXHQLbyJA== | ||
|
||
"@commitlint/message@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-12.0.0.tgz#37587f487961e89e13ef0fe90ba66ca91b901a1e" | ||
integrity sha512-jSyL6Po/IsYin6OGoeazcUDkxTYW4l83c2HiUoBKLYgvzMLyCy5jrW/ijKXK6hC/9A0nY00Zdi4iY7pA0gNSuA== | ||
|
||
"@commitlint/parse@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-11.0.0.tgz#d18b08cf67c35d02115207d7009306a2e8e7c901" | ||
|
@@ -198,6 +271,15 @@ | |
conventional-changelog-angular "^5.0.0" | ||
conventional-commits-parser "^3.0.0" | ||
|
||
"@commitlint/parse@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-12.0.0.tgz#e4d1ba1333c6c41ad9d1c1d2469b7c378ed36a52" | ||
integrity sha512-CcSNSwQlKTJtnPPaGlKrClV4wOPUKH5fZ2AE+M+QQlTcp5IchgASzpqwPjMaeeP5FwnBiDZ98AtV9ZqqkKy2kg== | ||
dependencies: | ||
"@commitlint/types" "^12.0.0" | ||
conventional-changelog-angular "^5.0.11" | ||
conventional-commits-parser "^3.0.0" | ||
|
||
"@commitlint/read@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-11.0.0.tgz#f24240548c63587bba139fa5a364cab926077016" | ||
|
@@ -207,6 +289,16 @@ | |
fs-extra "^9.0.0" | ||
git-raw-commits "^2.0.0" | ||
|
||
"@commitlint/read@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-12.0.0.tgz#556894663614b1a22156673250e517be18f657c6" | ||
integrity sha512-xOply23eCsbIvqXMkrjrxhryClBu6rRPhEVxahihhcNQ2x9SskHTlEr3o6BljqCWfIxNNZL9s2TVqkOjEmkskw== | ||
dependencies: | ||
"@commitlint/top-level" "^12.0.0" | ||
"@commitlint/types" "^12.0.0" | ||
fs-extra "^9.0.0" | ||
git-raw-commits "^2.0.0" | ||
|
||
"@commitlint/resolve-extends@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-11.0.0.tgz#158ecbe27d4a2a51d426111a01478e216fbb1036" | ||
|
@@ -217,6 +309,16 @@ | |
resolve-from "^5.0.0" | ||
resolve-global "^1.0.0" | ||
|
||
"@commitlint/resolve-extends@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-12.0.0.tgz#78b5c53c9b3ab496095b5ff612a5e6693f32250c" | ||
integrity sha512-5i0ZieVFzXuRqyYxnoEJ7InYyXQC/K98nF75Ro6wVQqpmzi01/KHYwo8uCcy1Q+rPB48FSmCB84br0t5Ulr/KA== | ||
dependencies: | ||
import-fresh "^3.0.0" | ||
lodash "^4.17.19" | ||
resolve-from "^5.0.0" | ||
resolve-global "^1.0.0" | ||
|
||
"@commitlint/rules@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-11.0.0.tgz#bdb310cc6fc55c9f8d7d917a22b69055c535c375" | ||
|
@@ -227,18 +329,40 @@ | |
"@commitlint/to-lines" "^11.0.0" | ||
"@commitlint/types" "^11.0.0" | ||
|
||
"@commitlint/rules@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-12.0.0.tgz#81bfb00adbd9a4c876be40f30eaf8dd5938a5a41" | ||
integrity sha512-VO9UqtivXRMko7GpgUOkKSixWuihKxJYmLBrcdw5TcPD8Ott0wgFGWE65n67wTfikW7aLZLzGiybuopZHIdP/w== | ||
dependencies: | ||
"@commitlint/ensure" "^12.0.0" | ||
"@commitlint/message" "^12.0.0" | ||
"@commitlint/to-lines" "^12.0.0" | ||
"@commitlint/types" "^12.0.0" | ||
|
||
"@commitlint/to-lines@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-11.0.0.tgz#86dea151c10eea41e39ea96fa4de07839258a7fe" | ||
integrity sha512-TIDTB0Y23jlCNubDROUVokbJk6860idYB5cZkLWcRS9tlb6YSoeLn1NLafPlrhhkkkZzTYnlKYzCVrBNVes1iw== | ||
|
||
"@commitlint/to-lines@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-12.0.0.tgz#b015bf50ae4e652e8254c145329072723a88e070" | ||
integrity sha512-hRZQTDkBUA7eDDlvbRLrXl/HRK3yA6Cbnd+TvxDc79MlsMH5affLtDfdJICE8SSkN2AFxIzHcSysBPxJvSvcKQ== | ||
|
||
"@commitlint/top-level@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-11.0.0.tgz#bb2d1b6e5ed3be56874633b59e1f7de118c32783" | ||
integrity sha512-O0nFU8o+Ws+py5pfMQIuyxOtfR/kwtr5ybqTvR+C2lUPer2x6lnQU+OnfD7hPM+A+COIUZWx10mYQvkR3MmtAA== | ||
dependencies: | ||
find-up "^5.0.0" | ||
|
||
"@commitlint/top-level@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-12.0.0.tgz#9076da970d3c44df3a83051405f4e6841a35cc37" | ||
integrity sha512-Y7UfYZyi0q+jj0Yh81HVtTvstupVh6b+a7eUnSvmAWyDdMRfVBoE2hjuT6DY3W2xv1xuJ4DUHJu64BUr6FOkMQ== | ||
dependencies: | ||
find-up "^5.0.0" | ||
|
||
"@commitlint/travis-cli@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/travis-cli/-/travis-cli-11.0.0.tgz#cd0f25274e98daaf68732e53991b74347cde91b4" | ||
|
@@ -253,6 +377,13 @@ | |
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-11.0.0.tgz#719cf05fcc1abb6533610a2e0f5dd1e61eac14fe" | ||
integrity sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ== | ||
|
||
"@commitlint/types@^12.0.0": | ||
version "12.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-12.0.0.tgz#c7f27b87e3ceac08a9b8a6f200054709c2a64271" | ||
integrity sha512-ADW/GEwDdgf7ppNq+S2T8J6XgATi2yndXddu+ZV8wlHFpL1DhjPbuPA9RYLnJcp44xQSe/cEV7a7Z43Ryy1S9Q== | ||
dependencies: | ||
chalk "^4.0.0" | ||
|
||
"@eslint/eslintrc@^0.3.0": | ||
version "0.3.0" | ||
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318" | ||
|
@@ -1052,7 +1183,7 @@ contains-path@^0.1.0: | |
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a" | ||
integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo= | ||
|
||
conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.12: | ||
conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.11, conventional-changelog-angular@^5.0.12: | ||
version "5.0.12" | ||
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.12.tgz#c979b8b921cbfe26402eb3da5bbfda02d865a2b9" | ||
integrity sha512-5GLsbnkR/7A89RyHLvvoExbiGbd9xKdKqDTrArnPbOqBqG/2wIosu0fHwpeIRI8Tl94MhVNBXcLJZl92ZQ5USw== | ||
|
@@ -3731,6 +3862,13 @@ [email protected], semver@^7.2.1, semver@^7.3.2: | |
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938" | ||
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== | ||
|
||
[email protected]: | ||
version "7.3.4" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97" | ||
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw== | ||
dependencies: | ||
lru-cache "^6.0.0" | ||
|
||
semver@^6.0.0, semver@^6.2.0, semver@^6.3.0: | ||
version "6.3.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" | ||
|
@@ -4397,7 +4535,7 @@ yargs@^15.1.0: | |
y18n "^4.0.0" | ||
yargs-parser "^18.1.2" | ||
|
||
yargs@^16.0.3: | ||
yargs@^16.0.0, yargs@^16.0.3: | ||
version "16.2.0" | ||
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" | ||
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== | ||
|