Skip to content

Commit

Permalink
Update dependency app.cash.paparazzi to v1.3.2 (#1118)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [app.cash.paparazzi](https://togithub.com/cashapp/paparazzi) | plugin
| patch | `1.3.1` -> `1.3.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>cashapp/paparazzi (app.cash.paparazzi)</summary>

###
[`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
@&#8203;RunWith(TestParameterInjector::class)
class PseudolocalizationTest(
  @&#8203;TestParameter locale: Locale
) {
  @&#8203;get:Rule val paparazzi = Paparazzi(
    deviceConfig = DeviceConfig.PIXEL_5.copy(locale = locale.tag)
  )

  @&#8203;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 [@&#8203;kevinzheng-ap](https://togithub.com/kevinzheng-ap),
[@&#8203;TWiStErRob](https://togithub.com/TWiStErRob),
[@&#8203;gamepro65](https://togithub.com/gamepro65),
[@&#8203;adamalyyan](https://togithub.com/adamalyyan),
[@&#8203;larryng](https://togithub.com/larryng), and others for
contributions this release!

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
slack-oss-bot authored Jan 14, 2024
1 parent 7409f00 commit ce6a8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ moshi = "1.15.0"
moshix = "0.25.1"
okhttp = "5.0.0-alpha.12"
okio = "3.7.0"
paparazzi = "1.3.1"
paparazzi = "1.3.2"
retrofit = "2.9.0"
robolectric = "4.11.1"
roborazzi = "1.7.0"
Expand Down

0 comments on commit ce6a8dd

Please sign in to comment.