-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
The devDependency mocha was updated from 6.1.4 to 6.2.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.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 39 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 39 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 π΄