An in-range update of mocha is breaking the build π¨
Closed this issue Β· 1 comments
Version 3.4.0 of mocha just got published.
Branch | Build failing π¨ |
---|---|
Dependency | mocha |
Current Version | 3.3.0 |
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
- β bitHound - Code 3 failing files. Details,- β bitHound - Dependencies No failing dependencies. Details,- β continuous-integration/travis-ci/push The Travis CI build passed Details,- β security/snyk No new vulnerabilities Details,- β continuous-integration/travis-ci/pr The Travis CI build passed Details,- β coverage/coveralls Coverage remained the same at 93.651% Details,- β codecov/patch Coverage not affected when comparing d975fad...4c01236 Details,- β codecov/project 93.65% remains the same compared to d975fad Details
Release Notes
v3.4.0Mocha is now moving to a quicker release schedule: when non-breaking changes are merged, a release should happen that week.
This week's highlights:
allowUncaught
added to commandline as--allow-uncaught
(and bugfixed)- warning-related Node flags
π Enhancements
- #2793, #2697: add --allowUncaught to Node.js (@lrowe)
- #2733: Add
--no-warnings
and--trace-warnings
flags (@sonicdoe)
π Fixes
π© Other
- #2778: Add license report and scan status (@xizhao)
- #2794: no special case for macOS running Karma locally (@boneskull)
- #2795: reverts use of semistandard directly ([#2648]) (@boneskull)
Commits
The new version differs by 9 commits0.
7554b31
Add Changelog for v3.4.0
9f7f7ed
Add
--trace-warnings
flag92561c8
Add
--no-warnings
flagceee976
lint test/integration/fixtures/simple-reporter.js
dcfc094
Revert "use
semistandard
directly"93392dd
no special case for macOS running Karma locally
4d1d91d
--allow-uncaught cli option
fb1e083
fix allowUncaught in browser
4ed3fc5
Add license report and scan status
false
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 π΄
Version 3.4.1 just got published.
Your tests are still failing with this version. Compare the changes π¨
Release Notes
Ohai CRLF...Fixed a publishing mishap with git's autocrlf settings.