Skip to content

deps: bump the minor-and-patch group with 5 updates - #60

Merged
GeiserX merged 1 commit into
mainfrom
dependabot/gradle/minor-and-patch-aac39a07aa
Aug 31, 2026
Merged

deps: bump the minor-and-patch group with 5 updates#60
GeiserX merged 1 commit into
mainfrom
dependabot/gradle/minor-and-patch-aac39a07aa

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 5 updates:

Package From To
io.github.takahirom.roborazzi:roborazzi 1.72.0 1.73.0
io.github.takahirom.roborazzi:roborazzi-compose 1.72.0 1.73.0
io.github.takahirom.roborazzi:roborazzi-junit-rule 1.72.0 1.73.0
io.github.takahirom.roborazzi 1.72.0 1.73.0
com.android.application 9.3.1 9.3.2

Updates io.github.takahirom.roborazzi:roborazzi from 1.72.0 to 1.73.0

Release notes

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

1.73.0

Performance

  • Identical screenshots skip the per-pixel comparison. A passing test compares an image identical to its golden, which is the common case — the backing rasters are now compared with bulk integer comparisons, falling back to the ImageComparator only when they differ. Results are unchanged. An identical 1080x2340 comparison drops from 15.3ms to 0.37ms (#917). Thank you @​AlexanderGH for the optimization and the thorough tests!

Fixes

  • Build cache relocatability with generateComposePreviewRobolectricTests. The generated tests were registered as an unnamed, absolute-path input, so cache entries were never reused across checkouts (e.g. CI → local). The input is now relative-path normalized; a second checkout at a different path resolves FROM-CACHE (#919, fixes #918). Thank you @​technoir42 for the precise report and suggested fix!

What's Changed

New Contributors

Full Changelog: takahirom/roborazzi@1.72.0...1.73.0

Commits
  • 6abd5fc 1.73.0
  • 9197a9f Register generated preview tests input with relative path sensitivity (#919)
  • c6537f8 Skip the pixel comparison when images are already identical (#917)
  • See full diff in compare view

Updates io.github.takahirom.roborazzi:roborazzi-compose from 1.72.0 to 1.73.0

Release notes

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

1.73.0

Performance

  • Identical screenshots skip the per-pixel comparison. A passing test compares an image identical to its golden, which is the common case — the backing rasters are now compared with bulk integer comparisons, falling back to the ImageComparator only when they differ. Results are unchanged. An identical 1080x2340 comparison drops from 15.3ms to 0.37ms (#917). Thank you @​AlexanderGH for the optimization and the thorough tests!

Fixes

  • Build cache relocatability with generateComposePreviewRobolectricTests. The generated tests were registered as an unnamed, absolute-path input, so cache entries were never reused across checkouts (e.g. CI → local). The input is now relative-path normalized; a second checkout at a different path resolves FROM-CACHE (#919, fixes #918). Thank you @​technoir42 for the precise report and suggested fix!

What's Changed

New Contributors

Full Changelog: takahirom/roborazzi@1.72.0...1.73.0

Commits
  • 6abd5fc 1.73.0
  • 9197a9f Register generated preview tests input with relative path sensitivity (#919)
  • c6537f8 Skip the pixel comparison when images are already identical (#917)
  • See full diff in compare view

Updates io.github.takahirom.roborazzi:roborazzi-junit-rule from 1.72.0 to 1.73.0

Release notes

Sourced from io.github.takahirom.roborazzi:roborazzi-junit-rule's releases.

1.73.0

Performance

  • Identical screenshots skip the per-pixel comparison. A passing test compares an image identical to its golden, which is the common case — the backing rasters are now compared with bulk integer comparisons, falling back to the ImageComparator only when they differ. Results are unchanged. An identical 1080x2340 comparison drops from 15.3ms to 0.37ms (#917). Thank you @​AlexanderGH for the optimization and the thorough tests!

Fixes

  • Build cache relocatability with generateComposePreviewRobolectricTests. The generated tests were registered as an unnamed, absolute-path input, so cache entries were never reused across checkouts (e.g. CI → local). The input is now relative-path normalized; a second checkout at a different path resolves FROM-CACHE (#919, fixes #918). Thank you @​technoir42 for the precise report and suggested fix!

What's Changed

New Contributors

Full Changelog: takahirom/roborazzi@1.72.0...1.73.0

Commits
  • 6abd5fc 1.73.0
  • 9197a9f Register generated preview tests input with relative path sensitivity (#919)
  • c6537f8 Skip the pixel comparison when images are already identical (#917)
  • See full diff in compare view

Updates io.github.takahirom.roborazzi from 1.72.0 to 1.73.0

Release notes

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

1.73.0

Performance

  • Identical screenshots skip the per-pixel comparison. A passing test compares an image identical to its golden, which is the common case — the backing rasters are now compared with bulk integer comparisons, falling back to the ImageComparator only when they differ. Results are unchanged. An identical 1080x2340 comparison drops from 15.3ms to 0.37ms (#917). Thank you @​AlexanderGH for the optimization and the thorough tests!

Fixes

  • Build cache relocatability with generateComposePreviewRobolectricTests. The generated tests were registered as an unnamed, absolute-path input, so cache entries were never reused across checkouts (e.g. CI → local). The input is now relative-path normalized; a second checkout at a different path resolves FROM-CACHE (#919, fixes #918). Thank you @​technoir42 for the precise report and suggested fix!

What's Changed

New Contributors

Full Changelog: takahirom/roborazzi@1.72.0...1.73.0

Commits
  • 6abd5fc 1.73.0
  • 9197a9f Register generated preview tests input with relative path sensitivity (#919)
  • c6537f8 Skip the pixel comparison when images are already identical (#917)
  • See full diff in compare view

Updates io.github.takahirom.roborazzi:roborazzi-compose from 1.72.0 to 1.73.0

Release notes

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

1.73.0

Performance

  • Identical screenshots skip the per-pixel comparison. A passing test compares an image identical to its golden, which is the common case — the backing rasters are now compared with bulk integer comparisons, falling back to the ImageComparator only when they differ. Results are unchanged. An identical 1080x2340 comparison drops from 15.3ms to 0.37ms (#917). Thank you @​AlexanderGH for the optimization and the thorough tests!

Fixes

  • Build cache relocatability with generateComposePreviewRobolectricTests. The generated tests were registered as an unnamed, absolute-path input, so cache entries were never reused across checkouts (e.g. CI → local). The input is now relative-path normalized; a second checkout at a different path resolves FROM-CACHE (#919, fixes #918). Thank you @​technoir42 for the precise report and suggested fix!

What's Changed

New Contributors

Full Changelog: takahirom/roborazzi@1.72.0...1.73.0

Commits
  • 6abd5fc 1.73.0
  • 9197a9f Register generated preview tests input with relative path sensitivity (#919)
  • c6537f8 Skip the pixel comparison when images are already identical (#917)
  • See full diff in compare view

Updates io.github.takahirom.roborazzi:roborazzi-junit-rule from 1.72.0 to 1.73.0

Release notes

Sourced from io.github.takahirom.roborazzi:roborazzi-junit-rule's releases.

1.73.0

Performance

  • Identical screenshots skip the per-pixel comparison. A passing test compares an image identical to its golden, which is the common case — the backing rasters are now compared with bulk integer comparisons, falling back to the ImageComparator only when they differ. Results are unchanged. An identical 1080x2340 comparison drops from 15.3ms to 0.37ms (#917). Thank you @​AlexanderGH for the optimization and the thorough tests!

Fixes

  • Build cache relocatability with generateComposePreviewRobolectricTests. The generated tests were registered as an unnamed, absolute-path input, so cache entries were never reused across checkouts (e.g. CI → local). The input is now relative-path normalized; a second checkout at a different path resolves FROM-CACHE (#919, fixes #918). Thank you @​technoir42 for the precise report and suggested fix!

What's Changed

New Contributors

Full Changelog: takahirom/roborazzi@1.72.0...1.73.0

Commits
  • 6abd5fc 1.73.0
  • 9197a9f Register generated preview tests input with relative path sensitivity (#919)
  • c6537f8 Skip the pixel comparison when images are already identical (#917)
  • See full diff in compare view

Updates com.android.application from 9.3.1 to 9.3.2

Updates io.github.takahirom.roborazzi from 1.72.0 to 1.73.0

Release notes

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

1.73.0

Performance

  • Identical screenshots skip the per-pixel comparison. A passing test compares an image identical to its golden, which is the common case — the backing rasters are now compared with bulk integer comparisons, falling back to the ImageComparator only when they differ. Results are unchanged. An identical 1080x2340 comparison drops from 15.3ms to 0.37ms (#917). Thank you @​AlexanderGH for the optimization and the thorough tests!

Fixes

  • Build cache relocatability with generateComposePreviewRobolectricTests. The generated tests were registered as an unnamed, absolute-path input, so cache entries were never reused across checkouts (e.g. CI → local). The input is now relative-path normalized; a second checkout at a different path resolves FROM-CACHE (#919, fixes #918). Thank you @​technoir42 for the precise report and suggested fix!

What's Changed

New Contributors

Full Changelog: takahirom/roborazzi@1.72.0...1.73.0

Commits
  • 6abd5fc 1.73.0
  • 9197a9f Register generated preview tests input with relative path sensitivity (#919)
  • c6537f8 Skip the pixel comparison when images are already identical (#917)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [io.github.takahirom.roborazzi:roborazzi](https://github.com/takahirom/roborazzi) | `1.72.0` | `1.73.0` |
| [io.github.takahirom.roborazzi:roborazzi-compose](https://github.com/takahirom/roborazzi) | `1.72.0` | `1.73.0` |
| [io.github.takahirom.roborazzi:roborazzi-junit-rule](https://github.com/takahirom/roborazzi) | `1.72.0` | `1.73.0` |
| [io.github.takahirom.roborazzi](https://github.com/takahirom/roborazzi) | `1.72.0` | `1.73.0` |
| com.android.application | `9.3.1` | `9.3.2` |


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

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

Updates `io.github.takahirom.roborazzi:roborazzi-junit-rule` from 1.72.0 to 1.73.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.72.0...1.73.0)

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

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

Updates `io.github.takahirom.roborazzi:roborazzi-junit-rule` from 1.72.0 to 1.73.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.72.0...1.73.0)

Updates `com.android.application` from 9.3.1 to 9.3.2

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

---
updated-dependencies:
- dependency-name: io.github.takahirom.roborazzi:roborazzi
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.github.takahirom.roborazzi:roborazzi-compose
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.github.takahirom.roborazzi:roborazzi-junit-rule
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.github.takahirom.roborazzi
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.github.takahirom.roborazzi:roborazzi-compose
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.github.takahirom.roborazzi:roborazzi-junit-rule
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.android.application
  dependency-version: 9.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.github.takahirom.roborazzi
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added automated Opened automatically by a bot dependencies Dependency updates labels Aug 31, 2026
@GeiserX
GeiserX merged commit 81839ec into main Aug 31, 2026
2 checks passed
@GeiserX
GeiserX deleted the dependabot/gradle/minor-and-patch-aac39a07aa branch August 31, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Opened automatically by a bot dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant