super3 / zmine

Simple Zcash GUI miner built with Node and Vue.
http://www.zmine.org/
GNU Affero General Public License v3.0
7 stars 4 forks source link

Bump mocha from 5.2.0 to 6.0.1 #80

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mocha from 5.2.0 to 6.0.1.

Release notes *Sourced from [mocha's releases](https://github.com/mochajs/mocha/releases).* > ## 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 > > These are _soft_-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha: > > - `-gc` users should use `--gc-global` instead > - Consumers of the function exported by `bin/options` should now use the `loadMochaOpts` or `loadOptions` (preferred) functions exported by the `lib/cli/options` module > > Regarding the `Mocha` class constructor (from `lib/mocha`): > > - Use property `color: false` instead of `useColors: false` > - Use property `timeout: false` instead of `enableTimeouts: false` > > ... (truncated)
Changelog *Sourced from [mocha's changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md).* > # 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)) > - [#3706](https://github-redirect.dependabot.com/mochajs/mocha/issues/3706): Fix regression wherein `--reporter-option`/`--reporter-options` did not support comma-separated key/value pairs ([**[@​boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > > ## :book: Documentation > > - [#3652](https://github-redirect.dependabot.com/mochajs/mocha/issues/3652): Switch from Jekyll to Eleventy ([**[@​Munter](https://github.com/Munter)**](https://github.com/Munter)) > > ## :nut_and_bolt: Other > > - [#3677](https://github-redirect.dependabot.com/mochajs/mocha/issues/3677): Add error objects for createUnsupportedError and createInvalidExceptionError ([**[@​boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > ... (truncated)
Commits - [`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) - [`b836d73`](https://github.com/mochajs/mocha/commit/b836d7332a449455c49ac4c9616ed093bb5b9a61) Upgrade docdash version - issue [#3663](https://github-redirect.dependabot.com/mochajs/mocha/issues/3663) - [`7926f47`](https://github.com/mochajs/mocha/commit/7926f47b7cdc511f52d89fabecb1439118df61f9) fix --ui issues, closes [#3746](https://github-redirect.dependabot.com/mochajs/mocha/issues/3746) - [`00f2ed9`](https://github.com/mochajs/mocha/commit/00f2ed9488564172c81a888c81f69ef39abf21c8) dev dep upgrades from "npm audit" and "npm upgrade" - [`34afb1a`](https://github.com/mochajs/mocha/commit/34afb1afef60309eec6c29abfd3a48b407b3f9a3) fix(cli/run.js): Revert default glob to match Mocha-5.2 - [`6d5a0db`](https://github.com/mochajs/mocha/commit/6d5a0db678849d58a3b7d372ca0683753e64f1fc) Bring the example congfiguration file in line with the documentation. ([#3751](https://github-redirect.dependabot.com/mochajs/mocha/issues/3751)) - [`42303e2`](https://github.com/mochajs/mocha/commit/42303e2acba217af554294b1174ee53b5627cc33) Release v6.0.0 - Additional commits viewable in [compare view](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.1)


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.


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 - `@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.
dependabot-preview[bot] commented 5 years ago

Superseded by #81.