Skip to content

Commit 16d5e75

Browse files
fix(deps): update roborazzi to v1.52.0 (#680)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.github.takahirom.roborazzi](https://redirect.github.com/takahirom/roborazzi) | `1.51.0` -> `1.52.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.takahirom.roborazzi:io.github.takahirom.roborazzi.gradle.plugin/1.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.takahirom.roborazzi:io.github.takahirom.roborazzi.gradle.plugin/1.51.0/1.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.github.takahirom.roborazzi:roborazzi-junit-rule](https://redirect.github.com/takahirom/roborazzi) | `1.51.0` -> `1.52.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.takahirom.roborazzi:roborazzi-junit-rule/1.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.takahirom.roborazzi:roborazzi-junit-rule/1.51.0/1.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.github.takahirom.roborazzi:roborazzi-compose](https://redirect.github.com/takahirom/roborazzi) | `1.51.0` -> `1.52.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.takahirom.roborazzi:roborazzi-compose/1.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.takahirom.roborazzi:roborazzi-compose/1.51.0/1.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.github.takahirom.roborazzi:roborazzi](https://redirect.github.com/takahirom/roborazzi) | `1.51.0` -> `1.52.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.takahirom.roborazzi:roborazzi/1.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.takahirom.roborazzi:roborazzi/1.51.0/1.52.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>takahirom/roborazzi (io.github.takahirom.roborazzi)</summary> ### [`v1.52.0`](https://redirect.github.com/takahirom/roborazzi/releases/tag/1.52.0) [Compare Source](https://redirect.github.com/takahirom/roborazzi/compare/1.51.0...1.52.0) ##### Support for `com.android.kotlin.multiplatform.library` plugin Even though we can use `androidUnitTest` in Kotlin Multiplatform Plugin, there is a way to add Android target to KMP and this might become mainstream. Roborazzi did not add the task for this plugin so we added tasks like `recordRoborazziAndroidHostTest`. Thank you for reporting this issue [@&#8203;xVemu](https://redirect.github.com/xVemu) ! ##### Support for KMP testRuns API When we add testRuns in build.gradle, that enables us to control dependencies for tests in KMP, Roborazzi used to fail with `Cannot add task 'clearRoborazziJvm' as a task with that name already exists.`. Thank you for reporting this issue as well [@&#8203;xVemu](https://redirect.github.com/xVemu) ! ##### Fix preview tests plugin when using Bom dependencies There are patterns that we cannot build with Roborazzi due to configuration cache issues. We addressed this issue using a new API for configuration cache. Thank you for reporting this [@&#8203;igokoro](https://redirect.github.com/igokoro) ! ##### What's Changed - Fix configuration cache compatibility by replacing resolvedConfiguration API by [@&#8203;takahirom](https://redirect.github.com/takahirom) in [#&#8203;759](https://redirect.github.com/takahirom/roborazzi/pull/759) - Fix task name conflicts when creating multiple test runs for same target by [@&#8203;takahirom](https://redirect.github.com/takahirom) in [#&#8203;756](https://redirect.github.com/takahirom/roborazzi/pull/756) - Add support for com.android.kotlin.multiplatform.library plugin by [@&#8203;takahirom](https://redirect.github.com/takahirom) in [#&#8203;758](https://redirect.github.com/takahirom/roborazzi/pull/758) **Full Changelog**: <takahirom/roborazzi@1.51.0...1.52.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/EmergeTools/hackernews). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 81de42c commit 16d5e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ coreKtx = "1.17.0"
66
junit = "4.13.2"
77
junitVersion = "1.1.5" # This is to match Compose's version
88
robolectric = "4.16"
9-
roborazzi = "1.51.0"
9+
roborazzi = "1.52.0"
1010
espressoCore = "3.5.0" # This is to match Compose's version
1111
lifecycleRuntimeKtx = "2.10.0"
1212
activityCompose = "1.12.0"

0 commit comments

Comments
 (0)