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 (end) #383

Merged
merged 6 commits into from
Sep 25, 2023
Merged

Update all dependencies (end) #383

merged 6 commits into from
Sep 25, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v3 -> v4 age adoption passing confidence
gradle (source) minor 8.1.1 -> 8.3 age adoption passing confidence
com.google.dagger:hilt-compiler dependencies minor 2.46.1 -> 2.48 age adoption passing confidence
com.google.dagger:hilt-android-testing dependencies minor 2.46.1 -> 2.48 age adoption passing confidence
com.google.dagger:hilt-android dependencies minor 2.46.1 -> 2.48 age adoption passing confidence
com.google.truth:truth dependencies patch 1.1.4 -> 1.1.5 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-compose (source) dependencies patch 2.6.1 -> 2.6.2 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies patch 2.6.1 -> 2.6.2 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-compose (source) dependencies patch 2.6.1 -> 2.6.2 age adoption passing confidence
androidx.navigation:navigation-compose (source) dependencies minor 2.6.0 -> 2.7.3 age adoption passing confidence
androidx.lifecycle:lifecycle-livedata-ktx (source) dependencies patch 2.6.1 -> 2.6.2 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-savedstate (source) dependencies patch 2.6.1 -> 2.6.2 age adoption passing confidence
androidx.core:core-ktx (source) dependencies minor 1.10.1 -> 1.12.0 age adoption passing confidence
androidx.compose:compose-bom dependencies minor 2023.08.00 -> 2023.09.01 age adoption passing confidence
com.github.bumptech.glide:glide dependencies minor 4.15.1 -> 4.16.0 age adoption passing confidence
com.google.accompanist:accompanist-systemuicontroller dependencies minor 0.30.1 -> 0.32.0 age adoption passing confidence
com.google.accompanist:accompanist-swiperefresh dependencies minor 0.30.1 -> 0.32.0 age adoption passing confidence
androidx.room:room-ktx (source) dependencies patch 2.5.1 -> 2.5.2 age adoption passing confidence
androidx.room:room-runtime (source) dependencies patch 2.5.1 -> 2.5.2 age adoption passing confidence
androidx.recyclerview:recyclerview (source) dependencies patch 1.3.0 -> 1.3.1 age adoption passing confidence
androidx.navigation:navigation-ui-ktx (source) dependencies minor 2.6.0 -> 2.7.3 age adoption passing confidence
androidx.navigation:navigation-fragment-ktx (source) dependencies minor 2.6.0 -> 2.7.3 age adoption passing confidence
androidx.compose.material3:material3-window-size-class (source) dependencies patch 1.2.0-alpha02 -> 1.2.0-alpha08 age adoption passing confidence
composeOptions (source) dependencies minor 1.4.8 -> 1.5.3 age adoption passing confidence
androidx.fragment:fragment-ktx (source) dependencies patch 1.6.0 -> 1.6.1 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies patch 2.6.1 -> 2.6.2 age adoption passing confidence
com.github.bumptech.glide:compiler dependencies minor 4.15.1 -> 4.16.0 age adoption passing confidence
androidx.room:room-compiler (source) dependencies patch 2.5.1 -> 2.5.2 age adoption passing confidence
androidx.compose.material3:material3-window-size-class (source) dependencies patch 1.1.1 -> 1.1.2 age adoption passing confidence
com.diffplug.spotless plugin minor 6.19.0 -> 6.21.0 age adoption passing confidence
com.android.tools.build:gradle (source) dependencies minor 8.0.2 -> 8.1.1 age adoption passing confidence
com.google.dagger:hilt-android-gradle-plugin dependencies minor 2.46.1 -> 2.48 age adoption passing confidence
androidx.navigation:navigation-safe-args-gradle-plugin (source) dependencies minor 2.6.0 -> 2.7.3 age adoption passing confidence
com.android.library (source) plugin minor 8.0.2 -> 8.1.1 age adoption passing confidence
com.android.application (source) plugin minor 8.0.2 -> 8.1.1 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

gradle/gradle (gradle)

v8.3: 8.3

Compare Source

The Gradle team is excited to announce Gradle 8.3.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Ahmed Ehab,
Aurimas,
Baptiste Decroix,
Björn Kautler,
Borewit,
Korov,
Mohammed Thavaf,
Patrick Brückner,
Philip Wedemann,
Róbert Papp,
Shi Chen,
Tony Robalik

Upgrade instructions

Switch your build to use Gradle 8.3 by updating your wrapper:

./gradlew wrapper --gradle-version=8.3

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.2.1

Compare Source

v8.2: 8.2

Compare Source

The Gradle team is excited to announce Gradle 8.2.

Amongst other improvements, this release addresses two security vulnerabilities:

Read the Release Notes

We would like to thank the following community contributors for their contributions to this release of Gradle:

Bruno Didot,
Eric Vantillard,
esfomeado,
Jendrik Johannes,
Jonathan Leitschuh,
Lee Euije,
Stefan Oehme,
Todor Dinev,
Yanshun Li

Upgrade instructions

Switch your build to use Gradle 8.2 by updating your wrapper:

./gradlew wrapper --gradle-version=8.2

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

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

v1.1.5: 1.1.5

  • Updated Truth to depend on Guava 32.0.1. The previous Guava version, 32.0.0, contained a bug under Windows, which did not affect Truth's functionality but could cause problems for people who use Guava's I/O functionality in their codebase. Affected users can already manually update their Guava dependency to 32.0.1, but if they don't depend directly on Guava, they may find it easier to upgrade to this new Truth release instead.
  • Fixed IterableOfProtosSubject to produce a proper failure message instead of NPE when the actual value is null.
bumptech/glide (com.github.bumptech.glide:glide)

v4.16.0: Glide 4.16.0

This release focuses on some build improvements and Compose. The two major Compose improvements are adding support for Compose specific transitions (e.g. cross fade) and supporting recomposition based on request state using GlideSubcomposition. There's also been a bunch of internal refactoring to move away from Painters to Modifier nodes based on feedback from the Compose team. This is still an alpha release of Compose, but barring unexpectedly negative feedback, the next release should be beta.

This should be the last release of Glide that targets Java 7. That probably means our next release will be a major version change.

Features
Compose
Bugs
Deprecations
  • placeholderOf(@​Composable) in GlideImage is deprecated, use GlideSubcomposition instead. Keep in mind that using either forces a recomposition each time the state of the image load changes. Recomposition will have a significant performance penalty in scrolling lists and should be avoided.
Behavior Changes
Breaking Changes
Build Changes
New Contributors

Full Changelog: bumptech/glide@v4.15.0...v4.16.0

Note - there's been a change in the gpg key used to sign these releases. The new public key is attached

google/accompanist (com.google.accompanist:accompanist-systemuicontroller)

v0.32.0: 🌈

What’s Changed

  • Upgrade to Compose 1.5 Stable

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 force-pushed the renovate/end-all branch 2 times, most recently from d2bcb1c to ec44d72 Compare September 22, 2023 16:30
@renovate
Copy link
Contributor Author

renovate bot commented Sep 22, 2023

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.

@MagicalMeghan MagicalMeghan merged commit f817b85 into end Sep 25, 2023
14 checks passed
@MagicalMeghan MagicalMeghan deleted the renovate/end-all branch September 25, 2023 14:41
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.

2 participants