kiwicom / orbit-compose

Android Jetpack Compose components of open-source Orbit design system by Kiwi.com.
https://orbit.kiwi
MIT License
134 stars 19 forks source link

chore(deps): update plugin app.cash.paparazzi to v1.3.2 #612

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

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

Release Notes

cashapp/paparazzi (app.cash.paparazzi) ### [`v1.3.2`](https://togithub.com/cashapp/paparazzi/blob/HEAD/CHANGELOG.md#132---2024-01-13) [Compare Source](https://togithub.com/cashapp/paparazzi/compare/1.3.1...1.3.2) ##### New - Support for pseudolocalization tests! To get started: ```agsl @​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](https://togithub.com/kevinzheng-ap), [@​TWiStErRob](https://togithub.com/TWiStErRob), [@​gamepro65](https://togithub.com/gamepro65), [@​adamalyyan](https://togithub.com/adamalyyan), [@​larryng](https://togithub.com/larryng), and others for contributions this release!

Configuration

šŸ“… Schedule: Branch creation - "before 4am on Monday" (UTC), 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.



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

renovate[bot] commented 5 months ago

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.