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

Update plugin paparazzi to v1.3.2 #2229

Merged
merged 2 commits into from
Jan 31, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2024

Mend Renovate

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cashapp/paparazzi (app.cash.paparazzi)

v1.3.2

Compare Source

New
  • Support for pseudolocalization tests! To get started:
@​RunWith(TestParameterInjector::class)
class PseudolocalizationTest(
  @​TestParameter locale: Locale
) {
  @​get:Rule val paparazzi = Paparazzi(
    deviceConfig = DeviceConfig.PIXEL_5.copy(locale = locale.tag)
  )

  @​Test fun test() {
    paparazzi.snapshot { SomeComposable() }
  }

  enum class Locale(val tag: String?) {
    Default(null),
    Accent("en-rXA"),
    Bidi("ar-rXB")
  }
}
  • Migrate Paparazzi to layoutlib Giraffe 2022.3.1
  • Compose 1.5.0
  • Kotlin 1.9.0
  • [Gradle Plugin] Gradle 8.5
  • [Gradle Plugin] Android Gradle Plugin 8.1.1
Fixed
  • Fix relativePath bug in port of ResourceFile
  • Resolve report dir from ReportingExtension instead of hardcoding
  • Make report folder variant-aware
  • Remove reliance on kotlinx.coroutines.main.delay
  • Use a class file locator that queries the system class loader
  • Filter out unrecognized java-symbol tag warning
  • Skip synthetic fields in R classes
  • Update task inputs for resources and assets to account for file renames and moves
  • Update delta images to support showing diff when width and height differ

Kudos to @​kevinzheng-ap, @​TWiStErRob, @​gamepro65, @​adamalyyan, @​larryng, 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 January 14, 2024 05:29
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Jan 14, 2024
@renovate renovate bot requested review from ganfra and removed request for a team January 14, 2024 05:29
@ElementBot
Copy link
Collaborator

ElementBot commented Jan 14, 2024

Warnings
⚠️

gradle/libs.versions.toml#L97 - A newer version of androidx.compose.material3:material3 than 1.2.0-beta02 is available: 1.2.0-rc01

Generated by 🚫 dangerJS against 0a664a5

Copy link
Contributor

github-actions bot commented Jan 14, 2024

📱 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/WS4eRX

@renovate renovate bot force-pushed the renovate/app.cash.paparazzi-1.x branch from 081f89e to 0bcd7c7 Compare January 28, 2024 13:50
@jmartinesp jmartinesp force-pushed the renovate/app.cash.paparazzi-1.x branch from 0bcd7c7 to 0a664a5 Compare January 31, 2024 11:08
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor Author

renovate bot commented Jan 31, 2024

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

codecov bot commented Jan 31, 2024

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (969962f) 70.05% compared to head (0a664a5) 70.06%.
Report is 5 commits behind head on develop.

Files Patch % Lines
...tures/preferences/impl/root/PreferencesRootView.kt 75.00% 1 Missing and 4 partials ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2229   +/-   ##
========================================
  Coverage    70.05%   70.06%           
========================================
  Files         1353     1353           
  Lines        33233    33249   +16     
  Branches      6872     6876    +4     
========================================
+ Hits         23283    23296   +13     
+ Misses        6641     6639    -2     
- Partials      3309     3314    +5     

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

@jmartinesp jmartinesp added the Run-Maestro Starts a Maestro Cloud session to run integration tests label Jan 31, 2024
@jmartinesp jmartinesp enabled auto-merge (squash) January 31, 2024 11:41
@github-actions github-actions bot removed the Run-Maestro Starts a Maestro Cloud session to run integration tests label Jan 31, 2024
@jmartinesp jmartinesp merged commit d4cde9b into develop Jan 31, 2024
18 checks passed
@jmartinesp jmartinesp deleted the renovate/app.cash.paparazzi-1.x branch January 31, 2024 12:11
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.

3 participants