Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #1803

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Update all dependencies #1803

wants to merge 3 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.takahirom.roborazzi 1.39.0 -> 1.43.1 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-accessibility-check 1.39.0 -> 1.43.1 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi 1.39.0 -> 1.43.1 age adoption passing confidence
com.google.protobuf 0.9.4 -> 0.9.5 age adoption passing confidence
com.google.protobuf:protoc (source) 4.29.2 -> 4.30.2 age adoption passing confidence
com.google.protobuf:protobuf-kotlin-lite (source) 4.29.2 -> 4.30.2 age adoption passing confidence
com.jraska.module.graph.assertion 2.7.1 -> 2.8.0 age adoption passing confidence
com.google.devtools.ksp (source) 2.1.10-1.0.31 -> 2.1.20-1.0.32 age adoption passing confidence
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin (source) 2.1.10-1.0.31 -> 2.1.20-1.0.32 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-datetime 0.6.1 -> 0.6.2 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization (source) 2.1.10 -> 2.1.20 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) 2.1.10 -> 2.1.20 age adoption passing confidence
org.jetbrains.kotlin.plugin.compose (source) 2.1.10 -> 2.1.20 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) 2.1.10 -> 2.1.20 age adoption passing confidence
org.jetbrains.kotlin:compose-compiler-gradle-plugin (source) 2.1.10 -> 2.1.20 age adoption passing confidence
org.jetbrains.kotlin:kotlin-test (source) 2.1.10 -> 2.1.20 age adoption passing confidence
org.jetbrains.kotlin:kotlin-stdlib-jdk8 (source) 2.1.10 -> 2.1.20 age adoption passing confidence
com.google.dagger.hilt.android 2.56 -> 2.56.1 age adoption passing confidence
com.google.dagger:hilt-core 2.56 -> 2.56.1 age adoption passing confidence
com.google.dagger:hilt-compiler 2.56 -> 2.56.1 age adoption passing confidence
com.google.dagger:hilt-android-testing 2.56 -> 2.56.1 age adoption passing confidence
com.google.dagger:hilt-android 2.56 -> 2.56.1 age adoption passing confidence
com.google.firebase.crashlytics 3.0.2 -> 3.0.3 age adoption passing confidence
com.google.firebase:firebase-crashlytics-gradle 3.0.2 -> 3.0.3 age adoption passing confidence
com.google.firebase:firebase-bom 33.7.0 -> 33.12.0 age adoption passing confidence
androidx.tracing:tracing-ktx (source) 1.3.0-alpha02 -> 1.3.0-beta01 age adoption passing confidence
androidx.navigation:navigation-testing (source) 2.8.5 -> 2.8.9 age adoption passing confidence
androidx.navigation:navigation-compose (source) 2.8.5 -> 2.8.9 age adoption passing confidence
com.diffplug.spotless:spotless-plugin-gradle 6.25.0 -> 7.0.2 age adoption passing confidence
androidx.metrics:metrics-performance (source) 1.0.0-beta01 -> 1.0.0-beta02 age adoption passing confidence
androidx.datastore:datastore-core (source) 1.1.1 -> 1.1.4 age adoption passing confidence
androidx.datastore:datastore (source) 1.1.1 -> 1.1.4 age adoption passing confidence
androidx.compose.runtime:runtime-tracing (source) 1.7.6 -> 1.7.8 age adoption passing confidence
androidx.compose.material3.adaptive:adaptive-navigation (source) 1.1.0-rc01 -> 1.1.0 age adoption passing confidence
androidx.compose.material3.adaptive:adaptive-layout (source) 1.1.0-rc01 -> 1.1.0 age adoption passing confidence
androidx.compose.material3.adaptive:adaptive (source) 1.1.0-rc01 -> 1.1.0 age adoption passing confidence
androidx.compose.foundation:foundation (source) 1.8.0-alpha07 -> 1.8.0-rc02 age adoption passing confidence
androidx.compose:compose-bom-alpha 2025.02.00 -> 2025.03.01 age adoption passing confidence
androidx.activity:activity-compose (source) 1.9.3 -> 1.10.1 age adoption passing confidence
com.android.tools:common (source) 31.9.0 -> 31.9.1 age adoption passing confidence
com.android.tools.lint:lint-tests (source) 31.9.0 -> 31.9.1 age adoption passing confidence
com.android.tools.lint:lint-checks (source) 31.9.0 -> 31.9.1 age adoption passing confidence
com.android.tools.lint:lint-api (source) 31.9.0 -> 31.9.1 age adoption passing confidence
com.android.test (source) 8.9.0 -> 8.9.1 age adoption passing confidence
com.android.lint (source) 8.9.0 -> 8.9.1 age adoption passing confidence
com.android.library (source) 8.9.0 -> 8.9.1 age adoption passing confidence
com.android.application (source) 8.9.0 -> 8.9.1 age adoption passing confidence
com.android.tools.build:gradle (source) 8.9.0 -> 8.9.1 age adoption passing confidence
com.android.tools:desugar_jdk_libs 2.1.4 -> 2.1.5 age adoption passing confidence
com.google.accompanist:accompanist-permissions 0.37.0 -> 0.37.2 age adoption passing confidence

Release Notes

takahirom/roborazzi (io.github.takahirom.roborazzi)

v1.43.1

Compare Source

We added error handling for font availability checks in 1.43.0. However, it seems that the "font not available" error is an Error rather than an Exception, so we updated the code to handle Throwable.

What's Changed

Full Changelog: takahirom/roborazzi@1.43.0...1.43.1

v1.43.0

Compare Source

Bugfix

Added error handling for font availability checks in headless environments, falling back to Font.MONOSPACED when preferred fonts are unavailable. Thanks for reporting this issue @​pavel163

What's Changed

Full Changelog: takahirom/roborazzi@1.42.0...1.43.0

v1.42.0

Compare Source

Bug fixes

We are using the "Courier New" font for comparison image text and screenshot dumps. It appears that "Courier New" is not available in CentOS, although this may not be an issue for Mac, Ubuntu, and Windows users.

To address this problem, we have introduced two mechanisms. Thank you for reporting this issue, @​LloydBlv.

  • Added a fallback to Font.MONOSPACED to ensure execution when the font exists
  • Made the font customizable through roborazzi.theme.typography.font.name=Your Font Name
What's Changed

Full Changelog: takahirom/roborazzi@1.41.1...1.42.0

v1.41.1

Compare Source

In some cases, the new test result format breaks the report's HTML/JS. Thank for fixing this, @​unni-dm!

What's Changed
New Contributors

Full Changelog: takahirom/roborazzi@1.41.0...1.41.1

v1.41.0

Compare Source

HTML Report Improvements

Thanks to @​mannodermaus's contribution, context and AI assertion results now display more intuitively instead of showing raw data class toString() outputs.
image

Bug Fixes
  • Screenshot dumping now follows deterministic behavior thanks to @​siarhei-luskanau's implementation
Automatic Retry Handling for 429 Errors

(Only relevant for 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, this feature now supports multi-image inputs for AI assertions - enabling detection of video playback or animated content through AI analysis.

What's Changed

Full Changelog: takahirom/roborazzi@1.40.1...1.41.0

v1.40.1

Compare Source

New Feature: Add AiAssertionOptions.AssertionImageType to Support Actual Image Validation

We previously introduced AI Assertion which utilizes a comparison image for assertions. However, we noticed the current implementation struggled with optimal performance due to image size constraints, where sufficient context size is crucial for accurate AI analysis. To address this, we've introduced the AssertionImageType parameter. You can now specify the image type via AiAssertionOptions.

  sealed interface AssertionImageType {
    class Comparison : AssertionImageType
    class Actual : AssertionImageType
  }
Bug Fix: Improved AI Assertion OpenAI API Error Messaging

Previously, API error messages were unclear and unhelpful. We've revamped the error handling to provide meaningful feedback, including proper API status details.

Before:

Fields [object, created, model, choices] are required for type with serial name 'com.github.takahirom.roborazzi.ChatCompletionResponse', but they were missing at path: $
kotlinx.serialization.MissingFieldException: Fields [object, created, model, choices] are required for type with serial name 'com.github.takahirom.roborazzi.ChatCompletionResponse', but they were missing at path: $

After:

Caused by: java.util.concurrent.ExecutionException: com.github.takahirom.roborazzi.AiAssertionApiException: {
    "error": {
        "message": "You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), or as the password field (with blank username) if you're accessing the API from your browser and are prompted for a username and password. You can obtain an API key from https://platform.openai.com/account/api-keys.",
        "type": "invalid_request_error",
        "param": null,
        "code": null
    }
}
Changes from 1.40.0

We initially introduced AssertionImageType.Reference instead of AssertionImageType.Actual in version 1.40.0. This was a mistake, as it referred to old images, a feature we've determined to be unnecessary. We have corrected this in the current release by using AssertionImageType.Actual.

What's Changed

Full Changelog: takahirom/roborazzi@1.39.0...1.40.1

v1.40.0

Compare Source

Please refer to https://github.com/takahirom/roborazzi/releases/tag/1.40.1

protocolbuffers/protobuf (com.google.protobuf:protoc)

v4.30.2

v4.30.1

v4.30.0

google/ksp (com.google.devtools.ksp)

v2.1.20-1.0.32

Compare Source

What's Changed

#​2379 [KSP2] resolved type of vararg parameter in functions changed vs KSP1
#​2358 [KSP2] Annotation missing from property when VALUE_PARAMETER target is used.

And various performance optimizations!

v2.1.20-1.0.31

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sorry, something went wrong.

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8cccfa0 to de04ce8 Compare January 9, 2025 22:12
@SimonMarquis
Copy link
Contributor

Beware, the badging check job in CI failed, but the PR mentions all checks have passed.

@renovate renovate bot force-pushed the renovate/all branch 16 times, most recently from d5a7477 to 53a829b Compare January 18, 2025 01:03
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from 5467061 to ab3dcf7 Compare January 20, 2025 15:43
@renovate renovate bot force-pushed the renovate/all branch 26 times, most recently from ef8011b to 0bb86e4 Compare March 31, 2025 22:51

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
renovate bot added 2 commits April 1, 2025 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant