An in-range update of mocha is breaking the build π¨
The devDependency mocha was updated from 6.0.2 to 6.1.0.
π¨ View failing branch.
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 v6.1.0
6.1.0 / 2019-04-07
π Security Fixes
- #3845: Update dependency "js-yaml" to v3.13.0 per npm security advisory (@plroebuck)
π Enhancements
- #3766: Make reporter constructor support optional
optionsparameter (@plroebuck) - #3760: Add support for config files with
.jsoncextension (@sstephant)
π Deprecations
These are soft-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha:
π Fixes
- #3829: Use cwd-relative pathname to load config file (@plroebuck)
- #3745: Fix async calls of
this.skip()in "before each" hooks (@juergba) - #3669: Enable
--allow-uncaughtfor uncaught exceptions thrown inside hooks (@givanse)
and some regressions:
- #3848: Fix
Suitecloning by copyingrootproperty (@fatso83) - #3816: Guard against undefined timeout option (@boneskull)
- #3814: Update "yargs" in order to avoid deprecation message (@boneskull)
- #3788: Fix support for multiple node flags (@aginzberg)
π Documentation
- mochajs/mocha-examples: New repository of working examples of common configurations using mocha (@craigtaub)
- #3850: Remove pound icon showing on header hover on docs (@jd2rogers2)
- #3812: Add autoprefixer to documentation page CSS (@Munter)
- #3811: Update doc examples "tests.html" (@DavidLi119)
- #3807: Mocha website HTML tweaks (@plroebuck)
- #3793: Update config file example ".mocharc.yml" (@cspotcode)
π© Other
- #3830: Replace dependency "findup-sync" with "find-up" for faster startup (@cspotcode)
- #3799: Update devDependencies to fix many npm vulnerabilities (@XhmikosR)
Commits
The new version differs by 28 commits.
f4fc95aRelease v6.1.0bd29dbdupdate CHANGELOG for v6.1.0 [ci skip]aaf2b72Use cwd-relative pathname to load config file (#3829)b079d24upgrade deps as per npm audit fix; closes #3854e87c689Deprecate this.skip() for "after all" hooks (#3719)81cfa90Copy Suite property "root" when cloning; closes #3847 (#3848)8aa2fc4Fix issue 3714, hide pound icon showing on hover header on docs page (#3850)586bf78Update JS-YAML to address security issue (#3845)d1024a3Update doc examples "tests.html" (#3811)1d570e0Delete "/docs/example/chai.js"ade8b90runner.js: "self.test" undefined in Browser (#3835)0098147Replace findup-sync with find-up for faster startup (#3830)d5ba121Remove "package" flag from sample config file because it can only be passes as CLI arg (#3793)a3089adupdate package-lock75430ecUpgrade yargs-parser dependency to avoid loading 2 copies of yargs
There are 28 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:
After pinning to 6.0.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependencymocha was updated from6.1.0to6.1.1.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v6.1.1
6.1.1 / 2019-04-07
π Fixes
- Fix Windows End-of-Line publishing issue
- The
devDependencymocha was updated from6.1.1to6.1.2.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v6.1.2
6.1.2 / 2019-04-08
π Fixes
- #3867: Re-publish v6.1.1 from POSIX OS to avoid dropped executable flags (@boneskull)
- The
devDependencymocha was updated from6.1.2to6.1.3.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 10 commits.
f1fe632Release v6.1.3ae3d53fupdate CHANGELOG for v6.1.3 [ci skip]e73941aupgrade node-environment-flags; closes #38685121211Do not pass argv twicef05a58fFix yargs global pollution86cd699Release v6.1.22e8f31fupdate CHANGELOG for v6.1.29b516bfRelease v6.1.19e138b1update CHANGELOG for v6.1.1 [ci skip]d7de948Set eol for publishing
See the full diff
- The
devDependencymocha was updated from6.1.3to6.1.4.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v6.1.4
6.1.4 / 2019-04-18
π Security Fixes
- #3877: Upgrade js-yaml, addressing code injection vulnerability (@bjornstar)
Commits
The new version differs by 13 commits.
31c019eRelease v6.1.4c3d241eupdate CHANGELOG.md for v6.1.4 [ci skip]0d9d4a3Update js-yaml from 3.13.0 to 3.13.1 (#3877)f1fe632Release v6.1.3ae3d53fupdate CHANGELOG for v6.1.3 [ci skip]e73941aupgrade node-environment-flags; closes #38685121211Do not pass argv twicef05a58fFix yargs global pollution86cd699Release v6.1.22e8f31fupdate CHANGELOG for v6.1.29b516bfRelease v6.1.19e138b1update CHANGELOG for v6.1.1 [ci skip]d7de948Set eol for publishing
See the full diff
- The
devDependencymocha was updated from6.1.4to6.2.0.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v6.2.0
6.2.0 / 2019-07-18
π Enhancements
- #3827: Do not fork child-process if no Node flags are present (@boneskull)
- #3725: Base reporter store ref to console.log, see mocha/wiki (@craigtaub)
π Fixes
- #3942: Fix "No test files found" Error when file is passed via
--file(@gabegorelick) - #3914: Modify Mocha constructor to accept options
globalorglobals(@pascalpp) - #3894: Fix parsing of config files with
_mochabinary (@juergba) - #3834: Fix CLI parsing with default values (@boneskull, @juergba)
- #3831: Fix
--timeout/--slowstring values and duplicate arguments (@boneskull, @juergba)
π Documentation
- #3906: Document option to define custom report name for XUnit reporter (@pkuczynski)
- #3889: Adds doc links for mocha-examples (@craigtaub)
- #3887: Fix broken links (@toyjhlee)
- #3841: Fix anchors to configuration section (@trescube)
π Coverage
- #3915, #3929: Increase tests coverage for
--watchoptions (@geigerzaehler)
π© Other
- #3953: Collect test files later, prepares improvements to the
--watchmode behavior (@geigerzaehler) - #3939: Upgrade for npm audit (@boneskull)
- #3930: Extract
runWatchinto separate module (@geigerzaehler) - #3922: Add
mocha.min.jsfile to stacktrace filter (@brian-lagerman) - #3919: Update CI config files to use Node-12.x (@plroebuck)
- #3892: Rework reporter tests (@plroebuck)
- #3872: Rename
--excludeto--ignoreand create alias (@boneskull) - #3963: Hide stacktrace when cli args are missing (@outsideris)
- #3956: Do not redeclare variable in docs array example (@DanielRuf)
- #3957: Remove duplicate line-height property in
mocha.css(@DanielRuf) - #3960: Don't re-initialize grep option on watch re-run (@geigerzaehler)
Commits
The new version differs by 52 commits.
bd47776Release v6.2.0cc595afupdate CHANGELOG.md for v6.2.0 [ci skip]59d70eefix: remove duplicate line-height property (#3957)f77cac4fix: do not redeclare variable (#3956)6201e42Hide stacktrace when cli args are missing (#3963)88f45d5Don't re-initialize grep option on watch re-run (#3960)5d4dd98Fix No Files error when file is passed via --files (#3942)15b96afCollect test files later (#3953)ccee5f1Base reporter store ref to console.log (#3725)47318a7update @mocha/contributors to v1.0.4 (#3944)c903147More, improved integration tests for watching (#3929)e341ea4Update CI config files to use Node-12.x (#3919)3064d25update @mocha/docdash to v2.1.1 (#3945)9ea45e7do not fork if no node flags present (#3827)d02a096modify Mocha constructor to accept options.global or options.globals (#3914)
There are 52 commits in total.
See the full diff
- The
devDependencymocha was updated from6.2.0to6.2.1.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 63 commits.
ef6c820Release v6.2.19524978updated CHANGELOG for v6.2.1 [ci skip]dfdb8b3Update yargs to v13.3.0 (#3986)18ad1c1treat '--require esm' as Node option (#3983)fcffd5aUpdate yargs-unparser to v1.6.0 (#3984)ad4860eRemove extraGlobals() (#3970)b269ad0Clarify effect of .skip() (#3947)1e6cf3bAdd Matomo to website (#3765)91b3a54fix style on mochajs.org (#3886)0e9d8adtty.getWindowSize is not a function inside a "worker_threads" worker (#3955)48da42eRemove jsdoc index.html placeholder from eleventy file structure and fix broken link in jsdoc tutorial (#3966)bd47776Release v6.2.0cc595afupdate CHANGELOG.md for v6.2.0 [ci skip]59d70eefix: remove duplicate line-height property (#3957)f77cac4fix: do not redeclare variable (#3956)
There are 63 commits in total.
See the full diff