Skip to content

Commit

Permalink
chore(deps): update commitlint monorepo to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 9, 2019
1 parent 18c0247 commit 4015c1c
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 85 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
}
},
"devDependencies": {
"@commitlint/cli": "7.6.1",
"@commitlint/config-conventional": "7.6.0",
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@types/jest": "23.3.14",
"husky": "next",
"jest": "23.6.0",
Expand Down
210 changes: 127 additions & 83 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-8.2.0.tgz#fbf9969e04e2162d985eaa644fdad6ce807aadb6"
dependencies:
"@commitlint/format" "^8.2.0"
"@commitlint/lint" "^8.2.0"
"@commitlint/load" "^8.2.0"
"@commitlint/read" "^8.2.0"
babel-polyfill "6.26.0"
chalk "2.3.1"
chalk "2.4.2"
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.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-8.2.0.tgz#886a5538e3708e017ec2871e0cbce00f635d3102"

"@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.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-8.2.0.tgz#fad0c81c3d3bd09aa5fbcbcc483ae1f39bc8af8f"
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.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-8.2.0.tgz#aefb3744e22613660adefb7ebcccaa60bd24e78d"

"@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.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-8.2.0.tgz#0a2447fadac7c0421ce8a8d7e27dfa2172c737d4"
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.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-8.2.0.tgz#b6409ab28bf5a80f25e14da17da3916adb230a89"
dependencies:
semver "6.0.0"
"@types/semver" "^6.0.1"
semver "6.2.0"

"@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.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-8.2.0.tgz#aadc606379f3550eb877f16d4f5b103639cbf92a"
dependencies:
"@commitlint/is-ignored" "^7.6.0"
"@commitlint/parse" "^7.6.0"
"@commitlint/rules" "^7.6.0"
"@commitlint/is-ignored" "^8.2.0"
"@commitlint/parse" "^8.2.0"
"@commitlint/rules" "^8.2.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.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-8.2.0.tgz#9ca53a0c795e4f63d796b4d42279e856549add1a"
dependencies:
"@commitlint/execute-rule" "^7.6.0"
"@commitlint/resolve-extends" "^7.6.0"
"@commitlint/execute-rule" "^8.2.0"
"@commitlint/resolve-extends" "^8.2.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.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-8.2.0.tgz#bdc0388183f6bc6006c7e7e197a721683011907a"

"@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.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-8.2.0.tgz#de80137e89ee5a2d3029656c9b33e90c88c6f56c"
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.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-8.2.0.tgz#54c6549723d532c74434ee0d74e0459032dc9159"
dependencies:
"@commitlint/top-level" "^7.6.0"
"@commitlint/top-level" "^8.2.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.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-8.2.0.tgz#b7f2f0c71c10f24b98a199ed11d2c14cfd7a318f"
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.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-8.2.0.tgz#4cd6a323ca1a3f3d33ae6dc723f8c88f3dcde347"
dependencies:
"@commitlint/ensure" "^7.6.0"
"@commitlint/message" "^7.6.0"
"@commitlint/to-lines" "^7.6.0"
"@commitlint/ensure" "^8.2.0"
"@commitlint/message" "^8.2.0"
"@commitlint/to-lines" "^8.2.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.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-8.2.0.tgz#dddb5916a457e1a79e437115a9b8eac7bf9ad52a"

"@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.2.0":
version "8.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-8.2.0.tgz#206e7cbc54dbe9494190677f887dd60943fed5b0"
dependencies:
find-up "^2.1.0"
find-up "^4.0.0"

"@marionebl/sander@^0.6.0":
version "0.6.1"
Expand Down Expand Up @@ -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.12.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.7.tgz#01e4ea724d9e3bd50d90c11fd5980ba317d8fa11"

"@types/semver@^6.0.1":
version "6.2.0"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.2.0.tgz#d688d574400d96c5b0114968705366f431831e1a"

JSONStream@^1.0.4, JSONStream@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.3.tgz#27b4b8fbbfeab4e71bcf551e7f27be8d952239bf"
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -1567,13 +1574,13 @@ center-align@^0.1.1:
align-text "^0.1.3"
lazy-cache "^1.0.3"

chalk@2.3.1, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.1.tgz#523fe2678aec7b04e8041909292fe8b17059b796"
chalk@2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
dependencies:
ansi-styles "^3.2.0"
ansi-styles "^3.2.1"
escape-string-regexp "^1.0.5"
supports-color "^5.2.0"
supports-color "^5.3.0"

chalk@^1.1.3:
version "1.1.3"
Expand All @@ -1585,6 +1592,14 @@ chalk@^1.1.3:
strip-ansi "^3.0.0"
supports-color "^2.0.0"

chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.1.tgz#523fe2678aec7b04e8041909292fe8b17059b796"
dependencies:
ansi-styles "^3.2.0"
escape-string-regexp "^1.0.5"
supports-color "^5.2.0"

chalk@^2.3.2:
version "2.4.1"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db"

semver@^5.5:
version "5.5.1"
Expand Down

0 comments on commit 4015c1c

Please sign in to comment.