popeindustries / lit-html-server

Render lit-html templates on the server as Node.js streams
MIT License
265 stars 12 forks source link

Bump mocha from 6.1.4 to 6.2.0 #57

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mocha from 6.1.4 to 6.2.0.

Release notes *Sourced from [mocha's releases](https://github.com/mochajs/mocha/releases).* > ## v6.2.0 > # 6.2.0 / 2019-07-18 > > ## :tada: Enhancements > > - [#3827](https://github-redirect.dependabot.com/mochajs/mocha/issues/3827): Do not fork child-process if no Node flags are present ([**[@​boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3725](https://github-redirect.dependabot.com/mochajs/mocha/issues/3725): Base reporter store ref to console.log, see [mocha/wiki](https://github.com/mochajs/mocha/wiki/HOW-TO:-Correctly-stub-stdout) ([**[@​craigtaub](https://github.com/craigtaub)**](https://github.com/craigtaub)) > > ## :bug: Fixes > > - [#3942](https://github-redirect.dependabot.com/mochajs/mocha/issues/3942): Fix "No test files found" Error when file is passed via `--file` ([**[@​gabegorelick](https://github.com/gabegorelick)**](https://github.com/gabegorelick)) > - [#3914](https://github-redirect.dependabot.com/mochajs/mocha/issues/3914): Modify Mocha constructor to accept options `global` or `globals` ([**[@​pascalpp](https://github.com/pascalpp)**](https://github.com/pascalpp)) > - [#3894](https://github-redirect.dependabot.com/mochajs/mocha/issues/3894): Fix parsing of config files with `_mocha` binary ([**[@​juergba](https://github.com/juergba)**](https://github.com/juergba)) > - [#3834](https://github-redirect.dependabot.com/mochajs/mocha/issues/3834): Fix CLI parsing with default values ([**[@​boneskull](https://github.com/boneskull)**](https://github.com/boneskull), [**[@​juergba](https://github.com/juergba)**](https://github.com/juergba)) > - [#3831](https://github-redirect.dependabot.com/mochajs/mocha/issues/3831): Fix `--timeout`/`--slow` string values and duplicate arguments ([**[@​boneskull](https://github.com/boneskull)**](https://github.com/boneskull), [**[@​juergba](https://github.com/juergba)**](https://github.com/juergba)) > > ## :book: Documentation > > - [#3906](https://github-redirect.dependabot.com/mochajs/mocha/issues/3906): Document option to define custom report name for XUnit reporter ([**[@​pkuczynski](https://github.com/pkuczynski)**](https://github.com/pkuczynski)) > - [#3889](https://github-redirect.dependabot.com/mochajs/mocha/issues/3889): Adds doc links for mocha-examples ([**[@​craigtaub](https://github.com/craigtaub)**](https://github.com/craigtaub)) > - [#3887](https://github-redirect.dependabot.com/mochajs/mocha/issues/3887): Fix broken links ([**[@​toyjhlee](https://github.com/toyjhlee)**](https://github.com/toyjhlee)) > - [#3841](https://github-redirect.dependabot.com/mochajs/mocha/issues/3841): Fix anchors to configuration section ([**[@​trescube](https://github.com/trescube)**](https://github.com/trescube)) > > ## :mag: Coverage > > - [#3915](https://github-redirect.dependabot.com/mochajs/mocha/issues/3915), [#3929](https://github-redirect.dependabot.com/mochajs/mocha/issues/3929): Increase tests coverage for `--watch` options ([**[@​geigerzaehler](https://github.com/geigerzaehler)**](https://github.com/geigerzaehler)) > > ## :nut_and_bolt: Other > > - [#3953](https://github-redirect.dependabot.com/mochajs/mocha/issues/3953): Collect test files later, prepares improvements to the `--watch` mode behavior ([**[@​geigerzaehler](https://github.com/geigerzaehler)**](https://github.com/geigerzaehler)) > - [#3939](https://github-redirect.dependabot.com/mochajs/mocha/issues/3939): Upgrade for npm audit ([**[@​boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3930](https://github-redirect.dependabot.com/mochajs/mocha/issues/3930): Extract `runWatch` into separate module ([**[@​geigerzaehler](https://github.com/geigerzaehler)**](https://github.com/geigerzaehler)) > - [#3922](https://github-redirect.dependabot.com/mochajs/mocha/issues/3922): Add `mocha.min.js` file to stacktrace filter ([**[@​brian-lagerman](https://github.com/brian-lagerman)**](https://github.com/brian-lagerman)) > - [#3919](https://github-redirect.dependabot.com/mochajs/mocha/issues/3919): Update CI config files to use Node-12.x ([**[@​plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck)) > - [#3892](https://github-redirect.dependabot.com/mochajs/mocha/issues/3892): Rework reporter tests ([**[@​plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck)) > - [#3872](https://github-redirect.dependabot.com/mochajs/mocha/issues/3872): Rename `--exclude` to `--ignore` and create alias ([**[@​boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3963](https://github-redirect.dependabot.com/mochajs/mocha/issues/3963): Hide stacktrace when cli args are missing ([**[@​outsideris](https://github.com/outsideris)**](https://github.com/outsideris)) > - [#3956](https://github-redirect.dependabot.com/mochajs/mocha/issues/3956): Do not redeclare variable in docs array example ([**[@​DanielRuf](https://github.com/DanielRuf)**](https://github.com/DanielRuf)) > - [#3957](https://github-redirect.dependabot.com/mochajs/mocha/issues/3957): Remove duplicate line-height property in `mocha.css` ([**[@​DanielRuf](https://github.com/DanielRuf)**](https://github.com/DanielRuf)) > - [#3960](https://github-redirect.dependabot.com/mochajs/mocha/issues/3960): Don't re-initialize grep option on watch re-run ([**[@​geigerzaehler](https://github.com/geigerzaehler)**](https://github.com/geigerzaehler))
Changelog *Sourced from [mocha's changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md).* > # 6.2.0 / 2019-07-18 > > ## :tada: Enhancements > > - [#3827](https://github-redirect.dependabot.com/mochajs/mocha/issues/3827): Do not fork child-process if no Node flags are present ([**[@​boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3725](https://github-redirect.dependabot.com/mochajs/mocha/issues/3725): Base reporter store ref to console.log, see [mocha/wiki](https://github.com/mochajs/mocha/wiki/HOW-TO:-Correctly-stub-stdout) ([**[@​craigtaub](https://github.com/craigtaub)**](https://github.com/craigtaub)) > > ## :bug: Fixes > > - [#3942](https://github-redirect.dependabot.com/mochajs/mocha/issues/3942): Fix "No test files found" Error when file is passed via `--file` ([**[@​gabegorelick](https://github.com/gabegorelick)**](https://github.com/gabegorelick)) > - [#3914](https://github-redirect.dependabot.com/mochajs/mocha/issues/3914): Modify Mocha constructor to accept options `global` or `globals` ([**[@​pascalpp](https://github.com/pascalpp)**](https://github.com/pascalpp)) > - [#3894](https://github-redirect.dependabot.com/mochajs/mocha/issues/3894): Fix parsing of config files with `_mocha` binary ([**[@​juergba](https://github.com/juergba)**](https://github.com/juergba)) > - [#3834](https://github-redirect.dependabot.com/mochajs/mocha/issues/3834): Fix CLI parsing with default values ([**[@​boneskull](https://github.com/boneskull)**](https://github.com/boneskull), [**[@​juergba](https://github.com/juergba)**](https://github.com/juergba)) > - [#3831](https://github-redirect.dependabot.com/mochajs/mocha/issues/3831): Fix `--timeout`/`--slow` string values and duplicate arguments ([**[@​boneskull](https://github.com/boneskull)**](https://github.com/boneskull), [**[@​juergba](https://github.com/juergba)**](https://github.com/juergba)) > > ## :book: Documentation > > - [#3906](https://github-redirect.dependabot.com/mochajs/mocha/issues/3906): Document option to define custom report name for XUnit reporter ([**[@​pkuczynski](https://github.com/pkuczynski)**](https://github.com/pkuczynski)) > - [#3889](https://github-redirect.dependabot.com/mochajs/mocha/issues/3889): Adds doc links for mocha-examples ([**[@​craigtaub](https://github.com/craigtaub)**](https://github.com/craigtaub)) > - [#3887](https://github-redirect.dependabot.com/mochajs/mocha/issues/3887): Fix broken links ([**[@​toyjhlee](https://github.com/toyjhlee)**](https://github.com/toyjhlee)) > - [#3841](https://github-redirect.dependabot.com/mochajs/mocha/issues/3841): Fix anchors to configuration section ([**[@​trescube](https://github.com/trescube)**](https://github.com/trescube)) > > ## :mag: Coverage > > - [#3915](https://github-redirect.dependabot.com/mochajs/mocha/issues/3915), [#3929](https://github-redirect.dependabot.com/mochajs/mocha/issues/3929): Increase tests coverage for `--watch` options ([**[@​geigerzaehler](https://github.com/geigerzaehler)**](https://github.com/geigerzaehler)) > > ## :nut_and_bolt: Other > > - [#3953](https://github-redirect.dependabot.com/mochajs/mocha/issues/3953): Collect test files later, prepares improvements to the `--watch` mode behavior ([**[@​geigerzaehler](https://github.com/geigerzaehler)**](https://github.com/geigerzaehler)) > - [#3939](https://github-redirect.dependabot.com/mochajs/mocha/issues/3939): Upgrade for npm audit ([**[@​boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3930](https://github-redirect.dependabot.com/mochajs/mocha/issues/3930): Extract `runWatch` into separate module ([**[@​geigerzaehler](https://github.com/geigerzaehler)**](https://github.com/geigerzaehler)) > - [#3922](https://github-redirect.dependabot.com/mochajs/mocha/issues/3922): Add `mocha.min.js` file to stacktrace filter ([**[@​brian-lagerman](https://github.com/brian-lagerman)**](https://github.com/brian-lagerman)) > - [#3919](https://github-redirect.dependabot.com/mochajs/mocha/issues/3919): Update CI config files to use Node-12.x ([**[@​plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck)) > - [#3892](https://github-redirect.dependabot.com/mochajs/mocha/issues/3892): Rework reporter tests ([**[@​plroebuck](https://github.com/plroebuck)**](https://github.com/plroebuck)) > - [#3872](https://github-redirect.dependabot.com/mochajs/mocha/issues/3872): Rename `--exclude` to `--ignore` and create alias ([**[@​boneskull](https://github.com/boneskull)**](https://github.com/boneskull)) > - [#3963](https://github-redirect.dependabot.com/mochajs/mocha/issues/3963): Hide stacktrace when cli args are missing ([**[@​outsideris](https://github.com/outsideris)**](https://github.com/outsideris)) > - [#3956](https://github-redirect.dependabot.com/mochajs/mocha/issues/3956): Do not redeclare variable in docs array example ([**[@​DanielRuf](https://github.com/DanielRuf)**](https://github.com/DanielRuf)) > - [#3957](https://github-redirect.dependabot.com/mochajs/mocha/issues/3957): Remove duplicate line-height property in `mocha.css` ([**[@​DanielRuf](https://github.com/DanielRuf)**](https://github.com/DanielRuf)) > - [#3960](https://github-redirect.dependabot.com/mochajs/mocha/issues/3960): Don't re-initialize grep option on watch re-run ([**[@​geigerzaehler](https://github.com/geigerzaehler)**](https://github.com/geigerzaehler))
Commits - [`bd47776`](https://github.com/mochajs/mocha/commit/bd477769d6d76f467363ef2ff27e0b622aa5a132) Release v6.2.0 - [`cc595af`](https://github.com/mochajs/mocha/commit/cc595afaffc8117d14ebdd382018754d6c48c4b0) update CHANGELOG.md for v6.2.0 [ci skip] - [`59d70ee`](https://github.com/mochajs/mocha/commit/59d70ee1dfb29541a30d886ae152401dc7a35156) fix: remove duplicate line-height property ([#3957](https://github-redirect.dependabot.com/mochajs/mocha/issues/3957)) - [`f77cac4`](https://github.com/mochajs/mocha/commit/f77cac46879426c924e947c749f57c72c59c3b5e) fix: do not redeclare variable ([#3956](https://github-redirect.dependabot.com/mochajs/mocha/issues/3956)) - [`6201e42`](https://github.com/mochajs/mocha/commit/6201e426bb6856f4dc3314fffb2f25fca719f12f) Hide stacktrace when cli args are missing ([#3963](https://github-redirect.dependabot.com/mochajs/mocha/issues/3963)) - [`88f45d5`](https://github.com/mochajs/mocha/commit/88f45d5fd146a03f728788c93594958f22942c44) Don't re-initialize grep option on watch re-run ([#3960](https://github-redirect.dependabot.com/mochajs/mocha/issues/3960)) - [`5d4dd98`](https://github.com/mochajs/mocha/commit/5d4dd98747637d0e7ed3007328ec9627dd7eda41) Fix No Files error when file is passed via --files ([#3942](https://github-redirect.dependabot.com/mochajs/mocha/issues/3942)) - [`15b96af`](https://github.com/mochajs/mocha/commit/15b96afccaf508312445770e3af1c145d90b28c6) Collect test files later ([#3953](https://github-redirect.dependabot.com/mochajs/mocha/issues/3953)) - [`ccee5f1`](https://github.com/mochajs/mocha/commit/ccee5f1b37bb405b81814daa35c63801cad20b4d) Base reporter store ref to console.log ([#3725](https://github-redirect.dependabot.com/mochajs/mocha/issues/3725)) - [`47318a7`](https://github.com/mochajs/mocha/commit/47318a75fb0a218f843289de0511e8558f8b4df0) update @mocha/contributors to v1.0.4 ([#3944](https://github-redirect.dependabot.com/mochajs/mocha/issues/3944)) - Additional commits viewable in [compare view](https://github.com/mochajs/mocha/compare/v6.1.4...v6.2.0)
Maintainer changes This version was pushed to npm by [craigtaub](https://www.npmjs.com/~craigtaub), a new releaser for mocha since your current version.


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 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). To ignore the version in this PR you can just close it - `@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) - 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.