From af9245ccdc59ca49a6df4939ec0dbdd69318dadc Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 19 Feb 2019 09:39:01 +0100 Subject: [PATCH] =?UTF-8?q?Update=20mocha=20to=20the=20latest=20version=20?= =?UTF-8?q?=F0=9F=9A=80=20(#29)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `5.2.0` to `6.0.0`. This version 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. ---
Release Notes for v6.0.0

6.0.0 / 2019-02-18

πŸ’₯ Breaking Changes

πŸ“  Deprecations

These are soft-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha:

Regarding the Mocha class constructor (from lib/mocha):

All of the above deprecations were introduced by #3556.

mocha.opts is now considered "legacy"; please prefer RC file or package.json over mocha.opts.

πŸŽ‰ Enhancements

Enhancements introduced in #3556:

πŸ› Fixes

πŸ“– Documentation

πŸ”© Other

Commits

The new version differs by 209 commits ahead by 209, behind by 39.

There are 209 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63f0fda..a04812e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.11.0", "expect": "^24.0.0", - "mocha": "^5.1.1", + "mocha": "^6.0.0", "react": "^16.3.2", "react-dom": "^16.3.2", "react-test-renderer": "^16.3.2",