android / wear-os-samples

Multiple samples showing best practices in app and watch face development on Wear OS.
https://developer.android.com/wear
Apache License 2.0
1.12k stars 572 forks source link

Update all dependencies #1008

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
androidx.test.uiautomator:uiautomator (source) 2.2.0 -> 2.3.0 age adoption passing confidence
androidx.test.uiautomator:uiautomator (source) 2.3.0-rc01 -> 2.3.0 age adoption passing confidence
com.google.maps.android:maps-compose 4.3.2 -> 4.3.3 age adoption passing confidence
io.coil-kt:coil-compose 2.5.0 -> 2.6.0 age adoption passing confidence
androidx.compose.ui:ui-tooling-preview (source) 1.6.1 -> 1.6.2 age adoption passing confidence
androidx.compose.ui:ui-tooling (source) 1.6.1 -> 1.6.2 age adoption passing confidence
androidx.compose.ui:ui-test-manifest (source) 1.6.1 -> 1.6.2 age adoption passing confidence
androidx.compose.ui:ui-test-junit4 (source) 1.6.1 -> 1.6.2 age adoption passing confidence
androidx.compose.material:material-icons-extended (source) 1.6.1 -> 1.6.2 age adoption passing confidence
androidx.compose.material:material-icons-core (source) 1.6.1 -> 1.6.2 age adoption passing confidence
androidx.compose.foundation:foundation (source) 1.6.1 -> 1.6.2 age adoption passing confidence
androidx.compose.ui:ui (source) 1.6.1 -> 1.6.2 age adoption passing confidence
androidx.compose.material:material-ripple (source) 1.6.1 -> 1.6.2 age adoption passing confidence
androidx.compose.material:material (source) 1.6.1 -> 1.6.2 age adoption passing confidence
androidx.compose:compose-bom 2024.02.00 -> 2024.02.01 age adoption passing confidence

Release Notes

googlemaps/android-maps-compose (com.google.maps.android:maps-compose) ### [`v4.3.3`](https://togithub.com/googlemaps/android-maps-compose/releases/tag/v4.3.3) ##### Bug Fixes - Use recomposed map listener callbacks rather than only the initially ā€¦ ([#​478](https://togithub.com/googlemaps/android-maps-compose/issues/478)) ([d14daba](https://togithub.com/googlemaps/android-maps-compose/commit/d14daba053a446676e37e847a06d4d405f1b0117)), closes [#​466](https://togithub.com/googlemaps/android-maps-compose/issues/466) [#​501](https://togithub.com/googlemaps/android-maps-compose/issues/501)
coil-kt/coil (io.coil-kt:coil-compose) ### [`v2.6.0`](https://togithub.com/coil-kt/coil/blob/HEAD/CHANGELOG.md#260---February-23-2024) [Compare Source](https://togithub.com/coil-kt/coil/compare/2.5.0...2.6.0) - Make `rememberAsyncImagePainter`, `AsyncImage`, and `SubcomposeAsyncImage` [restartable and skippable](https://developer.android.com/jetpack/compose/performance/stability#functions). This should improve performance by avoiding recomposition unless one of the composable's arguments changes. - Add an optional `modelEqualityDelegate` argument to `rememberAsyncImagePainter`, `AsyncImage`, and `SubcomposeAsyncImage` to control whether the `model` will trigger a recomposition. - Update `ContentPainterModifier` to implement `Modifier.Node`. - Fix: Lazily register component callbacks and the network observer on a background thread. This fixes slow initialization that would often occur on the main thread. - Fix: Avoid relaunching a new image request in `rememberAsyncImagePainter`, `AsyncImage`, and `SubcomposeAsyncImage` if `ImageRequest.listener` or `ImageRequest.target` change. - Fix: Don't observe the image request twice in `AsyncImagePainter`. - Update Kotlin to 1.9.22. - Update Compose to 1.6.1. - Update Okio to 3.8.0. - Update `androidx.collection` to 1.4.0. - Update `androidx.lifecycle` to 2.7.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.



This PR has been generated by Mend Renovate. View repository job log here.