From b8b817343f2aaf3df807b039f2ec1623e02c5f68 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sun, 24 Jun 2018 17:56:35 +0200 Subject: [PATCH] =?UTF-8?q?Update=20eslint-config-posva=20to=20the=20lates?= =?UTF-8?q?t=20version=20=F0=9F=9A=80=20(#4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Version **2.0.0** of **[eslint-config-posva](https://github.com/posva/eslint-config-posva)** was just published.
Dependency [eslint-config-posva](https://github.com/posva/eslint-config-posva)
Current Version 1.3.3
Type devDependency
The version **2.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-config-posva. 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 πŸš€ Release 2.0.0

Breaking: Use eslint 5

Commits

The new version differs by 7 commits.

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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d4b712..234f16f 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "babel-preset-env": "^1.6.1", "codecov": "^3.0.0", "eslint": "^5.0.0", - "eslint-config-posva": "^1.3.3", + "eslint-config-posva": "^2.0.0", "jest": "^22.4.3", "vue": "^2.5.16", "vue-template-compiler": "^2.5.16"