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 (main) #422

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Update all dependencies (main) #422

merged 2 commits into from
Mar 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.dagger:hilt-compiler 2.50 -> 2.51 age adoption passing confidence
com.google.dagger:hilt-android-testing 2.50 -> 2.51 age adoption passing confidence
com.google.dagger:hilt-android 2.50 -> 2.51 age adoption passing confidence
com.google.truth:truth 1.4.1 -> 1.4.2 age adoption passing confidence
io.coil-kt:coil-compose 2.5.0 -> 2.6.0 age adoption passing confidence
androidx.compose:compose-bom 2024.02.01 -> 2024.02.02 age adoption passing confidence
androidx.compose.material3:material3-window-size-class (source) 1.2.0 -> 1.2.1 age adoption passing confidence
com.google.dagger:hilt-android-gradle-plugin 2.50 -> 2.51 age adoption passing confidence
com.android.application (source) 8.2.2 -> 8.3.0 age adoption passing confidence
com.android.tools.build:gradle (source) 8.2.2 -> 8.3.0 age adoption passing confidence

Release Notes

google/truth (com.google.truth:truth)

v1.4.2: 1.4.2

This release is the final step of copying all our methods from Truth8 to Truth. If you have not already migrated your usages from Truth8 to Truth, you may see build errors:

OptionalSubjectTest.java:39: error: reference to assertThat is ambiguous
    assertThat(Optional.of("foo")).isPresent();
    ^
  both method assertThat(@&#8203;org.checkerframework.checker.nullness.qual.Nullable Optional<?>) in Truth8 and method assertThat(@&#8203;org.checkerframework.checker.nullness.qual.Nullable Optional<?>) in Truth match

In most cases, you can migrate your whole project mechanically: git grep -l Truth8 | xargs perl -pi -e 's/\bTruth8\b/Truth/g;'. (You can make that change before upgrading to Truth 1.4.2 or as part of the same commit.)

If you instead need to migrate your project incrementally (for example, because it is very large), you may want to upgrade your version of Truth incrementally, too, following our instructions for 1.3.0 and 1.4.0.

For help

Please feel welcome to open an issue to report problems or request help.

Changelog

  • Removed temporary type parameters from Truth.assertThat(Stream) and Truth.assertThat(Optional). This can create build errors, which you can fix by replacing all your references to Truth8 with references to Truth. (45782bd)
coil-kt/coil (io.coil-kt:coil-compose)

v2.6.0

Compare Source

  • Make rememberAsyncImagePainter, AsyncImage, and SubcomposeAsyncImage restartable and skippable. This improves 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.


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

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

@renovate renovate bot requested a review from a team as a code owner February 24, 2024 02:25
@renovate renovate bot requested a review from MagicalMeghan February 24, 2024 02:25
@renovate renovate bot changed the title Update dependency io.coil-kt:coil-compose to v2.6.0 (main) Update all dependencies (main) Feb 27, 2024
@renovate renovate bot force-pushed the renovate/main-all branch 3 times, most recently from d0879e1 to e37f91d Compare March 1, 2024 01:42
@renovate renovate bot force-pushed the renovate/main-all branch from e37f91d to a576951 Compare March 6, 2024 18:45
@renovate renovate bot force-pushed the renovate/main-all branch from a576951 to 1eaf824 Compare March 6, 2024 21:16
@arriolac arriolac force-pushed the renovate/main-all branch from 2b02404 to 6bea606 Compare March 6, 2024 21:37
@arriolac arriolac merged commit 7bd4788 into main Mar 6, 2024
17 checks passed
@arriolac arriolac deleted the renovate/main-all branch March 6, 2024 22:12
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