Skip to content

Bump roborazzi from 1.51.0 to 1.52.0#1397

Merged
lihenggui merged 1 commit intomainfrom
dependabot/gradle/roborazzi-1.52.0
Dec 3, 2025
Merged

Bump roborazzi from 1.51.0 to 1.52.0#1397
lihenggui merged 1 commit intomainfrom
dependabot/gradle/roborazzi-1.52.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps roborazzi from 1.51.0 to 1.52.0.
Updates io.github.takahirom.roborazzi:roborazzi from 1.51.0 to 1.52.0

Release notes

Sourced from io.github.takahirom.roborazzi:roborazzi's releases.

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 !

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 !

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 !

What's Changed

Full Changelog: takahirom/roborazzi@1.51.0...1.52.0

Commits
  • 683f9ac 1.52.0
  • dafff6b Merge pull request #758 from takahirom/tm/add-android-kmp-sample
  • 2b49cd2 Merge pull request #756 from takahirom/tm/fix-multiple-testrun-task-conflicts
  • 0a315a3 Add comment about single-variant architecture
  • 6911b17 Use withType for KMP Android target resolution
  • e3ccee0 Use test variant name for KMP library Roborazzi tasks
  • 9d612a2 Update writerside-checker-action version in workflow
  • f3374b1 fix-document-build
  • cdbea12 Merge pull request #759 from takahirom/tm/fix-configuration-cache-resolvedcon...
  • 8a34f9e Replace legacy resolvedConfiguration API with configuration-cache compatible ...
  • Additional commits viewable in compare view

Updates io.github.takahirom.roborazzi:roborazzi-accessibility-check from 1.51.0 to 1.52.0

Release notes

Sourced from io.github.takahirom.roborazzi:roborazzi-accessibility-check's releases.

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 !

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 !

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 !

What's Changed

Full Changelog: takahirom/roborazzi@1.51.0...1.52.0

Commits
  • 683f9ac 1.52.0
  • dafff6b Merge pull request #758 from takahirom/tm/add-android-kmp-sample
  • 2b49cd2 Merge pull request #756 from takahirom/tm/fix-multiple-testrun-task-conflicts
  • 0a315a3 Add comment about single-variant architecture
  • 6911b17 Use withType for KMP Android target resolution
  • e3ccee0 Use test variant name for KMP library Roborazzi tasks
  • 9d612a2 Update writerside-checker-action version in workflow
  • f3374b1 fix-document-build
  • cdbea12 Merge pull request #759 from takahirom/tm/fix-configuration-cache-resolvedcon...
  • 8a34f9e Replace legacy resolvedConfiguration API with configuration-cache compatible ...
  • Additional commits viewable in compare view

Updates io.github.takahirom.roborazzi from 1.51.0 to 1.52.0

Release notes

Sourced from io.github.takahirom.roborazzi's releases.

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 !

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 !

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 !

What's Changed

Full Changelog: takahirom/roborazzi@1.51.0...1.52.0

Commits
  • 683f9ac 1.52.0
  • dafff6b Merge pull request #758 from takahirom/tm/add-android-kmp-sample
  • 2b49cd2 Merge pull request #756 from takahirom/tm/fix-multiple-testrun-task-conflicts
  • 0a315a3 Add comment about single-variant architecture
  • 6911b17 Use withType for KMP Android target resolution
  • e3ccee0 Use test variant name for KMP library Roborazzi tasks
  • 9d612a2 Update writerside-checker-action version in workflow
  • f3374b1 fix-document-build
  • cdbea12 Merge pull request #759 from takahirom/tm/fix-configuration-cache-resolvedcon...
  • 8a34f9e Replace legacy resolvedConfiguration API with configuration-cache compatible ...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `roborazzi` from 1.51.0 to 1.52.0.

Updates `io.github.takahirom.roborazzi:roborazzi` from 1.51.0 to 1.52.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.51.0...1.52.0)

Updates `io.github.takahirom.roborazzi:roborazzi-accessibility-check` from 1.51.0 to 1.52.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.51.0...1.52.0)

Updates `io.github.takahirom.roborazzi` from 1.51.0 to 1.52.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.51.0...1.52.0)

---
updated-dependencies:
- dependency-name: io.github.takahirom.roborazzi:roborazzi
  dependency-version: 1.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.takahirom.roborazzi:roborazzi-accessibility-check
  dependency-version: 1.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.takahirom.roborazzi
  dependency-version: 1.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@lihenggui lihenggui merged commit d7040b3 into main Dec 3, 2025
4 checks passed
@lihenggui lihenggui deleted the dependabot/gradle/roborazzi-1.52.0 branch December 3, 2025 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant