Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump app.cash.paparazzi from 1.3.1 to 1.3.4 #161

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2024

Bumps app.cash.paparazzi from 1.3.1 to 1.3.4.

Release notes

Sourced from app.cash.paparazzi's releases.

1.3.4

New

  • Support for animated-PNG-based snapshots using Paparazzi#gif
  • New tasks! deletePaparazziSnapshots and cleanRecordPaparazzi${VARIANT} clear orphaned snapshots
  • Add boolean flag to decide if image should be scaled or full-sized
  • Migrate Paparazzi to layoutlib Iguana 2023.2.1
  • Compose 1.5.14
  • Kotlin 1.9.24
  • [Gradle Plugin] Gradle 8.7
  • [Gradle Plugin] Android Gradle Plugin 8.3.2

Fixed

  • Fix long content description being cut off in accessibility snapshots
  • Include resource references from generated resource folders
  • Fix gradle caching for resources coming from aar dependencies
  • Support SHRINK render mode when using unsafeUpdateConfig
  • Fix issue where multiple snapshots fail when using render extensions
  • Remove guava workaround from [1.3.2] now that Collector APIs are in guava-android

Kudos to @​geoff-powell, @​gamepro65, @​kevinzheng-ap, @​nak5ive, @​TWiStErRob, @​emuguy1 and others for contributions this release!

1.3.3

New

  • Migrate Paparazzi to layoutlib Hedgehog 2023.1.1
  • Compose 1.5.8
  • Kotlin 1.9.22
  • [Gradle Plugin] Gradle 8.6
  • [Gradle Plugin] Android Gradle Plugin 8.2.1

Fixed

  • Update the DeviceConfig screenWidth internally for accessibility tests
  • Fix variant caching issues in new resource/asset loading mechanisms
  • Remove legacy resources/assets loading mechanism
  • Set HardwareConfig width and height based on orientation
  • Apply round screen qualifier to device config
  • Restrict Paparazzi's public API
  • Remove obsolete NEXUS_5_LAND DeviceConfig
  • Fix formatting so that all digits show upon failure
  • Stop resolving dependencies at configuration time
  • Use our own internal HandlerDispatcher for Compose Ui tests
  • Include generated string resources
  • Reset logger to prevent swallowing exceptions

Kudos to @​gamepro65, @​kevinzheng-ap, @​BrianGardnerAtl, @​adamalyyan, and others for contributions this release!

1.3.2

NOTE: Due to a known issue with how Guava now publishes its artifact, you will need to apply the following snippet workaround to your root build.gradle (Groovy-based, Kotlin impls will vary slightly):

subprojects {
  plugins.withId("app.cash.paparazzi") {
</tr></table> 

... (truncated)

Changelog

Sourced from app.cash.paparazzi's changelog.

[1.3.4] - 2024-05-23

New

  • Support for animated-PNG-based snapshots using Paparazzi#gif
  • New tasks! deletePaparazziSnapshots and cleanRecordPaparazzi${VARIANT} clear orphaned snapshots
  • Add boolean flag to decide if image should be scaled or full-sized
  • Migrate Paparazzi to layoutlib Iguana 2023.2.1
  • Compose 1.5.14
  • Kotlin 1.9.24
  • [Gradle Plugin] Gradle 8.7
  • [Gradle Plugin] Android Gradle Plugin 8.3.2

Fixed

  • Fix long content description being cut off in accessibility snapshots
  • Include resource references from generated resource folders
  • Fix gradle caching for resources coming from aar dependencies
  • Support SHRINK render mode when using unsafeUpdateConfig
  • Fix issue where multiple snapshots fail when using render extensions
  • Remove guava workaround from [1.3.2] now that Collector APIs are in guava-android

Kudos to @​geoff-powell, @​gamepro65, @​kevinzheng-ap, @​nak5ive, @​TWiStErRob, @​emuguy1 and others for contributions this release!

[1.3.3] - 2024-03-01

New

  • Migrate Paparazzi to layoutlib Hedgehog 2023.1.1
  • Compose 1.5.8
  • Kotlin 1.9.22
  • [Gradle Plugin] Gradle 8.6
  • [Gradle Plugin] Android Gradle Plugin 8.2.1

Fixed

  • Update the DeviceConfig screenWidth internally for accessibility tests
  • Fix variant caching issues in new resource/asset loading mechanisms
  • Remove legacy resources/assets loading mechanism
  • Set HardwareConfig width and height based on orientation
  • Apply round screen qualifier to device config
  • Restrict Paparazzi's public API
  • Remove obsolete NEXUS_5_LAND DeviceConfig
  • Fix formatting so that all digits show upon failure
  • Stop resolving dependencies at configuration time
  • Use our own internal HandlerDispatcher for Compose Ui tests
  • Include generated string resources
  • Reset logger to prevent swallowing exceptions

Kudos to @​gamepro65, @​kevinzheng-ap, @​BrianGardnerAtl, @​adamalyyan, and others for contributions this release!

[1.3.2] - 2024-01-13

NOTE: Due to a known issue with how Guava now publishes its artifact, you will need to apply the following snippet workaround to your root build.gradle:

... (truncated)

Commits
  • 1dc399b Prepare version 1.3.4
  • 693aad1 Update bytebuddy to v1.14.16 (#1442)
  • 767c18b Update Kotlin and Compose (#1385)
  • 1c1f074 Remove JUnit usages from files in main source set (#1437)
  • 08f8825 Fix recent tests to be repeatable (#1436)
  • 15b81c6 Update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.15.3 (#1438)
  • 1c5f49d Update dependency com.android.tools.layoutlib:layoutlib-api to v31.4.1 (#1401)
  • abe27a9 Update dependency mkdocs-material to v9.5.24 (#1439)
  • a205508 Extract aar2jar logic into shareable plugin (#1435)
  • 18e7196 Add boolean Flag to decide if image should be original size or not (#1382)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot requested a review from lorenzovngl as a code owner May 23, 2024 11:12
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 23, 2024
@dependabot dependabot bot force-pushed the dependabot/gradle/app.cash.paparazzi-1.3.4 branch from 4882994 to 6bf8eaa Compare May 23, 2024 19:22
@lorenzovngl
Copy link
Owner

@dependabot rebase

Bumps [app.cash.paparazzi](https://github.com/cashapp/paparazzi) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/cashapp/paparazzi/releases)
- [Changelog](https://github.com/cashapp/paparazzi/blob/master/CHANGELOG.md)
- [Commits](cashapp/paparazzi@1.3.1...1.3.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/app.cash.paparazzi-1.3.4 branch from 6bf8eaa to 831775d Compare June 10, 2024 17:45
@lorenzovngl lorenzovngl merged commit 730f566 into main Jun 10, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/gradle/app.cash.paparazzi-1.3.4 branch June 10, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant