coil-kt / coil

Image loading for Android and Compose Multiplatform.
https://coil-kt.github.io/coil/
Apache License 2.0
10.83k stars 664 forks source link

fix(deps): update roborazzi to v1.32.2 #2665

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.takahirom.roborazzi:roborazzi-junit-rule 1.32.1 -> 1.32.2 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-compose-desktop 1.32.1 -> 1.32.2 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-compose 1.32.1 -> 1.32.2 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi 1.32.1 -> 1.32.2 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-gradle-plugin 1.32.1 -> 1.32.2 age adoption passing confidence

Release Notes

takahirom/roborazzi (io.github.takahirom.roborazzi:roborazzi-junit-rule) ### [`v1.32.2`](https://redirect.github.com/takahirom/roborazzi/releases/tag/1.32.2) [Compare Source](https://redirect.github.com/takahirom/roborazzi/compare/1.32.1...1.32.2) #### WebP Image Comparison Improvements Improved handling for transparent pixels in WebP image comparisons. Previously, transparent pixels in WebP images were sometimes returned with unexpected color values (e.g., r = 1, g = 0, b = 0, a = 0), which caused inconsistencies in image comparisons. The comparison logic now correctly handles transparent pixels by interpreting them as fully transparent black (r = 0, g = 0, b = 0, a = 0) to ensure consistent results across comparisons. Special thanks to [@​ArcaNO93](https://redirect.github.com/ArcaNO93) for identifying and reporting this issue! #### What's Changed - Fix WebP comparison issue with transparent colors by [@​takahirom](https://redirect.github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/547](https://redirect.github.com/takahirom/roborazzi/pull/547) - \[CI]Update dependency gradle to v8.10.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/543](https://redirect.github.com/takahirom/roborazzi/pull/543) **Full Changelog**: https://github.com/takahirom/roborazzi/compare/1.32.1...1.32.2

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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 these updates again.



This PR was generated by Mend Renovate. View the repository job log.