ouchadam / small-talk

Minimal Android messenger powered by Matrix
Apache License 2.0
139 stars 4 forks source link

Update dependency io.coil-kt:coil-compose to v2.3.0 #327

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.coil-kt:coil-compose 2.2.2 -> 2.3.0 age adoption passing confidence

Release Notes

coil-kt/coil ### [`v2.3.0`](https://togithub.com/coil-kt/coil/blob/HEAD/CHANGELOG.md#​230---March-25-2023) [Compare Source](https://togithub.com/coil-kt/coil/compare/2.2.2...2.3.0) - **New**: Introduce a new `coil-test` artifact, which includes `FakeImageLoaderEngine`. This class is useful for hardcoding image loader responses to ensure consistent and synchronous (from the main thread) responses in tests. See [here](https://coil-kt.github.io/coil/testing) for more info. - **New**: Add [baseline profiles](https://developer.android.com/topic/performance/baselineprofiles/overview) to `coil-base` (child module of `coil`) and `coil-compose-base` (child module of `coil-compose`). - This improves Coil's runtime performance and should offer [better frame timings](https://togithub.com/coil-kt/coil/tree/main/coil-benchmark/benchmark_output.md) depending on how Coil is used in your app. - Fix: Fix parsing `file://` URIs with encoded data. [#​1601](https://togithub.com/coil-kt/coil/pull/1601) - Fix: `DiskCache` now properly computes its maximum size if passed a directory that does not exist. [#​1620](https://togithub.com/coil-kt/coil/pull/1620) - Make `Coil.reset` public API. [#​1506](https://togithub.com/coil-kt/coil/pull/1506) - Enable Java default method generation. [#​1491](https://togithub.com/coil-kt/coil/pull/1491) - Update Kotlin to 1.8.10. - Update `accompanist-drawablepainter` to 0.30.0. - Update `androidx.annotation` to 1.6.0. - Update `androidx.appcompat:appcompat-resources` to 1.6.1. - Update `androidx.compose.foundation` to 1.4.0. - Update `androidx.core` to 1.9.0. - Update `androidx.exifinterface:exifinterface` to 1.3.6. - Update `androidx.lifecycle` to 1.6.1. - Update `okio` to 3.3.0.

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 this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #327 (1fe0c05) into main (c98e1cd) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #327   +/-   ##
=========================================
  Coverage     54.84%   54.84%           
  Complexity      117      117           
=========================================
  Files           104      104           
  Lines          1732     1732           
  Branches        239      239           
=========================================
  Hits            950      950           
  Misses          672      672           
  Partials        110      110           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

github-actions[bot] commented 1 year ago

APK Size: 2.1 MB