The devDependency mocha was updated from 6.2.2 to 7.1.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.
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).
The devDependency mocha was updated from
6.2.2
to7.1.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.
Publisher: juergba License: MIT
Release Notes for v7.1.0
7.1.0 / 2020-02-26
#4038: Add Node.js native ESM support (@giltayar)
Mocha supports writing your test files as ES modules:
--experimental-modules
optionNote: Node.JS native ECMAScript Modules implementation has status: Stability: 1 - Experimental
allowUncaught
option (@juergba)package.json
(@outsideris)Commits
The new version differs by 71 commits ahead by 71, behind by 17.
09b948b
Release v7.1.0
d43092e
update CHANGELOG for v7.1.0 [ci skip]
57be455
Add support for Node.JS native ES modules (#4038)
a995e33
Fix: programmatic API cannot access retried test objects (#4181)
ac12f2c
Browser: fix 'allowUncaught' handling (#4174)
2ff1cb2
uncaughtException: refactor, move and add tests
b431609
docs: update browser options
883ae4b
ESLint: use 'const' instead of 'let'
2a1b637
Upgrade: ESLint v6.8 (#4138)
dbba276
Manage author list in AUTHORS instead of package.json (#4058)
d0f04e9
Release v7.0.1
2277958
update CHANGELOG for v7.0.1 [ci skip]
0be3f78
Fix exception when skipping tests programmatically (#4165)
c0f1d14
uncaughtException: fix recovery when current test is still running (#4150)
9c10ada
Fix backwards compability break for reporterOptions
There are 71 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 bot :palm_tree: