bencevans / node-sonos

🔈 Sonos Media Player Interface/Client
https://www.npmjs.com/package/sonos
MIT License
702 stars 147 forks source link

chore(deps): update dependency mocha to v6.2.0 #431

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
mocha (source) devDependencies minor 6.1.4 -> 6.2.0

Release Notes

mochajs/mocha ### [`v6.2.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​620--2019-07-18) [Compare Source](https://togithub.com/mochajs/mocha/compare/v6.1.4...v6.2.0) #### :tada: Enhancements - [#​3827](https://togithub.com/mochajs/mocha/issues/3827): Do not fork child-process if no Node flags are present ([**@​boneskull**](https://togithub.com/boneskull)) - [#​3725](https://togithub.com/mochajs/mocha/issues/3725): Base reporter store ref to console.log, see [mocha/wiki](https://togithub.com/mochajs/mocha/wiki/HOW-TO:-Correctly-stub-stdout) ([**@​craigtaub**](https://togithub.com/craigtaub)) #### :bug: Fixes - [#​3942](https://togithub.com/mochajs/mocha/issues/3942): Fix "No test files found" Error when file is passed via `--file` ([**@​gabegorelick**](https://togithub.com/gabegorelick)) - [#​3914](https://togithub.com/mochajs/mocha/issues/3914): Modify Mocha constructor to accept options `global` or `globals` ([**@​pascalpp**](https://togithub.com/pascalpp)) - [#​3894](https://togithub.com/mochajs/mocha/issues/3894): Fix parsing of config files with `_mocha` binary ([**@​juergba**](https://togithub.com/juergba)) - [#​3834](https://togithub.com/mochajs/mocha/issues/3834): Fix CLI parsing with default values ([**@​boneskull**](https://togithub.com/boneskull), [**@​juergba**](https://togithub.com/juergba)) - [#​3831](https://togithub.com/mochajs/mocha/issues/3831): Fix `--timeout`/`--slow` string values and duplicate arguments ([**@​boneskull**](https://togithub.com/boneskull), [**@​juergba**](https://togithub.com/juergba)) #### :book: Documentation - [#​3906](https://togithub.com/mochajs/mocha/issues/3906): Document option to define custom report name for XUnit reporter ([**@​pkuczynski**](https://togithub.com/pkuczynski)) - [#​3889](https://togithub.com/mochajs/mocha/issues/3889): Adds doc links for mocha-examples ([**@​craigtaub**](https://togithub.com/craigtaub)) - [#​3887](https://togithub.com/mochajs/mocha/issues/3887): Fix broken links ([**@​toyjhlee**](https://togithub.com/toyjhlee)) - [#​3841](https://togithub.com/mochajs/mocha/issues/3841): Fix anchors to configuration section ([**@​trescube**](https://togithub.com/trescube)) #### :mag: Coverage - [#​3915](https://togithub.com/mochajs/mocha/issues/3915), [#​3929](https://togithub.com/mochajs/mocha/issues/3929): Increase tests coverage for `--watch` options ([**@​geigerzaehler**](https://togithub.com/geigerzaehler)) #### :nut_and_bolt: Other - [#​3953](https://togithub.com/mochajs/mocha/issues/3953): Collect test files later, prepares improvements to the `--watch` mode behavior ([**@​geigerzaehler**](https://togithub.com/geigerzaehler)) - [#​3939](https://togithub.com/mochajs/mocha/issues/3939): Upgrade for npm audit ([**@​boneskull**](https://togithub.com/boneskull)) - [#​3930](https://togithub.com/mochajs/mocha/issues/3930): Extract `runWatch` into separate module ([**@​geigerzaehler**](https://togithub.com/geigerzaehler)) - [#​3922](https://togithub.com/mochajs/mocha/issues/3922): Add `mocha.min.js` file to stacktrace filter ([**@​brian-lagerman**](https://togithub.com/brian-lagerman)) - [#​3919](https://togithub.com/mochajs/mocha/issues/3919): Update CI config files to use Node-12.x ([**@​plroebuck**](https://togithub.com/plroebuck)) - [#​3892](https://togithub.com/mochajs/mocha/issues/3892): Rework reporter tests ([**@​plroebuck**](https://togithub.com/plroebuck)) - [#​3872](https://togithub.com/mochajs/mocha/issues/3872): Rename `--exclude` to `--ignore` and create alias ([**@​boneskull**](https://togithub.com/boneskull)) - [#​3963](https://togithub.com/mochajs/mocha/issues/3963): Hide stacktrace when cli args are missing ([**@​outsideris**](https://togithub.com/outsideris)) - [#​3956](https://togithub.com/mochajs/mocha/issues/3956): Do not redeclare variable in docs array example ([**@​DanielRuf**](https://togithub.com/DanielRuf)) - [#​3957](https://togithub.com/mochajs/mocha/issues/3957): Remove duplicate line-height property in `mocha.css` ([**@​DanielRuf**](https://togithub.com/DanielRuf)) - [#​3960](https://togithub.com/mochajs/mocha/issues/3960): Don't re-initialize grep option on watch re-run ([**@​geigerzaehler**](https://togithub.com/geigerzaehler))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.

bencevans commented 5 years ago

:tada: This PR is included in version 1.12.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: