Skip to content

Bump roborazzi from 1.50.0 to 1.51.0#1358

Merged
lihenggui merged 1 commit intomainfrom
dependabot/gradle/roborazzi-1.51.0
Nov 10, 2025
Merged

Bump roborazzi from 1.50.0 to 1.51.0#1358
lihenggui merged 1 commit intomainfrom
dependabot/gradle/roborazzi-1.51.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2025

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

Release notes

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

1.51.0

Add validation for Compose Preview Support users

includePrivatePreviews is an option we can set in Gradle DSL. However, there is a scenario where we cannot use it, and it appears to be a flaw. The reason why includePrivatePreviews is not utilized is that users can specify a custom tester in their code, and Roborazzi's default tester applies the option using parameters from the Gradle DSL. You can see the error message if you do not set options properly, as shown below. You can simply review and follow what the error message indicates. Thank you, @​egorikftp, for reporting this issue! Thank you, @​sergio-sastre, for your input on this issue!

  You have two options:
  1. Remove 'includePrivatePreviews = true' from generateComposePreviewRobolectricTests configuration
     and call '.includePrivatePreviews()' directly in your custom tester's testParameters() method.
  1. Set 'useScanOptionParametersInTester = true' in generateComposePreviewRobolectricTests configuration and check 'options.scanOptions.includePrivatePreviews' in your testParameters() implementation.

Example for option 1:

takahirom/roborazzi#740

What's Changed

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

Commits
  • dec4d58 1.51.0
  • d43efc0 Merge pull request #740 from takahirom/tm/validate-custom-tester-scan-options
  • fa74b2e Merge pull request #747 from takahirom/renovate/androidx.appcompat
  • 03220f9 Update dependency androidx.appcompat:appcompat to v1.7.1
  • 768dec9 Merge pull request #746 from takahirom/renovate/composable.preview.scanner
  • b24dd32 Update composable.preview.scanner to v0.7.1
  • 2098ccc Merge pull request #745 from takahirom/renovate/jetbrains-writerside-github-a...
  • 73683f7 Update JetBrains/writerside-github-action digest to 73f8f37
  • c5e4ebf Merge pull request #744 from takahirom/renovate/actions-download-artifact-digest
  • 31dc8ab Update actions/download-artifact digest to d3f86a1
  • Additional commits viewable in compare view

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

Release notes

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

1.51.0

Add validation for Compose Preview Support users

includePrivatePreviews is an option we can set in Gradle DSL. However, there is a scenario where we cannot use it, and it appears to be a flaw. The reason why includePrivatePreviews is not utilized is that users can specify a custom tester in their code, and Roborazzi's default tester applies the option using parameters from the Gradle DSL. You can see the error message if you do not set options properly, as shown below. You can simply review and follow what the error message indicates. Thank you, @​egorikftp, for reporting this issue! Thank you, @​sergio-sastre, for your input on this issue!

  You have two options:
  1. Remove 'includePrivatePreviews = true' from generateComposePreviewRobolectricTests configuration
     and call '.includePrivatePreviews()' directly in your custom tester's testParameters() method.
  1. Set 'useScanOptionParametersInTester = true' in generateComposePreviewRobolectricTests configuration and check 'options.scanOptions.includePrivatePreviews' in your testParameters() implementation.

Example for option 1:

takahirom/roborazzi#740

What's Changed

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

Commits
  • dec4d58 1.51.0
  • d43efc0 Merge pull request #740 from takahirom/tm/validate-custom-tester-scan-options
  • fa74b2e Merge pull request #747 from takahirom/renovate/androidx.appcompat
  • 03220f9 Update dependency androidx.appcompat:appcompat to v1.7.1
  • 768dec9 Merge pull request #746 from takahirom/renovate/composable.preview.scanner
  • b24dd32 Update composable.preview.scanner to v0.7.1
  • 2098ccc Merge pull request #745 from takahirom/renovate/jetbrains-writerside-github-a...
  • 73683f7 Update JetBrains/writerside-github-action digest to 73f8f37
  • c5e4ebf Merge pull request #744 from takahirom/renovate/actions-download-artifact-digest
  • 31dc8ab Update actions/download-artifact digest to d3f86a1
  • Additional commits viewable in compare view

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

Release notes

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

1.51.0

Add validation for Compose Preview Support users

includePrivatePreviews is an option we can set in Gradle DSL. However, there is a scenario where we cannot use it, and it appears to be a flaw. The reason why includePrivatePreviews is not utilized is that users can specify a custom tester in their code, and Roborazzi's default tester applies the option using parameters from the Gradle DSL. You can see the error message if you do not set options properly, as shown below. You can simply review and follow what the error message indicates. Thank you, @​egorikftp, for reporting this issue! Thank you, @​sergio-sastre, for your input on this issue!

  You have two options:
  1. Remove 'includePrivatePreviews = true' from generateComposePreviewRobolectricTests configuration
     and call '.includePrivatePreviews()' directly in your custom tester's testParameters() method.
  1. Set 'useScanOptionParametersInTester = true' in generateComposePreviewRobolectricTests configuration and check 'options.scanOptions.includePrivatePreviews' in your testParameters() implementation.

Example for option 1:

takahirom/roborazzi#740

What's Changed

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

Commits
  • dec4d58 1.51.0
  • d43efc0 Merge pull request #740 from takahirom/tm/validate-custom-tester-scan-options
  • fa74b2e Merge pull request #747 from takahirom/renovate/androidx.appcompat
  • 03220f9 Update dependency androidx.appcompat:appcompat to v1.7.1
  • 768dec9 Merge pull request #746 from takahirom/renovate/composable.preview.scanner
  • b24dd32 Update composable.preview.scanner to v0.7.1
  • 2098ccc Merge pull request #745 from takahirom/renovate/jetbrains-writerside-github-a...
  • 73683f7 Update JetBrains/writerside-github-action digest to 73f8f37
  • c5e4ebf Merge pull request #744 from takahirom/renovate/actions-download-artifact-digest
  • 31dc8ab Update actions/download-artifact digest to d3f86a1
  • 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.50.0 to 1.51.0.

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@lihenggui lihenggui merged commit b379087 into main Nov 10, 2025
4 checks passed
@lihenggui lihenggui deleted the dependabot/gradle/roborazzi-1.51.0 branch November 10, 2025 18:07
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