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

fix(deps): update all non-major dependencies #212

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-self-hosted-apter[bot]
Copy link
Contributor

@renovate-self-hosted-apter renovate-self-hosted-apter bot commented Jul 1, 2024

This PR contains the following updates:

Package Type Update Change
actions/setup-java action minor v4.2.1 -> v4.6.0
gradle (source) minor 8.8 -> 8.12
com.google.accompanist:accompanist-navigation-animation dependencies minor 0.34.0 -> 0.36.0
androidx.test.ext:junit-ktx dependencies minor 1.1.5 -> 1.2.1
org.slf4j:slf4j-simple (source, changelog) dependencies patch 2.0.13 -> 2.0.16
co.touchlab:kermit dependencies patch 2.0.3 -> 2.0.5
io.ktor:ktor-client-mock dependencies patch 2.3.11 -> 2.3.13
io.ktor:ktor-client-logging dependencies patch 2.3.11 -> 2.3.13
io.ktor:ktor-client-ios dependencies patch 2.3.11 -> 2.3.13
io.ktor:ktor-client-android dependencies patch 2.3.11 -> 2.3.13
io.ktor:ktor-client-content-negotiation dependencies patch 2.3.11 -> 2.3.13
io.ktor:ktor-serialization-kotlinx-json dependencies patch 2.3.11 -> 2.3.13
io.ktor:ktor-client-core dependencies patch 2.3.11 -> 2.3.13
io.insert-koin:koin-androidx-compose (source) dependencies patch 4.0.0 -> 4.0.1
io.insert-koin:koin-android (source) dependencies patch 4.0.0 -> 4.0.1
io.insert-koin:koin-test (source) dependencies patch 4.0.0 -> 4.0.1
io.insert-koin:koin-core (source) dependencies patch 4.0.0 -> 4.0.1
androidx.navigation:navigation-compose (source) dependencies minor 2.7.7 -> 2.8.5
io.coil-kt:coil-compose dependencies minor 2.6.0 -> 2.7.0
androidx.compose.ui:ui-tooling (source) dependencies minor 1.6.7 -> 1.7.6
androidx.activity:activity-compose (source) dependencies patch 1.9.0 -> 1.9.3
androidx.compose.ui:ui-tooling-preview (source) dependencies minor 1.6.7 -> 1.7.6
androidx.compose.material:material (source) dependencies minor 1.6.7 -> 1.7.6
androidx.compose.runtime:runtime (source) dependencies minor 1.6.7 -> 1.7.6
androidx.compose.ui:ui (source) dependencies minor 1.6.7 -> 1.7.6
dev.icerock.moko:graphics dependencies minor 0.9.0 -> 0.10.0
dev.icerock.mobile.multiplatform-resources plugin minor 0.23.0 -> 0.24.4
dev.icerock.moko:resources-compose dependencies minor 0.23.0 -> 0.24.4
dev.icerock.moko:resources-test dependencies minor 0.23.0 -> 0.24.4
dev.icerock.moko:resources dependencies minor 0.23.0 -> 0.24.4
io.gitlab.arturbosch.detekt (source) plugin patch 1.23.6 -> 1.23.7
io.gitlab.arturbosch.detekt:detekt-formatting (source) dependencies patch 1.23.6 -> 1.23.7
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies patch 2.8.1 -> 2.8.7
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies patch 2.8.1 -> 2.8.7
com.android.library (source) plugin minor 8.4.1 -> 8.7.3
com.android.application (source) plugin minor 8.4.1 -> 8.7.3

Release Notes

actions/setup-java (actions/setup-java)

v4.6.0

Compare Source

What's Changed

Add-ons:

 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: ‘jetbrains’
     java-version: '21'

Bug fixes:

New Contributors

Full Changelog: actions/setup-java@v4...v4.6.0

v4.5.0

Compare Source

What's Changed
Bug fixes:
New Contributors:

Full Changelog: actions/setup-java@v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Add-ons :

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'graalvm'
     java-version: '21'

Bug fixes :

New Contributors

Full Changelog: actions/setup-java@v4...v4.4.0

v4.3.0

Compare Source

What's Changed

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'sapmachine'
     java-version: '21'

Bug fixes :

New Contributors :

Full Changelog: actions/setup-java@v4...v4.3.0

v4.2.2

Compare Source

What's Changed


Bug fixes:
Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.2.2

gradle/gradle (gradle)

v8.12: 8.12

Compare Source

The Gradle team is excited to announce Gradle 8.12.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.12

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.11.1: 8.11.1

Compare Source

This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.

It fixes the following issues:

  • #​31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration
  • #​31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #​31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #​31310 Unable to run Gradle task in 8.10 due to bytecode interception

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.11.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.11

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.10.2: 8.10.2

Compare Source

This is a patch release for 8.10. We recommend using 8.10.2 instead of 8.10

It fixes the following issues:

  • #​30472 Investigate possibly broken 8.10.1
  • #​30477 Kotlin Mutliplatform build with reused daemon fails with "Cannot query the value of task ':compileKotlinWindows' property 'kotlinNativeBundleBuildService' because it has no value available."
  • #​30497 DefaultTaskCollection#configureEach(Action) on task set cannot be executed in the current context

Issues fixed in the first patch release:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10.2

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.10.1: 8.10.1

Compare Source

This is a patch release for 8.10. We recommend using 8.10.1 instead of 8.10

It fixes the following issues:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.10: 8.10

Compare Source

The Gradle team is excited to announce Gradle 8.10.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Craig Andrews,
gotovsky,
Jeff,
Kirill Gavrilov,
Madalin Valceleanu,
Sergei Vorobev,
Thach Le,
Thad Guidry

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.10

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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.9: 8.9

Compare Source

The Gradle team is excited to announce Gradle 8.9.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
/dev/mataha,
Alex-Vol-Amz,
Andrew Quinney,
Andrey Mischenko,
Björn Kautler,
dancer13,
Danish Nawab,
Endeavour233,
Gediminas Rimša,
gotovsky,
Jay Wei,
Jeff,
Madalin Valceleanu,
markslater,
Mel Arthurs,
Michael,
Nils Brugger,
Ole Osterhagen,
Piotr Kubowicz,
Róbert Papp,
Sebastian Davids,
Sebastian Schuberth,
Stefan Oehme,
Stefanos Koutsouflakis,
Taeik Lim,
Tianyi Tao,
Tim Nielens,
наб

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.9

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

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/accompanist (com.google.accompanist:accompanist-navigation-animation)

v0.36.0: 🌈

What’s Changed

touchlab/Kermit (co.touchlab:kermit)

v2.0.5

Compare Source

Changed
  • Added kermit-io module, which contains the RollingFileLogWriter. This is a log writer that writes to a file with rolling logs.
  • Updating OSLogWriter to take in three optional parameters to configure OSLog, and to enable/disable public logging
  • Updating the WASM Implementation to match newest recommendations
  • Updating kotlin version to 2.0.21
  • Updating logThrowable to call throwable.stackTraceToString() instead of throwable.getStackTrace().joinToString("\n")

v2.0.4

Compare Source

Changed
  • Added ChunkedLogWriter. This LogWriter can be used to wrap existing LogWriters and break their output into defined sizes. This is useful if your LogWriter outputs to something which limits message length (such as Logcat) (#​396 thanks @​psh)
Logger.setLogWriters(platformLogWriter().chunked(maxMessageLength = 4000))
ktorio/ktor (io.ktor:ktor-client-mock)

v2.3.13

Compare Source

Published 20 November 2024

Bugfixes
  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)
Improvements
  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)

v2.3.12

Compare Source

Published 20 June 2024

Bugfixes
  • NoSuchMethodError when using coroutines 1.9.0-RC (KTOR-7054)
  • Server: Content-Type header for static js, css and svg resources misses charset (KTOR-6655)
  • Embedded Linux device without iso-8859-1 and UTF-16 cannot use ktor-network (KTOR-7016)
Improvements
InsertKoinIO/koin (io.insert-koin:koin-androidx-compose)

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: InsertKoinIO/koin@4.0.0...4.0.1

coil-kt/coil (io.coil-kt:coil-compose)

v2.7.0

Compare Source

  • Slightly optimize internal coroutines usage to improve the performance of ImageLoader.execute, AsyncImage, SubcomposeAsyncImage, and rememberAsyncImagePainter. (#​2205)
  • Fix duplicate network calls for chunked responses. (#​2363)
  • Update Kotlin to 2.0.0.
  • Update Compose UI to 1.6.8.
  • Update Okio to 3.9.0.
detekt/detekt (io.gitlab.arturbosch.detekt)

v1.23.7

1.23.7 - 2024-09-08

This is a point release for Detekt 1.23.0, built against Kotlin 2.0.10, with fixes for several bugs that got reported by the community.

Notable Changes
  • fix(deps): update kotlin monorepo to v2.0.10 - #​7517
  • Update to Kotlin 2.0.0 #​6640
  • fix(deps): update kotlin monorepo to v1.9.24 - #​7264
  • fix(deps): update dependency com.android.tools.build:gradle to v8.5.2 - #​7525
  • chore(deps): update dependency gradle to v8.10 - #​7546
Changelog
  • Add basic support for isolated projects to 1.x - #​7526
  • ExplicitCollectionElementAccessMethod: fix false positive when Map put has 3 arguments - #​7563
  • BracesOnIfStatements: fix false-positive when chained - #​7444
  • Add enum entry check in UndocumentedPublicProperty - #​7426
  • Use the anchor which is already present before - #​7423
  • Fix small corner-case in "SerialVersionUIDInSerializableClass" rule, … - #​7346
  • SwallowedException: fix false positive when exception is used as a receiver - #​7288
  • NamedArguments: fix false positive on spread varargs - #​7283
  • MultilineLambdaItParameter: fix false negative with single statement on multiple lines - #​7221
  • Check for root of receiver in selector expression - #​7220
  • Check for public companion object for UndocumentedPublicClass - #​7219
  • fix: TopLevelPropertyNaming also detecting extension property name - #​7212
  • Publish detekt-compiler-plugin-all to Maven and GH Releases - #​7179
  • versioned default detekt config file link - #​7161
  • Support rangeUntil operator for UnusedImport rule - #​7104
  • Fix false positive on it usages when type parameter is specified - #​6850
Housekeeping/Docs
  • [bugfix] AnnotationOnSeparateLine in snippets - #​6526
  • Add docs about using the Compiler Plugin with the Kotlin CLI compiler - #​7184

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (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 Renovate Bot.

Copy link

coderabbitai bot commented Jul 1, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

This update involves upgrading various dependency versions in Gradle configurations and incrementing the GitHub Actions setup-java action version. These changes include enhancements to the build and CI/CD processes, reflecting a commitment to maintaining current libraries and improving project stability.

Changes

Files Change Summary
.github/workflows/GitHubUserFinder.yml Updated setup-java action version from v4.2.1 to v4.2.2 (three instances).
gradle/libs.versions.toml Upgraded multiple dependencies, including AGP from 8.4.1 to 8.6.0 and various libraries to newer versions.
gradle/wrapper/gradle-wrapper.properties Changed Gradle version from 8.8 to 8.10.

Possibly related issues

  • Dependency Dashboard #48: This PR addresses the goals of updating dependencies as outlined in the Dependency Dashboard issue.

🐇 In the meadow where the bright flowers sway,
New versions leap, brightening the day!
Dependencies twirl in a cheerful dance,
With upgrades galore, we take a chance.
So here's to our code, fresh and spry,
Let's leap toward success and reach for the sky! 🌼✨


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch from b0fb857 to 6abb80f Compare July 1, 2024 17:23
@renovate-self-hosted-apter renovate-self-hosted-apter bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Jul 11, 2024
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e723ee4 to b181cf4 Compare July 17, 2024 17:51
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 34d00e0 to 836a0cc Compare July 24, 2024 17:24
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 01b7b69 and 4c7ac9d.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review due to trivial changes (1)
  • .github/workflows/GitHubUserFinder.yml
Additional comments not posted (11)
gradle/wrapper/gradle-wrapper.properties (1)

3-3: LGTM! Gradle distribution URL correctly updated.

The distributionUrl has been updated to use Gradle version 8.9. The URL is correctly formatted.

gradle/libs.versions.toml (10)

7-7: LGTM! AGP version updated.

The agp version has been updated from 8.4.1 to 8.5.1. This is a non-major update.


14-14: LGTM! lifecycleViewModel version updated.

The lifecycleViewModel version has been updated from 2.8.1 to 2.8.4. This is a non-major update.


19-19: LGTM! mokoResources version updated.

The mokoResources version has been updated from 0.23.0 to 0.24.1. This is a non-major update.


22-22: LGTM! compose version updated.

The compose version has been updated from 1.6.7 to 1.6.8. This is a non-major update.


23-23: LGTM! composeActivity version updated.

The composeActivity version has been updated from 1.9.0 to 1.9.1. This is a non-major update.


25-25: LGTM! composeUITooling version updated.

The composeUITooling version has been updated from 1.6.7 to 1.6.8. This is a non-major update.


26-26: LGTM! composeCoil version updated.

The composeCoil version has been updated from 2.6.0 to 2.7.0. This is a non-major update.


33-33: LGTM! ktor version updated.

The ktor version has been updated from 2.3.11 to 2.3.12. This is a non-major update.


35-35: LGTM! kermit version updated.

The kermit version has been updated from 2.0.3 to 2.0.4. This is a non-major update.


37-37: LGTM! junitKtx version updated.

The junitKtx version has been updated from 1.1.5 to 1.2.1. This is a non-major update.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 4c7ac9d and 958ab78.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review due to trivial changes (2)
  • gradle/libs.versions.toml
  • gradle/wrapper/gradle-wrapper.properties
Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/GitHubUserFinder.yml

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 958ab78 and 8b121e8.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review due to trivial changes (1)
  • gradle/wrapper/gradle-wrapper.properties
Files skipped from review as they are similar to previous changes (2)
  • .github/workflows/GitHubUserFinder.yml
  • gradle/libs.versions.toml

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 8b121e8 and 8f6b2c2.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review as they are similar to previous changes (3)
  • .github/workflows/GitHubUserFinder.yml
  • gradle/libs.versions.toml
  • gradle/wrapper/gradle-wrapper.properties

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 8f6b2c2 and 02a4cd7.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review due to trivial changes (2)
  • gradle/libs.versions.toml
  • gradle/wrapper/gradle-wrapper.properties
Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/GitHubUserFinder.yml

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 02a4cd7 and a2788a7.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review as they are similar to previous changes (3)
  • .github/workflows/GitHubUserFinder.yml
  • gradle/libs.versions.toml
  • gradle/wrapper/gradle-wrapper.properties

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between a2788a7 and 4e8ec17.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review due to trivial changes (1)
  • .github/workflows/GitHubUserFinder.yml
Additional comments not posted (9)
gradle/wrapper/gradle-wrapper.properties (1)

3-3: Update to Gradle 8.10 looks good.

The update from Gradle 8.8 to 8.10 is consistent with the PR's goal of updating dependencies. Ensure that the new version is compatible with your project's build scripts and plugins.

gradle/libs.versions.toml (8)

7-7: Android Gradle Plugin update to 8.5.2 looks good.

Ensure compatibility with your project's build scripts and other plugins.


14-14: Lifecycle ViewModel update to 2.8.4 looks good.

Check for any changes in lifecycle management that might affect your application.


19-19: Moko Resources update to 0.24.2 looks good.

Verify that the new version aligns with your resource management needs.


22-23: Compose updates to 1.6.8 and 1.9.1 look good.

Ensure compatibility with your Compose UI components.


25-26: Compose UI Tooling and Coil updates look good.

Check for any changes in UI tooling and image loading that might affect your application.


33-33: Ktor update to 2.3.12 looks good.

Verify that the new version aligns with your networking requirements.


35-36: Kermit and SLF4J updates look good.

Ensure compatibility with your logging framework.


37-37: JUnit KTX update to 1.2.1 looks good.

Verify that the new version supports your testing framework.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 4e8ec17 and 6b6b4ef.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review due to trivial changes (1)
  • .github/workflows/GitHubUserFinder.yml
Files skipped from review as they are similar to previous changes (2)
  • gradle/libs.versions.toml
  • gradle/wrapper/gradle-wrapper.properties

@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d7353e8 to 9d83bb9 Compare September 5, 2024 02:56
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b06887e to 4c34e7b Compare September 24, 2024 14:26
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 00ef989 to 71fb32f Compare October 5, 2024 01:55
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a1c286d to 740bc36 Compare October 16, 2024 17:27
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 370f794 to 61f4d43 Compare October 30, 2024 17:26
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b85cb77 to 649fe19 Compare November 13, 2024 18:07
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 29872ec to 687b341 Compare November 20, 2024 17:39
@renovate-self-hosted-apter renovate-self-hosted-apter bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 6, 2024
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ae211c3 to fa73cf1 Compare December 11, 2024 18:27
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 510d704 to cd68786 Compare December 20, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants