hexojs / hexo-renderer-markdown-it

Markdown-it is a Markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.
MIT License
343 stars 60 forks source link

Update mocha requirement from ^5.2.0 to ^6.0.1 #68

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on mocha to permit the latest version.

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))
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 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 #69.