Skip to content

Commit

Permalink
Update roborazzi to v1.42.0 (#1954)
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.41.1` -> `1.42.0` |
|
[io.github.takahirom.roborazzi:roborazzi-junit-rule](https://github.com/takahirom/roborazzi)
| dependencies | minor | `1.41.1` -> `1.42.0` |
|
[io.github.takahirom.roborazzi:roborazzi-compose](https://github.com/takahirom/roborazzi)
| dependencies | minor | `1.41.1` -> `1.42.0` |
|
[io.github.takahirom.roborazzi:roborazzi](https://github.com/takahirom/roborazzi)
| dependencies | minor | `1.41.1` -> `1.42.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.42.0`](https://github.com/takahirom/roborazzi/releases/tag/1.42.0)

[Compare
Source](https://github.com/takahirom/roborazzi/compare/1.41.1...1.42.0)

##### [Bug fixes](pplx://action/followup)

We are using the "Courier New" font for comparison image text and
screenshot dumps. It appears that "Courier New" is not available in
CentOS, although this may not be an issue for Mac, Ubuntu, and Windows
users.

To address this problem, we have introduced two mechanisms. Thank you
for reporting this issue,
[@&#8203;LloydBlv](https://github.com/LloydBlv).

- Added a fallback to Font.MONOSPACED to ensure execution when the font
exists
- Made the font customizable through
`roborazzi.theme.typography.font.name=Your Font Name`

##### What's Changed

- Fix issue where Roborazzi crash when the font is not available by
[@&#8203;takahirom](https://github.com/takahirom) in
[https://github.com/takahirom/roborazzi/pull/657](https://github.com/takahirom/roborazzi/pull/657)

**Full Changelog**:
takahirom/roborazzi@1.41.1...1.42.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzAuMyIsInVwZGF0ZWRJblZlciI6IjM5LjE3MC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
slack-oss-bot authored Feb 17, 2025
1 parent a48b593 commit 54b83f0
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 @@ -44,7 +44,7 @@ okhttp = "5.0.0-alpha.14"
okio = "3.10.2"
picnic = "0.7.0"
robolectric = "4.14.1"
roborazzi = "1.41.1"
roborazzi = "1.42.0"
skie = "0.10.1"
spotless = "7.0.2"
sqldelight = "2.0.2"
Expand Down

0 comments on commit 54b83f0

Please sign in to comment.