Skip to content

Bump roborazzi from 1.43.1 to 1.44.0#1241

Merged
lihenggui merged 1 commit intomainfrom
dependabot/gradle/roborazzi-1.44.0
Jun 22, 2025
Merged

Bump roborazzi from 1.43.1 to 1.44.0#1241
lihenggui merged 1 commit intomainfrom
dependabot/gradle/roborazzi-1.44.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2025

Bumps roborazzi from 1.43.1 to 1.44.0.
Updates io.github.takahirom.roborazzi:roborazzi from 1.43.1 to 1.44.0

Release notes

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

1.44.0

Please refer to https://github.com/takahirom/roborazzi/releases/tag/1.44.0-alpha01 to see the main changes in version 1.44.0. We are still seeking feedback on RoboComposePreviewOptions. RoboComposePreviewOptions is still experimental, and we may introduce breaking changes.

New feature: Added JUnit @Category to auto-generated tests from Compose Preview

You can now filter tests using JUnit4's RoborazziComposePreviewTestCategory. Thanks to @​hellohj for the suggestion.

Bugfix: Subdirectory screenshots are now removed when roborazzi.cleanupOldScreenshots=true

Previously, when roborazzi.cleanupOldScreenshots=true was used, subdirectory screenshots were not removed as intended. Thanks to @​pacoalface-jt for reporting the bug.

What's Changed

Full Changelog: takahirom/roborazzi@1.43.1...1.44.0

1.44.0-alpha04

Example update for Compose Multiplatform

The Roborazzi sample for the Compose Multiplatform @Preview annotation has been updated to use CommonComposablePreviewScanner. Thanks to @​sergio-sastre for this contribution!

Central Portal Migration

This migration to the Central Portal should not affect users. We've made this change because the previous publishing service (Sonatype OSSRH) is being sunset.

What's Changed

Full Changelog: takahirom/roborazzi@1.44.0-alpha03...1.44.0-alpha04

1.44.0-alpha03

Bugfixes and breaking changes for AI powered Assertion.

... (truncated)

Commits
  • 62ab157 1.44.0
  • 3355e4e Merge pull request #680 from takahirom/tm/add-category-to-preview-tests/2025-...
  • 68cf64c Merge pull request #686 from takahirom/tm/add-failing-whenremovesubdirectoryt...
  • 0493b36 Merge pull request #685 from takahirom/tm/try-using-walktopdown-instead-of-li...
  • 6e6e15b Merge branch 'tm/add-failing-whenremovesubdirectorytesttheoldscreenshotshould...
  • a67edeb Add failing whenRemoveSubdirectoryTestTheOldScreenshotShouldBeRemoved
  • e9b4d17 Try using walkTopDown instead of listFiles for cleanup
  • 401a373 1.44.0-alpha04
  • 9906aee Merge pull request #683 from takahirom/tm/migrate-maven-central-publisher/202...
  • 0104da9 Configure Gradle to publish to Central Portal
  • Additional commits viewable in compare view

Updates io.github.takahirom.roborazzi:roborazzi-accessibility-check from 1.43.1 to 1.44.0

Release notes

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

1.44.0

Please refer to https://github.com/takahirom/roborazzi/releases/tag/1.44.0-alpha01 to see the main changes in version 1.44.0. We are still seeking feedback on RoboComposePreviewOptions. RoboComposePreviewOptions is still experimental, and we may introduce breaking changes.

New feature: Added JUnit @Category to auto-generated tests from Compose Preview

You can now filter tests using JUnit4's RoborazziComposePreviewTestCategory. Thanks to @​hellohj for the suggestion.

Bugfix: Subdirectory screenshots are now removed when roborazzi.cleanupOldScreenshots=true

Previously, when roborazzi.cleanupOldScreenshots=true was used, subdirectory screenshots were not removed as intended. Thanks to @​pacoalface-jt for reporting the bug.

What's Changed

Full Changelog: takahirom/roborazzi@1.43.1...1.44.0

1.44.0-alpha04

Example update for Compose Multiplatform

The Roborazzi sample for the Compose Multiplatform @Preview annotation has been updated to use CommonComposablePreviewScanner. Thanks to @​sergio-sastre for this contribution!

Central Portal Migration

This migration to the Central Portal should not affect users. We've made this change because the previous publishing service (Sonatype OSSRH) is being sunset.

What's Changed

Full Changelog: takahirom/roborazzi@1.44.0-alpha03...1.44.0-alpha04

1.44.0-alpha03

Bugfixes and breaking changes for AI powered Assertion.

... (truncated)

Commits
  • 62ab157 1.44.0
  • 3355e4e Merge pull request #680 from takahirom/tm/add-category-to-preview-tests/2025-...
  • 68cf64c Merge pull request #686 from takahirom/tm/add-failing-whenremovesubdirectoryt...
  • 0493b36 Merge pull request #685 from takahirom/tm/try-using-walktopdown-instead-of-li...
  • 6e6e15b Merge branch 'tm/add-failing-whenremovesubdirectorytesttheoldscreenshotshould...
  • a67edeb Add failing whenRemoveSubdirectoryTestTheOldScreenshotShouldBeRemoved
  • e9b4d17 Try using walkTopDown instead of listFiles for cleanup
  • 401a373 1.44.0-alpha04
  • 9906aee Merge pull request #683 from takahirom/tm/migrate-maven-central-publisher/202...
  • 0104da9 Configure Gradle to publish to Central Portal
  • Additional commits viewable in compare view

Updates io.github.takahirom.roborazzi from 1.43.1 to 1.44.0

Release notes

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

1.44.0

Please refer to https://github.com/takahirom/roborazzi/releases/tag/1.44.0-alpha01 to see the main changes in version 1.44.0. We are still seeking feedback on RoboComposePreviewOptions. RoboComposePreviewOptions is still experimental, and we may introduce breaking changes.

New feature: Added JUnit @Category to auto-generated tests from Compose Preview

You can now filter tests using JUnit4's RoborazziComposePreviewTestCategory. Thanks to @​hellohj for the suggestion.

Bugfix: Subdirectory screenshots are now removed when roborazzi.cleanupOldScreenshots=true

Previously, when roborazzi.cleanupOldScreenshots=true was used, subdirectory screenshots were not removed as intended. Thanks to @​pacoalface-jt for reporting the bug.

What's Changed

Full Changelog: takahirom/roborazzi@1.43.1...1.44.0

1.44.0-alpha04

Example update for Compose Multiplatform

The Roborazzi sample for the Compose Multiplatform @Preview annotation has been updated to use CommonComposablePreviewScanner. Thanks to @​sergio-sastre for this contribution!

Central Portal Migration

This migration to the Central Portal should not affect users. We've made this change because the previous publishing service (Sonatype OSSRH) is being sunset.

What's Changed

Full Changelog: takahirom/roborazzi@1.44.0-alpha03...1.44.0-alpha04

1.44.0-alpha03

Bugfixes and breaking changes for AI powered Assertion.

... (truncated)

Commits
  • 62ab157 1.44.0
  • 3355e4e Merge pull request #680 from takahirom/tm/add-category-to-preview-tests/2025-...
  • 68cf64c Merge pull request #686 from takahirom/tm/add-failing-whenremovesubdirectoryt...
  • 0493b36 Merge pull request #685 from takahirom/tm/try-using-walktopdown-instead-of-li...
  • 6e6e15b Merge branch 'tm/add-failing-whenremovesubdirectorytesttheoldscreenshotshould...
  • a67edeb Add failing whenRemoveSubdirectoryTestTheOldScreenshotShouldBeRemoved
  • e9b4d17 Try using walkTopDown instead of listFiles for cleanup
  • 401a373 1.44.0-alpha04
  • 9906aee Merge pull request #683 from takahirom/tm/migrate-maven-central-publisher/202...
  • 0104da9 Configure Gradle to publish to Central Portal
  • 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.43.1 to 1.44.0.

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@lihenggui lihenggui merged commit 3d351a5 into main Jun 22, 2025
4 checks passed
@lihenggui lihenggui deleted the dependabot/gradle/roborazzi-1.44.0 branch June 22, 2025 05:35
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