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

build: scala-steward dependency updates #1394

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

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.

connect/CHANGELOG.md
package-lock.json
DEPENDENCIES.md
tests/performance-tests/agent-performance-tests-k6/yarn.lock
.pre-commit-config.yaml
CHANGELOG.md
project/plugins.sbt
castor/CHANGELOG.md
cloud-agent/client/generator/yarn.lock
cloud-agent/service/CHANGELOG.md
examples/.nickel/versions.ncl
examples/st-oid4vci/compose.yaml
infrastructure/multi/.env
infrastructure/single-tenant-testing-stack/dashboards/ica-k6-detail.json
infrastructure/single-tenant-testing-stack/dashboards/ica-k8s-overview.json
mercury/CHANGELOG.md
pollux/CHANGELOG.md
prism-node/client/scala-client/CHANGELOG.md
tests/integration-tests/src/test/resources/containers/keycloak-oid4vci.yml
build.sbt
docs/docusaurus/credentials/oid4vci.md
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" },
  { groupId = "ch.qos.logback", artifactId = "logback-classic" },
  { groupId = "com.apicatalog", artifactId = "titanium-json-ld" },
  { groupId = "com.dimafeng", artifactId = "testcontainers-scala-postgresql" },
  { groupId = "com.dimafeng", artifactId = "testcontainers-scala-vault" },
  { groupId = "com.github.jwt-scala", artifactId = "jwt-circe" },
  { groupId = "com.github.poslegm", artifactId = "munit-zio" },
  { groupId = "com.networknt", artifactId = "json-schema-validator" },
  { groupId = "com.nimbusds", artifactId = "nimbus-jose-jwt" },
  { groupId = "com.softwaremill.sttp.client3", artifactId = "zio-json" },
  { groupId = "com.thesamet", artifactId = "sbt-protoc" },
  { groupId = "dev.optics", artifactId = "monocle-core" },
  { groupId = "dev.optics", artifactId = "monocle-macro" },
  { groupId = "io.circe", artifactId = "circe-core" },
  { groupId = "io.circe", artifactId = "circe-generic" },
  { groupId = "io.circe", artifactId = "circe-parser" },
  { groupId = "io.micrometer", artifactId = "micrometer-core" },
  { groupId = "io.micrometer", artifactId = "micrometer-registry-prometheus" },
  { groupId = "org.flywaydb", artifactId = "flyway-core" },
  { groupId = "org.http4s", artifactId = "http4s-blaze-server" },
  { groupId = "org.scala-lang", artifactId = "scala3-library" },
  { groupId = "org.scalatest", artifactId = "scalatest" },
  { groupId = "org.scodec", artifactId = "scodec-bits" },
  { groupId = "org.slf4j", artifactId = "slf4j-api" },
  { groupId = "org.slf4j", artifactId = "slf4j-simple" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.apicatalog", artifactId = "titanium-json-ld" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.dimafeng", artifactId = "testcontainers-scala-postgresql" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.dimafeng", artifactId = "testcontainers-scala-vault" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.jwt-scala", artifactId = "jwt-circe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.poslegm", artifactId = "munit-zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.networknt", artifactId = "json-schema-validator" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.nimbusds", artifactId = "nimbus-jose-jwt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.client3", artifactId = "zio-json" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.thesamet", artifactId = "sbt-protoc" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.optics", artifactId = "monocle-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.optics", artifactId = "monocle-macro" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-generic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-parser" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.micrometer", artifactId = "micrometer-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.micrometer", artifactId = "micrometer-registry-prometheus" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.flywaydb", artifactId = "flyway-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.http4s", artifactId = "http4s-blaze-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala3-library" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalatest", artifactId = "scalatest" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scodec", artifactId = "scodec-bits" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.slf4j", artifactId = "slf4j-api" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.slf4j", artifactId = "slf4j-simple" }
  }
]
labels: sbt-plugin-update, library-update, test-library-update, early-semver-major, semver-spec-minor, early-semver-minor, early-semver-patch, semver-spec-patch, semver-spec-major, version-scheme:early-semver, version-scheme:semver-spec, old-version-remains, commit-count:n:17

Signed-off-by: Hyperledger Bot <[email protected]>
Signed-off-by: Hyperledger Bot <[email protected]>
Signed-off-by: Hyperledger Bot <[email protected]>
Signed-off-by: Hyperledger Bot <[email protected]>
Signed-off-by: Hyperledger Bot <[email protected]>
Signed-off-by: Hyperledger Bot <[email protected]>
@github-actions github-actions bot requested a review from a team as a code owner October 13, 2024 00:25
Copy link
Contributor

@FabioPinheiro FabioPinheiro left a comment

Choose a reason for hiding this comment

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

lgtm

@github-actions github-actions bot added the build label Oct 24, 2024
Copy link
Contributor Author

Unit Test Results

100 tests   78 ✅  10s ⏱️
 22 suites   0 💤
 22 files    22 ❌

For more details on these failures, see this check.

Results for commit 93f8370.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants