ember-codemods / ember-module-migrator

Automated migration for new Ember application layout.
74 stars 15 forks source link

Bump mocha from 5.1.0 to 5.2.0 #94

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 6 years ago

Bumps mocha from 5.1.0 to 5.2.0.

Release notes *Sourced from [mocha's releases](https://github.com/mochajs/mocha/releases).* > ## v5.2.0 > # 5.2.0 / 2018-05-18 > > ## :tada: Enhancements > > - [#3375]: Add support for comments in `mocha.opts` ([[**plroebuck**](https://github.com/plroebuck)]) > > ## :bug: Fixes > > - [#3346]: Exit correctly from `before` hooks when using `--bail` ([[**outsideris**](https://github.com/outsideris)]) > > ## :book: Documentation > > - [#3328]: Mocha-flavored [API docs](https://mochajs.org/api/)! ([[**Munter**](https://github.com/Munter)]) > > ## :nut_and_bolt: Other > > - [#3330]: Use `Buffer.from()` ([[**harrysarson**](https://github.com/harrysarson)]) > - [#3295]: Remove redundant folder ([[**DavNej**](https://github.com/DavNej)](https://github.com/DajNev)) > - [#3356](https://github-redirect.dependabot.com/mochajs/mocha/pull/3356): Refactoring ([[**plroebuck**](https://github.com/plroebuck)]) > > [#3375]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3375 > [#3346]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3346 > [#3328]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3328 > [#3330]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3330 > [#3295]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3295 > > [[**plroebuck**](https://github.com/plroebuck)]: https://github.com/plroebuck > [[**harrysarson**](https://github.com/harrysarson)]: https://github.com/harrysarson > [[**outsideris**](https://github.com/outsideris)]: https://github.com/outsideris > [[**Munter**](https://github.com/Munter)]: https://github.com/Munter > > ## v5.1.1 > # 5.1.1 / 2018-04-18 > > ## :bug: Fixes > > - [#3325]: Revert change which broke `--watch` ([[**boneskull**](https://github.com/boneskull)]) > > [#3325]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3325 > [[**boneskull**](https://github.com/boneskull)]: https://github.com/boneskull
Changelog *Sourced from [mocha's changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md).* > # 5.2.0 / 2018-05-18 > > ## :tada: Enhancements > > - [#3375]: Add support for comments in `mocha.opts` ([[**plroebuck**](https://github.com/plroebuck)]) > > ## :bug: Fixes > > - [#3346]: Exit correctly from `before` hooks when using `--bail` ([[**outsideris**](https://github.com/outsideris)]) > > ## :book: Documentation > > - [#3328]: Mocha-flavored [API docs](https://mochajs.org/api/)! ([[**Munter**](https://github.com/Munter)]) > > ## :nut_and_bolt: Other > > - [#3330]: Use `Buffer.from()` ([[**harrysarson**](https://github.com/harrysarson)]) > - [#3295]: Remove redundant folder ([[**DavNej**](https://github.com/DavNej)](https://github.com/DajNev)) > - [#3356](https://github-redirect.dependabot.com/mochajs/mocha/pull/3356): Refactoring ([[**plroebuck**](https://github.com/plroebuck)]) > > [#3375]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3375 > [#3346]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3346 > [#3328]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3328 > [#3330]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3330 > [#3295]: https://github-redirect.dependabot.com/mochajs/mocha/pull/3295 > > [[**plroebuck**](https://github.com/plroebuck)]: https://github.com/plroebuck > [[**harrysarson**](https://github.com/harrysarson)]: https://github.com/harrysarson > [[**outsideris**](https://github.com/outsideris)]: https://github.com/outsideris > [[**Munter**](https://github.com/Munter)]: https://github.com/Munter > > # 5.1.1 / 2018-04-18 > > ## :bug: Fixes > > - [#3325]: Revert change which broke `--watch` ([[**boneskull**](https://github.com/boneskull)]) > > [#3325]: https://github-redirect.dependabot.com/mochajs/mocha/issues/3325
Commits - [`5bd33a0`](https://github.com/mochajs/mocha/commit/5bd33a0ba201d227159759e8ced86756595b0c54) Release v5.2.0 - [`0a5604f`](https://github.com/mochajs/mocha/commit/0a5604f13b1759b3395cab2c97c05896505c6830) reformat missed files - [`7c8f551`](https://github.com/mochajs/mocha/commit/7c8f551b72f6f013f12c83ffcc0c483d07696083) ensure scripts/*.js gets prettiered - [`d8ea2ba`](https://github.com/mochajs/mocha/commit/d8ea2ba08997bd8981ced54002195e6b4d21ffd8) update CHANGELOG.md for v5.2.0 [ci skip] - [`7203ed7`](https://github.com/mochajs/mocha/commit/7203ed7acf9cd50664b5be43cd2ddc45f90221be) update all dependencies - [`fb5393b`](https://github.com/mochajs/mocha/commit/fb5393b7376f8a8c2bca1feacdb19d6a2b2c4f3b) migrate Mocha's tests to Unexpected assertion library ([#3343](https://github-redirect.dependabot.com/mochajs/mocha/issues/3343)) - [`fae9af2`](https://github.com/mochajs/mocha/commit/fae9af274f8f6fea2349143241a9d233b512f346) docs(docs/index.md): Update "mocha.opts" documentation - [`9d9e6c6`](https://github.com/mochajs/mocha/commit/9d9e6c6282f9c88b83516e613dcd3ea8740bdac8) feat(bin/options.js): Add support for comment lines in "mocha.opts" - [`e0306ff`](https://github.com/mochajs/mocha/commit/e0306ff2ee6703234ee495940d51ced60ddf3766) fix busted lint-staged config - [`f2be6d4`](https://github.com/mochajs/mocha/commit/f2be6d47132fd1ce25a42264dc3a572dd4545af8) Annotate when exceptions are caught but ignored; closes [#3354](https://github-redirect.dependabot.com/mochajs/mocha/issues/3354) ([#3356](https://github-redirect.dependabot.com/mochajs/mocha/issues/3356)) - Additional commits viewable in [compare view](https://github.com/mochajs/mocha/compare/v5.1.0...v5.2.0)


Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@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 (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language - `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use (this|these) assignee[s]` will set the current assignees 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) - 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.