Skip to content

Commit

Permalink
chore(deps): update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 13, 2018
1 parent 0e1c091 commit cf12291
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 26 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -56,21 +56,21 @@
"umbrellajs": "2.10.2"
},
"devDependencies": {
"@mi11er/eslint-config": "2.2.2",
"@mi11er/eslint-config": "2.3.0",
"@semantic-release/changelog": "2.0.2",
"@semantic-release/exec": "2.2.4",
"@semantic-release/git": "5.0.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.5",
"babel-eslint": "8.2.6",
"babel-loader": "7.1.5",
"babel-preset-env": "1.7.0",
"browser-sync": "2.24.5",
"commitizen": "2.10.1",
"cz-conventional-changelog": "2.1.0",
"eslint": "5.0.1",
"eslint": "5.1.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jsx-a11y": "6.1.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-no-unsafe-innerhtml": "1.0.16",
"eslint-plugin-optimize-regex": "1.1.5",
"eslint-plugin-react": "7.10.0",
Expand Down
125 changes: 103 additions & 22 deletions yarn.lock
Expand Up @@ -152,12 +152,12 @@
string-format-obj "^1.0.0"
through2 "^2.0.0"

"@mi11er/eslint-config@2.2.2":
version "2.2.2"
resolved "https://registry.yarnpkg.com/@mi11er/eslint-config/-/eslint-config-2.2.2.tgz#847b4043fc5c7a3761d4b6e7cda79782c7892ae4"
"@mi11er/eslint-config@2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@mi11er/eslint-config/-/eslint-config-2.3.0.tgz#844c52e15025d35e428ba17c60f1af95d95bfa39"
dependencies:
eslint-config-airbnb "16.1.0"
eslint-config-airbnb-base "12.1.0"
eslint-config-airbnb "17.0.0"
eslint-config-airbnb-base "13.0.0"
eslint-config-prettier "2.9.0"

"@mrmlnc/readdir-enhanced@^2.2.1":
Expand Down Expand Up @@ -1208,7 +1208,18 @@ babel-core@6.26.3, babel-core@^6.26.0:
slash "^1.0.0"
source-map "^0.5.7"

babel-eslint@8.2.5, babel-eslint@>=4.1.1:
babel-eslint@8.2.6:
version "8.2.6"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.6.tgz#6270d0c73205628067c0f7ae1693a9e797acefd9"
dependencies:
"@babel/code-frame" "7.0.0-beta.44"
"@babel/traverse" "7.0.0-beta.44"
"@babel/types" "7.0.0-beta.44"
babylon "7.0.0-beta.44"
eslint-scope "3.7.1"
eslint-visitor-keys "^1.0.0"

babel-eslint@>=4.1.1:
version "8.2.5"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.5.tgz#dc2331c259d36782aa189da510c43dedd5adc7a3"
dependencies:
Expand Down Expand Up @@ -3565,7 +3576,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
dependencies:
is-arrayish "^0.2.1"

es-abstract@^1.10.0, es-abstract@^1.4.3, es-abstract@^1.7.0:
es-abstract@^1.10.0, es-abstract@^1.4.3, es-abstract@^1.6.1, es-abstract@^1.7.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
dependencies:
Expand Down Expand Up @@ -3674,17 +3685,21 @@ escope@^3.6.0:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-config-airbnb-base@12.1.0, eslint-config-airbnb-base@^12.1.0:
version "12.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.1.0.tgz#386441e54a12ccd957b0a92564a4bafebd747944"
eslint-config-airbnb-base@13.0.0, eslint-config-airbnb-base@^13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-13.0.0.tgz#2ee6279c4891128e49d6445b24aa13c2d1a21450"
dependencies:
eslint-restricted-globals "^0.1.1"
object.assign "^4.1.0"
object.entries "^1.0.4"

eslint-config-airbnb@16.1.0:
version "16.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-16.1.0.tgz#2546bfb02cc9fe92284bf1723ccf2e87bc45ca46"
eslint-config-airbnb@17.0.0:
version "17.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb/-/eslint-config-airbnb-17.0.0.tgz#1bb8c4255483320bb68c3b614f71ae6058b0b2db"
dependencies:
eslint-config-airbnb-base "^12.1.0"
eslint-config-airbnb-base "^13.0.0"
object.assign "^4.1.0"
object.entries "^1.0.4"

eslint-config-prettier@2.9.0:
version "2.9.0"
Expand Down Expand Up @@ -3721,9 +3736,9 @@ eslint-plugin-import@2.13.0:
read-pkg-up "^2.0.0"
resolve "^1.6.0"

eslint-plugin-jsx-a11y@6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.0.tgz#569f6f2d29546cab82cedaa077ec829693b0c42d"
eslint-plugin-jsx-a11y@6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.1.tgz#7bf56dbe7d47d811d14dbb3ddff644aa656ce8e1"
dependencies:
aria-query "^3.0.0"
array-includes "^3.0.3"
Expand Down Expand Up @@ -3772,7 +3787,7 @@ eslint-restricted-globals@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/eslint-restricted-globals/-/eslint-restricted-globals-0.1.1.tgz#35f0d5cbc64c2e3ed62e93b4b1a7af05ba7ed4d7"

eslint-scope@^3.7.1, eslint-scope@~3.7.1:
eslint-scope@3.7.1, eslint-scope@^3.7.1, eslint-scope@~3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
dependencies:
Expand All @@ -3786,11 +3801,59 @@ eslint-scope@^4.0.0:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-utils@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"

eslint-visitor-keys@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"

eslint@5.0.1, eslint@>=1.1:
eslint@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.1.0.tgz#2ed611f1ce163c0fb99e1e0cda5af8f662dff645"
dependencies:
ajv "^6.5.0"
babel-code-frame "^6.26.0"
chalk "^2.1.0"
cross-spawn "^6.0.5"
debug "^3.1.0"
doctrine "^2.1.0"
eslint-scope "^4.0.0"
eslint-utils "^1.3.1"
eslint-visitor-keys "^1.0.0"
espree "^4.0.0"
esquery "^1.0.1"
esutils "^2.0.2"
file-entry-cache "^2.0.0"
functional-red-black-tree "^1.0.1"
glob "^7.1.2"
globals "^11.7.0"
ignore "^3.3.3"
imurmurhash "^0.1.4"
inquirer "^5.2.0"
is-resolvable "^1.1.0"
js-yaml "^3.11.0"
json-stable-stringify-without-jsonify "^1.0.1"
levn "^0.3.0"
lodash "^4.17.5"
minimatch "^3.0.4"
mkdirp "^0.5.1"
natural-compare "^1.4.0"
optionator "^0.8.2"
path-is-inside "^1.0.2"
pluralize "^7.0.0"
progress "^2.0.0"
regexpp "^1.1.0"
require-uncached "^1.0.3"
semver "^5.5.0"
string.prototype.matchall "^2.0.0"
strip-ansi "^4.0.0"
strip-json-comments "^2.0.1"
table "^4.0.3"
text-table "^0.2.0"

eslint@>=1.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.0.1.tgz#109b90ab7f7a736f54e0f341c8bb9d09777494c3"
dependencies:
Expand Down Expand Up @@ -4593,7 +4656,7 @@ fstream@^1.0.0, fstream@^1.0.10, fstream@^1.0.2:
mkdirp ">=0.5 0"
rimraf "2"

function-bind@^1.0.2, function-bind@^1.1.1:
function-bind@^1.0.2, function-bind@^1.1.0, function-bind@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"

Expand Down Expand Up @@ -4817,7 +4880,7 @@ global-prefix@^0.1.4:
is-windows "^0.2.0"
which "^1.2.12"

globals@^11.1.0, globals@^11.5.0:
globals@^11.1.0, globals@^11.5.0, globals@^11.7.0:
version "11.7.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-11.7.0.tgz#a583faa43055b1aca771914bf68258e2fc125673"

Expand Down Expand Up @@ -7576,7 +7639,7 @@ object-copy@^0.1.0:
define-property "^0.2.5"
kind-of "^3.0.3"

object-keys@^1.0.8:
object-keys@^1.0.11, object-keys@^1.0.8:
version "1.0.12"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"

Expand All @@ -7590,6 +7653,24 @@ object-visit@^1.0.0:
dependencies:
isobject "^3.0.0"

object.assign@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da"
dependencies:
define-properties "^1.1.2"
function-bind "^1.1.1"
has-symbols "^1.0.0"
object-keys "^1.0.11"

object.entries@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.0.4.tgz#1bf9a4dd2288f5b33f3a993d257661f05d161a5f"
dependencies:
define-properties "^1.1.2"
es-abstract "^1.6.1"
function-bind "^1.1.0"
has "^1.0.1"

object.omit@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
Expand Down

0 comments on commit cf12291

Please sign in to comment.