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 #1040

Closed
wants to merge 24 commits into from
Closed

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.

DEPENDENCIES.md
tests/performance-tests/agent-performance-tests-k6/yarn.lock
CHANGELOG.md
cloud-agent/service/CHANGELOG.md
connect/CHANGELOG.md
mercury/CHANGELOG.md
package-lock.json
pollux/CHANGELOG.md
cloud-agent/client/generator/yarn.lock
cloud-agent/service/api/http/cloud-agent-openapi-spec.yaml
cloud-agent/service/server/src/main/scala/org/hyperledger/identus/system/controller/http/HealthInfo.scala
docs/docusaurus/schemas/update.md
build.sbt
.git-blame-ignore-revs
βš™ Adjust future updates

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

updates.ignore = [
  { groupId = "ch.qos.logback", artifactId = "logback-classic" },
  { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" },
  { groupId = "com.github.jwt-scala", artifactId = "jwt-circe" },
  { groupId = "com.github.sbt", artifactId = "sbt-native-packager" },
  { groupId = "com.github.sbt", artifactId = "sbt-release" },
  { groupId = "com.networknt", artifactId = "json-schema-validator" },
  { groupId = "com.softwaremill.sttp.client3", artifactId = "zio-json" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-http4s-server-zio" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-prometheus-metrics" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-redoc-bundle" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-sttp-stub-server" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-swagger-ui-bundle" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-http-server" },
  { groupId = "com.thesamet", artifactId = "sbt-protoc" },
  { groupId = "com.thesamet.scalapb", artifactId = "compilerplugin" },
  { groupId = "com.thesamet.scalapb", artifactId = "scalapb-runtime-grpc" },
  { groupId = "dev.zio", artifactId = "zio" },
  { groupId = "dev.zio", artifactId = "zio-concurrent" },
  { groupId = "dev.zio", artifactId = "zio-config" },
  { groupId = "dev.zio", artifactId = "zio-config-magnolia" },
  { groupId = "dev.zio", artifactId = "zio-config-typesafe" },
  { groupId = "dev.zio", artifactId = "zio-logging" },
  { groupId = "dev.zio", artifactId = "zio-logging-slf4j" },
  { groupId = "dev.zio", artifactId = "zio-prelude" },
  { groupId = "dev.zio", artifactId = "zio-test" },
  { groupId = "dev.zio", artifactId = "zio-test-magnolia" },
  { groupId = "dev.zio", artifactId = "zio-test-sbt" },
  { groupId = "io.getquill", artifactId = "quill-doobie" },
  { groupId = "io.getquill", artifactId = "quill-jdbc-zio" },
  { groupId = "io.iohk.atala.prism.apollo", artifactId = "apollo-jvm" },
  { 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.postgresql", artifactId = "postgresql" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.scalatest", artifactId = "scalatest" },
  { groupId = "org.scoverage", artifactId = "sbt-coveralls" },
  { groupId = "org.scoverage", artifactId = "sbt-scoverage" },
  { groupId = "org.tpolecat", artifactId = "doobie-hikari" },
  { groupId = "org.tpolecat", artifactId = "doobie-postgres" },
  { groupId = "org.tpolecat", artifactId = "doobie-postgres-circe" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.eed3si9n", artifactId = "sbt-buildinfo" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.jwt-scala", artifactId = "jwt-circe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-native-packager" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-release" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.networknt", artifactId = "json-schema-validator" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.client3", artifactId = "zio-json" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-http4s-server-zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-prometheus-metrics" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-redoc-bundle" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-sttp-stub-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-swagger-ui-bundle" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-http-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.thesamet", artifactId = "sbt-protoc" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.thesamet.scalapb", artifactId = "compilerplugin" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.thesamet.scalapb", artifactId = "scalapb-runtime-grpc" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-concurrent" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-config" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-config-magnolia" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-config-typesafe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-logging" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-logging-slf4j" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-prelude" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-test" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-test-magnolia" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-test-sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.getquill", artifactId = "quill-doobie" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.getquill", artifactId = "quill-jdbc-zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.iohk.atala.prism.apollo", artifactId = "apollo-jvm" }
  },
  {
    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.postgresql", artifactId = "postgresql" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalatest", artifactId = "scalatest" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-coveralls" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.tpolecat", artifactId = "doobie-hikari" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.tpolecat", artifactId = "doobie-postgres" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.tpolecat", artifactId = "doobie-postgres-circe" }
  }
]
labels: library-update, sbt-plugin-update, test-library-update, early-semver-minor, semver-spec-minor, early-semver-major, semver-spec-major, version-scheme:early-semver, early-semver-patch, semver-spec-patch, early-semver-pre-release, semver-spec-pre-release, version-scheme:always, old-version-remains, commit-count:n:24

@yshyn-iohk
Copy link
Member

PR is closed because of the DCO check (new one will be published soon)

@yshyn-iohk yshyn-iohk closed this May 20, 2024
@yshyn-iohk yshyn-iohk deleted the update/main/all branch May 20, 2024 08:27
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.

None yet

2 participants