ekke
ekke copied to clipboard
Update mocha to the latest version π
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.
Publisher: juergba License: MIT
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 71 commits ahead by 71, behind by 17.
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)d0f04e9Release v7.0.12277958update CHANGELOG for v7.0.1 [ci skip]0be3f78Fix exception when skipping tests programmatically (#4165)c0f1d14uncaughtException: fix recovery when current test is still running (#4150)9c10adaFix 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. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
- The
devDependencymocha was updated from6.2.2to7.1.1.
Update to this version instead π
Release Notes for v7.1.1
7.1.1 / 2020-03-18
π Security Fixes
π Fixes
π Documentation
- #4190: Show Netlify badge on footer (@outsideris)
Commits
The new version differs by 6 commits.
7c09e63Release v7.1.17599535update CHANGELOG for v7.1.1 [ci skip]3bf650csecurity: update mkdirp, yargs, yargs-parser (#4204)e1389efFix: runner listening to 'start' and 'end' events (#3660)9cbb6f6upgrade assetgraph-builder4dc3cd1docs: show netlify badge on footer (#4190)
See the full diff
π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
- The
devDependencymocha was updated from6.2.3to7.2.0.