Skip to content

Bump roborazzi from 1.39.0 to 1.43.0#1165

Merged
lihenggui merged 1 commit intomainfrom
dependabot/gradle/roborazzi-1.43.0
Mar 15, 2025
Merged

Bump roborazzi from 1.39.0 to 1.43.0#1165
lihenggui merged 1 commit intomainfrom
dependabot/gradle/roborazzi-1.43.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2025

Bumps roborazzi from 1.39.0 to 1.43.0.
Updates io.github.takahirom.roborazzi:roborazzi from 1.39.0 to 1.43.0

Release notes

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

1.43.0

Bugfix

Added error handling for font availability checks in headless environments, falling back to Font.MONOSPACED when preferred fonts are unavailable. Thanks for reporting this issue @​pavel163

What's Changed

Full Changelog: takahirom/roborazzi@1.42.0...1.43.0

1.42.0

Bug fixes

We are using the "Courier New" font for comparison image text and screenshot dumps. It appears that "Courier New" is not available in CentOS, although this may not be an issue for Mac, Ubuntu, and Windows users.

To address this problem, we have introduced two mechanisms. Thank you for reporting this issue, @​LloydBlv.

  • Added a fallback to Font.MONOSPACED to ensure execution when the font exists
  • Made the font customizable through roborazzi.theme.typography.font.name=Your Font Name

What's Changed

Full Changelog: takahirom/roborazzi@1.41.1...1.42.0

1.41.1

In some cases, the new test result format breaks the report's HTML/JS. Thank for fixing this, @​unni-dm!

What's Changed

New Contributors

Full Changelog: takahirom/roborazzi@1.41.0...1.41.1

1.41.0

HTML Report Improvements

Thanks to @​mannodermaus's contribution, context and AI assertion results now display more intuitively instead of showing raw data class toString() outputs.
image

Bug Fixes

  • Screenshot dumping now follows deterministic behavior thanks to @​siarhei-luskanau's implementation

Automatic Retry Handling for 429 Errors

(Only relevant for arbigent-ai-openai users)
We've implemented automatic retry logic for HTTP 429 errors common with AI model rate limits, eliminating manual intervention.

Experimental Multi-Image AI Assertion

... (truncated)

Commits
  • 9bedf3a 1.43.0
  • a0a1628 Merge pull request #661 from takahirom/tm/fix-font-crash/2025-02-26
  • d72c69e Fix font crash
  • 24070ea Merge pull request #620 from takahirom/renovate/androidx.compose.foundation
  • 4b9f3cd 1.42.0
  • a188aa5 Merge pull request #657 from takahirom/takahirom/fix-when-the-font-is-not-ava...
  • d86d26c Rename
  • 05823b7 Use getSystemProperty to make font customizable
  • 1eaca4e Use Font.MONOSPACED and ignore case
  • eb82613 Fix issue where Roborazzi crash when the font is not available
  • Additional commits viewable in compare view

Updates io.github.takahirom.roborazzi:roborazzi-accessibility-check from 1.39.0 to 1.43.0

Release notes

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

1.43.0

Bugfix

Added error handling for font availability checks in headless environments, falling back to Font.MONOSPACED when preferred fonts are unavailable. Thanks for reporting this issue @​pavel163

What's Changed

Full Changelog: takahirom/roborazzi@1.42.0...1.43.0

1.42.0

Bug fixes

We are using the "Courier New" font for comparison image text and screenshot dumps. It appears that "Courier New" is not available in CentOS, although this may not be an issue for Mac, Ubuntu, and Windows users.

To address this problem, we have introduced two mechanisms. Thank you for reporting this issue, @​LloydBlv.

  • Added a fallback to Font.MONOSPACED to ensure execution when the font exists
  • Made the font customizable through roborazzi.theme.typography.font.name=Your Font Name

What's Changed

Full Changelog: takahirom/roborazzi@1.41.1...1.42.0

1.41.1

In some cases, the new test result format breaks the report's HTML/JS. Thank for fixing this, @​unni-dm!

What's Changed

New Contributors

Full Changelog: takahirom/roborazzi@1.41.0...1.41.1

1.41.0

HTML Report Improvements

Thanks to @​mannodermaus's contribution, context and AI assertion results now display more intuitively instead of showing raw data class toString() outputs.
image

Bug Fixes

  • Screenshot dumping now follows deterministic behavior thanks to @​siarhei-luskanau's implementation

Automatic Retry Handling for 429 Errors

(Only relevant for arbigent-ai-openai users)
We've implemented automatic retry logic for HTTP 429 errors common with AI model rate limits, eliminating manual intervention.

Experimental Multi-Image AI Assertion

... (truncated)

Commits
  • 9bedf3a 1.43.0
  • a0a1628 Merge pull request #661 from takahirom/tm/fix-font-crash/2025-02-26
  • d72c69e Fix font crash
  • 24070ea Merge pull request #620 from takahirom/renovate/androidx.compose.foundation
  • 4b9f3cd 1.42.0
  • a188aa5 Merge pull request #657 from takahirom/takahirom/fix-when-the-font-is-not-ava...
  • d86d26c Rename
  • 05823b7 Use getSystemProperty to make font customizable
  • 1eaca4e Use Font.MONOSPACED and ignore case
  • eb82613 Fix issue where Roborazzi crash when the font is not available
  • Additional commits viewable in compare view

Updates io.github.takahirom.roborazzi from 1.39.0 to 1.43.0

Release notes

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

1.43.0

Bugfix

Added error handling for font availability checks in headless environments, falling back to Font.MONOSPACED when preferred fonts are unavailable. Thanks for reporting this issue @​pavel163

What's Changed

Full Changelog: takahirom/roborazzi@1.42.0...1.43.0

1.42.0

Bug fixes

We are using the "Courier New" font for comparison image text and screenshot dumps. It appears that "Courier New" is not available in CentOS, although this may not be an issue for Mac, Ubuntu, and Windows users.

To address this problem, we have introduced two mechanisms. Thank you for reporting this issue, @​LloydBlv.

  • Added a fallback to Font.MONOSPACED to ensure execution when the font exists
  • Made the font customizable through roborazzi.theme.typography.font.name=Your Font Name

What's Changed

Full Changelog: takahirom/roborazzi@1.41.1...1.42.0

1.41.1

In some cases, the new test result format breaks the report's HTML/JS. Thank for fixing this, @​unni-dm!

What's Changed

New Contributors

Full Changelog: takahirom/roborazzi@1.41.0...1.41.1

1.41.0

HTML Report Improvements

Thanks to @​mannodermaus's contribution, context and AI assertion results now display more intuitively instead of showing raw data class toString() outputs.
image

Bug Fixes

  • Screenshot dumping now follows deterministic behavior thanks to @​siarhei-luskanau's implementation

Automatic Retry Handling for 429 Errors

(Only relevant for arbigent-ai-openai users)
We've implemented automatic retry logic for HTTP 429 errors common with AI model rate limits, eliminating manual intervention.

Experimental Multi-Image AI Assertion

... (truncated)

Commits
  • 9bedf3a 1.43.0
  • a0a1628 Merge pull request #661 from takahirom/tm/fix-font-crash/2025-02-26
  • d72c69e Fix font crash
  • 24070ea Merge pull request #620 from takahirom/renovate/androidx.compose.foundation
  • 4b9f3cd 1.42.0
  • a188aa5 Merge pull request #657 from takahirom/takahirom/fix-when-the-font-is-not-ava...
  • d86d26c Rename
  • 05823b7 Use getSystemProperty to make font customizable
  • 1eaca4e Use Font.MONOSPACED and ignore case
  • eb82613 Fix issue where Roborazzi crash when the font is not available
  • 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.39.0 to 1.43.0.

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

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

Updates `io.github.takahirom.roborazzi` from 1.39.0 to 1.43.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.39.0...1.43.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:roborazzi-accessibility-check
  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] <[email protected]>
@lihenggui lihenggui merged commit 9f22da6 into main Mar 15, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/roborazzi-1.43.0 branch March 15, 2025 17:26
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