android / health-samples

Apache License 2.0
244 stars 138 forks source link

Update all dependencies 1.12.0 to v1.13.0 #248

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.takahirom.roborazzi 1.12.0 -> 1.13.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-junit-rule 1.12.0 -> 1.13.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-compose 1.12.0 -> 1.13.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi 1.12.0 -> 1.13.0 age adoption passing confidence

Release Notes

takahirom/roborazzi (io.github.takahirom.roborazzi) ### [`v1.13.0`](https://togithub.com/takahirom/roborazzi/releases/tag/1.13.0) [Compare Source](https://togithub.com/takahirom/roborazzi/compare/1.12.0...1.13.0) ##### Add experimental, minimal support for iOS in Compose Multiplatform Roborazzi has supported Compose Desktop, but we hadn't yet supported iOS, which could be a major use case for Compose Multiplatform. Therefore, I have added support for iOS. Now, you can record, compare, and verify just as you would with Android support. https://takahirom.github.io/roborazzi/compose-multiplatform.html#experimental-feature-ios-support ![ios_button_compare](https://togithub.com/takahirom/roborazzi/assets/1386930/2d7a8faf-f57f-4543-bade-b1aef82ed15a) However, Roborazzi is fundamentally based on the JVM. Currently, we offer only minimal features. If you are interested in helping to improve these features, please take a look at these issues: [https://github.com/takahirom/roborazzi/issues/302](https://togithub.com/takahirom/roborazzi/issues/302) [https://github.com/takahirom/roborazzi/issues/305](https://togithub.com/takahirom/roborazzi/issues/305) ##### Changes Affecting Existing Support To support iOS, we have made some dependency changes for Android and Compose Desktop. I believe these changes will not affect existing behavior. However, if you notice anything, please let me know. All Kotlin: 1.8.22 -> 1.9.21 dropbox/differ: 0.0.1 -> 0.0.2 ##### Desktop Compose Version Compose Multiplatform: 1.4.3 -> 1.6.1 ##### What's Changed - Add Minimal Compose Multiplatform iOS Support by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/301](https://togithub.com/takahirom/roborazzi/pull/301) - \[docs]Fix docs page by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/303](https://togithub.com/takahirom/roborazzi/pull/303) - \[docs]Fix docs by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/304](https://togithub.com/takahirom/roborazzi/pull/304) - Add roborazzi-painter ios file for building klib by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/306](https://togithub.com/takahirom/roborazzi/pull/306) - \[CI]Fix false positive diff in Roborazzi CI by using the same platform for store and compare by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/307](https://togithub.com/takahirom/roborazzi/pull/307) - Remove unneeded jvm form compose ios by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/308](https://togithub.com/takahirom/roborazzi/pull/308) - Fix task and fix ios recording by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/310](https://togithub.com/takahirom/roborazzi/pull/310) - Fix iOS recording path by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/311](https://togithub.com/takahirom/roborazzi/pull/311) - Fix iOS golden path and report time logic by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/312](https://togithub.com/takahirom/roborazzi/pull/312) - Fix iOS comparison logic by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/313](https://togithub.com/takahirom/roborazzi/pull/313) **Full Changelog**: https://github.com/takahirom/roborazzi/compare/1.12.0...1.13.0

Configuration

📅 Schedule: Branch creation - "before 4am" (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 these updates again.



This PR has been generated by Mend Renovate. View repository job log here.