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

chore(deps): update actions/checkout digest to 11bd719 #217

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2024

This PR contains the following updates:

Package Type Update Change
actions/checkout action digest eef6144 -> 11bd719

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

Advice for :restaurant-core
Unused dependencies which should be removed:
  testImplementation(project(":restaurant-test-common"))

These transitive dependencies should be declared directly:
  testImplementation("dev.failgood:failgood:0.9.1")
  testImplementation("org.jetbrains.kotlin:kotlin-test:2.0.21")

Dependencies which could be compile-only:
  compileOnly("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0") (was implementation)

Advice for :restaurant-jackson
Unused dependencies which should be removed:
  testImplementation(project(":restaurant-test-common"))

These transitive dependencies should be declared directly:
  api(project(":restaurant-core"))
  implementation(project(":restaurant-client"))
  testImplementation("dev.failgood:failgood:0.9.1")
  testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")

Existing dependencies which should be modified to be as indicated:
  testImplementation(project(":restaurant-rest")) (was api)

Advice for :restaurant-jwt
Unused dependencies which should be removed:
  testImplementation(project(":restaurant-test-common"))

These transitive dependencies should be declared directly:
  testImplementation("dev.failgood:failgood:0.9.1")
  testImplementation(project(":restaurant-client"))

Advice for :restaurant-kotlinx-serialization
Unused dependencies which should be removed:
  testImplementation(project(":restaurant-test-common"))

These transitive dependencies should be declared directly:
  api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.3")
  api(project(":restaurant-core"))
  implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
  implementation(project(":restaurant-client"))

Existing dependencies which should be modified to be as indicated:
  testImplementation(project(":restaurant-rest")) (was api)

Advice for :restaurant-rest
These transitive dependencies should be declared directly:
  implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
  implementation(project(":restaurant-client"))

Advice for :restaurant-server-test
These transitive dependencies should be declared directly:
  testImplementation(project(":restaurant-client"))

Existing dependencies which should be modified to be as indicated:
  testImplementation(project(":restaurant-core")) (was api)

Advice for :restaurant-test-common
Unused dependencies which should be removed:
  api("org.jetbrains.kotlin:kotlin-test:2.0.21")
  testImplementation("org.jetbrains.kotlin:kotlin-test:2.0.21") { capabilities {
    requireCapability("org.jetbrains.kotlin:kotlin-test-framework-junit5")
  }}

Dependencies which should be removed or changed to runtime-only:
  runtimeOnly("ch.qos.logback:logback-classic:1.5.11") (was implementation)
  runtimeOnly("dev.failgood:failgood:0.9.1") (was api)


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.

0 participants