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

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.truth:truth 1.1.5 -> 1.2.0 age adoption passing confidence
com.google.android.horologist:horologist-compose-material 0.5.14 -> 0.5.15 age adoption passing confidence
com.google.android.horologist:horologist-compose-layout 0.5.14 -> 0.5.15 age adoption passing confidence
com.google.android.horologist:horologist-composables 0.5.14 -> 0.5.15 age adoption passing confidence
com.google.android.horologist:horologist-tiles 0.5.14 -> 0.5.15 age adoption passing confidence
com.google.android.horologist:horologist-compose-tools 0.5.14 -> 0.5.15 age adoption passing confidence

Release Notes

google/truth (com.google.truth:truth) ### [`v1.2.0`](https://togithub.com/google/truth/releases/tag/v1.2.0): 1.2.0 - Fixed a bug that caused ProtoTruth to ignore the contents of unpacked `Any` messages. This fix may cause tests to fail, since ProtoTruth will now check whether the message contents match. If so, you may need to change the values that your tests expect, or there may be a bug in the code under test that had been hidden by the Truth bug. Sorry for the trouble. ([`8bd3ef6`](https://togithub.com/google/truth/commit/8bd3ef613)) - Added `isWithin().of()` support to `IntegerSubject` and `LongSubject`. ([`6464cb5`](https://togithub.com/google/truth/commit/6464cb5ca), [`0e99a27`](https://togithub.com/google/truth/commit/0e99a2711))
google/horologist (com.google.android.horologist:horologist-compose-material) ### [`v0.5.15`](https://togithub.com/google/horologist/releases/tag/v0.5.15): 0.5.15 - New Paintable type for data class safe type for images - Remove hard Coil dependency - Data Layer improvements - Optimise Media background rendering - Draft App/Screen/Page Scaffold ##### What's Changed - Adds Paintable class to represent generic image by [@​fstanis](https://togithub.com/fstanis) in [https://github.com/google/horologist/pull/1868](https://togithub.com/google/horologist/pull/1868) - fix(deps): update all dependencies by [@​renovate-bot](https://togithub.com/renovate-bot) in [https://github.com/google/horologist/pull/1869](https://togithub.com/google/horologist/pull/1869) - Improve datalayer samples by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1872](https://togithub.com/google/horologist/pull/1872) - Remove record override by [@​yschimke](https://togithub.com/yschimke) in [https://github.com/google/horologist/pull/1873](https://togithub.com/google/horologist/pull/1873) - Add Hilt to datalayer sample by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1874](https://togithub.com/google/horologist/pull/1874) - Fix UI progress indicator for Loading state in datalayer sample app by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1875](https://togithub.com/google/horologist/pull/1875) - chore(deps): update all dependencies by [@​renovate-bot](https://togithub.com/renovate-bot) in [https://github.com/google/horologist/pull/1877](https://togithub.com/google/horologist/pull/1877) - Fix crash with instrumentation tests by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1878](https://togithub.com/google/horologist/pull/1878) - Moves coil code into new library by [@​fstanis](https://togithub.com/fstanis) in [https://github.com/google/horologist/pull/1870](https://togithub.com/google/horologist/pull/1870) - Add surfacesInfo property to WearDataLayerAppHelper by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1880](https://togithub.com/google/horologist/pull/1880) - chore(deps): update dependency com.google.devtools.ksp 1.9.21-1.0.15 to v1.9.21-1.0.16 by [@​renovate-bot](https://togithub.com/renovate-bot) in [https://github.com/google/horologist/pull/1876](https://togithub.com/google/horologist/pull/1876) - Adds round icon, update target for media sample by [@​kul3r4](https://togithub.com/kul3r4) in [https://github.com/google/horologist/pull/1882](https://togithub.com/google/horologist/pull/1882) - Add AppHelper tracking screen to datalayer sample app by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1883](https://togithub.com/google/horologist/pull/1883) - Add Hilt to datalayer watch sample app by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1885](https://togithub.com/google/horologist/pull/1885) - Optimize background rendering. by [@​clickxu](https://togithub.com/clickxu) in [https://github.com/google/horologist/pull/1884](https://togithub.com/google/horologist/pull/1884) - Adds icon to MediaUiModel and display components by [@​fstanis](https://togithub.com/fstanis) in [https://github.com/google/horologist/pull/1864](https://togithub.com/google/horologist/pull/1864) - Fix chip layout by [@​yschimke](https://togithub.com/yschimke) in [https://github.com/google/horologist/pull/1889](https://togithub.com/google/horologist/pull/1889) - Ignore A11y test by [@​yschimke](https://togithub.com/yschimke) in [https://github.com/google/horologist/pull/1890](https://togithub.com/google/horologist/pull/1890) - Fix crash with instrumentation tests by [@​luizgrp](https://togithub.com/luizgrp) in [https://github.com/google/horologist/pull/1892](https://togithub.com/google/horologist/pull/1892) - Snap with responsive sample. by [@​yschimke](https://togithub.com/yschimke) in [https://github.com/google/horologist/pull/1891](https://togithub.com/google/horologist/pull/1891) - Make model public in CoilPaintable by [@​fstanis](https://togithub.com/fstanis) in [https://github.com/google/horologist/pull/1893](https://togithub.com/google/horologist/pull/1893) - App/Screen/Page Scaffold by [@​yschimke](https://togithub.com/yschimke) in [https://github.com/google/horologist/pull/1886](https://togithub.com/google/horologist/pull/1886) - Makes CoilPaintable a data class and fixes typo by [@​fstanis](https://togithub.com/fstanis) in [https://github.com/google/horologist/pull/1894](https://togithub.com/google/horologist/pull/1894) **Full Changelog**: https://github.com/google/horologist/compare/v0.5.14...v0.5.15

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.

renovate[bot] commented 10 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

âš  Warning: custom changes will be lost.

yschimke commented 10 months ago

@garanj I won't wait for review. But there is some code changes here for AppScaffold.