irgaly / kfswatch

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

Update dependency app.cash.turbine:turbine to v1.1.0 #64

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

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

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cashapp/turbine (app.cash.turbine:turbine) ### [`v1.1.0`](https://togithub.com/cashapp/turbine/blob/HEAD/CHANGELOG.md#110---2024-03-06) [Compare Source](https://togithub.com/cashapp/turbine/compare/1.0.0...1.1.0) [1.1.0]: https://togithub.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.

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.

irgaly commented 4 months ago

turbine v1.1.0だと :kfswatch:compileCommonMainKotlinMetadata ビルドでcommonソースのエラーが発生している。

https://github.com/irgaly/kfswatch/actions/runs/8702429946/job/23866451200?pr=64

image

turbine v1.1.0でwasmJs()ソースセットが追加されたらしいのでその影響と思われる。 しばらく様子見のためv1.1.0は使わずにクローズ。

https://github.com/cashapp/turbine/releases/tag/1.1.0

renovate[bot] commented 4 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.1.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

irgaly commented 4 months ago

issue ? cashapp/turbine/issues/313