Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.gitlab.arturbosch.detekt 1.23.3 -> 1.23.4 age adoption passing confidence
com.diffplug.gradle.spotless 6.22.0 -> 6.23.0 age adoption passing confidence
io.nlopez.compose.rules:detekt 0.3.2 -> 0.3.3 age adoption passing confidence
io.coil-kt:coil-compose 2.4.0 -> 2.5.0 age adoption passing confidence
org.jetbrains.compose 1.5.3 -> 1.5.11 age adoption passing confidence
org.jetbrains.compose.runtime:runtime 1.5.3 -> 1.5.11 age adoption passing confidence
com.android.library (source) 8.1.2 -> 8.1.4 age adoption passing confidence
com.android.application (source) 8.1.2 -> 8.1.4 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.0 -> 1.6.1 age adoption passing confidence
org.jetbrains.kotlin.plugin.parcelize 1.9.20 -> 1.9.21 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization 1.9.20 -> 1.9.21 age adoption passing confidence
org.jetbrains.kotlin.native.cocoapods 1.9.20 -> 1.9.21 age adoption passing confidence
org.jetbrains.kotlin.android 1.9.20 -> 1.9.21 age adoption passing confidence
org.jetbrains.kotlin.multiplatform 1.9.20 -> 1.9.21 age adoption passing confidence

Release Notes

mrmans0n/compose-rules (io.nlopez.compose.rules:detekt)

v0.3.3

Changelog
coil-kt/coil (io.coil-kt:coil-compose)

v2.5.0

Compare Source

  • New: Add MediaDataSourceFetcher.Factory to support decoding MediaDataSource implementations in coil-video. (#​1795)
  • Add the SHIFT6m device to the hardware bitmap blocklist. (#​1812)
  • Fix: Guard against painters that return a size with one unbounded dimension. (#​1826)
  • Fix: Disk cache load fails after 304 Not Modified when cached headers include non-ASCII characters. (#​1839)
  • Fix: FakeImageEngine not updating the interceptor chain's request. (#​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.
JetBrains/compose-jb (org.jetbrains.compose.runtime:runtime)

v1.5.11

Common

Features

iOS

Fixes

Desktop

Fixes

Dependencies

This version of Compose Multiplatform is based on the next Jetpack Compose libraries:

v1.5.10

This is a combined changelog from the prerelease versions:

Common

Features
Fixes

iOS

Breaking changes
Features
Fixes

Desktop

Features
Fixes

Gradle Plugin

Features
Fixes

HTML library

Features

Web

Features

Dependencies

This version of Compose Multiplatform is based on the next Jetpack Compose libraries:

Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.6.1

==================

This release uses Kotlin 1.9.20 by default, while upcoming 1.9.21 is also supported.

Trailing commas in Json

Trailing commas are one of the most popular non-spec Json variations.
A new configuration flag, allowTrailingComma, makes Json parser accept them instead of throwing an exception.
Note that it does not affect encoding, so kotlinx.serialization always produces Json without trailing commas.
See details in the corresponding PR

Support of WasmJs target

Kotlin/Wasm has been experimental for some time and gained enough maturity to be added to the kotlinx libraries.
Starting with 1.6.1, kotlinx.serialization provides a wasm-js flavor, so your projects with Kotlin/Wasm can have even more
functionality.
As usual, just add serialization dependencies to your build
and declare wasmJs target.
Please remember that Kotlin/Wasm is still experimental, so changes are expected.

Bugfixes and improvements

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot force-pushed the renovate/all-deps branch 4 times, most recently from 1d30e52 to 5a44868 Compare November 25, 2023 08:34
@renovate renovate bot force-pushed the renovate/all-deps branch from 5a44868 to 7205c41 Compare November 27, 2023 08:27
Copy link

codecov bot commented Nov 27, 2023

Welcome to Codecov 🎉

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered ☂️

@renovate renovate bot force-pushed the renovate/all-deps branch from 7205c41 to 2183a22 Compare November 27, 2023 08:52
| datasource | package | from | to | | ---------- | ------------------------------------------------------------------------------------------------- | ------ | ------ | | maven | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin | 1.23.3 | 1.23.4 | | maven | com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin | 6.22.0 | 6.23.0 | | maven | io.nlopez.compose.rules:detekt | 0.3.2 | 0.3.3 | | maven | io.coil-kt:coil-compose | 2.4.0 | 2.5.0 | | maven | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin | 1.5.3 | 1.5.11 | | maven | org.jetbrains.compose.runtime:runtime | 1.5.3 | 1.5.11 | | maven | com.android.library:com.android.library.gradle.plugin | 8.1.2 | 8.1.4 | | maven | com.android.application:com.android.application.gradle.plugin | 8.1.2 | 8.1.4 | | maven | org.jetbrains.kotlinx:kotlinx-serialization-json | 1.6.0 | 1.6.1 | | maven | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin | 1.9.20 | 1.9.21 | | maven | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 1.9.20 | 1.9.21 | | maven | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin | 1.9.20 | 1.9.21 | | maven | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin | 1.9.20 | 1.9.21 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.9.20 | 1.9.21 |
@renovate renovate bot force-pushed the renovate/all-deps branch from 2183a22 to 5c69b63 Compare November 27, 2023 08:52
@hoc081098 hoc081098 merged commit 78fe9aa into master Nov 27, 2023
@hoc081098 hoc081098 deleted the renovate/all-deps branch November 27, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant