-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Version 3.5.0 of mocha just got published.
| Branch | Build failing 🚨 |
|---|---|
| Dependency | mocha |
| Current Version | 3.4.2 |
| Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
As mocha is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
- ❌ ci/circleci Your tests failed on CircleCI Details
Release Notes
free-as-in-freezing3.5.0 / 2017-07-31
📰 News
- Mocha now has a code of conduct (thanks @kungapal!).
- Old issues and PRs are now being marked "stale" by Probot's "Stale" plugin. If an issue is marked as such, and you would like to see it remain open, simply add a new comment to the ticket or PR.
- WARNING: Support for non-ES5-compliant environments will be dropped starting with version 4.0.0 of Mocha!
🔒 Security Fixes
- #2860: Address CVE-2015-8315 via upgrade of debug (@boneskull)
🎉 Enhancements
- #2696: Add
--forbid-onlyand--forbid-pendingflags. Use these in CI or hooks to ensure tests aren't accidentally being skipped! (@charlierudolph) - #2813: Support Node.js 8's
--napi-modulesflag (@jupp0r)
🔩 Other
- Various CI-and-test-related fixes and improvements (@boneskull, @dasilvacontin, @PopradiArpad, @Munter, @ScottFreeCode)
- "Officially" support Node.js 8 (@elergy)
Commits
The new version differs by 34 commits.
82d879fRelease v3.5.0bf687ceupdate mocha.js for v3.5.0ec73c9aupdate date for release of v3.5.0 in CHANGELOG [ci skip]1ba2cfcupdate CHANGELOG.md for v3.5.0 [ci skip]065e14eremove custom install script from travis (no longer needed)4e87046update karma-sauce-launcher URL for npm@56886cccincrease timeout for slow-grepping test2408d90Make dependencies use older version of readable-stream to work around incompatibilities introduced by 2.3.0 on June 19th68a1466Try not clearing the env for debug in the integration test and see if that fixes Node 0.10 on AppVeyor; if need be, some other fix/workaround can be applied to handle whatever was up with debug without causing this issue958fbb4Update new tests to work in browser per test hierarchy reorganization1df7c94Merge pull request #2704 from seppevs/increase_test_coverage_of_mocha_js1f270cdStop timing out (#2889)27c7496upgrade to [email protected]; closes #2859 (#2860)50fc47dfix CI; closes #2867 (#2868)1b1377cAdd test for ignoreLeaks and fix descriptions
There are 34 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴