chore(deps): update all dependencies #98
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.10.2
->8.11
3.11.0
->3.12.1
33.5.1
->33.6.0
3.0.1
->3.0.3
3.0.1
->3.0.3
3.0.1
->3.0.3
3.0.1
->3.0.3
2.8.3
->2.8.4
2024.10.01
->2024.11.00
1.32.1
->1.32.2
1.32.1
->1.32.2
1.32.1
->1.32.2
1.32.1
->1.32.2
4.13
->4.14
8.6.1
->8.7.2
8.6.1
->8.7.2
8.6.1
->8.7.2
8.6.1
->8.7.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
gradle/gradle (gradle)
v8.11
: 8.11Compare Source
The Gradle team is excited to announce Gradle 8.11.
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211
Upgrade instructions
Switch your build to use Gradle 8.11 by updating your wrapper:
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
coil-kt/coil (io.coil-kt.coil3:coil-test)
v3.0.3
Compare Source
ImageRequest.scale
based on anImageView
'sScaleType
.DiskCache
would not track removal of an entry after deleting its files.Logger
when logging errors.kotlin-stdlib-jdk7
andkotlin-stdlib-jdk8
withkotlin-stdlib
.v3.0.2
Compare Source
OkHttpNetworkFetcherFactory
with a customCacheStrategy
on Android.CacheControlCacheStrategy
computing the age of a cache entry incorrectly.ImageRequest.bitmapConfig
would only be respected on >= API 28 if it wasARGB_8888
orHARDWARE
.takahirom/roborazzi (io.github.takahirom.roborazzi)
v1.32.2
Compare Source
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 for identifying and reporting this issue!
What's Changed
Full Changelog: takahirom/roborazzi@1.32.1...1.32.2
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.