svenkatreddy / puppeteer-loadtest

load test puppeteer (Headless Chrome API) script using node
Apache License 2.0
119 stars 21 forks source link

Bump mocha from 6.1.4 to 6.2.1 #25

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps mocha from 6.1.4 to 6.2.1.

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 > > - [#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)) > - [#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))
Changelog *Sourced from [mocha's changelog](https://github.com/mochajs/mocha/blob/v6.2.1/CHANGELOG.md).* > # 6.2.1 / 2019-09-29 > > ## :bug: Fixes > > - [#3955](https://github-redirect.dependabot.com/mochajs/mocha/issues/3955): tty.getWindowSize is not a function inside a "worker_threads" worker ([**[@​1999](https://github.com/1999)**](https://github.com/1999)) > - [#3970](https://github-redirect.dependabot.com/mochajs/mocha/issues/3970): remove extraGlobals() ([**[@​juergba](https://github.com/juergba)**](https://github.com/juergba)) > - [#3984](https://github-redirect.dependabot.com/mochajs/mocha/issues/3984): Update yargs-unparser to v1.6.0 ([**[@​juergba](https://github.com/juergba)**](https://github.com/juergba)) > - [#3983](https://github-redirect.dependabot.com/mochajs/mocha/issues/3983): Package 'esm': spawn child-process for correct loading ([**[@​juergba](https://github.com/juergba)**](https://github.com/juergba)) > - [#3986](https://github-redirect.dependabot.com/mochajs/mocha/issues/3986): Update yargs to v13.3.0 and yargs-parser to v13.1.1 ([**[@​juergba](https://github.com/juergba)**](https://github.com/juergba)) > > ## :book: Documentation > > - [#3886](https://github-redirect.dependabot.com/mochajs/mocha/issues/3886): fix styles on mochajs.org ([**[@​outsideris](https://github.com/outsideris)**](https://github.com/outsideris)) > - [#3966](https://github-redirect.dependabot.com/mochajs/mocha/issues/3966): Remove jsdoc index.html placeholder from eleventy file structure and fix broken link in jsdoc tutorial ([**[@​Munter](https://github.com/Munter)**](https://github.com/Munter)) > - [#3765](https://github-redirect.dependabot.com/mochajs/mocha/issues/3765): Add Matomo to website ([**[@​MarioDiaz98](https://github.com/MarioDiaz98)**](https://github.com/MarioDiaz98)) > - [#3947](https://github-redirect.dependabot.com/mochajs/mocha/issues/3947): Clarify effect of .skip() ([**[@​oliversalzburg](https://github.com/oliversalzburg)**](https://github.com/oliversalzburg)) > > # 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)) > ... (truncated)
Commits - [`ef6c820`](https://github.com/mochajs/mocha/commit/ef6c820262708b302c07ea12b130a9e4dc8b4964) Release v6.2.1 - [`9524978`](https://github.com/mochajs/mocha/commit/952497836df20bef88ee546951e3c72fc1466f08) updated CHANGELOG for v6.2.1 [ci skip] - [`dfdb8b3`](https://github.com/mochajs/mocha/commit/dfdb8b38ab8911b7a94d1d7c4d0a60c8f44bd705) Update yargs to v13.3.0 ([#3986](https://github-redirect.dependabot.com/mochajs/mocha/issues/3986)) - [`18ad1c1`](https://github.com/mochajs/mocha/commit/18ad1c187ab0bc4ea12ef929db2ee0679a22b63c) treat '--require esm' as Node option ([#3983](https://github-redirect.dependabot.com/mochajs/mocha/issues/3983)) - [`fcffd5a`](https://github.com/mochajs/mocha/commit/fcffd5a6a982aae56ae0585f33939ae4d1638631) Update yargs-unparser to v1.6.0 ([#3984](https://github-redirect.dependabot.com/mochajs/mocha/issues/3984)) - [`ad4860e`](https://github.com/mochajs/mocha/commit/ad4860e0aa2d3fea0e544edc784dc1140e2115a9) Remove extraGlobals() ([#3970](https://github-redirect.dependabot.com/mochajs/mocha/issues/3970)) - [`b269ad0`](https://github.com/mochajs/mocha/commit/b269ad01b8faedc21d0bc0a955495719a06bae9d) Clarify effect of .skip() ([#3947](https://github-redirect.dependabot.com/mochajs/mocha/issues/3947)) - [`1e6cf3b`](https://github.com/mochajs/mocha/commit/1e6cf3b74af087dd8c4c79804c7206a0bb589404) Add Matomo to website ([#3765](https://github-redirect.dependabot.com/mochajs/mocha/issues/3765)) - [`91b3a54`](https://github.com/mochajs/mocha/commit/91b3a547b9bce571bf3f98417691d38658c6d576) fix style on mochajs.org ([#3886](https://github-redirect.dependabot.com/mochajs/mocha/issues/3886)) - [`0e9d8ad`](https://github.com/mochajs/mocha/commit/0e9d8ad59a78a482d97f4fe735dafa1f65dc89d2) tty.getWindowSize is not a function inside a "worker_threads" worker ([#3955](https://github-redirect.dependabot.com/mochajs/mocha/issues/3955)) - Additional commits viewable in [compare view](https://github.com/mochajs/mocha/compare/v6.1.4...v6.2.1)
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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 4 years ago

Superseded by #26.