gen0083 / android-engineer-codechechek

https://gen0083.github.io/android-engineer-codechechek/
Apache License 2.0
0 stars 0 forks source link

fix(deps): update patch version up #133

Closed renovate[bot] closed 6 days ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
androidx.fragment:fragment-compose (source) 1.8.0 -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.7.0 -> 1.7.1 age adoption passing confidence
io.coil-kt.coil3:coil-test 3.0.0-alpha06 -> 3.0.0-alpha07 age adoption passing confidence
io.coil-kt.coil3:coil-network-ktor 3.0.0-alpha06 -> 3.0.0-alpha07 age adoption passing confidence
io.coil-kt.coil3:coil-compose-android 3.0.0-alpha06 -> 3.0.0-alpha07 age adoption passing confidence
io.coil-kt.coil3:coil-compose-core 3.0.0-alpha06 -> 3.0.0-alpha07 age adoption passing confidence
io.coil-kt.coil3:coil-core 3.0.0-alpha06 -> 3.0.0-alpha07 age adoption passing confidence
io.coil-kt.coil3:coil-compose 3.0.0-alpha06 -> 3.0.0-alpha07 age adoption passing confidence
io.coil-kt.coil3:coil 3.0.0-alpha06 -> 3.0.0-alpha07 age adoption passing confidence

Release Notes

Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json) ### [`v1.7.1`](https://togithub.com/Kotlin/kotlinx.serialization/blob/HEAD/CHANGELOG.md#171--2024-06-25) \================== This is a bugfix release that aims to fix missing `kotlinx-serialization-hocon` artifact. It also contains experimental integration with `kotlinx-io` library. Kotlin 2.0.0 is used by default. #### Fixed HOCON publication Sadly, 1.7.0 release was published incomplete: `kotlinx-serialization-hocon` artifact is missing from 1.7.0 and 1.7.0-RC releases. This release fixes this problem and now `kotlinx-serialization-hocon` is available again with 1.7.1 version. No other changes were made to this artifact. Related ticket: [#​2717](https://togithub.com/Kotlin/kotlinx.serialization/issues/2717). #### Add integration with a kotlinx-io library [`kotlinx-io`](https://togithub.com/Kotlin/kotlinx-io) is an official multiplatform library that provides basic IO primitives, similar to Okio. kotlinx.serialization integration is now available in a separate artifact, located at the `kotlinx-serialization-json-io` coordinates. Integration artifact provides functions similar to existing [Okio integration](https://kotlinlang.org/api/kotlinx.serialization/kotlinx-serialization-json-okio/kotlinx.serialization.json.okio/): `encodeToSink`, `decodeFromSource`, and `decodeSourceToSequence`. Check out the [PR](https://togithub.com/Kotlin/kotlinx.serialization/pull/2707) for more details. #### Other bugfixes - Prohibited use of elements other than JsonObject in JsonTransformingSerializer with polymorphic serialization ([#​2715](https://togithub.com/Kotlin/kotlinx.serialization/issues/2715))
coil-kt/coil (io.coil-kt.coil3:coil-test) ### [`v3.0.0-alpha07`](https://togithub.com/coil-kt/coil/blob/HEAD/CHANGELOG.md#300-alpha07---June-26-2024) [Compare Source](https://togithub.com/coil-kt/coil/compare/3.0.0-alpha06...3.0.0-alpha07) - **BREAKING**: `AsyncImagePainter` no longer waits for `onDraw` by default and instead uses `Size.ORIGINAL`. - This fixes [compatibility issues with Roborazzi/Paparazzi](https://togithub.com/coil-kt/coil/issues/1910) and overall improves test reliability. - To revert back to waiting for `onDraw`, set `DrawScopeSizeResolver` as your `ImageRequest.sizeResolver`. - **BREAKING**: Refactor the multiplatform `Image` API. Notably, `asCoilImage` has been renamed to `asImage`. - **BREAKING**: `AsyncImagePainter.state` has been changed to `StateFlow`. Use `collectAsState` to observe its value. This improves performance. - **BREAKING**: `AsyncImagePainter.imageLoader` and `AsyncImagePainter.request` have been combined into `StateFlow`. Use `collectAsState` to observe its value. This improves performance. - **BREAKING**: Remove support for `android.resource://example.package.name/drawable/image` URIs as it prevents resource shrinking optimizations. - If you still needs its functionality you can [manually include `ResourceUriMapper` in your component registry](https://togithub.com/coil-kt/coil/blob/main/coil-core/src/androidInstrumentedTest/kotlin/coil3/map/ResourceUriMapper.kt). - **New**: Introduce `AsyncImagePreviewHandler` to support controlling `AsyncImagePainter`'s preview rendering behavior. - Use `LocalAsyncImagePreviewHandler` to override the preview behavior. - As part of this change and other `coil-compose` improvements, `AsyncImagePainter` now attempts to execute execute the `ImageRequest` by default instead of defaulting to displaying `ImageRequest.placeholder`. [Requests that use the network or files are expected to fail](https://developer.android.com/develop/ui/compose/tooling/previews#preview-limitations) in the preview environment, however Android resources should work. - **New**: Support extracting video image by frame index. ([#​2183](https://togithub.com/coil-kt/coil/pull/2183)) - **New**: Support passing `CoroutineContext` to any `CoroutineDispatcher` methods. ([#​2241](https://togithub.com/coil-kt/coil/pull/2241)). - **New**: Support the weak reference memory cache on JS and WASM JS. - Don't dispatch to `Dispatchers.Main.immediate` in Compose. As a side-effect, [`kotlinx-coroutines-swing`](https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-swing/) no longer needs to be imported on JVM. - Don't call `async` and create a disposable in Compose to improve performance (thanks [@​mlykotom](https://togithub.com/mlykotom)!). ([#​2205](https://togithub.com/coil-kt/coil/pull/2205)) - Fix passing global `ImageLoader` extras to `Options`. ([#​2223](https://togithub.com/coil-kt/coil/pull/2223)) - Fix `crossfade(false)` not working on non-Android targets. - Fix VP8X feature flags byte offset ([#​2199](https://togithub.com/coil-kt/coil/pull/2199)). - Convert `SvgDecoder` on non-Android targets to render to a bitmap instead of render the image at draw-time. This improves performance. - This behavior can be controlled using `SvgDecoder(renderToBitmap)`. - Move `ScaleDrawable` from `coil-gif` to `coil-core`. - Update Kotlin to 2.0.0. - Update Compose to 1.6.11. - Update Okio to 3.9.0. - Update Skiko to 0.8.4. - [For the full list of important changes in 3.x, check out the upgrade guide.](https://coil-kt.github.io/coil/upgrading_to_coil3/)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



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