irgaly / kfswatch

Kotlin Multiplatform File System Watcher
Other
96 stars 0 forks source link

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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
app.cash.turbine:turbine 0.12.1 -> 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`](https://togithub.com/cashapp/turbine/blob/HEAD/CHANGELOG.md#​0130---2023-05-11) [Compare Source](https://togithub.com/cashapp/turbine/compare/0.12.3...0.13.0) ##### 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`](https://togithub.com/cashapp/turbine/blob/HEAD/CHANGELOG.md#​0123) [Compare Source](https://togithub.com/cashapp/turbine/compare/0.12.2...0.12.3) ##### Fixed - Ensure JVM classes target Java 8 rather than implicitly using the build JDK version. ### [`v0.12.2`](https://togithub.com/cashapp/turbine/blob/HEAD/CHANGELOG.md#​0122) [Compare Source](https://togithub.com/cashapp/turbine/compare/0.12.1...0.12.2) ##### 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()`).

Configuration

📅 Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), 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.