Wavesonics / hammer-editor

A simple tool for building stories.
MIT License
126 stars 6 forks source link

Update dependency app.cash.turbine:turbine to v1 #385

Closed renovate[bot] closed 1 day ago

renovate[bot] commented 1 day ago

This PR contains the following updates:

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

Release Notes

cashapp/turbine (app.cash.turbine:turbine) ### [`v1.2.0`](https://redirect.github.com/cashapp/turbine/blob/HEAD/CHANGELOG.md#120---2024-10-16) [Compare Source](https://redirect.github.com/cashapp/turbine/compare/1.1.0...1.2.0) [1.2.0]: https://redirect.github.com/cashapp/turbine/releases/tag/1.2.0 ##### Added - Add `wasmWasi` target. ### [`v1.1.0`](https://redirect.github.com/cashapp/turbine/blob/HEAD/CHANGELOG.md#110---2024-03-06) [Compare Source](https://redirect.github.com/cashapp/turbine/compare/1.0.0...1.1.0) [1.1.0]: https://redirect.github.com/cashapp/turbine/releases/tag/1.1.0 ##### Changed - Add `wasmJs` target, remove `iosArm32` and `watchosX86` targets. - Throw unconsumed events if scope is externally canceled. ### [`v1.0.0`](https://redirect.github.com/cashapp/turbine/blob/HEAD/CHANGELOG.md#100---2023-05-21) [Compare Source](https://redirect.github.com/cashapp/turbine/compare/0.13.0...1.0.0) ##### Added - Add `turbineScope` DSL function which is now required for using `testIn`. This ensures that exceptions which occur within the test are no longer potentially lost. ##### Changed - Failed `Turbine`s which occur while testing a `Flow` (using `test { }`) will now have their failures eagerly reported. - Build with Kotlin 1.8.22 and kotlinx.coroutines 1.7.1. Note: Future releases will not highlight the Kotlin or coroutines version unless important for some other reason. ### [`v0.13.0`](https://redirect.github.com/cashapp/turbine/blob/HEAD/CHANGELOG.md#0130---2023-05-11) [Compare Source](https://redirect.github.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://redirect.github.com/cashapp/turbine/blob/HEAD/CHANGELOG.md#0123) [Compare Source](https://redirect.github.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://redirect.github.com/cashapp/turbine/blob/HEAD/CHANGELOG.md#0122) [Compare Source](https://redirect.github.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 - 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 was generated by Mend Renovate. View the repository job log.