Skip to content

Commit 02d14a0

Browse files
Update roborazzi to v1.43.1 (#2008)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.github.takahirom.roborazzi](https://redirect.github.com/takahirom/roborazzi) | plugin | patch | `1.43.0` -> `1.43.1` | | [io.github.takahirom.roborazzi:roborazzi-junit-rule](https://redirect.github.com/takahirom/roborazzi) | dependencies | patch | `1.43.0` -> `1.43.1` | | [io.github.takahirom.roborazzi:roborazzi-compose](https://redirect.github.com/takahirom/roborazzi) | dependencies | patch | `1.43.0` -> `1.43.1` | | [io.github.takahirom.roborazzi:roborazzi](https://redirect.github.com/takahirom/roborazzi) | dependencies | patch | `1.43.0` -> `1.43.1` | --- > [!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.43.1`](https://redirect.github.com/takahirom/roborazzi/releases/tag/1.43.1) [Compare Source](https://redirect.github.com/takahirom/roborazzi/compare/1.43.0...1.43.1) We added error handling for font availability checks in 1.43.0. However, it seems that the "font not available" error is an Error rather than an Exception, so we updated the code to handle Throwable. ##### What's Changed - \[No Roborazzi library dependency update] Update dependency androidx.compose.ui:ui-tooling-preview to v1.7.8 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/643](https://redirect.github.com/takahirom/roborazzi/pull/643) - Handle font availability errors by catching Throwable by [@&#8203;takahirom](https://redirect.github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/665](https://redirect.github.com/takahirom/roborazzi/pull/665) **Full Changelog**: takahirom/roborazzi@1.43.0...1.43.1 </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent d0cc126 commit 02d14a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ okhttp = "5.0.0-alpha.14"
4444
okio = "3.10.2"
4545
picnic = "0.7.0"
4646
robolectric = "4.14.1"
47-
roborazzi = "1.43.0"
47+
roborazzi = "1.43.1"
4848
skie = "0.10.1"
4949
spotless = "7.0.2"
5050
sqldelight = "2.0.2"

0 commit comments

Comments
 (0)