Commit 16d5e75
authored
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` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[io.github.takahirom.roborazzi:roborazzi-compose](https://redirect.github.com/takahirom/roborazzi)
| `1.51.0` -> `1.52.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[io.github.takahirom.roborazzi:roborazzi](https://redirect.github.com/takahirom/roborazzi)
| `1.51.0` -> `1.52.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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 [@​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
[@​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
[@​igokoro](https://redirect.github.com/igokoro) !
##### What's Changed
- Fix configuration cache compatibility by replacing
resolvedConfiguration API by
[@​takahirom](https://redirect.github.com/takahirom) in
[#​759](https://redirect.github.com/takahirom/roborazzi/pull/759)
- Fix task name conflicts when creating multiple test runs for same
target by [@​takahirom](https://redirect.github.com/takahirom) in
[#​756](https://redirect.github.com/takahirom/roborazzi/pull/756)
- Add support for com.android.kotlin.multiplatform.library plugin by
[@​takahirom](https://redirect.github.com/takahirom) in
[#​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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments