Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

About this PR

Updates:

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

package-lock.json
tests/performance-tests/agent-performance-tests-k6/package.json
tests/performance-tests/agent-performance-tests-k6/yarn.lock
DEPENDENCIES.md
build.sbt
cloud-agent/client/generator/yarn.lock
cloud-agent/client/typescript/package.json
docs/docusaurus/credentials/oid4vci/issue.md
tests/integration-tests/build.gradle.kts
⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "com.github.jwt-scala", artifactId = "jwt-zio-json" },
  { groupId = "com.typesafe", artifactId = "config" },
  { groupId = "io.micrometer", artifactId = "micrometer-core" },
  { groupId = "org.scala-lang", artifactId = "scala3-library" },
  { groupId = "org.scodec", artifactId = "scodec-bits" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.jwt-scala", artifactId = "jwt-zio-json" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe", artifactId = "config" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.micrometer", artifactId = "micrometer-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala3-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scodec", artifactId = "scodec-bits" }
  }
]
labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, early-semver-minor, semver-spec-minor, early-semver-major, semver-spec-major, version-scheme:semver-spec, old-version-remains, commit-count:n:5

@github-actions github-actions bot requested a review from a team as a code owner July 27, 2025 00:28
Copy link
Contributor Author

Unit Test Results

348 tests   348 ✅  2m 10s ⏱️
 48 suites    0 💤
 48 files      0 ❌

Results for commit 65d6726.

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