From 957dfa37e0e4947eff9c8de4ca65dc66720f83cd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 22 Jun 2019 03:19:28 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v6 --- package.json | 2 +- yarn.lock | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 51 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c928b10..243e7b1 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "babel-jest": "24.8.0", "browserslist": "4.6.3", "concurrently": "4.1.0", - "eslint": "5.16.0", + "eslint": "6.0.0", "eslint-config-airbnb-base": "13.1.0", "eslint-plugin-import": "2.17.3", "eslint-plugin-jest": "22.7.0", diff --git a/yarn.lock b/yarn.lock index d445c1b..b18a91e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4810,7 +4810,48 @@ eslint-watch@5.1.2: optionator "^0.8.2" source-map-support "^0.5.9" -eslint@5.16.0, eslint@^5.6.0: +eslint@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.0.tgz#9223f19223de73b4ed730e11bff44a376b65844d" + dependencies: + "@babel/code-frame" "^7.0.0" + ajv "^6.10.0" + chalk "^2.1.0" + cross-spawn "^6.0.5" + debug "^4.0.1" + doctrine "^3.0.0" + eslint-scope "^4.0.3" + eslint-utils "^1.3.1" + eslint-visitor-keys "^1.0.0" + espree "^6.0.0" + esquery "^1.0.1" + esutils "^2.0.2" + file-entry-cache "^5.0.1" + functional-red-black-tree "^1.0.1" + glob-parent "^3.1.0" + globals "^11.7.0" + ignore "^4.0.6" + import-fresh "^3.0.0" + imurmurhash "^0.1.4" + inquirer "^6.2.2" + is-glob "^4.0.0" + js-yaml "^3.13.1" + json-stable-stringify-without-jsonify "^1.0.1" + levn "^0.3.0" + lodash "^4.17.11" + minimatch "^3.0.4" + mkdirp "^0.5.1" + natural-compare "^1.4.0" + optionator "^0.8.2" + progress "^2.0.0" + regexpp "^2.0.1" + semver "^5.5.1" + strip-ansi "^4.0.0" + strip-json-comments "^2.0.1" + table "^5.2.3" + text-table "^0.2.0" + +eslint@^5.6.0: version "5.16.0" resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea" dependencies: @@ -4859,6 +4900,14 @@ espree@^5.0.1: acorn-jsx "^5.0.0" eslint-visitor-keys "^1.0.0" +espree@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/espree/-/espree-6.0.0.tgz#716fc1f5a245ef5b9a7fdb1d7b0d3f02322e75f6" + dependencies: + acorn "^6.0.7" + acorn-jsx "^5.0.0" + eslint-visitor-keys "^1.0.0" + esprima@^3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"