From 62ddd44b66274f6d6eb041d8e7af7efc0a39f5da Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 19 Feb 2019 09:40:49 +0100 Subject: [PATCH] =?UTF-8?q?Update=20mocha=20to=20the=20latest=20version=20?= =?UTF-8?q?=F0=9F=9A=80=20(#57)?= 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 5e9294b..9cdf1a6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint": "^5.3.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.14.0", - "mocha": "^5.0.0", + "mocha": "^6.0.0", "nyc": "^13.2.0", "rollup": "^1.0.0", "rollup-plugin-babel": "^4.0.2"