-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update commitlint monorepo to v8
- Loading branch information
1 parent
bf242f6
commit e3a77f3
Showing
2 changed files
with
123 additions
and
79 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 |
---|---|---|
|
@@ -617,121 +617,120 @@ | |
lodash "^4.17.10" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@commitlint/cli@7.6.1": | ||
version "7.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.6.1.tgz#a93cf995082831999937f6d5ec1a582c8fc0393a" | ||
dependencies: | ||
"@commitlint/format" "^7.6.1" | ||
"@commitlint/lint" "^7.6.0" | ||
"@commitlint/load" "^7.6.1" | ||
"@commitlint/read" "^7.6.0" | ||
"@commitlint/cli@8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-8.1.0.tgz#a3d4236c0ac961d7026a53d728b179c696d6a045" | ||
dependencies: | ||
"@commitlint/format" "^8.1.0" | ||
"@commitlint/lint" "^8.1.0" | ||
"@commitlint/load" "^8.1.0" | ||
"@commitlint/read" "^8.1.0" | ||
babel-polyfill "6.26.0" | ||
chalk "2.3.1" | ||
get-stdin "7.0.0" | ||
lodash "4.17.11" | ||
lodash "4.17.14" | ||
meow "5.0.0" | ||
resolve-from "5.0.0" | ||
resolve-global "1.0.0" | ||
|
||
"@commitlint/config-conventional@7.6.0": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-7.6.0.tgz#f3dc66bf39e3b627fdd6f5ac3d0510dd0dd38f94" | ||
"@commitlint/config-conventional@8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-8.1.0.tgz#ba61fbf0ad4df52da2b5ee3034470371a2cbf039" | ||
|
||
"@commitlint/ensure@^7.6.0": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-7.6.0.tgz#e873ff6786a3b9504e88a4debed41df29cd8ac36" | ||
"@commitlint/ensure@^8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-8.1.0.tgz#6c669f85c3005ed15c8141d83cf5312c43001613" | ||
dependencies: | ||
lodash "4.17.11" | ||
lodash "4.17.14" | ||
|
||
"@commitlint/execute-rule@^7.6.0": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-7.6.0.tgz#60c1c34b5f2fca6c6cbca019a9c7d81c2fab1e4a" | ||
dependencies: | ||
babel-runtime "6.26.0" | ||
"@commitlint/execute-rule@^8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-8.1.0.tgz#e8386bd0836b3dcdd41ebb9d5904bbeb447e4715" | ||
|
||
"@commitlint/format@^7.6.1": | ||
version "7.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-7.6.1.tgz#106750de50fab7d153eed80e7577c768bb9a3a1b" | ||
"@commitlint/format@^8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-8.1.0.tgz#c3f3ca78bb74cbc1cce1368c0974b0cb8f31b98e" | ||
dependencies: | ||
babel-runtime "^6.23.0" | ||
chalk "^2.0.1" | ||
|
||
"@commitlint/is-ignored@^7.6.0": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-7.6.0.tgz#d069f25741dcf859b324e5f709835af3aac9cf45" | ||
"@commitlint/is-ignored@^8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-8.1.0.tgz#c0583fa3c641b2d4898be1443e70e9c467429de2" | ||
dependencies: | ||
semver "6.0.0" | ||
"@types/semver" "^6.0.1" | ||
semver "6.1.1" | ||
|
||
"@commitlint/lint@^7.6.0": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-7.6.0.tgz#a6da320026b937aa9bf971e060e471edd6b088ec" | ||
"@commitlint/lint@^8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-8.1.0.tgz#ad10f4885c06f14c71de11dcd6bf2ca54a395141" | ||
dependencies: | ||
"@commitlint/is-ignored" "^7.6.0" | ||
"@commitlint/parse" "^7.6.0" | ||
"@commitlint/rules" "^7.6.0" | ||
"@commitlint/is-ignored" "^8.1.0" | ||
"@commitlint/parse" "^8.1.0" | ||
"@commitlint/rules" "^8.1.0" | ||
babel-runtime "^6.23.0" | ||
lodash "4.17.11" | ||
lodash "4.17.14" | ||
|
||
"@commitlint/load@^7.6.1": | ||
version "7.6.2" | ||
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-7.6.2.tgz#b5ed8163fa3117d60faf70a4e677b2017bbc71bb" | ||
"@commitlint/load@^8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-8.1.0.tgz#63b72ae5bb9152b8fa5b17c5428053032a9a49c8" | ||
dependencies: | ||
"@commitlint/execute-rule" "^7.6.0" | ||
"@commitlint/resolve-extends" "^7.6.0" | ||
"@commitlint/execute-rule" "^8.1.0" | ||
"@commitlint/resolve-extends" "^8.1.0" | ||
babel-runtime "^6.23.0" | ||
chalk "2.4.2" | ||
cosmiconfig "^5.2.0" | ||
lodash "4.17.11" | ||
lodash "4.17.14" | ||
resolve-from "^5.0.0" | ||
|
||
"@commitlint/message@^7.6.0": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-7.6.0.tgz#899b6b411945dd091d261408b6e994043967bc06" | ||
"@commitlint/message@^8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-8.1.0.tgz#8fb8046ddaa7e5c846a79da7cdbd15cf1a7770ae" | ||
|
||
"@commitlint/parse@^7.6.0": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-7.6.0.tgz#e7b8d6dc145e78cf56940bbf405ca6fac3085196" | ||
"@commitlint/parse@^8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-8.1.0.tgz#833243c6d848e7a7e775a283b38697166ed2fd22" | ||
dependencies: | ||
conventional-changelog-angular "^1.3.3" | ||
conventional-commits-parser "^2.1.0" | ||
lodash "^4.17.11" | ||
|
||
"@commitlint/read@^7.6.0": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-7.6.0.tgz#e55863354b436683daa2081de7ec2189573bc306" | ||
"@commitlint/read@^8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-8.1.0.tgz#effe07c965ba1735a5f7f8b7b19ac4d98c887507" | ||
dependencies: | ||
"@commitlint/top-level" "^7.6.0" | ||
"@commitlint/top-level" "^8.1.0" | ||
"@marionebl/sander" "^0.6.0" | ||
babel-runtime "^6.23.0" | ||
git-raw-commits "^1.3.0" | ||
|
||
"@commitlint/resolve-extends@^7.6.0": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-7.6.0.tgz#0680b76eeb0e41f728c2f38645473a0956299edb" | ||
"@commitlint/resolve-extends@^8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-8.1.0.tgz#ed67f2ee484160ac8e0078bae52f172625157472" | ||
dependencies: | ||
babel-runtime "6.26.0" | ||
"@types/node" "^12.0.2" | ||
import-fresh "^3.0.0" | ||
lodash "4.17.11" | ||
lodash "4.17.14" | ||
resolve-from "^5.0.0" | ||
resolve-global "^1.0.0" | ||
|
||
"@commitlint/rules@^7.6.0": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-7.6.0.tgz#f9a833c1eab8144fd8f545a71408b39e51acb64e" | ||
"@commitlint/rules@^8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-8.1.0.tgz#009c64a8a23feb4647e5a25057997be62a272c8a" | ||
dependencies: | ||
"@commitlint/ensure" "^7.6.0" | ||
"@commitlint/message" "^7.6.0" | ||
"@commitlint/to-lines" "^7.6.0" | ||
"@commitlint/ensure" "^8.1.0" | ||
"@commitlint/message" "^8.1.0" | ||
"@commitlint/to-lines" "^8.1.0" | ||
babel-runtime "^6.23.0" | ||
|
||
"@commitlint/to-lines@^7.6.0": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-7.6.0.tgz#5ed4dbf39db0ceff96dbb661b9ce048ed3db7a4b" | ||
"@commitlint/to-lines@^8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-8.1.0.tgz#5bf2597f46acacec4b1b3dba832ac8934798b22a" | ||
|
||
"@commitlint/top-level@^7.6.0": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-7.6.0.tgz#0ed88078ac585c93ee314ff3b7f8c20143c57652" | ||
"@commitlint/top-level@^8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-8.1.0.tgz#f1950de73a1f76ef5c9e753a6b77402e0755d677" | ||
dependencies: | ||
find-up "^2.1.0" | ||
find-up "^4.0.0" | ||
|
||
"@marionebl/sander@^0.6.0": | ||
version "0.6.1" | ||
|
@@ -845,6 +844,14 @@ | |
version "23.3.14" | ||
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.14.tgz#37daaf78069e7948520474c87b80092ea912520a" | ||
|
||
"@types/node@^12.0.2": | ||
version "12.7.4" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.4.tgz#64db61e0359eb5a8d99b55e05c729f130a678b04" | ||
|
||
"@types/semver@^6.0.1": | ||
version "6.0.2" | ||
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.0.2.tgz#5e8b09f0e4af53034b1d0fb9977a277847836205" | ||
|
||
JSONStream@^1.0.4, JSONStream@^1.3.3: | ||
version "1.3.3" | ||
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.3.tgz#27b4b8fbbfeab4e71bcf551e7f27be8d952239bf" | ||
|
@@ -1228,7 +1235,7 @@ babel-register@^6.26.0: | |
mkdirp "^0.5.1" | ||
source-map-support "^0.4.15" | ||
|
||
babel-runtime@6.26.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0: | ||
babel-runtime@^6.22.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0: | ||
version "6.26.0" | ||
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" | ||
dependencies: | ||
|
@@ -1575,6 +1582,14 @@ [email protected], chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0: | |
escape-string-regexp "^1.0.5" | ||
supports-color "^5.2.0" | ||
|
||
[email protected]: | ||
version "2.4.2" | ||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" | ||
dependencies: | ||
ansi-styles "^3.2.1" | ||
escape-string-regexp "^1.0.5" | ||
supports-color "^5.3.0" | ||
|
||
chalk@^1.1.3: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" | ||
|
@@ -2532,6 +2547,13 @@ find-up@^3.0.0: | |
dependencies: | ||
locate-path "^3.0.0" | ||
|
||
find-up@^4.0.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" | ||
dependencies: | ||
locate-path "^5.0.0" | ||
path-exists "^4.0.0" | ||
|
||
find-versions@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-2.0.0.tgz#2ad90d490f6828c1aa40292cf709ac3318210c3c" | ||
|
@@ -4123,6 +4145,12 @@ locate-path@^3.0.0: | |
p-locate "^3.0.0" | ||
path-exists "^3.0.0" | ||
|
||
locate-path@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" | ||
dependencies: | ||
p-locate "^4.1.0" | ||
|
||
lock-verify@^2.0.2: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/lock-verify/-/lock-verify-2.0.2.tgz#148e4f85974915c9e3c34d694b7de9ecb18ee7a8" | ||
|
@@ -4238,9 +4266,9 @@ lodash.without@~4.4.0: | |
version "4.4.0" | ||
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac" | ||
|
||
[email protected].11: | ||
version "4.17.11" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" | ||
[email protected].14: | ||
version "4.17.14" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" | ||
|
||
lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1: | ||
version "4.17.10" | ||
|
@@ -5138,6 +5166,12 @@ p-limit@^2.0.0: | |
dependencies: | ||
p-try "^2.0.0" | ||
|
||
p-limit@^2.2.0: | ||
version "2.2.1" | ||
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.1.tgz#aa07a788cc3151c939b5131f63570f0dd2009537" | ||
dependencies: | ||
p-try "^2.0.0" | ||
|
||
p-locate@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" | ||
|
@@ -5150,6 +5184,12 @@ p-locate@^3.0.0: | |
dependencies: | ||
p-limit "^2.0.0" | ||
|
||
p-locate@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" | ||
dependencies: | ||
p-limit "^2.2.0" | ||
|
||
p-map@^1.0.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b" | ||
|
@@ -5268,6 +5308,10 @@ path-exists@^3.0.0: | |
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" | ||
|
||
path-exists@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" | ||
|
||
path-is-absolute@^1.0.0, path-is-absolute@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" | ||
|
@@ -5973,9 +6017,9 @@ semver-regex@^1.0.0: | |
version "5.5.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" | ||
|
||
semver@6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65" | ||
semver@6.1.1: | ||
version "6.1.1" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.1.tgz#53f53da9b30b2103cd4f15eab3a18ecbcb210c9b" | ||
|
||
semver@^5.5: | ||
version "5.5.1" | ||
|