android / health-samples

Apache License 2.0
244 stars 138 forks source link

Update all dependencies 1.16.1 to v1.17.0 #263

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

takahirom/roborazzi (io.github.takahirom.roborazzi) ### [`v1.17.0`](https://togithub.com/takahirom/roborazzi/releases/tag/1.17.0) [Compare Source](https://togithub.com/takahirom/roborazzi/compare/1.16.1...1.17.0) #### Bug Fixes - There seemed to be a pattern where ActivityScenario's close was not being called when tests failed, causing leaks, so I used a use block to ensure it is closed properly. [@​yschimke](https://togithub.com/yschimke), thank you for pointing out this issue. - At companies that use Roborazzi on a large scale, there were issues with the output dir not being restored properly due to Configuration cache and other factors, so I simplified the design to make problems less likely to occur. - There were occasional errors reporting that a directory did not exist, and I've added code to address this issue. [@​lukas-mercari](https://togithub.com/lukas-mercari), thank you for your contribution. #### What's Changed - Use the `use` block to prevent leaks by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/376](https://togithub.com/takahirom/roborazzi/pull/376) - Declare input directories as files to avoid issues when they don't exist by [@​lukas-mercari](https://togithub.com/lukas-mercari) in [https://github.com/takahirom/roborazzi/pull/374](https://togithub.com/takahirom/roborazzi/pull/374) - Fix output image consistency issue by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/366](https://togithub.com/takahirom/roborazzi/pull/366) - \[CI] Update toolchain to Java 17 for all modules by [@​mannodermaus](https://togithub.com/mannodermaus) in [https://github.com/takahirom/roborazzi/pull/365](https://togithub.com/takahirom/roborazzi/pull/365) . Thank you for managing our build process, [@​mannodermaus](https://togithub.com/mannodermaus)! - \[Sample] fix(deps): update dependency androidx.compose.material:material to v1.6.7 by [@​renovate](https://togithub.com/renovate) in [https://github.com/takahirom/roborazzi/pull/342](https://togithub.com/takahirom/roborazzi/pull/342) - fix(deps): update dependency org.robolectric:robolectric to v4.12.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/takahirom/roborazzi/pull/369](https://togithub.com/takahirom/roborazzi/pull/369) - \[CI] Exclude `io.github.takahirom.roborazzi` dependency from Renovate updates by [@​sanao1006](https://togithub.com/sanao1006) in [https://github.com/takahirom/roborazzi/pull/372](https://togithub.com/takahirom/roborazzi/pull/372) #### New Contributors - [@​mannodermaus](https://togithub.com/mannodermaus) made their first contribution in [https://github.com/takahirom/roborazzi/pull/365](https://togithub.com/takahirom/roborazzi/pull/365) **Full Changelog**: https://github.com/takahirom/roborazzi/compare/1.16.1...1.17.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.