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 - autoclosed #307

Closed
wants to merge 1 commit into from
Closed

Update all dependencies - autoclosed #307

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
androidx.navigation:navigation-ui-ktx (source) 2.8.2 -> 2.8.3 age adoption passing confidence
androidx.navigation:navigation-fragment-ktx (source) 2.8.2 -> 2.8.3 age adoption passing confidence
androidx.work:work-runtime-ktx (source) 2.9.1 -> 2.10.0 age adoption passing confidence
androidx.work:work-runtime (source) 2.9.1 -> 2.10.0 age adoption passing confidence
androidx.lifecycle:lifecycle-service (source) 2.8.6 -> 2.8.7 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) 2.8.6 -> 2.8.7 age adoption passing confidence
androidx.core:core-ktx (source) 1.13.1 -> 1.15.0 age adoption passing confidence
androidx.compose:compose-bom 2024.09.03 -> 2024.10.01 age adoption passing confidence
androidx.core:core (source) 1.13.1 -> 1.15.0 age adoption passing confidence
androidx.fragment:fragment-ktx (source) 1.8.4 -> 1.8.5 age adoption passing confidence
androidx.constraintlayout:constraintlayout (source) 2.1.4 -> 2.2.0 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-compose (source) 2.8.6 -> 2.8.7 age adoption passing confidence
com.android.tools.build:gradle (source) 8.7.0 -> 8.7.2 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-compose (source) 2.8.6 -> 2.8.7 age adoption passing confidence
androidx.health.connect:connect-client (source) 1.1.0-alpha09 -> 1.1.0-alpha10 age adoption passing confidence
androidx.navigation:navigation-compose (source) 2.8.2 -> 2.8.3 age adoption passing confidence
androidx.activity:activity-compose (source) 1.9.2 -> 1.9.3 age adoption passing confidence
com.android.tools.lint:lint-gradle 31.7.0 -> 31.7.2 age adoption passing confidence
androidx.compose.runtime:runtime (source) 1.7.3 -> 1.7.5 age adoption passing confidence
io.github.takahirom.roborazzi 1.28.0 -> 1.30.1 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-junit-rule 1.28.0 -> 1.30.1 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-compose 1.28.0 -> 1.30.1 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi 1.28.0 -> 1.30.1 age adoption passing confidence
androidx.compose.ui:ui-test-manifest (source) 1.7.3 -> 1.7.5 age adoption passing confidence
androidx.compose.ui:ui-test-junit4 (source) 1.7.3 -> 1.7.5 age adoption passing confidence
androidx.compose.ui:ui-tooling-preview (source) 1.7.3 -> 1.7.5 age adoption passing confidence
androidx.compose.ui:ui-tooling (source) 1.7.3 -> 1.7.5 age adoption passing confidence
androidx.compose.material:material-icons-extended (source) 1.7.3 -> 1.7.5 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) 2.8.6 -> 2.8.7 age adoption passing confidence
androidx.lifecycle:lifecycle-common-java8 (source) 2.8.6 -> 2.8.7 age adoption passing confidence
com.android.application (source) 8.7.0 -> 8.7.2 age adoption passing confidence

Release Notes

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

v1.30.1

Compare Source

Roborazzi AI-Powered Image Assertion 🤖 ✨

Roborazzi introduces an experimental AI-powered image assertion feature to simplify and scale the process of verifying screenshot test content. This feature helps automate tedious visual checks by comparing images based on customizable AI prompts, utilizing either the Gemini API or OpenAI API. It only activates when images differ, conserving resources. Additionally, manual AI assertion is available, allowing users to leverage local language models without external dependencies.
We don't include Gemini or OpenAI dependencies in the roborazzi module. To use these models, you can add either roborazzi-ai-gemini or roborazzi-ai-openai as dependencies.

  onView(ViewMatchers.isRoot())
    .captureRoboImage(
      roborazziOptions = provideRoborazziContext().options.addedAiAssertion(
        assertionPrompt = "The screen should have a PREVIOUS button",
      )
   )

For more information, please check out this documentation page:
https://takahirom.github.io/roborazzi/ai-powered-image-assertion.html

Roborazzi Compose Preview Support now supports the device parameter@Preview(device = "") 📱

Roborazzi Compose Preview Support uses ComposablePreviewScanner and ComposablePreviewScanner now supports parsing device parameter. It is introduced to Compose Preview Support. Thank you, @​sergio-sastre, for developing this adapter and integrating it with Roborazzi.
If you are using Roborazzi Compose Preview Support with device parameters, you need to update your ComposablePreviewScanner to version 0.4.0.

Remove Context Receiver from roborazzi-desktop ♻️

The Context Receiver in Kotlin is now deprecated, so we need to remove it. The context(DesktopComposeUiTest) requirement existed because the file compose/ui/ui-test/src/skikoMain/kotlin/androidx/compose/ui/test/SkikoImageHelpers.kt was previously unavailable, necessitating the use of DesktopComposeUiTest. Now that SkikoImageHelpers is available, we can eliminate the context(DesktopComposeUiTest) requirement.

This functionality was introduced in the Compose Multiplatform core repository (commit 1664fba: JetBrains/compose-multiplatform-core@1664fba) and has been supported since Compose Multiplatform version 1.5.12 (https://github.com/JetBrains/compose-multiplatform-core/releases/tag/v1.5.12).
Please note that this may be a breaking change if you are using Compose Multiplatform version 1.5.12 or earlier.

Changes from 1.30.0

  • Breaking changes to 1.30.0:
    Renamed parameter assertPrompt to assertionPrompt.

  • Use max_tokens instead of max_completion_tokens for the OpenAI API:
    Although max_tokens has been deprecated, we still need to use it in certain environments.

What's Changed

New Contributors

Full Changelog: takahirom/roborazzi@1.29.0...1.30.0
Full Changelog: takahirom/roborazzi@1.30.0...1.30.1

v1.30.0

Compare Source

Please refer to version 1.30.1

v1.29.0

Compare Source

Bug Fixes

We introduced an image diff percentage in the report. However, when the screenshot's image size changes, there was an issue causing Roborazzi to crash. We have added a test for image size changes and fixed this problem. Thank you for reporting this. @​Daiji256

Breaking Change

We are migrating our codebase to Kotlin Multiplatform (KMP). Roborazzi uses dropbox/differ to calculate image diffs. Thanks to @​eyedol 's contribution, differ now supports KMP for iOS, so we updated dropbox/differ. Some KMP migration is still needed for iOS support.

What's Changed

Full Changelog: takahirom/roborazzi@1.28.0...1.29.0


Configuration

📅 Schedule: Branch creation - "before 4am" (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.

@renovate renovate bot changed the title Update all dependencies 1.28.0 to v1.29.0 Update all dependencies Oct 14, 2024
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 3912e4b to 6e0a42d Compare November 3, 2024 12:12
@renovate renovate bot changed the title Update all dependencies Update all dependencies - autoclosed Nov 4, 2024
@renovate renovate bot closed this Nov 4, 2024
@renovate renovate bot deleted the renovate/all branch November 4, 2024 14:32
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.

0 participants