paypal-common-components
paypal-common-components copied to clipboard
chore(deps): update dependency pixelmatch to v5
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
pixelmatch | ^4.0.2 -> ^5.0.0 |
Release Notes
mapbox/pixelmatch (pixelmatch)
v5.3.0
Upgrade pngjs
dependency (used in the pixelmatch
CLI) from v4 to v6.
v5.2.1
v5.2.0
- Added a
diffColorAlt
option for coloring pixels that got darker differently (for differentiating between "added" and "removed" parts). #87 (h/t @tristen) - Dropped Node v4/v6 support in the binary.
v5.1.0
Added diffMask
option. #73 (h/t @tmeasday)
v5.0.2
- Fix input validation failing in some Jest environments. #62
v5.0.1
- 🐞 Fix
alpha
option being ignored in case of identical images. - Slightly more robust input validation.
v5.0.0
- ⚠️ Breaking: update to ES6 syntax, dropping Node <6.4 and IE11 support.
- 🎨 Added configurable diff output (options
alpha
,aaColor
,diffColor
) (@dreignier @VP-) - ⚡️ Improve matching performance by ~35%.
- ⚡️ Bypass detailed comparison when image data is identical, significantly improving performance when running tests on CI #60 (thanks to @bontscho).
- Fix anti-aliasing detection on image edges #51 (@IvanSanchez).
- Produce a meaningful error when image data is in the wrong format #53 (thanks to @LearningNerd)
- CLI: return non-zero exit code when images differ #54 (@maio).
- CLI: make diff output optional.
- Make the published NPM module smaller.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Codecov Report
Patch and project coverage have no change.
Comparison is base (
4f3eb23
) 79.51% compared to head (f4bdc4f
) 79.51%.
Additional details and impacted files
@@ Coverage Diff @@
## main #9 +/- ##
=======================================
Coverage 79.51% 79.51%
=======================================
Files 7 7
Lines 83 83
Branches 17 17
=======================================
Hits 66 66
Misses 12 12
Partials 5 5
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.