Skip to content

Commit

Permalink
Update dependency app.cash.paparazzi to v1.3.0 (#662)
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
| minor | `1.2.0` -> `1.3.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

<details>
<summary>cashapp/paparazzi</summary>

###
[`v1.3.0`](https://togithub.com/cashapp/paparazzi/blob/HEAD/CHANGELOG.md#&#8203;130---2023-05-31)

[Compare
Source](https://togithub.com/cashapp/paparazzi/compare/1.2.0...1.3.0)

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 [@&#8203;gamepro65](https://togithub.com/gamepro65),
[@&#8203;geoff-powell](https://togithub.com/geoff-powell),
[@&#8203;TWiStErRob](https://togithub.com/TWiStErRob),
[@&#8203;adamalyyan](https://togithub.com/adamalyyan) 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuNSIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
slack-oss-bot authored Jun 1, 2023
1 parent 59006ef commit 0bf3920
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 @@ -42,7 +42,7 @@ mosaic = "0.6.0"
moshi = "1.15.0"
moshix = "0.22.0"
okhttp = "5.0.0-alpha.11"
paparazzi = "1.2.0"
paparazzi = "1.3.0"
retrofit = "2.9.0"
robolectric = "4.10.3"
roborazzi = "1.2.0"
Expand Down

0 comments on commit 0bf3920

Please sign in to comment.