From f4e6d0429418804d9fd06f84903934e71b687a92 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Wed, 29 May 2024 09:47:40 -0700 Subject: [PATCH] Update roborazzi to v1.20.0 (#1433) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.github.takahirom.roborazzi](https://togithub.com/takahirom/roborazzi) | plugin | minor | `1.18.0` -> `1.20.0` | | [io.github.takahirom.roborazzi:roborazzi-junit-rule](https://togithub.com/takahirom/roborazzi) | dependencies | minor | `1.18.0` -> `1.20.0` | | [io.github.takahirom.roborazzi:roborazzi-compose](https://togithub.com/takahirom/roborazzi) | dependencies | minor | `1.18.0` -> `1.20.0` | | [io.github.takahirom.roborazzi:roborazzi](https://togithub.com/takahirom/roborazzi) | dependencies | minor | `1.18.0` -> `1.20.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
takahirom/roborazzi (io.github.takahirom.roborazzi) ### [`v1.20.0`](https://togithub.com/takahirom/roborazzi/releases/tag/1.20.0) [Compare Source](https://togithub.com/takahirom/roborazzi/compare/1.19.0...1.20.0) ##### Workflow Enhancement We use images as inputs for tests, ensuring that the compare and verify tasks function correctly. However, while running record tasks, we do not need the input images. Despite this, these input images invalidate the record task and disable the cache. Therefore, we no longer use input images for record tasks. Thank you, [@​lukas-mercari](https://togithub.com/lukas-mercari), for informing us and proposing this improvement. ##### What's Changed - Use empty files for record task by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/389](https://togithub.com/takahirom/roborazzi/pull/389) - Fix condition of using output dir by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/390](https://togithub.com/takahirom/roborazzi/pull/390) **Full Changelog**: https://github.com/takahirom/roborazzi/compare/1.19.0...1.20.0 ### [`v1.19.0`](https://togithub.com/takahirom/roborazzi/releases/tag/1.19.0) [Compare Source](https://togithub.com/takahirom/roborazzi/compare/1.18.0...1.19.0) ##### Bug Fix I was informed that if you have multiple test suites, the RoborazziPlugin sometimes fails due to concurrent processes. This happens because the cleanup process runs multiple times. Therefore, I made the cleanup process run only once. Thank you for reporting this, [@​lukas-mercari](https://togithub.com/lukas-mercari). ##### What's Changed - Remove unused dependency androidx.compose.ui:ui-graphics by [@​takahirom](https://togithub.com/takahirom) [https://github.com/takahirom/roborazzi/pull/373](https://togithub.com/takahirom/roborazzi/pull/373) - Fix issue where afterSuite runs for non-root suites by [@​takahirom](https://togithub.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/385](https://togithub.com/takahirom/roborazzi/pull/385) **Full Changelog**: https://github.com/takahirom/roborazzi/compare/1.18.0...1.19.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Renovate Bot](https://togithub.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6d6f0faa2..14a8aabf3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -47,7 +47,7 @@ paparazzi = "1.3.4" picnic = "0.7.0" retrofit = "2.11.0" robolectric = "4.12.2" -roborazzi = "1.18.0" +roborazzi = "1.20.0" skie = "0.8.0" spotless = "6.23.3" sqldelight = "2.0.2"