Skip to content

fix(deps): update dependency app.cash.turbine:turbine to v0.13.0#220

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/turbine
Open

fix(deps): update dependency app.cash.turbine:turbine to v0.13.0#220
renovate[bot] wants to merge 1 commit intomainfrom
renovate/turbine

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 15, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
app.cash.turbine:turbine 0.9.0 -> 0.13.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

cashapp/turbine

v0.13.0

Compare Source

Added
  • New Kotlin/Native targets:
    • androidNativeArm32
    • androidNativeArm64
    • androidNativeX86
    • androidNativeX64
    • linuxArm64
    • watchosDeviceArm64
Changed
  • Build with Kotlin 1.8.21

Note: This version has a transitive dependency on kotlinx.coroutines 1.7.0. If you are an Android user, you should be depending on kotlinx.coroutines 1.7.1 which graciously fixes a binary incompatibility with a Compose testing artifact (because they failed to heed its opt-in annotation which indicated that it was not a stable API).

v0.12.3

Compare Source

Fixed
  • Ensure JVM classes target Java 8 rather than implicitly using the build JDK version.

v0.12.2

Compare Source

Changed
  • The default wall-clock timeout used to wait for an event has been increased from 1s to 3s.
Fixed
  • The exception thrown when no events have been received now includes the original timeout exception as its cause. This ensures the stacktrace contains the caller file and line information.
  • Ensure expectNoEvents() fails if a completion or exception event occurred.
  • Differentiate timeout and cancellation exceptions thrown from Turbine's own event timeout (which are thrown) from those which occur within the flow under test (which are available via awaitError()).

v0.12.1

Compare Source

Changed
  • Build with Kotlin 1.7.20
Fixed
  • takeItem() no longer throws an exception when returning a null value.
  • await-prefixed methods no longer interfere with virtual time control from a TestScheduler (such as inside runTest).

v0.12.0

Compare Source

Added
  • Support specifying a human-readable name for differentiating the failures of multiple Turbines
Fixed
  • Properly catch all Throwable subtypes from failures in flows and channels as events.

v0.11.0

Compare Source

Added
  • Restore timeout support. By default a 1-second timeout will be enforced when awaiting an event. This can be customized by supplying a timeout argument or by using the withTurbineTimeout wrapper function. Timeouts will always use wall clock time even when using a virtual time dispatcher.
Changed
  • When runTest (or any TestCoroutineScheduler) is in use, switch to the UnconfinedTestScheduler internally to ensure virtual time remains working.

v0.10.0

Compare Source

Changed
  • Remove ReceiveTurbine.ignoreRemainingEvents from public API.
Fixed
  • Restore usage of Unconfined dispatcher preventing value conflation (as much as possible) so that intermediate values can always be observed.

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/turbine branch from 3fe0853 to 06203fc Compare September 21, 2022 16:00
@renovate renovate bot changed the title Update dependency app.cash.turbine:turbine to v0.10.0 Update dependency app.cash.turbine:turbine to v0.11.0 Sep 21, 2022
@renovate renovate bot changed the title Update dependency app.cash.turbine:turbine to v0.11.0 Update dependency app.cash.turbine:turbine to v0.12.0 Oct 12, 2022
@renovate renovate bot force-pushed the renovate/turbine branch from 06203fc to 5104751 Compare October 12, 2022 02:40
@renovate renovate bot force-pushed the renovate/turbine branch from 5104751 to 737befb Compare March 16, 2023 07:49
@renovate renovate bot changed the title Update dependency app.cash.turbine:turbine to v0.12.0 fix(deps): update dependency app.cash.turbine:turbine to v0.12.1 Mar 16, 2023
@renovate renovate bot changed the title fix(deps): update dependency app.cash.turbine:turbine to v0.12.1 fix(deps): update dependency app.cash.turbine:turbine to v0.12.2 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/turbine branch from 737befb to d070d0a Compare March 30, 2023 05:59
@renovate renovate bot changed the title fix(deps): update dependency app.cash.turbine:turbine to v0.12.2 fix(deps): update dependency app.cash.turbine:turbine to v0.12.3 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/turbine branch from d070d0a to dee1dd6 Compare March 30, 2023 14:14
@renovate renovate bot changed the title fix(deps): update dependency app.cash.turbine:turbine to v0.12.3 fix(deps): update dependency app.cash.turbine:turbine to v0.13.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/turbine branch from dee1dd6 to 1d17287 Compare May 28, 2023 10:41
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.

0 participants