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 all dependencies #204

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.hoc081098:FlowExt 0.7.2 -> 0.7.3 age adoption passing confidence
com.squareup.okhttp3:logging-interceptor (source) 4.11.0 -> 4.12.0 age adoption passing confidence
androidx.recyclerview:recyclerview (source) 1.3.1 -> 1.3.2 age adoption passing confidence
org.jetbrains.kotlinx.kover 0.7.3 -> 0.7.4 age adoption passing confidence

Release Notes

hoc081098/FlowExt (io.github.hoc081098:FlowExt) ### [`v0.7.3`](https://togithub.com/hoc081098/FlowExt/blob/HEAD/CHANGELOG.md#073---Oct-29-2023) [Compare Source](https://togithub.com/hoc081098/FlowExt/compare/0.7.2...0.7.3) ##### Changed - Update dependencies - `Kotlin` to `1.9.10`. - `Gradle` to `8.4`. - Annotate `Symbol` and `NULL_VALUE` with `@DelicateFlowExtApi`. ##### Added - Add `Flow.chunked` operator, it is an alias to `Flow.bufferCount` operator. - Add `Flow.pairwise(transform)` operator - a variant of `Flow.pairwise()` operator, which allows the transformation of the pair of values via the `transform` lambda parameter. - Add `Flow.zipWithNext()` operator, it is an alias to `Flow.pairwise()` operator. - Add `Flow.zipWithNext(transform)` operator, it is an alias to `Flow.pairwise(transform)` operator.
Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover) ### [`v0.7.4`](https://togithub.com/Kotlin/kotlinx-kover/blob/HEAD/CHANGELOG.md#074--2023-10-10) \=================== #### Kover Gradle Plugin ##### Features - [`#441`](https://togithub.com/Kotlin/kotlinx-kover/issues/441) Added support for Android dynamic feature plugins ##### Bugfixes - [`#440`](https://togithub.com/Kotlin/kotlinx-kover/issues/440) Replaced absolute paths in the Kover artifact with relative ones - [`#446`](https://togithub.com/Kotlin/kotlinx-kover/issues/446) Disabled writing of FreeMarker logs to stdout when generating an HTML report - [`#470`](https://togithub.com/Kotlin/kotlinx-kover/issues/470) Update HTML report path to be clickable - [`#385`](https://togithub.com/Kotlin/kotlinx-kover/issues/385) Exclude nested functions in function excluded by annotation - [`#303`](https://togithub.com/Kotlin/kotlinx-kover/issues/303) Optional function parameters should not be considered a "branch" - [`#436`](https://togithub.com/Kotlin/kotlinx-kover/issues/436) Fixed random koverHtmlReport fails with "Stream closed" or "zip file closed" ##### Build features - Upgraded Gradle version to `8.2.1` ##### Test features - [`#437`](https://togithub.com/Kotlin/kotlinx-kover/issues/437) Added functional test on Gradle nested classes validation error

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.



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

renovate[bot] commented 8 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

âš  Warning: custom changes will be lost.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3eaf4f0) 64.67% compared to head (6fa07e0) 64.67%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #204 +/- ## ======================================= Coverage 64.67% 64.67% ======================================= Files 53 53 Lines 1220 1220 Branches 133 133 ======================================= Hits 789 789 Misses 411 411 Partials 20 20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.