Release notes
*Sourced from [mocha's releases](https://github.com/mochajs/mocha/releases).*
> ## v6.0.2
> # 6.0.2 / 2019-02-25
>
> ## :bug: Fixes
>
> Two more regressions fixed:
>
> - [#3768](https://github-redirect.dependabot.com/mochajs/mocha/issues/3768): Test file paths no longer dropped from `mocha.opts` ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
> - [#3767](https://github-redirect.dependabot.com/mochajs/mocha/issues/3767): `--require` does not break on module names that look like certain `node` flags ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
>
> ## v6.0.1
> # 6.0.1 / 2019-02-21
>
> The obligatory round of post-major-release bugfixes.
>
> ## :bug: Fixes
>
> These issues were regressions.
>
> - [#3754](https://github-redirect.dependabot.com/mochajs/mocha/issues/3754) - Mocha again finds `test.js` when run without arguments ([**[@plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck))
> - [#3756](https://github-redirect.dependabot.com/mochajs/mocha/issues/3756) - Mocha again supports third-party interfaces via `--ui` ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
> - [#3755](https://github-redirect.dependabot.com/mochajs/mocha/issues/3755) - Fix broken `--watch` ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
> - [#3759](https://github-redirect.dependabot.com/mochajs/mocha/issues/3759) - Fix unwelcome deprecation notice when Mocha run against languages (CoffeeScript) with implicit return statements; _returning a non-`undefined` value from a `describe` callback is no longer considered deprecated_ ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
>
> ## :book: Documentation
>
> - [#3738](https://github-redirect.dependabot.com/mochajs/mocha/issues/3738) - Upgrade to `@mocha/docdash@2` ([**[@tendonstrength](https://github.com/tendonstrength)**](https://github.com/tendonstrength))
> - [#3751](https://github-redirect.dependabot.com/mochajs/mocha/issues/3751) - Use preferred names for example config files ([**[@Szauka](https://github.com/Szauka)**](https://github.com/Szauka))
>
> ## v6.0.0
> # 6.0.0 / 2019-02-18
>
> ## :boom: Breaking Changes
>
> - [#3149](https://github-redirect.dependabot.com/mochajs/mocha/issues/3149): **Drop Node.js v4.x support** ([**[@outsideris](https://github.com/outsideris)**](https://github.com/outsideris))
> - [#3556](https://github-redirect.dependabot.com/mochajs/mocha/issues/3556): Changes to command-line options ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)):
> - `--grep` and `--fgrep` are now mutually exclusive; attempting to use both will cause Mocha to fail instead of simply ignoring `--grep`
> - `--compilers` is no longer supported; attempting to use will cause Mocha to fail with a link to more information
> - `-d` is no longer an alias for `--debug`; `-d` is currently ignored
> - [#3275](https://github-redirect.dependabot.com/mochajs/mocha/issues/3275): `--watch-extensions` no longer implies `js`; it must be explicitly added ([**[@TheDancingCode](https://github.com/TheDancingCode)**](https://github.com/TheDancingCode))
> - [#2908](https://github-redirect.dependabot.com/mochajs/mocha/issues/2908): `tap` reporter emits error messages ([**[@chrmod](https://github.com/chrmod)**](https://github.com/chrmod))
> - [#2819](https://github-redirect.dependabot.com/mochajs/mocha/issues/2819): When conditionally skipping in a `before` hook, subsequent `before` hooks _and_ tests in nested suites are now skipped ([**[@bannmoore](https://github.com/bannmoore)**](https://github.com/bannmoore))
> - [#627](https://github-redirect.dependabot.com/mochajs/mocha/issues/627): Emit filepath in "timeout exceeded" exceptions where applicable ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
> - [#3556](https://github-redirect.dependabot.com/mochajs/mocha/issues/3556): `lib/template.html` has moved to `lib/browser/template.html` ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
> - [#2576](https://github-redirect.dependabot.com/mochajs/mocha/issues/2576): An exception is now thrown if Mocha fails to parse or find a `mocha.opts` at a user-specified path ([**[@plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck))
> - [#3458](https://github-redirect.dependabot.com/mochajs/mocha/issues/3458): Instantiating a `Base`-extending reporter without a `Runner` parameter will throw an exception ([**[@craigtaub](https://github.com/craigtaub)**](https://github.com/craigtaub))
> - [#3125](https://github-redirect.dependabot.com/mochajs/mocha/issues/3125): For consumers of Mocha's programmatic API, all exceptions thrown from Mocha now have a `code` property (and some will have additional metadata). Some `Error` messages have changed. **Please use the `code` property to check `Error` types instead of the `message` property**; these descriptions will be localized in the future. ([**[@craigtaub](https://github.com/craigtaub)**](https://github.com/craigtaub))
>
> ## :fax: Deprecations
>
> ... (truncated)
Changelog
*Sourced from [mocha's changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md).*
> # 6.0.2 / 2019-02-25
>
> ## :bug: Fixes
>
> Two more regressions fixed:
>
> - [#3768](https://github-redirect.dependabot.com/mochajs/mocha/issues/3768): Test file paths no longer dropped from `mocha.opts` ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
> - [#3767](https://github-redirect.dependabot.com/mochajs/mocha/issues/3767): `--require` does not break on module names that look like certain `node` flags ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
>
> # 6.0.1 / 2019-02-21
>
> The obligatory round of post-major-release bugfixes.
>
> ## :bug: Fixes
>
> These issues were regressions.
>
> - [#3754](https://github-redirect.dependabot.com/mochajs/mocha/issues/3754): Mocha again finds `test.js` when run without arguments ([**[@plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck))
> - [#3756](https://github-redirect.dependabot.com/mochajs/mocha/issues/3756): Mocha again supports third-party interfaces via `--ui` ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
> - [#3755](https://github-redirect.dependabot.com/mochajs/mocha/issues/3755): Fix broken `--watch` ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
> - [#3759](https://github-redirect.dependabot.com/mochajs/mocha/issues/3759): Fix unwelcome deprecation notice when Mocha run against languages (CoffeeScript) with implicit return statements; _returning a non-`undefined` value from a `describe` callback is no longer considered deprecated_ ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
>
> ## :book: Documentation
>
> - [#3738](https://github-redirect.dependabot.com/mochajs/mocha/issues/3738): Upgrade to `@mocha/docdash@2` ([**[@tendonstrength](https://github.com/tendonstrength)**](https://github.com/tendonstrength))
> - [#3751](https://github-redirect.dependabot.com/mochajs/mocha/issues/3751): Use preferred names for example config files ([**[@Szauka](https://github.com/Szauka)**](https://github.com/Szauka))
>
> # 6.0.0 / 2019-02-18
>
> ## :tada: Enhancements
>
> - [#3726](https://github-redirect.dependabot.com/mochajs/mocha/issues/3726): Add ability to unload files from `require` cache ([**[@plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck))
>
> ## :bug: Fixes
>
> - [#3737](https://github-redirect.dependabot.com/mochajs/mocha/issues/3737): Fix falsy values from options globals ([**[@plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck))
> - [#3707](https://github-redirect.dependabot.com/mochajs/mocha/issues/3707): Fix encapsulation issues for `Suite#_onlyTests` and `Suite#_onlySuites` ([**[@vkarpov15](https://github.com/vkarpov15)**](https://github.com/vkarpov15))
> - [#3711](https://github-redirect.dependabot.com/mochajs/mocha/issues/3711): Fix diagnostic messages dealing with plurality and markup of output ([**[@plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck))
> - [#3723](https://github-redirect.dependabot.com/mochajs/mocha/issues/3723): Fix "reporter-option" to allow comma-separated options ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
> - [#3722](https://github-redirect.dependabot.com/mochajs/mocha/issues/3722): Fix code quality and performance of `lookupFiles` and `files` ([**[@plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck))
> - [#3650](https://github-redirect.dependabot.com/mochajs/mocha/issues/3650), [#3654](https://github-redirect.dependabot.com/mochajs/mocha/issues/3654): Fix noisy error message when no files found ([**[@craigtaub](https://github.com/craigtaub)**](https://github.com/craigtaub))
> - [#3632](https://github-redirect.dependabot.com/mochajs/mocha/issues/3632): Tests having an empty title are no longer confused with the "root" suite ([**[@juergba](https://github.com/juergba)**](https://github.com/juergba))
> - [#3666](https://github-redirect.dependabot.com/mochajs/mocha/issues/3666): Fix missing error codes ([**[@vkarpov15](https://github.com/vkarpov15)**](https://github.com/vkarpov15))
> - [#3684](https://github-redirect.dependabot.com/mochajs/mocha/issues/3684): Fix exiting problem in Node.js v11.7.0+ ([**[@addaleax](https://github.com/addaleax)**](https://github.com/addaleax))
> - [#3691](https://github-redirect.dependabot.com/mochajs/mocha/issues/3691): Fix `--delay` (and other boolean options) not working in all cases ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
> - [#3692](https://github-redirect.dependabot.com/mochajs/mocha/issues/3692): Fix invalid command-line argument usage not causing actual errors ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
> - [#3698](https://github-redirect.dependabot.com/mochajs/mocha/issues/3698), [#3699](https://github-redirect.dependabot.com/mochajs/mocha/issues/3699): Fix debug-related Node.js options not working in all cases ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
> - [#3700](https://github-redirect.dependabot.com/mochajs/mocha/issues/3700): Growl notifications now show the correct number of tests run ([**[@outsideris](https://github.com/outsideris)**](https://github.com/outsideris))
> - [#3686](https://github-redirect.dependabot.com/mochajs/mocha/issues/3686): Avoid potential ReDoS when diffing large objects ([**[@cyjake](https://github.com/cyjake)**](https://github.com/cyjake))
> - [#3715](https://github-redirect.dependabot.com/mochajs/mocha/issues/3715): Fix incorrect order of emitted events when used programmatically ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull))
> ... (truncated)
Commits
- [`00a895f`](https://github.com/mochajs/mocha/commit/00a895f6ad9c1e4c5500851d6ff875e8254a5e06) Release v6.0.2
- [`1edce76`](https://github.com/mochajs/mocha/commit/1edce76eb88c2c04dee604efc10552b0a7d5e637) update CHANGELOG for v6.0.2 [ci skip]
- [`347e9db`](https://github.com/mochajs/mocha/commit/347e9db3b40eb22bcbc23a026d9915c77040b897) fix broken positional arguments in config; ensure positional args are unique;...
- [`9e31e9d`](https://github.com/mochajs/mocha/commit/9e31e9dcfd45b958aa14961f35abbff8f7ea2b1b) fix handling of bareword args matching node flags; closes [#3761](https://github-redirect.dependabot.com/mochajs/mocha/issues/3761)
- [`6535965`](https://github.com/mochajs/mocha/commit/6535965e8655a66de54fc0ad9465c2eb825f13f8) Update "karma-browserify" to eliminate Karma middleware warning ([#3762](https://github-redirect.dependabot.com/mochajs/mocha/issues/3762))
- [`37febb6`](https://github.com/mochajs/mocha/commit/37febb62796374114d2e24534eb44f8776bc7800) improve issue template. ([#3411](https://github-redirect.dependabot.com/mochajs/mocha/issues/3411))
- [`6d3d6b4`](https://github.com/mochajs/mocha/commit/6d3d6b4d5262f9d6374a887834224eb729890b4d) Release v6.0.1
- [`2146ece`](https://github.com/mochajs/mocha/commit/2146ecea38974334c5671561f26788556f1b521b) update CHANGELOG.md for v6.0.1
- [`7c9221d`](https://github.com/mochajs/mocha/commit/7c9221d4b8e999bfc0069fde2c0fcfa8e5e89146) backout deprecation of value returned from suite; closes [#3744](https://github-redirect.dependabot.com/mochajs/mocha/issues/3744)
- [`b7cfceb`](https://github.com/mochajs/mocha/commit/b7cfceba05fd16ccfe71ce9f68251730a13f833f) fix --watch not finding any files to execute; closes [#3748](https://github-redirect.dependabot.com/mochajs/mocha/issues/3748)
- Additional commits viewable in [compare view](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.2)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps mocha from 5.2.0 to 6.0.2.
Release notes
*Sourced from [mocha's releases](https://github.com/mochajs/mocha/releases).* > ## v6.0.2 > # 6.0.2 / 2019-02-25 > > ## :bug: Fixes > > Two more regressions fixed: > > - [#3768](https://github-redirect.dependabot.com/mochajs/mocha/issues/3768): Test file paths no longer dropped from `mocha.opts` ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3767](https://github-redirect.dependabot.com/mochajs/mocha/issues/3767): `--require` does not break on module names that look like certain `node` flags ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > > ## v6.0.1 > # 6.0.1 / 2019-02-21 > > The obligatory round of post-major-release bugfixes. > > ## :bug: Fixes > > These issues were regressions. > > - [#3754](https://github-redirect.dependabot.com/mochajs/mocha/issues/3754) - Mocha again finds `test.js` when run without arguments ([**[@plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck)) > - [#3756](https://github-redirect.dependabot.com/mochajs/mocha/issues/3756) - Mocha again supports third-party interfaces via `--ui` ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3755](https://github-redirect.dependabot.com/mochajs/mocha/issues/3755) - Fix broken `--watch` ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3759](https://github-redirect.dependabot.com/mochajs/mocha/issues/3759) - Fix unwelcome deprecation notice when Mocha run against languages (CoffeeScript) with implicit return statements; _returning a non-`undefined` value from a `describe` callback is no longer considered deprecated_ ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > > ## :book: Documentation > > - [#3738](https://github-redirect.dependabot.com/mochajs/mocha/issues/3738) - Upgrade to `@mocha/docdash@2` ([**[@tendonstrength](https://github.com/tendonstrength)**](https://github.com/tendonstrength)) > - [#3751](https://github-redirect.dependabot.com/mochajs/mocha/issues/3751) - Use preferred names for example config files ([**[@Szauka](https://github.com/Szauka)**](https://github.com/Szauka)) > > ## v6.0.0 > # 6.0.0 / 2019-02-18 > > ## :boom: Breaking Changes > > - [#3149](https://github-redirect.dependabot.com/mochajs/mocha/issues/3149): **Drop Node.js v4.x support** ([**[@outsideris](https://github.com/outsideris)**](https://github.com/outsideris)) > - [#3556](https://github-redirect.dependabot.com/mochajs/mocha/issues/3556): Changes to command-line options ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)): > - `--grep` and `--fgrep` are now mutually exclusive; attempting to use both will cause Mocha to fail instead of simply ignoring `--grep` > - `--compilers` is no longer supported; attempting to use will cause Mocha to fail with a link to more information > - `-d` is no longer an alias for `--debug`; `-d` is currently ignored > - [#3275](https://github-redirect.dependabot.com/mochajs/mocha/issues/3275): `--watch-extensions` no longer implies `js`; it must be explicitly added ([**[@TheDancingCode](https://github.com/TheDancingCode)**](https://github.com/TheDancingCode)) > - [#2908](https://github-redirect.dependabot.com/mochajs/mocha/issues/2908): `tap` reporter emits error messages ([**[@chrmod](https://github.com/chrmod)**](https://github.com/chrmod)) > - [#2819](https://github-redirect.dependabot.com/mochajs/mocha/issues/2819): When conditionally skipping in a `before` hook, subsequent `before` hooks _and_ tests in nested suites are now skipped ([**[@bannmoore](https://github.com/bannmoore)**](https://github.com/bannmoore)) > - [#627](https://github-redirect.dependabot.com/mochajs/mocha/issues/627): Emit filepath in "timeout exceeded" exceptions where applicable ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3556](https://github-redirect.dependabot.com/mochajs/mocha/issues/3556): `lib/template.html` has moved to `lib/browser/template.html` ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#2576](https://github-redirect.dependabot.com/mochajs/mocha/issues/2576): An exception is now thrown if Mocha fails to parse or find a `mocha.opts` at a user-specified path ([**[@plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck)) > - [#3458](https://github-redirect.dependabot.com/mochajs/mocha/issues/3458): Instantiating a `Base`-extending reporter without a `Runner` parameter will throw an exception ([**[@craigtaub](https://github.com/craigtaub)**](https://github.com/craigtaub)) > - [#3125](https://github-redirect.dependabot.com/mochajs/mocha/issues/3125): For consumers of Mocha's programmatic API, all exceptions thrown from Mocha now have a `code` property (and some will have additional metadata). Some `Error` messages have changed. **Please use the `code` property to check `Error` types instead of the `message` property**; these descriptions will be localized in the future. ([**[@craigtaub](https://github.com/craigtaub)**](https://github.com/craigtaub)) > > ## :fax: Deprecations > > ... (truncated)Changelog
*Sourced from [mocha's changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md).* > # 6.0.2 / 2019-02-25 > > ## :bug: Fixes > > Two more regressions fixed: > > - [#3768](https://github-redirect.dependabot.com/mochajs/mocha/issues/3768): Test file paths no longer dropped from `mocha.opts` ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3767](https://github-redirect.dependabot.com/mochajs/mocha/issues/3767): `--require` does not break on module names that look like certain `node` flags ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > > # 6.0.1 / 2019-02-21 > > The obligatory round of post-major-release bugfixes. > > ## :bug: Fixes > > These issues were regressions. > > - [#3754](https://github-redirect.dependabot.com/mochajs/mocha/issues/3754): Mocha again finds `test.js` when run without arguments ([**[@plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck)) > - [#3756](https://github-redirect.dependabot.com/mochajs/mocha/issues/3756): Mocha again supports third-party interfaces via `--ui` ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3755](https://github-redirect.dependabot.com/mochajs/mocha/issues/3755): Fix broken `--watch` ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3759](https://github-redirect.dependabot.com/mochajs/mocha/issues/3759): Fix unwelcome deprecation notice when Mocha run against languages (CoffeeScript) with implicit return statements; _returning a non-`undefined` value from a `describe` callback is no longer considered deprecated_ ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > > ## :book: Documentation > > - [#3738](https://github-redirect.dependabot.com/mochajs/mocha/issues/3738): Upgrade to `@mocha/docdash@2` ([**[@tendonstrength](https://github.com/tendonstrength)**](https://github.com/tendonstrength)) > - [#3751](https://github-redirect.dependabot.com/mochajs/mocha/issues/3751): Use preferred names for example config files ([**[@Szauka](https://github.com/Szauka)**](https://github.com/Szauka)) > > # 6.0.0 / 2019-02-18 > > ## :tada: Enhancements > > - [#3726](https://github-redirect.dependabot.com/mochajs/mocha/issues/3726): Add ability to unload files from `require` cache ([**[@plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck)) > > ## :bug: Fixes > > - [#3737](https://github-redirect.dependabot.com/mochajs/mocha/issues/3737): Fix falsy values from options globals ([**[@plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck)) > - [#3707](https://github-redirect.dependabot.com/mochajs/mocha/issues/3707): Fix encapsulation issues for `Suite#_onlyTests` and `Suite#_onlySuites` ([**[@vkarpov15](https://github.com/vkarpov15)**](https://github.com/vkarpov15)) > - [#3711](https://github-redirect.dependabot.com/mochajs/mocha/issues/3711): Fix diagnostic messages dealing with plurality and markup of output ([**[@plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck)) > - [#3723](https://github-redirect.dependabot.com/mochajs/mocha/issues/3723): Fix "reporter-option" to allow comma-separated options ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3722](https://github-redirect.dependabot.com/mochajs/mocha/issues/3722): Fix code quality and performance of `lookupFiles` and `files` ([**[@plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck)) > - [#3650](https://github-redirect.dependabot.com/mochajs/mocha/issues/3650), [#3654](https://github-redirect.dependabot.com/mochajs/mocha/issues/3654): Fix noisy error message when no files found ([**[@craigtaub](https://github.com/craigtaub)**](https://github.com/craigtaub)) > - [#3632](https://github-redirect.dependabot.com/mochajs/mocha/issues/3632): Tests having an empty title are no longer confused with the "root" suite ([**[@juergba](https://github.com/juergba)**](https://github.com/juergba)) > - [#3666](https://github-redirect.dependabot.com/mochajs/mocha/issues/3666): Fix missing error codes ([**[@vkarpov15](https://github.com/vkarpov15)**](https://github.com/vkarpov15)) > - [#3684](https://github-redirect.dependabot.com/mochajs/mocha/issues/3684): Fix exiting problem in Node.js v11.7.0+ ([**[@addaleax](https://github.com/addaleax)**](https://github.com/addaleax)) > - [#3691](https://github-redirect.dependabot.com/mochajs/mocha/issues/3691): Fix `--delay` (and other boolean options) not working in all cases ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3692](https://github-redirect.dependabot.com/mochajs/mocha/issues/3692): Fix invalid command-line argument usage not causing actual errors ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3698](https://github-redirect.dependabot.com/mochajs/mocha/issues/3698), [#3699](https://github-redirect.dependabot.com/mochajs/mocha/issues/3699): Fix debug-related Node.js options not working in all cases ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3700](https://github-redirect.dependabot.com/mochajs/mocha/issues/3700): Growl notifications now show the correct number of tests run ([**[@outsideris](https://github.com/outsideris)**](https://github.com/outsideris)) > - [#3686](https://github-redirect.dependabot.com/mochajs/mocha/issues/3686): Avoid potential ReDoS when diffing large objects ([**[@cyjake](https://github.com/cyjake)**](https://github.com/cyjake)) > - [#3715](https://github-redirect.dependabot.com/mochajs/mocha/issues/3715): Fix incorrect order of emitted events when used programmatically ([**[@boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > ... (truncated)Commits
- [`00a895f`](https://github.com/mochajs/mocha/commit/00a895f6ad9c1e4c5500851d6ff875e8254a5e06) Release v6.0.2 - [`1edce76`](https://github.com/mochajs/mocha/commit/1edce76eb88c2c04dee604efc10552b0a7d5e637) update CHANGELOG for v6.0.2 [ci skip] - [`347e9db`](https://github.com/mochajs/mocha/commit/347e9db3b40eb22bcbc23a026d9915c77040b897) fix broken positional arguments in config; ensure positional args are unique;... - [`9e31e9d`](https://github.com/mochajs/mocha/commit/9e31e9dcfd45b958aa14961f35abbff8f7ea2b1b) fix handling of bareword args matching node flags; closes [#3761](https://github-redirect.dependabot.com/mochajs/mocha/issues/3761) - [`6535965`](https://github.com/mochajs/mocha/commit/6535965e8655a66de54fc0ad9465c2eb825f13f8) Update "karma-browserify" to eliminate Karma middleware warning ([#3762](https://github-redirect.dependabot.com/mochajs/mocha/issues/3762)) - [`37febb6`](https://github.com/mochajs/mocha/commit/37febb62796374114d2e24534eb44f8776bc7800) improve issue template. ([#3411](https://github-redirect.dependabot.com/mochajs/mocha/issues/3411)) - [`6d3d6b4`](https://github.com/mochajs/mocha/commit/6d3d6b4d5262f9d6374a887834224eb729890b4d) Release v6.0.1 - [`2146ece`](https://github.com/mochajs/mocha/commit/2146ecea38974334c5671561f26788556f1b521b) update CHANGELOG.md for v6.0.1 - [`7c9221d`](https://github.com/mochajs/mocha/commit/7c9221d4b8e999bfc0069fde2c0fcfa8e5e89146) backout deprecation of value returned from suite; closes [#3744](https://github-redirect.dependabot.com/mochajs/mocha/issues/3744) - [`b7cfceb`](https://github.com/mochajs/mocha/commit/b7cfceba05fd16ccfe71ce9f68251730a13f833f) fix --watch not finding any files to execute; closes [#3748](https://github-redirect.dependabot.com/mochajs/mocha/issues/3748) - Additional commits viewable in [compare view](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.2)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.