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) #362

Merged
merged 2 commits into from
Jul 25, 2023
Merged

Update all dependencies (main) #362

merged 2 commits into from
Jul 25, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.dagger:hilt-compiler 2.46 -> 2.46.1 age adoption passing confidence
com.google.dagger:hilt-android-testing 2.46 -> 2.46.1 age adoption passing confidence
com.google.dagger:hilt-android 2.46 -> 2.46.1 age adoption passing confidence
com.google.truth:truth 1.1.3 -> 1.1.4 age adoption passing confidence
org.robolectric:robolectric (source) 4.10.2 -> 4.10.3 age adoption passing confidence
io.coil-kt:coil-compose 2.3.0 -> 2.4.0 age adoption passing confidence
androidx.navigation:navigation-compose (source) 2.5.3 -> 2.6.0 age adoption passing confidence
androidx.activity:activity-compose (source) 1.7.1 -> 1.7.2 age adoption passing confidence
androidx.activity:activity-ktx (source) 1.7.1 -> 1.7.2 age adoption passing confidence
androidx.compose:compose-bom 2023.05.01 -> 2023.06.00 age adoption passing confidence
androidx.navigation:navigation-ui-ktx (source) 2.5.3 -> 2.6.0 age adoption passing confidence
androidx.navigation:navigation-fragment-ktx (source) 2.5.3 -> 2.6.0 age adoption passing confidence
androidx.fragment:fragment-ktx (source) 1.5.7 -> 1.6.0 age adoption passing confidence
composeOptions (source) 1.4.6 -> 1.4.7 age adoption passing confidence
androidx.window:window (source) 1.0.0 -> 1.1.0 age adoption passing confidence
com.diffplug.spotless 6.18.0 -> 6.19.0 age adoption passing confidence
com.android.library (source) 8.0.1 -> 8.0.2 age adoption passing confidence
com.google.dagger:hilt-android-gradle-plugin 2.46 -> 2.46.1 age adoption passing confidence
androidx.navigation:navigation-safe-args-gradle-plugin (source) 2.5.3 -> 2.6.0 age adoption passing confidence
com.android.application (source) 8.0.1 -> 8.0.2 age adoption passing confidence
com.android.tools.build:gradle (source) 8.0.1 -> 8.0.2 age adoption passing confidence

Release Notes

google/truth

v1.1.4: 1.1.4

  • Updated Truth to build with -source 8 -target 8. This means that it no longer runs under Java 7 VMs. It continues to run under Android, even old versions, for all apps that have enabled support for Java 8 language features. (db5db24)
  • Updated Truth to depend on Guava 32.0.0. That release contains changes related to CVEs. Neither of the CVEs relates to any methods that are used by Truth, so this version bump is just about eliminating any warnings related to the old version and helping tools like Maven to select the newest version of Guava. (f8d4dbb, 99b1df8)
  • Added support for value of: method() to expect.that, matching the existing support for assertThat. (bd8efd0)
  • Enhanced IterableSubject.containsAtLeastElementsIn().inOrder() to print an extra line that shows only the expected elements in their actual order. (9da7dd1)
  • Annotated Truth for nullness. (2151add)
coil-kt/coil

v2.4.0

Compare Source

  • Rename DiskCache get/edit to openSnapshot/openEditor.
  • Don't automatically convert ColorDrawable to ColorPainter in AsyncImagePainter.
  • Annotate simple AsyncImage overloads with @NonRestartableComposable.
  • Fix: Call Context.cacheDir lazily in ImageSource.
  • Fix: Fix publishing coil-bom.
  • Fix: Fix always setting bitmap config to ARGB_8888 if hardware bitmaps are disabled.
  • Update Kotlin to 1.8.21.
  • Update Coroutines to 1.7.1.
  • Update accompanist-drawablepainter to 0.30.1.
  • Update androidx.compose.foundation to 1.4.3.
  • Update androidx.profileinstaller:profileinstaller to 1.3.1.
  • Update com.squareup.okhttp3 to 4.11.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 May 13, 2023 00:49
@renovate renovate bot requested review from arriolac and removed request for a team May 13, 2023 00:49
@renovate renovate bot force-pushed the renovate/main-all branch 4 times, most recently from 8342ca2 to ffbec2f Compare May 24, 2023 19:08
@renovate renovate bot force-pushed the renovate/main-all branch 2 times, most recently from bb6c00f to 55cf4e0 Compare May 30, 2023 16:48
# Conflicts:
#	AccessibilityCodelab/app/build.gradle
#	AccessibilityCodelab/build.gradle
#	AdaptiveUICodelab/app/build.gradle
#	AdaptiveUICodelab/build.gradle
#	AdvancedStateAndSideEffectsCodelab/app/build.gradle
#	AdvancedStateAndSideEffectsCodelab/build.gradle
#	AnimationCodelab/build.gradle
#	AnimationCodelab/finished/build.gradle
#	AnimationCodelab/start/build.gradle
#	BasicLayoutsCodelab/app/build.gradle
#	BasicLayoutsCodelab/build.gradle
#	BasicStateCodelab/app/build.gradle
#	BasicStateCodelab/build.gradle
#	BasicsCodelab/app/build.gradle
#	BasicsCodelab/build.gradle
#	MigrationCodelab/app/build.gradle
#	MigrationCodelab/build.gradle
#	NavigationCodelab/app/build.gradle
#	NavigationCodelab/build.gradle
#	TestingCodelab/app/build.gradle
#	TestingCodelab/build.gradle
#	ThemingCodelab/app/build.gradle
#	ThemingCodelab/build.gradle
#	ThemingCodelabM2/app/build.gradle
#	ThemingCodelabM2/build.gradle
@mlykotom mlykotom requested review from mlykotom and removed request for arriolac July 25, 2023 14:08
@mlykotom mlykotom merged commit 777fd03 into main Jul 25, 2023
17 checks passed
@mlykotom mlykotom deleted the renovate/main-all branch July 25, 2023 18:28
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