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

Dependency Dashboard #2

Open
3 tasks done
renovate bot opened this issue Nov 19, 2023 · 2 comments
Open
3 tasks done

Dependency Dashboard #2

renovate bot opened this issue Nov 19, 2023 · 2 comments
Labels
dependencies documentation Improvements or additions to documentation

Comments

@renovate
Copy link
Contributor

renovate bot commented Nov 19, 2023

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Error updating branch: update failure

Errored

These updates encountered an error and will be retried. Click on a checkbox below to force a retry now.

  • chore(deps): update all dependencies (major) (actions/cache, actions/checkout, actions/setup-java, actions/setup-python, actions/upload-artifact, codecov/codecov-action, ffurrer2/extract-release-notes, softprops/action-gh-release, androidx.lifecycle:lifecycle-viewmodel-compose, androidx.lifecycle:lifecycle-runtime-compose)

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

  • chore(deps): update all dependencies (org.jetbrains.kotlinx.kover, androidx.annotation:annotation, androidx.lifecycle:lifecycle-viewmodel-savedstate, androidx.lifecycle:lifecycle-viewmodel-ktx, io.nlopez.compose.rules:detekt, io.github.hoc081098:FlowExt, org.jetbrains.compose, org.jetbrains.kotlinx:kotlinx-coroutines-jdk8, org.jetbrains.kotlinx:kotlinx-coroutines-test, org.jetbrains.kotlinx:kotlinx-coroutines-swing, org.jetbrains.kotlinx:kotlinx-coroutines-android, org.jetbrains.kotlinx:kotlinx-coroutines-core, org.jetbrains.kotlin.plugin.parcelize, org.jetbrains.kotlin.plugin.serialization, org.jetbrains.kotlin.native.cocoapods, org.jetbrains.kotlin.android, org.jetbrains.kotlin.multiplatform)

Detected dependencies

github-actions
.github/workflows/build.yml
  • actions/checkout v3
  • actions/setup-java v3
  • actions/cache v3
  • actions/cache v3
  • codecov/codecov-action v3.1.6
  • actions/upload-artifact v3
  • actions/checkout v3
  • actions/setup-java v3
  • actions/cache v3
  • actions/cache v3
  • actions/setup-python v4
  • JamesIves/github-pages-deploy-action v4.6.0
.github/workflows/publish-release.yml
  • actions/checkout v3
  • ffurrer2/extract-release-notes v1
  • softprops/action-gh-release v1
  • actions/checkout v3
  • actions/setup-java v3
  • actions/cache v3
  • actions/cache v3
  • actions/setup-python v4
  • JamesIves/github-pages-deploy-action v4.6.0
.github/workflows/sample.yml
  • actions/checkout v3
  • actions/setup-java v3
  • actions/cache v3
  • actions/cache v3
gradle
gradle.properties
settings.gradle.kts
  • org.gradle.toolchains.foojay-resolver-convention 0.8.0
build.gradle.kts
channel-event-bus/gradle.properties
channel-event-bus/build.gradle.kts
gradle/libs.versions.toml
  • org.jetbrains.kotlinx:kotlinx-coroutines-core 1.8.1-Beta
  • org.jetbrains.kotlinx:kotlinx-coroutines-android 1.8.1-Beta
  • org.jetbrains.kotlinx:kotlinx-coroutines-swing 1.8.1-Beta
  • org.jetbrains.kotlinx:kotlinx-coroutines-test 1.8.1-Beta
  • org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 1.8.1-Beta
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.3
  • org.jetbrains.kotlinx:kotlinx-collections-immutable 0.3.7
  • org.jetbrains.compose.runtime:runtime 1.6.2
  • co.touchlab:stately-concurrency 2.0.7
  • io.github.aakira:napier 2.7.1
  • io.github.hoc081098:FlowExt 0.8.1-Beta
  • io.insert-koin:koin-android 3.5.6
  • io.insert-koin:koin-androidx-compose 3.5.6
  • io.insert-koin:koin-core 3.5.6
  • io.insert-koin:koin-compose 1.1.5
  • io.coil-kt:coil-compose 2.6.0
  • io.nlopez.compose.rules:detekt 0.3.19
  • androidx.lifecycle:lifecycle-viewmodel-ktx 2.7.0
  • androidx.lifecycle:lifecycle-viewmodel-savedstate 2.7.0
  • androidx.lifecycle:lifecycle-runtime-compose androidx-lifecycle
  • androidx.lifecycle:lifecycle-viewmodel-compose androidx-lifecycle
  • androidx.annotation:annotation 1.7.1
  • androidx.activity:activity-compose 1.9.0
  • androidx.compose:compose-bom 2024.05.00
  • androidx.navigation:navigation-compose 2.7.7
  • io.github.hoc081098:kmp-viewmodel 0.7.1
  • io.github.hoc081098:kmp-viewmodel-savedstate 0.7.1
  • io.github.hoc081098:kmp-viewmodel-compose 0.7.1
  • io.github.hoc081098:kmp-viewmodel-koin-compose 0.7.1
  • io.github.hoc081098:solivagant-navigation 0.3.0
  • com.jakewharton.timber:timber 5.0.1
  • org.jetbrains.kotlin.multiplatform 1.9.23
  • org.jetbrains.kotlin.android 1.9.23
  • org.jetbrains.kotlin.native.cocoapods 1.9.23
  • org.jetbrains.kotlin.plugin.serialization 1.9.23
  • org.jetbrains.kotlin.plugin.parcelize 1.9.23
  • org.jetbrains.compose 1.6.2
  • com.android.application 8.4.0
  • com.android.library 8.4.0
  • com.diffplug.gradle.spotless 6.25.0
  • io.gitlab.arturbosch.detekt 1.23.6
  • org.jetbrains.kotlinx.kover 0.7.6
  • org.jetbrains.dokka 1.9.20
  • org.jetbrains.kotlinx.binary-compatibility-validator 0.14.0
  • com.vanniktech.maven.publish 0.28.0
sample/standalone-androidApp/build.gradle.kts
sample/standalone-composeMultiplatform/composeApp/build.gradle.kts
sample/standalone-composeMultiplatform/desktopApp/build.gradle.kts
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.7

  • Check this box to trigger a request for Renovate to run again on this repository
@hoc081098
Copy link
Collaborator

Screen_recording_20231203_155312.mp4

@hoc081098 hoc081098 reopened this Oct 1, 2024
@hoc081098
Copy link
Collaborator

@renovate

@hoc081098 hoc081098 added documentation Improvements or additions to documentation dependencies labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant