From 8e45f5d5461c8a5a941de36b713e0eecc19b9ccf Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Wed, 2 Oct 2024 06:10:54 -0700 Subject: [PATCH] Update roborazzi to v1.27.0 (#1693) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.github.takahirom.roborazzi](https://redirect.github.com/takahirom/roborazzi) | plugin | minor | `1.26.0` -> `1.27.0` | | [io.github.takahirom.roborazzi:roborazzi-junit-rule](https://redirect.github.com/takahirom/roborazzi) | dependencies | minor | `1.26.0` -> `1.27.0` | | [io.github.takahirom.roborazzi:roborazzi-compose](https://redirect.github.com/takahirom/roborazzi) | dependencies | minor | `1.26.0` -> `1.27.0` | | [io.github.takahirom.roborazzi:roborazzi](https://redirect.github.com/takahirom/roborazzi) | dependencies | minor | `1.26.0` -> `1.27.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
takahirom/roborazzi (io.github.takahirom.roborazzi) ### [`v1.27.0`](https://redirect.github.com/takahirom/roborazzi/releases/tag/1.27.0) [Compare Source](https://redirect.github.com/takahirom/roborazzi/compare/1.26.0...1.27.0) ##### Bugfix for Preview Screenshot Tests As [Preview Screenshot test support](https://takahirom.github.io/roborazzi/preview-support.html) don't automatically add dependencies to maintain a single source of truth for user projects, they should show warnings when the required dependencies are missing. However, the warnings were not shown, so I fixed this issue. Thanks for reporting this! [@​kktaro](https://redirect.github.com/kktaro) ##### Diff Percentage to Report File [@​vladcudoidem](https://redirect.github.com/vladcudoidem) added the diff percentage to report files. You can use it in your CI workflow or project statistics. ##### The Roborazzi AI feature prototype is ongoing. 🤖 This version does not include it, but I've implemented a prototype for using AI for assertions. If you are interested, please check it out and leave feedback. [https://github.com/takahirom/roborazzi/pull/491](https://redirect.github.com/takahirom/roborazzi/pull/491) ##### What's Changed - \[Sample / Tests]Update dependency androidx.compose.material:material to v1.6.8 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/407](https://redirect.github.com/takahirom/roborazzi/pull/407) - \[Sample/Tests]Update androidx.test.ext.junit to v1.2.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/468](https://redirect.github.com/takahirom/roborazzi/pull/468) - \[IntelliJ Plugin] Show screenshot filename multiple lines by [@​sanao1006](https://redirect.github.com/sanao1006) in [https://github.com/takahirom/roborazzi/pull/470](https://redirect.github.com/takahirom/roborazzi/pull/470) - \[IntelliJ Plugin] Filtering Images by Text Field by [@​sanao1006](https://redirect.github.com/sanao1006) in [https://github.com/takahirom/roborazzi/pull/476](https://redirect.github.com/takahirom/roborazzi/pull/476) - \[CI] chore(deps): update github artifact actions to v4 (major) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/482](https://redirect.github.com/takahirom/roborazzi/pull/482) - \[Feature] Implement diff. percentage by [@​vladcudoidem](https://redirect.github.com/vladcudoidem) in [https://github.com/takahirom/roborazzi/pull/480](https://redirect.github.com/takahirom/roborazzi/pull/480) - \[IntelliJ Plugin] fix duplicate screenshot by [@​yuchan2215](https://redirect.github.com/yuchan2215) in [https://github.com/takahirom/roborazzi/pull/494](https://redirect.github.com/takahirom/roborazzi/pull/494) - \[Docs] update preview screenshot docs by [@​YusukeMoriJapan](https://redirect.github.com/YusukeMoriJapan) in [https://github.com/takahirom/roborazzi/pull/488](https://redirect.github.com/takahirom/roborazzi/pull/488) - \[Bug fixes] Fix preview dependency check by [@​takahirom](https://redirect.github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/495](https://redirect.github.com/takahirom/roborazzi/pull/495) ##### New Contributors - [@​vladcudoidem](https://redirect.github.com/vladcudoidem) made their first contribution in [https://github.com/takahirom/roborazzi/pull/480](https://redirect.github.com/takahirom/roborazzi/pull/480) - [@​yuchan2215](https://redirect.github.com/yuchan2215) made their first contribution in [https://github.com/takahirom/roborazzi/pull/494](https://redirect.github.com/takahirom/roborazzi/pull/494) - [@​YusukeMoriJapan](https://redirect.github.com/YusukeMoriJapan) made their first contribution in [https://github.com/takahirom/roborazzi/pull/488](https://redirect.github.com/takahirom/roborazzi/pull/488) **Full Changelog**: https://github.com/takahirom/roborazzi/compare/1.26.0...1.27.0
--- ### 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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b3126b795..f81991bc1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -47,7 +47,7 @@ okio = "3.9.1" paparazzi = "1.3.4" picnic = "0.7.0" robolectric = "4.13" -roborazzi = "1.26.0" +roborazzi = "1.27.0" skie = "0.9.0" spotless = "7.0.0.BETA2" sqldelight = "2.0.2"