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 Sep 30, 2019
1 parent 1a6601b commit 78f2138
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 89 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"babel-loader": "8.0.6",
"babel-plugin-istanbul": "^5.2.0",
"eslint": "^5.16.0",
Expand Down
173 changes: 86 additions & 87 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -842,121 +842,120 @@
lodash "^4.17.13"
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"

"@jest/console@^24.9.0":
version "24.9.0"
Expand Down Expand Up @@ -1307,6 +1306,14 @@
version "12.7.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.2.tgz#c4e63af5e8823ce9cc3f0b34f7b998c2171f0c44"

"@types/node@^12.0.2":
version "12.7.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.8.tgz#cb1bf6800238898bc2ff6ffa5702c3cadd350708"

"@types/semver@^6.0.1":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.0.2.tgz#5e8b09f0e4af53034b1d0fb9977a277847836205"

"@types/stack-utils@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
Expand Down Expand Up @@ -1731,7 +1738,7 @@ babel-polyfill@6.26.0:
core-js "^2.5.0"
regenerator-runtime "^0.10.5"

babel-runtime@6.26.0, babel-runtime@^6.23.0, babel-runtime@^6.26.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 @@ -2053,14 +2060,6 @@ chai@4.2.0:
pathval "^1.1.0"
type-detect "^4.0.5"

chalk@2.3.1:
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.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
Expand Down Expand Up @@ -4548,9 +4547,9 @@ lodash.unescape@4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"

lodash@4.17.11:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
lodash@4.17.14:
version "4.17.14"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"

lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0:
version "4.17.15"
Expand Down Expand Up @@ -6175,9 +6174,9 @@ semver@5.5.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@^6.0.0, semver@^6.3.0:
version "6.3.0"
Expand Down Expand Up @@ -6589,7 +6588,7 @@ supports-color@6.1.0, supports-color@^6.1.0:
dependencies:
has-flag "^3.0.0"

supports-color@^5.2.0, supports-color@^5.3.0, supports-color@^5.5.0:
supports-color@^5.3.0, supports-color@^5.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
dependencies:
Expand Down

0 comments on commit 78f2138

Please sign in to comment.