Skip to content

fix(deps): update coil to v3.2.0 #4712

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 5, 2025
Merged

fix(deps): update coil to v3.2.0 #4712

merged 6 commits into from
Jun 5, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.coil-kt.coil3:coil-test 3.1.0 -> 3.2.0 age adoption passing confidence
io.coil-kt.coil3:coil-gif 3.1.0 -> 3.2.0 age adoption passing confidence
io.coil-kt.coil3:coil-compose 3.1.0 -> 3.2.0 age adoption passing confidence
io.coil-kt.coil3:coil-network-okhttp 3.1.0 -> 3.2.0 age adoption passing confidence
io.coil-kt.coil3:coil 3.1.0 -> 3.2.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

coil-kt/coil (io.coil-kt.coil3:coil-test)

v3.2.0

Compare Source

Changes since 3.1.0:

  • Important: coil-compose and coil-compose-core now require Java 11 bytecode due to Compose 1.8.0 requiring it. See here for how to enable it.
  • Change AsyncImagePreviewHandler's functional constructor to return AsyncImagePainter.State.Success instead of AsyncImagePainter.State.Loading.
  • Fix cancellation in ConstraintsSizeResolver#size().
  • Fix warning for missing PlatformContext when building with R8.
  • Fix FakeImageLoaderEngine not setting Transition.Factory.NONE when the default FakeImageLoaderEngine response is returned.
  • Remove experimental annotation from ColorImage.
  • Parse network headers lazily in CacheControlCacheStrategy.
  • Refactor CircleCropTransformation and RoundedCornersTransformation to share common code.
  • Fall back to using BitmapFactory internally if ExifOrientationStrategy is not RESPECT_PERFORMANCE.
  • Update Kotlin to 2.1.20.
  • Update Compose to 1.8.0.
  • Update Okio to 3.11.0.
  • Update Skiko to 0.9.4.
  • Update Coroutines to 1.10.2.
  • Update accompanist-drawablepainter to 0.37.3.

Changes since 3.2.0-rc02:

  • Fall back to using BitmapFactory internally if ExifOrientationStrategy is not RESPECT_PERFORMANCE.
  • Update Compose to 1.8.0.
  • Update accompanist-drawablepainter to 0.37.3.

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label May 13, 2025
@renovate renovate bot requested a review from a team as a code owner May 13, 2025 05:55
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label May 13, 2025
@renovate renovate bot requested review from bmarty and removed request for a team May 13, 2025 05:55
@bmarty
Copy link
Member

bmarty commented May 13, 2025

Seems that we need #4631

@renovate renovate bot force-pushed the renovate/coil branch from 70b3e7d to 05d751a Compare June 3, 2025 21:46
@renovate renovate bot force-pushed the renovate/coil branch from 05d751a to eb0302d Compare June 4, 2025 07:04
@bmarty bmarty added the Record-Screenshots Runs the 'Record Screenshots' CI job and adds a commit with any new screenshots found. label Jun 4, 2025
@github-actions github-actions bot removed the Record-Screenshots Runs the 'Record Screenshots' CI job and adds a commit with any new screenshots found. label Jun 4, 2025
Copy link
Contributor Author

renovate bot commented Jun 4, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link
Contributor

github-actions bot commented Jun 4, 2025

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/yZCMU7

Copy link

codecov bot commented Jun 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.42%. Comparing base (efdc10e) to head (7a18b79).
Report is 10 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4712      +/-   ##
===========================================
+ Coverage    80.39%   80.42%   +0.02%     
===========================================
  Files         2149     2148       -1     
  Lines        56838    56828      -10     
  Branches      7126     7123       -3     
===========================================
+ Hits         45697    45703       +6     
+ Misses        8690     8685       -5     
+ Partials      2451     2440      -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bmarty bmarty added the Record-Screenshots Runs the 'Record Screenshots' CI job and adds a commit with any new screenshots found. label Jun 4, 2025
@github-actions github-actions bot removed the Record-Screenshots Runs the 'Record Screenshots' CI job and adds a commit with any new screenshots found. label Jun 4, 2025
@ElementBot
Copy link
Collaborator

ElementBot commented Jun 4, 2025

Warnings
⚠️

gradle/libs.versions.toml#L17 - A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.9.0 is available: 2.9.1

⚠️

gradle/libs.versions.toml#L23 - A newer version of androidx.compose:compose-bom than 2025.05.01 is available: 2025.06.00

⚠️

gradle/libs.versions.toml#L46 - A newer version of me.saket.telephoto:zoomable-image-coil than 0.15.1 is available: 0.16.0

⚠️

gradle/libs.versions.toml#L108 - A newer version of androidx.webkit:webkit than 1.13.0 is available: 1.14.0

⚠️

gradle/libs.versions.toml#L189 - A newer version of org.maplibre.gl:android-sdk than 11.8.8 is available: 11.9.0

⚠️

gradle/libs.versions.toml#L192 - The native library arm64-v8a/libopuscodec.so (from io.element.android:opusencoder:1.1.0) is not 16 KB aligned

⚠️

libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/components/Bloom.kt#L430 - Use the KTX function createBitmap instead?

Generated by 🚫 dangerJS against 7a18b79

@bmarty bmarty added the Record-Screenshots Runs the 'Record Screenshots' CI job and adds a commit with any new screenshots found. label Jun 4, 2025
@bmarty bmarty requested review from a team and jmartinesp and removed request for bmarty and a team June 4, 2025 19:44
@github-actions github-actions bot removed the Record-Screenshots Runs the 'Record Screenshots' CI job and adds a commit with any new screenshots found. label Jun 4, 2025
Copy link

sonarqubecloud bot commented Jun 4, 2025

Copy link
Member

@jmartinesp jmartinesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes LGTM. We'll have to check how the ContentScale.Fit -> ContentScale.Crop change behaves in the wild.

@bmarty
Copy link
Member

bmarty commented Jun 5, 2025

The changes LGTM. We'll have to check how the ContentScale.Fit -> ContentScale.Crop change behaves in the wild.

OK, so I have posted this image:

image1

and it still renders as expected on EXA:

image2

and in the media viewer:

image

and the gallery:

image

@bmarty bmarty merged commit 03b8010 into develop Jun 5, 2025
30 of 31 checks passed
@bmarty bmarty deleted the renovate/coil branch June 5, 2025 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants