Skip to content

build(deps): bump compose-coil from 3.5.0 to 3.6.1 - #1410

Merged
bmc08gt merged 1 commit into
code/cashfrom
dependabot/gradle/code/cash/compose-coil-3.6.1
Sep 4, 2026
Merged

build(deps): bump compose-coil from 3.5.0 to 3.6.1#1410
bmc08gt merged 1 commit into
code/cashfrom
dependabot/gradle/code/cash/compose-coil-3.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bumps compose-coil from 3.5.0 to 3.6.1.
Updates io.coil-kt.coil3:coil-compose from 3.5.0 to 3.6.1

Release notes

Sourced from io.coil-kt.coil3:coil-compose's releases.

3.6.1

See CHANGELOG.md.

3.6.0

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-compose's changelog.

[3.6.1] - September 1, 2026

  • Fix JS builds failing when ES modules are enabled. (#3558)

[3.6.0] - August 26, 2026

  • New: Add support for loading blob: URLs (object URLs) on JS/WASM. (#3504)
  • New: Add ImageRequest.Builder.allowPartialImage and ImageLoader.Builder.allowPartialImage to configure whether StaticImageDecoder on Android accepts partial images. This is enabled by default, which is the same behavior in previous Coil releases. (#3494)
  • Fix AsyncImage crashing when measured with inverted constraints. (#3470)
  • Fix Compose filterQuality not being applied to drawable-backed images, including GIFs. (#3469)
  • Fix a JS/WASM image decoder memory leak. (#3503)
  • Fix images failing to render with GenericViewTarget in R8 9.0+ optimized builds. (#3518)
  • Use Runtime.maxMemory() to determine the maximum memory cache size on JVM instead of assuming 512 MB of available memory. (#3458)
  • Bundle ProGuard rules with the non-Android JVM artifact. (#3476)
  • Update the Android compile SDK to 37.
  • Update Kotlin to 2.4.10.
  • Update Compose to 1.12.0.
  • Update Okio to 3.18.1.
  • Update Skiko to 0.150.1.
  • Update kotlinx-io-okio to 0.9.1.
Commits

Updates io.coil-kt.coil3:coil-core from 3.5.0 to 3.6.1

Release notes

Sourced from io.coil-kt.coil3:coil-core's releases.

3.6.1

See CHANGELOG.md.

3.6.0

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-core's changelog.

[3.6.1] - September 1, 2026

  • Fix JS builds failing when ES modules are enabled. (#3558)

[3.6.0] - August 26, 2026

  • New: Add support for loading blob: URLs (object URLs) on JS/WASM. (#3504)
  • New: Add ImageRequest.Builder.allowPartialImage and ImageLoader.Builder.allowPartialImage to configure whether StaticImageDecoder on Android accepts partial images. This is enabled by default, which is the same behavior in previous Coil releases. (#3494)
  • Fix AsyncImage crashing when measured with inverted constraints. (#3470)
  • Fix Compose filterQuality not being applied to drawable-backed images, including GIFs. (#3469)
  • Fix a JS/WASM image decoder memory leak. (#3503)
  • Fix images failing to render with GenericViewTarget in R8 9.0+ optimized builds. (#3518)
  • Use Runtime.maxMemory() to determine the maximum memory cache size on JVM instead of assuming 512 MB of available memory. (#3458)
  • Bundle ProGuard rules with the non-Android JVM artifact. (#3476)
  • Update the Android compile SDK to 37.
  • Update Kotlin to 2.4.10.
  • Update Compose to 1.12.0.
  • Update Okio to 3.18.1.
  • Update Skiko to 0.150.1.
  • Update kotlinx-io-okio to 0.9.1.
Commits

Updates io.coil-kt.coil3:coil-network-okhttp from 3.5.0 to 3.6.1

Release notes

Sourced from io.coil-kt.coil3:coil-network-okhttp's releases.

3.6.1

See CHANGELOG.md.

3.6.0

See CHANGELOG.md.

Changelog

Sourced from io.coil-kt.coil3:coil-network-okhttp's changelog.

[3.6.1] - September 1, 2026

  • Fix JS builds failing when ES modules are enabled. (#3558)

[3.6.0] - August 26, 2026

  • New: Add support for loading blob: URLs (object URLs) on JS/WASM. (#3504)
  • New: Add ImageRequest.Builder.allowPartialImage and ImageLoader.Builder.allowPartialImage to configure whether StaticImageDecoder on Android accepts partial images. This is enabled by default, which is the same behavior in previous Coil releases. (#3494)
  • Fix AsyncImage crashing when measured with inverted constraints. (#3470)
  • Fix Compose filterQuality not being applied to drawable-backed images, including GIFs. (#3469)
  • Fix a JS/WASM image decoder memory leak. (#3503)
  • Fix images failing to render with GenericViewTarget in R8 9.0+ optimized builds. (#3518)
  • Use Runtime.maxMemory() to determine the maximum memory cache size on JVM instead of assuming 512 MB of available memory. (#3458)
  • Bundle ProGuard rules with the non-Android JVM artifact. (#3476)
  • Update the Android compile SDK to 37.
  • Update Kotlin to 2.4.10.
  • Update Compose to 1.12.0.
  • Update Okio to 3.18.1.
  • Update Skiko to 0.150.1.
  • Update kotlinx-io-okio to 0.9.1.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `compose-coil` from 3.5.0 to 3.6.1.

Updates `io.coil-kt.coil3:coil-compose` from 3.5.0 to 3.6.1
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.5.0...3.6.1)

Updates `io.coil-kt.coil3:coil-core` from 3.5.0 to 3.6.1
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.5.0...3.6.1)

Updates `io.coil-kt.coil3:coil-network-okhttp` from 3.5.0 to 3.6.1
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.5.0...3.6.1)

---
updated-dependencies:
- dependency-name: io.coil-kt.coil3:coil-compose
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.coil-kt.coil3:coil-core
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.coil-kt.coil3:coil-network-okhttp
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file type: build Build system, Gradle, dependencies labels Sep 4, 2026
@github-actions github-actions Bot added the area: build-system Gradle, convention plugins, build-logic label Sep 4, 2026
@bmc08gt
bmc08gt merged commit 684bce5 into code/cash Sep 4, 2026
4 checks passed
@dependabot
dependabot Bot deleted the dependabot/gradle/code/cash/compose-coil-3.6.1 branch September 4, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: build-system Gradle, convention plugins, build-logic dependencies Pull requests that update a dependency file type: build Build system, Gradle, dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant