Skip to content

Bump roborazzi from 1.33.0 to 1.34.0#1093

Merged
lihenggui merged 1 commit into
mainfrom
dependabot/gradle/roborazzi-1.34.0
Nov 25, 2024
Merged

Bump roborazzi from 1.33.0 to 1.34.0#1093
lihenggui merged 1 commit into
mainfrom
dependabot/gradle/roborazzi-1.34.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 25, 2024

Copy link
Copy Markdown
Contributor

Bumps roborazzi from 1.33.0 to 1.34.0.
Updates io.github.takahirom.roborazzi:roborazzi from 1.33.0 to 1.34.0

Release notes

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

1.34.0

Stabilize RoborazziOptions and RoborazziRule.Options

RoborazziOptions and RoborazziRule.Options were not annotated with ExperimentalRoborazziApi, but their constructor parameters had the annotation. This caused ExperimentalRoborazziApi to be unintentionally exposed. To address this, we have separated constructors for stable parameters. Additionally, within Roborazzi samples, we have enabled allWarningsAsErrors = true to ensure that any unexpected exposure can be promptly identified. Thank you for reporting this issue and for your code review, @​colinrtwhite!

Fixes for Accessibility Checks

We introduced Experimental Accessibility Test Framework checks in version 1.33.0.
Thanks to @​yschimke's contribution, several fixes have been implemented for accessibility checks, including check suppression and improved logging.

What's Changed

Full Changelog: takahirom/roborazzi@1.33.0...1.34.0

Commits
  • a8a81ee 1.34.0
  • 3f908ec Merge pull request #566 from takahirom/takahirom/fix-optin-of-options/2024-11-22
  • a26abf4 Merge pull request #573 from yschimke/output_error
  • 5f3586c Merge pull request #571 from takahirom/takahirom/fix-wrong-naming/2024-11-23
  • 09cdd39 Refactor parameter
  • 2e8a03d Merge pull request #574 from yschimke/revert_fingerprint
  • 8121a89 Merge branch 'refs/heads/main' into output_error
  • 0327854 merge conflicts
  • 5c359f4 Merge branch 'refs/heads/main' into revert_fingerprint
  • 2a6e238 Fix: Restore Robolectric fingerprint after accessibility checks
  • Additional commits viewable in compare view

Updates io.github.takahirom.roborazzi from 1.33.0 to 1.34.0

Release notes

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

1.34.0

Stabilize RoborazziOptions and RoborazziRule.Options

RoborazziOptions and RoborazziRule.Options were not annotated with ExperimentalRoborazziApi, but their constructor parameters had the annotation. This caused ExperimentalRoborazziApi to be unintentionally exposed. To address this, we have separated constructors for stable parameters. Additionally, within Roborazzi samples, we have enabled allWarningsAsErrors = true to ensure that any unexpected exposure can be promptly identified. Thank you for reporting this issue and for your code review, @​colinrtwhite!

Fixes for Accessibility Checks

We introduced Experimental Accessibility Test Framework checks in version 1.33.0.
Thanks to @​yschimke's contribution, several fixes have been implemented for accessibility checks, including check suppression and improved logging.

What's Changed

Full Changelog: takahirom/roborazzi@1.33.0...1.34.0

Commits
  • a8a81ee 1.34.0
  • 3f908ec Merge pull request #566 from takahirom/takahirom/fix-optin-of-options/2024-11-22
  • a26abf4 Merge pull request #573 from yschimke/output_error
  • 5f3586c Merge pull request #571 from takahirom/takahirom/fix-wrong-naming/2024-11-23
  • 09cdd39 Refactor parameter
  • 2e8a03d Merge pull request #574 from yschimke/revert_fingerprint
  • 8121a89 Merge branch 'refs/heads/main' into output_error
  • 0327854 merge conflicts
  • 5c359f4 Merge branch 'refs/heads/main' into revert_fingerprint
  • 2a6e238 Fix: Restore Robolectric fingerprint after accessibility checks
  • 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.33.0 to 1.34.0.

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@lihenggui lihenggui merged commit f3d9669 into main Nov 25, 2024
@dependabot dependabot Bot deleted the dependabot/gradle/roborazzi-1.34.0 branch November 25, 2024 19:14
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