Kotlin-Android-Open-Source / MVI-Coroutines-Flow

Play MVI with Kotlin Coroutines Flow | MVI pattern on Android using Kotlin Coroutines Flow | Dagger Hilt DI | Koin DI | SharedFlow | StateFlow | Arrow.kt Android Sample
https://github.com/hoc081098
MIT License
855 stars 95 forks source link

fix(deps): update dependency io.github.hoc081098:flowext to v0.8.1 #224

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.hoc081098:FlowExt 0.8.1-Beta -> 0.8.1 age adoption passing confidence

Release Notes

hoc081098/FlowExt (io.github.hoc081098:FlowExt) ### [`v0.8.1`](https://togithub.com/hoc081098/FlowExt/blob/HEAD/CHANGELOG.md#081---May-11-2024) ##### Changed - Update dependencies: - [Kotlin `1.9.24`](https://togithub.com/JetBrains/kotlin/releases/tag/v1.9.24). - [KotlinX Coroutines `1.8.1`](https://togithub.com/Kotlin/kotlinx.coroutines/releases/tag/1.8.1). - `Gradle` to `8.7`. ##### Added - Add `Flow.catchAndReturn`, `Flow.catchAndResume` operators. - Add `Flow.mapToResult`, `Flow.mapResultCatching`, `Flow.throwFailure` operators. ##### Changed - `Flow.chunked(bufferSize: Int)` / `Flow.bufferCount(bufferSize: Int)`: reduce unnecessary allocations. ##### Changelog relative to version \[0.8.1-Beta] - `Flow.mapResultCatching` now does not catch `CancellationException` thrown from the `transform` lambda. - [Kotlin `1.9.24`](https://togithub.com/JetBrains/kotlin/releases/tag/v1.9.24).

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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