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 Aug 31, 2019
1 parent 18e462b commit fce3f8e
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 79 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"babel-plugin-istanbul": "^5.2.0",
"babel-loader": "8.0.6",
"eslint": "^5.16.0",
Expand Down
161 changes: 84 additions & 77 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -798,121 +798,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.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"

"@jest/console@^24.9.0":
version "24.9.0"
Expand Down Expand Up @@ -1263,6 +1262,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.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.3.tgz#27b3f40addaf2f580459fdb405222685542f907a"

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

"@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 @@ -1661,7 +1668,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 @@ -4259,9 +4266,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 @@ -5822,9 +5829,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.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.1.tgz#53f53da9b30b2103cd4f15eab3a18ecbcb210c9b"

semver@^6.0.0, semver@^6.3.0:
version "6.3.0"
Expand Down

0 comments on commit fce3f8e

Please sign in to comment.