| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Update to this version instead 馃殌 Release Notes for v6.0.16.0.1 / 2019-02-21The obligatory round of post-major-release bugfixes. 馃悰 FixesThese issues were regressions.
馃摉 Documentation
The new version differs by 9 commits.
See the full diff |
Sorry, something went wrong.
Update to this version instead 馃殌 Release Notes for v6.0.26.0.2 / 2019-02-25馃悰 FixesTwo more regressions fixed:
The new version differs by 6 commits.
See the full diff |
Sorry, something went wrong.
Update to this version instead 馃殌 Release Notes for v6.1.06.1.0 / 2019-04-07馃敀 Security Fixes
馃帀 Enhancements
馃摖 DeprecationsThese are soft-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha: 馃悰 Fixes
and some regressions:
馃摉 Documentation
馃敥 Other
The new version differs by 28 commits.
There are 28 commits in total. See the full diff |
Sorry, something went wrong.
|
Sorry, something went wrong.
|
Sorry, something went wrong.
|
Sorry, something went wrong.
|
Sorry, something went wrong.
|
Sorry, something went wrong.
|
Sorry, something went wrong.
|
Sorry, something went wrong.
|
Sorry, something went wrong.
|
Sorry, something went wrong.
|
Sorry, something went wrong.
|
Sorry, something went wrong.
|
馃毃 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
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The devDependency mocha was updated from 5.2.0 to 6.0.0.
This version is not covered by your current version range.
If you don鈥檛 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:
Mocha now supports "RC" files in JS, JSON, YAML, or package.json-based (using mocha property) format
Node/V8 flag support in mocha executable:
Support negation of any Mocha-specific command-line flag by prepending --no- to the flag name
Interfaces now have descriptions when listed using --interfaces flag
Mocha constructor supports all options
--extension is now an alias for --watch-extensions and affects non-watch-mode test runs as well. For example, to run only test/*.coffee (not test/*.js), you can do mocha --require coffee-script/register --extensions coffee.
#3552: tap reporter is now TAP13-capable (@plroebuck & @mollstam)
#3535: Mocha's version can now be queried programmatically via public property Mocha.prototype.version (@plroebuck)
#3428: xunit reporter shows diffs (@mlucool)
#2529: Runner now emits a retry event when tests are retried (reporters can listen for this) (@catdad)
#2962, #3111: In-browser notification support; warn about missing prereqs when --growl supplied (@plroebuck)
馃悰 Fixes
馃摉 Documentation
馃敥 Other
- #3677: Add error objects for createUnsupportedError and createInvalidExceptionError (@boneskull)
- #3733: Removed unnecessary processing in post-processing hook (@wanseob)
- #3730: Update nyc to latest version (@coreyfarrell)
- #3648, #3680: Fixes to support latest versions of unexpected and unexpected-sinon (@sunesimonsen)
- #3638: Add meta tag to site (@MartijnCuppens)
- #3653: Fix parts of test suite failing to run on Windows (@boneskull)
- #3557: Use ms userland module instead of hand-rolled solution (@gizemkeser)
- Many CI fixes and other refactors by @plroebuck
- Test refactors by @outsideris
CommitsThe new version differs by 209 commits ahead by 209, behind by 39.
There are 209 commits in total.
See the full diff
FAQ and helpThere is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 馃尨