Closed renovate[bot] closed 9 months ago
Due to a Guava issue, a workaround is required for Paparazzi 1.3.2. We’re not facing any issues with Paparazzi 1.3.1, so for the time being, we’ve decided to wait for the Guava issue to be resolved.
Because you closed this PR without merging, Renovate will ignore this update (1.3.2
). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps
array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
1.3.1
->1.3.2
Release Notes
cashapp/paparazzi (app.cash.paparazzi:paparazzi-gradle-plugin)
### [`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 - 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.
This PR has been generated by Mend Renovate. View repository job log here.