ampproject / amp-by-example

DEPRECATED: AMP by Example has been merged into amp.dev
http://amp.dev
Apache License 2.0
753 stars 505 forks source link

Update dependency pixelmatch to v5 #2020

Open renovate-bot opened 5 years ago

renovate-bot commented 5 years ago

This PR contains the following updates:

Package Type Update Change
pixelmatch devDependencies major 4.0.2 -> 5.1.0

Release Notes

mapbox/pixelmatch ### [`v5.1.0`](https://togithub.com/mapbox/pixelmatch/releases/v5.1.0) [Compare Source](https://togithub.com/mapbox/pixelmatch/compare/v5.0.2...v5.1.0) Added `diffMask` option. [#​73](https://togithub.com/mapbox/pixelmatch/issues/73) (h/t [@​tmeasday](https://togithub.com/tmeasday)) ### [`v5.0.2`](https://togithub.com/mapbox/pixelmatch/releases/v5.0.2) [Compare Source](https://togithub.com/mapbox/pixelmatch/compare/v5.0.1...v5.0.2) - Fix input validation failing in some Jest environments. [#​62](https://togithub.com/mapbox/pixelmatch/issues/62) ### [`v5.0.1`](https://togithub.com/mapbox/pixelmatch/releases/v5.0.1) [Compare Source](https://togithub.com/mapbox/pixelmatch/compare/v5.0.0...v5.0.1) - 🐞 Fix `alpha` option being ignored in case of identical images. - Slightly more robust input validation. ### [`v5.0.0`](https://togithub.com/mapbox/pixelmatch/releases/v5.0.0) [Compare Source](https://togithub.com/mapbox/pixelmatch/compare/v4.0.2...v5.0.0) - ⚠️ **Breaking:** update to ES6 syntax, dropping Node <6.4 and IE11 support. - 🎨 Added configurable diff output (options `alpha`, `aaColor`, `diffColor`) ([@​dreignier](https://togithub.com/dreignier) [@​VP-](https://togithub.com/VP-)) - ⚡️ Improve matching performance by ~35%. - ⚡️ Bypass detailed comparison when image data is identical, significantly improving performance when running tests on CI [#​60](https://togithub.com/mapbox/pixelmatch/issues/60) (thanks to [@​bontscho](https://togithub.com/bontscho)). - Fix anti-aliasing detection on image edges [#​51](https://togithub.com/mapbox/pixelmatch/issues/51) ([@​IvanSanchez](https://togithub.com/IvanSanchez)). - Produce a meaningful error when image data is in the wrong format [#​53](https://togithub.com/mapbox/pixelmatch/issues/53) (thanks to [@​LearningNerd](https://togithub.com/LearningNerd)) - CLI: return non-zero exit code when images differ [#​54](https://togithub.com/mapbox/pixelmatch/issues/54) ([@​maio](https://togithub.com/maio)). - CLI: make diff output optional. - Make the published NPM module smaller.

Renovate configuration

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

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

: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.