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 #1192

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Update all dependencies #1192

merged 1 commit into from
Oct 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action digest 692973e -> eef6144
gradle (source) minor 8.9 -> 8.10.2 age adoption passing confidence
androidx.fragment:fragment-ktx (source) dependencies patch 1.8.3 -> 1.8.4 age adoption passing confidence
com.android.tools.build:gradle-api (source) dependencies major 7.1.0-alpha13 -> 8.7.1 age adoption passing confidence
com.android.tools.lint:lint-gradle dependencies minor 31.6.1 -> 31.7.1 age adoption passing confidence
androidx.databinding:viewbinding dependencies minor 8.6.1 -> 8.7.1 age adoption passing confidence
androidx.compose.ui:ui-test-manifest (source) dependencies patch 1.7.2 -> 1.7.4 age adoption passing confidence
androidx.compose.ui:ui-test-junit4 (source) dependencies patch 1.7.2 -> 1.7.4 age adoption passing confidence
io.github.takahirom.roborazzi plugin minor 1.26.0 -> 1.29.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-junit-rule dependencies minor 1.26.0 -> 1.29.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-compose dependencies minor 1.26.0 -> 1.29.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi dependencies minor 1.26.0 -> 1.29.0 age adoption passing confidence
androidx.wear.tiles:tiles-tooling (source) dependencies patch 1.4.0 -> 1.4.1 age adoption passing confidence
androidx.wear.tiles:tiles-tooling-preview (source) dependencies patch 1.4.0 -> 1.4.1 age adoption passing confidence
androidx.compose.ui:ui-tooling-preview (source) dependencies patch 1.7.2 -> 1.7.4 age adoption passing confidence
androidx.compose.ui:ui-tooling (source) dependencies patch 1.7.2 -> 1.7.4 age adoption passing confidence
androidx.activity:activity-ktx (source) dependencies patch 1.9.2 -> 1.9.3 age adoption passing confidence
androidx.activity:activity-compose (source) dependencies patch 1.9.2 -> 1.9.3 age adoption passing confidence
androidx.compose:compose-bom dependencies minor 2024.09.02 -> 2024.10.00 age adoption passing confidence
androidx.wear.tiles:tiles-material (source) dependencies patch 1.4.0 -> 1.4.1 age adoption passing confidence
com.android.application (source) plugin minor 8.6.1 -> 8.7.1 age adoption passing confidence
com.android.test (source) plugin minor 8.6.1 -> 8.7.1 age adoption passing confidence
com.android.tools.build:gradle (source) dependencies minor 8.6.1 -> 8.7.1 age adoption passing confidence
com.android.tools.build:gradle-api (source) dependencies patch 8.7.0 -> 8.7.1 age adoption passing confidence
com.android.application (source) plugin patch 8.7.0 -> 8.7.1 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.10.2

Compare Source

v8.10.1

Compare Source

v8.10

Compare Source

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

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

v1.28.0

Compare Source

Breaking changes

Now we are using gradlePropertiesPrefixedBy to support Gradle Isolated Projects in the Roborazzi Gradle Plugin. This API requires Gradle 8.0. Gradle 8.0 was released early last year, and most projects I know use 8.0 or higher, so Roborazzi is going to use this API. If anyone can't use this, please let me know.
@​trevjonez, thank you for telling me what we need to do to support this.
Currently, we aren't able to ensure compatibility with Gradle Isolated Projects, but this could bring some progress.

Adapting to the new ComposablePreviewScanner version

We are using ComposablePreviewScanner for Compose Preview Support. The ComposablePreviewScanner is now on Maven Central 🎉 and the group name of the libraries has changed. We have adapted to the new version and don't show errors when not using Jitpack and using the new packages.

What's Changed

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

v1.27.0

Compare Source

Bugfix for Compose Preview Support

As Compose Preview Support 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

Diff Percentage to Report File

@​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

What's Changed

New Contributors

Full Changelog: takahirom/roborazzi@1.26.0...1.27.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 force-pushed the renovate/all branch 4 times, most recently from db0284e to 5483ff0 Compare October 7, 2024 18:11
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 7f19731 to 9df4bb8 Compare October 16, 2024 19:02
@yschimke yschimke merged commit 91a19e6 into main Oct 17, 2024
10 checks passed
@renovate renovate bot deleted the renovate/all branch October 17, 2024 08:46
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