Commit 02dba6a
authored
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` |

|

|
|
[io.github.takahirom.roborazzi:roborazzi-junit-rule](https://redirect.github.com/takahirom/roborazzi)
| `1.55.0` → `1.56.0` |

|

|
|
[io.github.takahirom.roborazzi:roborazzi-compose](https://redirect.github.com/takahirom/roborazzi)
| `1.55.0` → `1.56.0` |

|

|
|
[io.github.takahirom.roborazzi:roborazzi](https://redirect.github.com/takahirom/roborazzi)
| `1.55.0` → `1.56.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.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
[@​takahirom](https://redirect.github.com/takahirom) in
[#​782](https://redirect.github.com/takahirom/roborazzi/pull/782)
- Add effectDispatcherFactory for LaunchedEffect support by
[@​takahirom](https://redirect.github.com/takahirom) in
[#​779](https://redirect.github.com/takahirom/roborazzi/pull/779)
- Add PreviewFocusWithFocusGroup Preview to test focus state by
[@​takahirom](https://redirect.github.com/takahirom) in
[#​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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments