From af09c9aa966678f38139549bddbcd8a943af5946 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 21 Aug 2018 13:04:48 +0200 Subject: [PATCH] =?UTF-8?q?Update=20eslint=20to=20the=20latest=20version?= =?UTF-8?q?=20=F0=9F=9A=80=20(#72)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Version **5.0.0** of **[eslint](https://github.com/eslint/eslint)** was just published.
Dependency [eslint](https://github.com/eslint/eslint)
Current Version 4.19.1
Type devDependency
The version **5.0.0** is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. It might be worth looking into these changes and trying to get this project onto the latest version of eslint. If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update. ---
Release Notes v5.0.0

Release blogpost

Migration guide

Commits

The new version differs by 148 commits.

There are 148 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8764c7f..5798913 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,9 @@ "@babel/plugin-transform-modules-commonjs": "7.0.0-rc.1", "@babel/register": "7.0.0-rc.1", "cross-env": "^5.2.0", - "eslint": "^4.16.0", - "eslint-config-airbnb-base": "^13.0.0", - "eslint-plugin-import": "^2.8.0", + "eslint": "^5.4.0", + "eslint-config-airbnb-base": "^13.1.0", + "eslint-plugin-import": "^2.14.0", "nock": "^9.1.6", "rollup": "^0.64.0", "rollup-plugin-babel": "^4.0.0-beta.5",