-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
The devDependency mocha was updated from 7.0.1 to 7.1.0.
This version is covered by your current version range and after updating it in your project the build failed.
mocha is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).
Release Notes for v7.1.0
7.1.0 / 2020-02-26
🎉 Enhancements
#4038: Add Node.js native ESM support (@giltayar)
Mocha supports writing your test files as ES modules:
- Node.js only v12.11.0 and above
- Node.js below v13.2.0, you must set
--experimental-modulesoption - current limitations: please check our documentation
- for programmatic usage: see API: loadFilesAsync()
Note: Node.JS native ECMAScript Modules implementation has status: Stability: 1 - Experimental
🐛 Fixes
- #4181: Programmatic API cannot access retried test objects (@juergba)
- #4174: Browser: fix
allowUncaughtoption (@juergba)
📖 Documentation
- #4058: Manage author list in AUTHORS instead of
package.json(@outsideris)
🔩 Other
- #4138: Upgrade ESLint v6.8 (@kaicataldo)
Commits
The new version differs by 10 commits.
09b948bRelease v7.1.0d43092eupdate CHANGELOG for v7.1.0 [ci skip]57be455Add support for Node.JS native ES modules (#4038)a995e33Fix: programmatic API cannot access retried test objects (#4181)ac12f2cBrowser: fix 'allowUncaught' handling (#4174)2ff1cb2uncaughtException: refactor, move and add testsb431609docs: update browser options883ae4bESLint: use 'const' instead of 'let'2a1b637Upgrade: ESLint v6.8 (#4138)dbba276Manage author list in AUTHORS instead of package.json (#4058)
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴