TryGhost / express-hbs

Express handlebars template engine with inheritance, partials, i18n and async helpers.
MIT License
458 stars 76 forks source link

Update dependency mocha to v8.1.0 #212

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
mocha (source) devDependencies minor 8.0.1 -> 8.1.0

Release Notes

mochajs/mocha ### [`v8.1.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​810--2020-07-30) [Compare Source](https://togithub.com/mochajs/mocha/compare/v8.0.1...v8.1.0) In this release, Mocha now builds its browser bundle with Rollup and Babel, which will provide the project's codebase more flexibility and consistency. While we've been diligent about backwards compatibility, it's _possible_ consumers of the browser bundle will encounter differences (other than an increase in the bundle size). If you _do_ encounter an issue with the build, please [report it here](https://togithub.com/mochajs/mocha/issues/new?labels=unconfirmed-bug&template=bug_report.md&title=). This release **does not** drop support for IE11. Other community contributions came from [**@​Devjeel**](https://togithub.com/Devjeel), [**@​Harsha509**](https://togithub.com/Harsha509) and [**@​sharath2106**](https://togithub.com/sharath2106). _Thank you_ to everyone who contributed to this release! > Do you read Korean? See [this guide to running parallel tests in Mocha](https://blog.outsider.ne.kr/1489), translated by our maintainer, [**@​outsideris**](https://togithub.com/outsideris). > > #### :tada: Enhancements - [#​4287](https://togithub.com/mochajs/mocha/issues/4287): Use background colors with inline diffs for better visual distinction ([**@​michael-brade**](https://togithub.com/michael-brade)) #### :bug: Fixes - [#​4328](https://togithub.com/mochajs/mocha/issues/4328): Fix "watch" mode when Mocha run in parallel ([**@​boneskull**](https://togithub.com/boneskull)) - [#​4382](https://togithub.com/mochajs/mocha/issues/4382): Fix root hook execution in "watch" mode ([**@​indieisaconcept**](https://togithub.com/indieisaconcept)) - [#​4383](https://togithub.com/mochajs/mocha/issues/4383): Consistent auto-generated hook titles ([**@​cspotcode**](https://togithub.com/cspotcode)) - [#​4359](https://togithub.com/mochajs/mocha/issues/4359): Better errors when running `mocha init` ([**@​boneskull**](https://togithub.com/boneskull)) - [#​4341](https://togithub.com/mochajs/mocha/issues/4341): Fix weirdness when using `delay` option in browser ([**@​craigtaub**](https://togithub.com/craigtaub)) #### :lock: Security Fixes - [#​4378](https://togithub.com/mochajs/mocha/issues/4378), [#​4333](https://togithub.com/mochajs/mocha/issues/4333): Update [javascript-serialize](https://npm.im/javascript-serialize) ([**@​martinoppitz**](https://togithub.com/martinoppitz), [**@​wnghdcjfe**](https://togithub.com/wnghdcjfe)) - [#​4354](https://togithub.com/mochajs/mocha/issues/4354): Update [yargs-unparser](https://npm.im/yargs-unparser) ([**@​martinoppitz**](https://togithub.com/martinoppitz)) #### :book: Documentation & Website - [#​4173](https://togithub.com/mochajs/mocha/issues/4173): Document how to use `--enable-source-maps` with Mocha ([**@​bcoe**](https://togithub.com/bcoe)) - [#​4343](https://togithub.com/mochajs/mocha/issues/4343): Clean up some API docs ([**@​craigtaub**](https://togithub.com/craigtaub)) - [#​4318](https://togithub.com/mochajs/mocha/issues/4318): Sponsor images are now self-hosted ([**@​Munter**](https://togithub.com/Munter)) #### :nut_and_bolt: Other - [#​4293](https://togithub.com/mochajs/mocha/issues/4293): Use Rollup and Babel in build pipeline; add source map to published files ([**@​Munter**](https://togithub.com/Munter))

Renovate configuration

:date: Schedule: "every weekday" (UTC).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



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