Skip to content

Commit 02dba6a

Browse files
fix(deps): update roborazzi to v1.56.0 (#2500)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [io.github.takahirom.roborazzi](https://redirect.github.com/takahirom/roborazzi) | `1.55.0` → `1.56.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.takahirom.roborazzi:io.github.takahirom.roborazzi.gradle.plugin/1.56.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.takahirom.roborazzi:io.github.takahirom.roborazzi.gradle.plugin/1.55.0/1.56.0?slim=true) | | [io.github.takahirom.roborazzi:roborazzi-junit-rule](https://redirect.github.com/takahirom/roborazzi) | `1.55.0` → `1.56.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.takahirom.roborazzi:roborazzi-junit-rule/1.56.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.takahirom.roborazzi:roborazzi-junit-rule/1.55.0/1.56.0?slim=true) | | [io.github.takahirom.roborazzi:roborazzi-compose](https://redirect.github.com/takahirom/roborazzi) | `1.55.0` → `1.56.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.takahirom.roborazzi:roborazzi-compose/1.56.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.takahirom.roborazzi:roborazzi-compose/1.55.0/1.56.0?slim=true) | | [io.github.takahirom.roborazzi:roborazzi](https://redirect.github.com/takahirom/roborazzi) | `1.55.0` → `1.56.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.takahirom.roborazzi:roborazzi/1.56.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.takahirom.roborazzi:roborazzi/1.55.0/1.56.0?slim=true) | --- > [!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.56.0`](https://redirect.github.com/takahirom/roborazzi/releases/tag/1.56.0) [Compare Source](https://redirect.github.com/takahirom/roborazzi/compare/1.55.0...1.56.0) ##### Added AGP 9.0 compatibility to RoborazziPlugin Roborazzi was previously using APIs and classes that have since been deprecated, such as `Variant.unitTest` and TestedExtension. We have now migrated to alternative, supported classes and methods. ##### Behavior changes: Stabilized preview LaunchedEffect execution for Compose Preview support Previously, screenshots occasionally differed from Android Studio Composable Preview when using LaunchedEffect. We now invoke `composeTestRule.mainClock.advanceTimeByFrame()` by default, so some screenshots may appear different. You can restore the previous behavior by implementing a custom tester as follows: ```kotlin composeRuleFactory = { createAndroidComposeRule<RoborazziActivity>() as AndroidComposeTestRule<ActivityScenarioRule<out ComponentActivity>, *> }, ``` ##### What's Changed - Add AGP 9.0 compatibility to RoborazziPlugin by [@&#8203;takahirom](https://redirect.github.com/takahirom) in [#&#8203;782](https://redirect.github.com/takahirom/roborazzi/pull/782) - Add effectDispatcherFactory for LaunchedEffect support by [@&#8203;takahirom](https://redirect.github.com/takahirom) in [#&#8203;779](https://redirect.github.com/takahirom/roborazzi/pull/779) - Add PreviewFocusWithFocusGroup Preview to test focus state by [@&#8203;takahirom](https://redirect.github.com/takahirom) in [#&#8203;778](https://redirect.github.com/takahirom/roborazzi/pull/778) **Full Changelog**: <takahirom/roborazzi@1.55.0...1.56.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43Ni40IiwidXBkYXRlZEluVmVyIjoiNDIuNzYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 43e963b commit 02dba6a

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
@@ -41,7 +41,7 @@ okhttp = "5.3.2"
4141
okio = "3.16.4"
4242
picnic = "0.7.0"
4343
robolectric = "4.16"
44-
roborazzi = "1.55.0"
44+
roborazzi = "1.56.0"
4545
spotless = "8.0.0"
4646
sqldelight = "2.2.1"
4747
telephoto = "0.18.0"

0 commit comments

Comments
 (0)