Skip to content

Commit

Permalink
Update coil3 to v3.0.1 (slackhq#1784)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [io.coil-kt.coil3:coil-test](https://redirect.github.com/coil-kt/coil)
| dependencies | patch | `3.0.0` -> `3.0.1` |
|
[io.coil-kt.coil3:coil-network-okhttp](https://redirect.github.com/coil-kt/coil)
| dependencies | patch | `3.0.0` -> `3.0.1` |
|
[io.coil-kt.coil3:coil-network-ktor3](https://redirect.github.com/coil-kt/coil)
| dependencies | patch | `3.0.0` -> `3.0.1` |
|
[io.coil-kt.coil3:coil-compose-core](https://redirect.github.com/coil-kt/coil)
| dependencies | patch | `3.0.0` -> `3.0.1` |
| [io.coil-kt.coil3:coil](https://redirect.github.com/coil-kt/coil) |
dependencies | patch | `3.0.0` -> `3.0.1` |

---

> [!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.coil3:coil-test)</summary>

###
[`v3.0.1`](https://redirect.github.com/coil-kt/coil/blob/HEAD/CHANGELOG.md#301---November-7-2024)

[Compare
Source](https://redirect.github.com/coil-kt/coil/compare/3.0.0...3.0.1)

- Fix crash when calling `Image.toBitmap` with a hardware bitmap-backed
`BitmapImage`.
- Fix `AsyncImageModelEqualityDelegate.Default` comparing equality
incorrectly for non-`ImageRequest` models.

</details>

---

### 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.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjUiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
  • Loading branch information
slack-oss-bot authored Nov 8, 2024
1 parent 2a299c2 commit f8a74cc
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 @@ -10,7 +10,7 @@ anvil = "0.4.0"
atomicfu = "0.26.0"
benchmark = "1.3.3"
coil = "2.7.0"
coil3 = "3.0.0"
coil3 = "3.0.1"
compose-animation = "1.7.5"
compose-foundation = "1.7.5"
compose-material = "1.7.5"
Expand Down

0 comments on commit f8a74cc

Please sign in to comment.