Skip to content

Commit

Permalink
Update roborazzi to v1.20.0 (#1433)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[io.github.takahirom.roborazzi](https://github.com/takahirom/roborazzi)
| plugin | minor | `1.18.0` -> `1.20.0` |
|
[io.github.takahirom.roborazzi:roborazzi-junit-rule](https://github.com/takahirom/roborazzi)
| dependencies | minor | `1.18.0` -> `1.20.0` |
|
[io.github.takahirom.roborazzi:roborazzi-compose](https://github.com/takahirom/roborazzi)
| dependencies | minor | `1.18.0` -> `1.20.0` |
|
[io.github.takahirom.roborazzi:roborazzi](https://github.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

<details>
<summary>takahirom/roborazzi (io.github.takahirom.roborazzi)</summary>

###
[`v1.20.0`](https://github.com/takahirom/roborazzi/releases/tag/1.20.0)

[Compare
Source](https://github.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,
[@&#8203;lukas-mercari](https://github.com/lukas-mercari), for
informing us and proposing this improvement.

##### What's Changed

- Use empty files for record task by
[@&#8203;takahirom](https://github.com/takahirom) in
[takahirom/roborazzi#389
- Fix condition of using output dir by
[@&#8203;takahirom](https://github.com/takahirom) in
[takahirom/roborazzi#390

**Full Changelog**:
takahirom/roborazzi@1.19.0...1.20.0

###
[`v1.19.0`](https://github.com/takahirom/roborazzi/releases/tag/1.19.0)

[Compare
Source](https://github.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,
[@&#8203;lukas-mercari](https://github.com/lukas-mercari).

##### What's Changed

- Remove unused dependency androidx.compose.ui:ui-graphics by
[@&#8203;takahirom](https://github.com/takahirom)
[takahirom/roborazzi#373
- Fix issue where afterSuite runs for non-root suites by
[@&#8203;takahirom](https://github.com/takahirom) in
[takahirom/roborazzi#385

**Full Changelog**:
takahirom/roborazzi@1.18.0...1.19.0

</details>

---

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4MS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
slack-oss-bot committed May 29, 2024
1 parent 3f333bf commit f4e6d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f4e6d04

Please sign in to comment.