From 1a4b5d84a561a5f22eef2405af0e374f4b2b2421 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Tue, 11 Feb 2025 20:01:28 -0800 Subject: [PATCH] Update roborazzi to v1.41.0 (#1933) 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.40.1` -> `1.41.0` | | [io.github.takahirom.roborazzi:roborazzi-junit-rule](https://redirect.github.com/takahirom/roborazzi) | dependencies | minor | `1.40.1` -> `1.41.0` | | [io.github.takahirom.roborazzi:roborazzi-compose](https://redirect.github.com/takahirom/roborazzi) | dependencies | minor | `1.40.1` -> `1.41.0` | | [io.github.takahirom.roborazzi:roborazzi](https://redirect.github.com/takahirom/roborazzi) | dependencies | minor | `1.40.1` -> `1.41.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.41.0`](https://redirect.github.com/takahirom/roborazzi/releases/tag/1.41.0) [Compare Source](https://redirect.github.com/takahirom/roborazzi/compare/1.40.1...1.41.0) ##### HTML Report Improvements Thanks to [@​mannodermaus](https://redirect.github.com/mannodermaus)'s contribution, context and AI assertion results now display more intuitively instead of showing raw data class `toString()` outputs.\ ![image](https://redirect.github.com/user-attachments/assets/677566e9-15f0-4eae-9211-d9e298497ce3) ##### Bug Fixes - Screenshot dumping now follows deterministic behavior thanks to [@​siarhei-luskanau](https://redirect.github.com/siarhei-luskanau)'s implementation ##### Automatic Retry Handling for 429 Errors *(Only relevant for [arbigent-ai-openai](https://redirect.github.com/takahirom/arbigent/tree/main/arbigent-ai-openai) users)*\ We've implemented automatic retry logic for HTTP 429 errors common with AI model rate limits, eliminating manual intervention. ##### Experimental Multi-Image AI Assertion Originally developed for [Arbigent](https://redirect.github.com/takahirom/arbigent), this feature now supports multi-image inputs for AI assertions - enabling detection of video playback or animated content through AI analysis. ##### What's Changed - Print collection content in ComposePrintToString to stabilize output in Dump screenshots. by [@​siarhei-luskanau](https://redirect.github.com/siarhei-luskanau) in [https://github.com/takahirom/roborazzi/pull/642](https://redirect.github.com/takahirom/roborazzi/pull/642) - \[NO Library update] Update dependency androidx.compose.ui:ui to v1.7.6 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/takahirom/roborazzi/pull/345](https://redirect.github.com/takahirom/roborazzi/pull/345) - Update formatting of left column in reports by [@​mannodermaus](https://redirect.github.com/mannodermaus) in [https://github.com/takahirom/roborazzi/pull/644](https://redirect.github.com/takahirom/roborazzi/pull/644) - \[NO Library update] Remove upload artifact for docs by [@​takahirom](https://redirect.github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/648](https://redirect.github.com/takahirom/roborazzi/pull/648) - \[NO Library update] Update upload-pages-artifact by [@​takahirom](https://redirect.github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/649](https://redirect.github.com/takahirom/roborazzi/pull/649) - \[NO Library update] Update actions/deploy-pages by [@​takahirom](https://redirect.github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/650](https://redirect.github.com/takahirom/roborazzi/pull/650) - Add multiple image assertion by [@​takahirom](https://redirect.github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/651](https://redirect.github.com/takahirom/roborazzi/pull/651) - Add OpenAiAiAssertionModel 429 retry logic by [@​takahirom](https://redirect.github.com/takahirom) in [https://github.com/takahirom/roborazzi/pull/653](https://redirect.github.com/takahirom/roborazzi/pull/653) **Full Changelog**: https://github.com/takahirom/roborazzi/compare/1.40.1...1.41.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 70fbdf93b..b9e76916f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -44,7 +44,7 @@ okhttp = "5.0.0-alpha.14" okio = "3.10.2" picnic = "0.7.0" robolectric = "4.14.1" -roborazzi = "1.40.1" +roborazzi = "1.41.0" skie = "0.10.1" spotless = "7.0.2" sqldelight = "2.0.2"