Skip to content

Update plugin paparazzi to v1.3.1 #1073

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

Merged
merged 5 commits into from
Aug 18, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
app.cash.paparazzi 1.2.0 -> 1.3.1 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

cashapp/paparazzi (app.cash.paparazzi)

v1.3.1

Compare Source

New
  • Migrated to new resource and asset loading mechanisms. To explicitly opt-out and fall back to the
    legacy mechanisms, add either/both of the following to your gradle.properties:
app.cash.paparazzi.legacy.resource.loading=true
app.cash.paparazzi.legacy.asset.loading=true
  • The Android system ui (status + navigation bar) is now hidden by default; to re-enable:
  @​get:Rule
  val paparazzi = Paparazzi(
    showSystemUi = true
  )
  • Relocate failure deltas from PROJECT_ROOT/out/failures/ to BUILD_DIR/paparazzi/failures/
  • Support for application and dynamic feature modules
  • [Gradle Plugin] Gradle 8.2.1
Fixed
  • Fix accessibility labels when mergeDescendants is true
  • Fixes compose alert dialogs not rendering when using RenderingMode.SHRINK

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

v1.3.0

Compare Source

As of this release, consumers must build on Java 17+ environments.

New
  • Migrate Paparazzi to layoutlib Flamingo 2022.2.1
  • Add accessibility support for Composables
  • Add layout accessibility check support
  • Compose 1.4.7
  • Kotlin 1.8.21
  • [Gradle Plugin] Gradle 8.1.1
  • [Gradle Plugin] Android Gradle Plugin 8.0.2
Fixed
  • Configure android.os.Build values via reflection
  • Various bug fixes with AccessibilityRenderExtension
  • Make sure changes to system properties actually affect test tasks
  • Fix caching bug with preparePaparazziResources task
  • Use Dispatchers.Main for delay functionality
  • Recomposition does not happen unless lifecycle is RESUMED
  • Fix NPE when unit test variant is disabled
  • Fix incompatibility with androidx.savedstate:1.1.0

Kudos to @​gamepro65, @​geoff-powell, @​TWiStErRob, @​adamalyyan and others for contributions this release!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner August 17, 2023 15:58
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Aug 17, 2023
@renovate renovate bot requested review from bmarty and removed request for a team August 17, 2023 15:58
@renovate renovate bot force-pushed the renovate/app.cash.paparazzi-1.x branch from 02e2db8 to 902dbea Compare August 17, 2023 15:58
@ElementBot
Copy link
Collaborator

ElementBot commented Aug 17, 2023

Warnings
⚠️

gradle/libs.versions.toml#L22 - A newer version of androidx.browser:browser than 1.5.0 is available: 1.6.0

⚠️

gradle/libs.versions.toml#L25 - A newer version of androidx.compose:compose-bom than 2023.06.01 is available: 2023.08.00

⚠️

gradle/libs.versions.toml#L26 - A newer version of androidx.compose.compiler:compiler than 1.5.0 is available: 1.5.1

⚠️

gradle/libs.versions.toml#L29 - A newer version of org.jetbrains.kotlinx:kotlinx-coroutines-test than 1.7.2 is available: 1.7.3

⚠️

gradle/libs.versions.toml#L92 - A newer version of androidx.preference:preference than 1.2.0 is available: 1.2.1

Generated by 🚫 dangerJS against 5d91513

@github-actions
Copy link
Contributor

github-actions bot commented Aug 17, 2023

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/NvCgw7

@bmarty
Copy link
Member

bmarty commented Aug 17, 2023

Relocate failure deltas from PROJECT_ROOT/out/failures/ to BUILD_DIR/paparazzi/failures/ there is an action to do on our side because of that.

@renovate renovate bot force-pushed the renovate/app.cash.paparazzi-1.x branch from 902dbea to 2664a29 Compare August 17, 2023 18:46
ElementBot and others added 4 commits August 18, 2023 06:56
@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.03% 🎉

Comparison is base (959e8d4) 57.02% compared to head (5d91513) 57.05%.
Report is 7 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1073      +/-   ##
===========================================
+ Coverage    57.02%   57.05%   +0.03%     
===========================================
  Files         1017     1017              
  Lines        25819    25819              
  Branches      5182     5182              
===========================================
+ Hits         14724    14732       +8     
+ Misses        8821     8813       -8     
  Partials      2274     2274              

see 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 18, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@bmarty bmarty merged commit b7f1a77 into develop Aug 18, 2023
@bmarty bmarty deleted the renovate/app.cash.paparazzi-1.x branch August 18, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants