Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update roborazzi to v1.18.0 #620

Merged
merged 1 commit into from
May 25, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 24, 2024

Mend Renovate

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

takahirom/roborazzi (io.github.takahirom.roborazzi)

v1.18.0

Compare Source

Migrating from java.io.File to kotlinx-io

Roborazzi previously used java.io.File for saving and loading files. Although Roborazzi supports iOS, sharing much of the logic is challenging when using java.io.File. Therefore, we have migrated to kotlinx-io.
We are attentive to the Kotlin versions our users employ. We upgraded from version 1.9.21 to 1.9.22 due to a dependency on kotlinx-io. Since Kotlin 1.9.22 was released last year, it should be compatible with most projects.
Thank you, @​eyedol, for your outstanding contribution! Your efforts are greatly appreciated.

|    \--- org.jetbrains.kotlinx:kotlinx-io-core:0.3.3
|         +--- org.jetbrains.kotlinx:kotlinx-io-bytestring:0.3.3
|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 (*)
|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 (*)
What's Changed
New Contributors

Full Changelog: takahirom/roborazzi@1.17.0...1.18.0

v1.17.0

Compare Source

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, 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, thank you for your contribution.
What's Changed
New Contributors

Full Changelog: takahirom/roborazzi@1.16.1...1.17.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every 4 hour after 00:00 and before 23:59 every day" in timezone Asia/Tokyo.

🚦 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/roborazzi branch from 139e9c6 to 7cdce10 Compare May 25, 2024 07:05
@renovate renovate bot changed the title chore(deps): update roborazzi to v1.17.0 chore(deps): update roborazzi to v1.18.0 May 25, 2024
@renovate renovate bot force-pushed the renovate/roborazzi branch from 7cdce10 to b8a8f7a Compare May 25, 2024 10:22
@KSNDBOT
Copy link
Collaborator

KSNDBOT commented May 25, 2024

JaCoCo Code Coverage 79.18% ✅

Class Covered Meta Status

Generated by 🚫 Danger

@kosenda kosenda merged commit 5995dc0 into develop May 25, 2024
4 checks passed
@kosenda kosenda deleted the renovate/roborazzi branch May 25, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants