Skip to content

Bump app.cash.paparazzi from 2.0.0-alpha02 to 2.0.0-alpha04 in /android#327

Merged
james-dudhi merged 2 commits intomainfrom
dependabot/gradle/android/app.cash.paparazzi-2.0.0-alpha04
Feb 3, 2026
Merged

Bump app.cash.paparazzi from 2.0.0-alpha02 to 2.0.0-alpha04 in /android#327
james-dudhi merged 2 commits intomainfrom
dependabot/gradle/android/app.cash.paparazzi-2.0.0-alpha04

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps app.cash.paparazzi from 2.0.0-alpha02 to 2.0.0-alpha04.

Release notes

Sourced from app.cash.paparazzi's releases.

2.0.0-alpha04

New

  • Allow differ to be configured (#2001)
  • Introduce additional differ types (#2009)
  • Introduce defaultLocale system property (#2203)
  • Update DeviceConfigs (#2176)
  • Support custom view accessibility hierarchy ordering in accessibility snapshots (#2150)
  • Add support for overwriting snapshots when max percent diff threshold is reached (#2067)
  • LayoutLib v16.1.1
  • Compose 1.10.1
  • Kotlin 2.3.0
  • [Gradle Plugin] Gradle 9.2.1
  • [Gradle Plugin] Android Gradle Plugin 8.13.2

Fixed

  • Handle SemanticsNode traversalIndices to support Compose accessibility reordering (#2019)
  • Add fix for boundsInWindow incorrectly calculating position on screen (#1983)
  • Fix compose accessibility ordering (#2037)
  • Fix in-list reporting for nested nodes for accessibility (#2053)
  • Fix reporting in list when item doesn't have any accessibility identifiers (#2051)
  • Fix progress bar accessibility ordering (#2208)
  • Fix font loading on Windows (#2074)
  • Fail test if exception is thrown during effect (#2214)
  • Fix differ comparison between black pixels with 100% alpha and black pixels with 0% alpha (#2078)
  • Adjust apng failure precision (#2186)
  • Make plugin compatible with Gradle Isolated Projects (#2154)

Changed

  • Deprecate validateAccessibility parameter (#1997)
  • Migrate to Dokka2 (#1783)

Kudos to @​geoff-powell, @​colinmarsch, @​SimonMarquis, @​nishatoma, @​joshskeen, @​kboyarshinov and others for contributions this release!

2.0.0-alpha03

Ignore; use 2.0.0-alpha04 instead.

Changelog

Sourced from app.cash.paparazzi's changelog.

[2.0.0-alpha04] - 2026-01-20

New

  • Allow differ to be configured (#2001)
  • Introduce additional differ types (#2009)
  • Introduce defaultLocale system property (#2203)
  • Update DeviceConfigs (#2176)
  • Support custom view accessibility hierarchy ordering in accessibility snapshots (#2150)
  • Add support for overwriting snapshots when max percent diff threshold is reached (#2067)
  • LayoutLib v16.1.1
  • Compose 1.10.1
  • Kotlin 2.3.0
  • [Gradle Plugin] Gradle 9.2.1
  • [Gradle Plugin] Android Gradle Plugin 8.13.2

Fixed

  • Handle SemanticsNode traversalIndices to support Compose accessibility reordering (#2019)
  • Add fix for boundsInWindow incorrectly calculating position on screen (#1983)
  • Fix compose accessibility ordering (#2037)
  • Fix in-list reporting for nested nodes for accessibility (#2053)
  • Fix reporting in list when item doesn't have any accessibility identifiers (#2051)
  • Fix progress bar accessibility ordering (#2208)
  • Fix font loading on Windows (#2074)
  • Fail test if exception is thrown during effect (#2214)
  • Fix differ comparison between black pixels with 100% alpha and black pixels with 0% alpha (#2078)
  • Adjust apng failure precision (#2186)
  • Make plugin compatible with Gradle Isolated Projects (#2154)

Changed

  • Deprecate validateAccessibility parameter (#1997)
  • Migrate to Dokka2 (#1783)

Kudos to @​geoff-powell, @​colinmarsch, @​SimonMarquis, @​nishatoma, @​joshskeen, @​kboyarshinov and others for contributions this release!

[2.0.0-alpha03] - 2026-01-20

Ignore; use 2.0.0-alpha04 instead.

Commits

Dependabot compatibility score

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 [app.cash.paparazzi](https://github.com/cashapp/paparazzi) from 2.0.0-alpha02 to 2.0.0-alpha04.
- [Release notes](https://github.com/cashapp/paparazzi/releases)
- [Changelog](https://github.com/cashapp/paparazzi/blob/master/CHANGELOG.md)
- [Commits](cashapp/paparazzi@2.0.0-alpha02...2.0.0-alpha04)

---
updated-dependencies:
- dependency-name: app.cash.paparazzi
  dependency-version: 2.0.0-alpha04
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Android Android specific PRs dependencies CORE4: Pull requests that update a dependency file labels Feb 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2026 02:09
@james-dudhi
Copy link
Contributor

Small diff changes for example:
Screenshot 2026-02-03 at 09 49 46

So I have updated the screen shot tests.

@james-dudhi james-dudhi added this pull request to the merge queue Feb 3, 2026
Merged via the queue into main with commit 278fbd8 Feb 3, 2026
6 checks passed
@james-dudhi james-dudhi deleted the dependabot/gradle/android/app.cash.paparazzi-2.0.0-alpha04 branch February 3, 2026 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Android Android specific PRs dependencies CORE4: Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant