Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.6.0 #10

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.ensody.reactivestate:reactivestate-bom (source) 5.2.1 -> 5.6.0 age adoption passing confidence

Release Notes

ensody/ReactiveState-Kotlin (com.ensody.reactivestate:reactivestate-bom)

v5.6.0

  • Upgraded to kotlinx.coroutines 1.7.3.
  • Added MutableStateFlow<Int>.incrementFrom(MutableStateFlow<Boolean>).

v5.5.7

  • Fixed rare multi-threading race condition during initialization of (Co)AutoRunner where the worker coroutine would trigger the listener before the constructor has finished executing.

v5.5.6

  • Fixed error propagation for CoroutineLauncher.derived.

v5.5.5

  • Made stateOnDemand emit current value directly on start by default, so the flow doesn't have to do it. Pass emitValueOnStart = false as an optimization in case you emit the first value yourself.

v5.5.4

  • Made .value access on derived and stateOnDemand synchronously return/recompute an up-to-date value. This prevents race conditions when mutating MutableStateFlows and directly reading derived values.

v5.5.3

  • Fixed race condition where suspend-based derived would do the first evaluation outside of the flow coroutine, thus preventing cancellation on value change when using transformLatest or other ...Latest based workers.

v5.5.2

  • Downgraded to Gradle 7 since some libraries aren't ready yet for JDK 17

v5.5.1

  • Simplified derived implementation

v5.5.0

  • derived without CoroutineScope now computes on demand only

v5.4.2

  • Downgraded to coroutines 1.6.4 to prevent build failures with Ktor.

v5.4.1

  • Fixed LifecycleStateFlow and indirectly autoRun and derived
  • Added runWithResolver/coRunWithResolver helpers for evaluating an AutoRunner observer block without subscribing.

v5.4.0

  • Upgraded to Kotlin 1.8.21 which fixes the compilation speed regression.
  • Added Flow<T>.stateOnDemand { ...getter... } which creates a StateFlow without requiring a CoroutineScope (unlike stateIn).
  • Added Flow<T>.shareOnDemand() and sharedFlow {} which creates a SharedFlowwithout requiring aCoroutineScope(unlikeshareIn`).
  • Added LifecycleStateFlow for observing the lifecycle state as a StateFlow.
  • Added LifecycleOwner.launchOnceStateAtLeast which can be used in place of Android's deprecated launchWhenStarted etc.
  • Added LifecycleOwner.onceStateAtLeast which can be used in place of Android's deprecated whenStarted etc. and which can run a suspend fun unlike Android's withStateAtLeast.
  • Re-added Jetpack Compose helpers. Currently only available for Android.
  • Added StateFlow.toMutable which can turn a StateFlow into a MutableStateFlow with a custom setter.

v5.3.0

  • Added T.runCatchingNonFatal. Contributed by @​brudaswen. Thank you!

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.


  • 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/com.ensody.reactivestate-reactivestate-bom-5.x branch from fb787d5 to cb5dbca Compare May 18, 2023 10:19
@renovate renovate bot force-pushed the renovate/com.ensody.reactivestate-reactivestate-bom-5.x branch from cb5dbca to b56a0a9 Compare May 26, 2023 07:42
@renovate renovate bot changed the title fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.3.0 fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.4.0 Jun 16, 2023
@renovate renovate bot force-pushed the renovate/com.ensody.reactivestate-reactivestate-bom-5.x branch 2 times, most recently from 1aeb944 to 0da38e4 Compare June 16, 2023 23:09
@renovate renovate bot changed the title fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.4.0 fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.4.2 Jun 17, 2023
@renovate renovate bot force-pushed the renovate/com.ensody.reactivestate-reactivestate-bom-5.x branch 2 times, most recently from 156c2f8 to 1e68c3a Compare June 19, 2023 23:14
@renovate renovate bot changed the title fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.4.2 fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.0 Jun 19, 2023
@renovate renovate bot changed the title fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.0 fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.1 Jun 20, 2023
@renovate renovate bot force-pushed the renovate/com.ensody.reactivestate-reactivestate-bom-5.x branch 2 times, most recently from 88bec42 to 5ea8b8d Compare June 20, 2023 18:19
@renovate renovate bot changed the title fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.1 fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.2 Jun 20, 2023
@renovate renovate bot force-pushed the renovate/com.ensody.reactivestate-reactivestate-bom-5.x branch from 5ea8b8d to 75acd6a Compare June 21, 2023 10:36
@renovate renovate bot changed the title fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.2 fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.3 Jun 21, 2023
@renovate renovate bot force-pushed the renovate/com.ensody.reactivestate-reactivestate-bom-5.x branch from 75acd6a to 486ff6a Compare July 1, 2023 14:12
@renovate renovate bot changed the title fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.3 fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.4 Jul 1, 2023
@renovate renovate bot force-pushed the renovate/com.ensody.reactivestate-reactivestate-bom-5.x branch from 486ff6a to 480a4c7 Compare July 4, 2023 09:15
@renovate renovate bot changed the title fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.4 fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.5 Jul 4, 2023
@renovate renovate bot force-pushed the renovate/com.ensody.reactivestate-reactivestate-bom-5.x branch from 480a4c7 to 5e02b30 Compare July 31, 2023 14:51
@renovate renovate bot changed the title fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.5 fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.6 Jul 31, 2023
@renovate renovate bot force-pushed the renovate/com.ensody.reactivestate-reactivestate-bom-5.x branch from 5e02b30 to 1d2935b Compare August 11, 2023 13:54
@renovate renovate bot changed the title fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.6 fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.7 Aug 11, 2023
@renovate renovate bot force-pushed the renovate/com.ensody.reactivestate-reactivestate-bom-5.x branch 2 times, most recently from abe4611 to 80bfb4d Compare September 20, 2023 10:44
@renovate renovate bot changed the title fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.5.7 fix(deps): update dependency com.ensody.reactivestate:reactivestate-bom to v5.6.0 Sep 20, 2023
@renovate renovate bot force-pushed the renovate/com.ensody.reactivestate-reactivestate-bom-5.x branch from 80bfb4d to d6fe2c3 Compare October 3, 2023 06:21
@hoc081098 hoc081098 merged commit da1ab8e into master Nov 16, 2023
1 check passed
@renovate renovate bot deleted the renovate/com.ensody.reactivestate-reactivestate-bom-5.x branch November 16, 2023 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant