Release notes
*Sourced from mocha's [releases](https://github.com/mochajs/mocha/releases).*
> ## v5.0.5
> # 5.0.5 / 2018-03-22
>
> Welcome [[**outsideris**](https://github.com/outsideris)] to the team!
>
> ## :bug: Fixes
>
> - [#3096]: Fix `--bail` failing to bail within hooks ([[**outsideris**](https://github.com/outsideris)])
> - [#3184]: Don't skip too many suites (using `describe.skip()`) ([[**outsideris**](https://github.com/outsideris)])
>
> ## :book: Documentation
>
> - [#3133]: Improve docs regarding "pending" behavior ([[**ematicipo**](https://github.com/ematicipo)])
> - [#3276], [#3274]: Fix broken stuff in `CHANGELOG.md` ([[**tagoro9**](https://github.com/tagoro9)], [[**honzajavorek**](https://github.com/honzajavorek)])
>
> ## :nut_and_bolt: Other
>
> - [#3208]: Improve test coverage for AMD users ([[**outsideris**](https://github.com/outsideris)])
> - [#3267]: Remove vestiges of PhantomJS from CI ([[**anishkny**](https://github.com/anishkny)])
> - [#2952]: Fix a debug message ([[**boneskull**](https://github.com/boneskull)])
>
> [#3096]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3096
> [#3184]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3184
> [#3133]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3133
> [#3276]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3276
> [#3274]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3274
> [#3208]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3208
> [#2952]: https://github-redirect.dependabot.com/mochajs/mocha/issues/2952
> [#3267]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3267
>
> [[**ematicipo**](https://github.com/ematicipo)]: https://github.com/ematicipo
> [[**tagoro9**](https://github.com/tagoro9)]: https://github.com/tagoro9
> [[**honzajavorek**](https://github.com/honzajavorek)]: https://github.com/honajavorek
> [[**anishkny**](https://github.com/anishkny)]: https://github.com/anishkny
> [[**boneskull**](https://github.com/boneskull)]: https://github.com/boneskull
> [[**outsideris**](https://github.com/outsideris)]: https://github.com/outsideris
>
> ## v5.0.4
> # 5.0.4 / 2018-03-07
>
> ## :bug: Fixes
>
> - [#3265]: Fixes regression in "watch" functionality introduced in v5.0.2 ([[**outsideris**](https://github.com/outsideris)])
>
> [#3265]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3265
> [[**outsideris**](https://github.com/outsideris)]: https://github.com/outsideris
>
> ## v5.0.3
> # 5.0.3 / 2018-03-06
>
> ... (truncated)
Changelog
*Sourced from mocha's [changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md).*
> # 5.0.5 / 2018-03-22
>
> Welcome [[**outsideris**](https://github.com/outsideris)] to the team!
>
> ## :bug: Fixes
>
> - [#3096]: Fix `--bail` failing to bail within hooks ([[**outsideris**](https://github.com/outsideris)])
> - [#3184]: Don't skip too many suites (using `describe.skip()`) ([[**outsideris**](https://github.com/outsideris)])
>
> ## :book: Documentation
>
> - [#3133]: Improve docs regarding "pending" behavior ([[**ematicipo**](https://github.com/ematicipo)])
> - [#3276], [#3274]: Fix broken stuff in `CHANGELOG.md` ([[**tagoro9**](https://github.com/tagoro9)], [[**honzajavorek**](https://github.com/honzajavorek)])
>
> ## :nut_and_bolt: Other
>
> - [#3208]: Improve test coverage for AMD users ([[**outsideris**](https://github.com/outsideris)])
> - [#3267]: Remove vestiges of PhantomJS from CI ([[**anishkny**](https://github.com/anishkny)])
> - [#2952]: Fix a debug message ([[**boneskull**](https://github.com/boneskull)])
>
> [#3096]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3096
> [#3184]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3184
> [#3133]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3133
> [#3276]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3276
> [#3274]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3274
> [#3208]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3208
> [#2952]: https://github-redirect.dependabot.com/mochajs/mocha/issues/2952
> [#3267]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3267
>
> [[**ematicipo**](https://github.com/ematicipo)]: https://github.com/ematicipo
> [[**tagoro9**](https://github.com/tagoro9)]: https://github.com/tagoro9
> [[**honzajavorek**](https://github.com/honzajavorek)]: https://github.com/honajavorek
> [[**anishkny**](https://github.com/anishkny)]: https://github.com/anishkny
>
> # 5.0.4 / 2018-03-07
>
> ## :bug: Fixes
>
> - [#3265]: Fixes regression in "watch" functionality introduced in v5.0.2 ([[**outsideris**](https://github.com/outsideris)])
>
> [#3265]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3265
>
> # 5.0.3 / 2018-03-06
>
> This patch features a fix to address a potential "low severity" [ReDoS vulnerability](https://snyk.io/vuln/npm:diff:20180305) in the [diff](https://npm.im/diff) package (a dependency of Mocha).
>
> ## :lock: Security Fixes
>
> - [#3266]: Bump `diff` to v3.5.0 ([[**anishkny**](https://github.com/anishkny)])
>
> ... (truncated)
Commits
- [`c11e1e2`](https://github.com/mochajs/mocha/commit/c11e1e2353ed0f7cb2b7652817ccb9396c4df4ea) Release v5.0.5
- [`b5a556e`](https://github.com/mochajs/mocha/commit/b5a556ed593227597a7ae5acfa72edc54256693b) add changes for v5.0.5 [ci skip]
- [`424ef84`](https://github.com/mochajs/mocha/commit/424ef84dbaf6f6a267102d48ef0750e939e9ddd8) increase default timeout for browser unit tests
- [`19104e3`](https://github.com/mochajs/mocha/commit/19104e3cef7a7e8ba5c8be5b3b7cde924b8428e4) fix debug msg in Runnable#slow; closes [#2952](https://github-redirect.dependabot.com/mochajs/mocha/issues/2952)
- [`f4275b6`](https://github.com/mochajs/mocha/commit/f4275b67c0c4e8ac863fe75b5d1bf4a78ce8cda9) extract checking AMD bundle as own test
- [`19b764d`](https://github.com/mochajs/mocha/commit/19b764dcb19a27ed410067373411d840042d815d) Addressed feedback
- [`2c19503`](https://github.com/mochajs/mocha/commit/2c19503e4a5df40ea811ce436328ab0b56949e2d) Fixed linting
- [`ab84f02`](https://github.com/mochajs/mocha/commit/ab84f02e1ab0bdf11d4201a2a5acb131053f6695) chore(docs): rewording pending tests
- [`6383916`](https://github.com/mochajs/mocha/commit/638391684a5a07a9868bb102c01a81f84434fcc1) fix to bail option works properly with hooks ([#3278](https://github-redirect.dependabot.com/mochajs/mocha/issues/3278))
- [`0060884`](https://github.com/mochajs/mocha/commit/0060884cfab435ab07480c885aeb34643cbcf79b) keep hierarchy for skipped suites w/o a callback
- Additional commits viewable in [compare view](https://github.com/mochajs/mocha/compare/v3.4.2...v5.0.5)
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.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language
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)
- Out-of-range updates (receive only lockfile updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps mocha from 3.4.2 to 5.0.5.
Release notes
*Sourced from mocha's [releases](https://github.com/mochajs/mocha/releases).* > ## v5.0.5 > # 5.0.5 / 2018-03-22 > > Welcome [[**outsideris**](https://github.com/outsideris)] to the team! > > ## :bug: Fixes > > - [#3096]: Fix `--bail` failing to bail within hooks ([[**outsideris**](https://github.com/outsideris)]) > - [#3184]: Don't skip too many suites (using `describe.skip()`) ([[**outsideris**](https://github.com/outsideris)]) > > ## :book: Documentation > > - [#3133]: Improve docs regarding "pending" behavior ([[**ematicipo**](https://github.com/ematicipo)]) > - [#3276], [#3274]: Fix broken stuff in `CHANGELOG.md` ([[**tagoro9**](https://github.com/tagoro9)], [[**honzajavorek**](https://github.com/honzajavorek)]) > > ## :nut_and_bolt: Other > > - [#3208]: Improve test coverage for AMD users ([[**outsideris**](https://github.com/outsideris)]) > - [#3267]: Remove vestiges of PhantomJS from CI ([[**anishkny**](https://github.com/anishkny)]) > - [#2952]: Fix a debug message ([[**boneskull**](https://github.com/boneskull)]) > > [#3096]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3096 > [#3184]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3184 > [#3133]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3133 > [#3276]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3276 > [#3274]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3274 > [#3208]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3208 > [#2952]: https://github-redirect.dependabot.com/mochajs/mocha/issues/2952 > [#3267]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3267 > > [[**ematicipo**](https://github.com/ematicipo)]: https://github.com/ematicipo > [[**tagoro9**](https://github.com/tagoro9)]: https://github.com/tagoro9 > [[**honzajavorek**](https://github.com/honzajavorek)]: https://github.com/honajavorek > [[**anishkny**](https://github.com/anishkny)]: https://github.com/anishkny > [[**boneskull**](https://github.com/boneskull)]: https://github.com/boneskull > [[**outsideris**](https://github.com/outsideris)]: https://github.com/outsideris > > ## v5.0.4 > # 5.0.4 / 2018-03-07 > > ## :bug: Fixes > > - [#3265]: Fixes regression in "watch" functionality introduced in v5.0.2 ([[**outsideris**](https://github.com/outsideris)]) > > [#3265]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3265 > [[**outsideris**](https://github.com/outsideris)]: https://github.com/outsideris > > ## v5.0.3 > # 5.0.3 / 2018-03-06 > > ... (truncated)Changelog
*Sourced from mocha's [changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md).* > # 5.0.5 / 2018-03-22 > > Welcome [[**outsideris**](https://github.com/outsideris)] to the team! > > ## :bug: Fixes > > - [#3096]: Fix `--bail` failing to bail within hooks ([[**outsideris**](https://github.com/outsideris)]) > - [#3184]: Don't skip too many suites (using `describe.skip()`) ([[**outsideris**](https://github.com/outsideris)]) > > ## :book: Documentation > > - [#3133]: Improve docs regarding "pending" behavior ([[**ematicipo**](https://github.com/ematicipo)]) > - [#3276], [#3274]: Fix broken stuff in `CHANGELOG.md` ([[**tagoro9**](https://github.com/tagoro9)], [[**honzajavorek**](https://github.com/honzajavorek)]) > > ## :nut_and_bolt: Other > > - [#3208]: Improve test coverage for AMD users ([[**outsideris**](https://github.com/outsideris)]) > - [#3267]: Remove vestiges of PhantomJS from CI ([[**anishkny**](https://github.com/anishkny)]) > - [#2952]: Fix a debug message ([[**boneskull**](https://github.com/boneskull)]) > > [#3096]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3096 > [#3184]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3184 > [#3133]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3133 > [#3276]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3276 > [#3274]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3274 > [#3208]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3208 > [#2952]: https://github-redirect.dependabot.com/mochajs/mocha/issues/2952 > [#3267]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3267 > > [[**ematicipo**](https://github.com/ematicipo)]: https://github.com/ematicipo > [[**tagoro9**](https://github.com/tagoro9)]: https://github.com/tagoro9 > [[**honzajavorek**](https://github.com/honzajavorek)]: https://github.com/honajavorek > [[**anishkny**](https://github.com/anishkny)]: https://github.com/anishkny > > # 5.0.4 / 2018-03-07 > > ## :bug: Fixes > > - [#3265]: Fixes regression in "watch" functionality introduced in v5.0.2 ([[**outsideris**](https://github.com/outsideris)]) > > [#3265]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3265 > > # 5.0.3 / 2018-03-06 > > This patch features a fix to address a potential "low severity" [ReDoS vulnerability](https://snyk.io/vuln/npm:diff:20180305) in the [diff](https://npm.im/diff) package (a dependency of Mocha). > > ## :lock: Security Fixes > > - [#3266]: Bump `diff` to v3.5.0 ([[**anishkny**](https://github.com/anishkny)]) > > ... (truncated)Commits
- [`c11e1e2`](https://github.com/mochajs/mocha/commit/c11e1e2353ed0f7cb2b7652817ccb9396c4df4ea) Release v5.0.5 - [`b5a556e`](https://github.com/mochajs/mocha/commit/b5a556ed593227597a7ae5acfa72edc54256693b) add changes for v5.0.5 [ci skip] - [`424ef84`](https://github.com/mochajs/mocha/commit/424ef84dbaf6f6a267102d48ef0750e939e9ddd8) increase default timeout for browser unit tests - [`19104e3`](https://github.com/mochajs/mocha/commit/19104e3cef7a7e8ba5c8be5b3b7cde924b8428e4) fix debug msg in Runnable#slow; closes [#2952](https://github-redirect.dependabot.com/mochajs/mocha/issues/2952) - [`f4275b6`](https://github.com/mochajs/mocha/commit/f4275b67c0c4e8ac863fe75b5d1bf4a78ce8cda9) extract checking AMD bundle as own test - [`19b764d`](https://github.com/mochajs/mocha/commit/19b764dcb19a27ed410067373411d840042d815d) Addressed feedback - [`2c19503`](https://github.com/mochajs/mocha/commit/2c19503e4a5df40ea811ce436328ab0b56949e2d) Fixed linting - [`ab84f02`](https://github.com/mochajs/mocha/commit/ab84f02e1ab0bdf11d4201a2a5acb131053f6695) chore(docs): rewording pending tests - [`6383916`](https://github.com/mochajs/mocha/commit/638391684a5a07a9868bb102c01a81f84434fcc1) fix to bail option works properly with hooks ([#3278](https://github-redirect.dependabot.com/mochajs/mocha/issues/3278)) - [`0060884`](https://github.com/mochajs/mocha/commit/0060884cfab435ab07480c885aeb34643cbcf79b) keep hierarchy for skipped suites w/o a callback - Additional commits viewable in [compare view](https://github.com/mochajs/mocha/compare/v3.4.2...v5.0.5)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
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language 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) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.