From 5bb8aa00efb859fd2fa15e638ce184647766db0c Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 19 Feb 2019 09:40:34 +0100 Subject: [PATCH] =?UTF-8?q?Update=20mocha=20to=20the=20latest=20version=20?= =?UTF-8?q?=F0=9F=9A=80=20(#45)?= 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 4e5f212..6655090 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint-plugin-react": "^7.11.1", "expect": "^1.20.2", "global": "^4.3.1", - "mocha": "^5.1.1", + "mocha": "^6.0.0", "proxyquire": "^2.0.1", "react": "^16.5.2", "react-dom": "^16.5.2",