An in-range update of mocha is breaking the build 🚨
- Dominant language
- TypeScript
- Stars
- 713
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `6.1.4` to `6.2.0`.
🚨 [View failing branch](https://github.com/linkedin/opticss/compare/master...linkedin:greenkeeper%2Fdefault%2Fmocha-6.2.0).
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](https://travis-ci.org/linkedin/opticss/builds/560723668?utm_source=github_status&utm_medium=notification)).
---
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](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
---
Your [Greenkeeper](https://greenkeeper.io) Bot :palm_tree:
Contributor guide
Research direction
Start by opening the linked failing branch and the Travis CI build details to identify which test or build step fails after mocha moves from 6.1.4 to 6.2.0. Trace that failure to the project configuration or test entry point; done means the dependency update is compatible and the Travis CI build passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100