Skip to content

Commit

Permalink
Update coil to v2.5.0 (#973)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [io.coil-kt:coil-test](https://togithub.com/coil-kt/coil) |
dependencies | minor | `2.4.0` -> `2.5.0` |
| [io.coil-kt:coil-compose](https://togithub.com/coil-kt/coil) |
dependencies | minor | `2.4.0` -> `2.5.0` |
| [io.coil-kt:coil](https://togithub.com/coil-kt/coil) | dependencies |
minor | `2.4.0` -> `2.5.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>coil-kt/coil (io.coil-kt:coil-test)</summary>

###
[`v2.5.0`](https://togithub.com/coil-kt/coil/blob/HEAD/CHANGELOG.md#250---October-30-2023)

[Compare
Source](https://togithub.com/coil-kt/coil/compare/2.4.0...2.5.0)

- **New**: Add `MediaDataSourceFetcher.Factory` to support decoding
`MediaDataSource` implementations in `coil-video`.
([#&#8203;1795](https://togithub.com/coil-kt/coil/pull/1795))
- Add the `SHIFT6m` device to the hardware bitmap blocklist.
([#&#8203;1812](https://togithub.com/coil-kt/coil/pull/1812))
- Fix: Guard against painters that return a size with one unbounded
dimension. ([#&#8203;1826](https://togithub.com/coil-kt/coil/pull/1826))
- Fix: Disk cache load fails after `304 Not Modified` when cached
headers include non-ASCII characters.
([#&#8203;1839](https://togithub.com/coil-kt/coil/pull/1839))
- Fix: `FakeImageEngine` not updating the interceptor chain's request.
([#&#8203;1905](https://togithub.com/coil-kt/coil/pull/1905))
-   Update compile SDK to 34.
-   Update Kotlin to 1.9.10.
-   Update Coroutines to 1.7.3.
-   Update `accompanist-drawablepainter` to 0.32.0.
-   Update `androidx.annotation` to 1.7.0.
-   Update `androidx.compose.foundation` to 1.5.4.
-   Update `androidx.core` to 1.12.0.
-   Update `androidx.exifinterface:exifinterface` to 1.3.6.
-   Update `androidx.lifecycle` to 2.6.2.
-   Update `com.squareup.okhttp3` to 4.12.0.
-   Update `com.squareup.okio` to 3.6.0.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNi4zIiwidXBkYXRlZEluVmVyIjoiMzcuMzYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
slack-oss-bot committed Oct 31, 2023
1 parent 662c501 commit ed66637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidx-lifecycle = "2.6.2"
agp = "8.1.2"
anvil = "2.4.8"
benchmark = "1.2.0"
coil = "2.4.0"
coil = "2.5.0"
compose-animation = "1.5.4"
# Pre-release versions for testing Kotlin previews can be found here
# https://androidx.dev/storage/compose-compiler/repository
Expand Down

0 comments on commit ed66637

Please sign in to comment.