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

Closed
wants to merge 23 commits into from
Closed

Conversation

atala-dev
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
CHANGELOG.md
infrastructure/local/.env
package-lock.json
tests/performance-tests/atala-performance-tests-k6/yarn.lock
build.sbt
castor/lib/CHANGELOG.md
connect/lib/CHANGELOG.md
mercury/mercury-library/CHANGELOG.md
mercury/mercury-mediator/CHANGELOG.md
pollux/lib/CHANGELOG.md
prism-agent/service/CHANGELOG.md
prism-node/client/scala-client/CHANGELOG.md
shared/CHANGELOG.md
.github/workflows/e2e-tests.yml
.github/workflows/performance-tests.yml
docs/general/key-derivation-benchmark.md
package.json
prism-agent/service/api/http/prism-agent-openapi-spec.yaml
version.sbt
⚙ 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-circe" },
  { groupId = "com.github.sbt", artifactId = "sbt-native-packager" },
  { groupId = "com.google.zxing", artifactId = "core" },
  { 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 = "dev.zio", artifactId = "zio-http" },
  { groupId = "dev.zio", artifactId = "zio-interop-cats" },
  { groupId = "dev.zio", artifactId = "zio-json" },
  { groupId = "dev.zio", artifactId = "zio-logging" },
  { groupId = "dev.zio", artifactId = "zio-prelude" },
  { groupId = "io.github.jopenlibs", artifactId = "vault-java-driver" },
  { groupId = "io.iohk.atala", artifactId = "prism-crypto-jvm" },
  { groupId = "io.iohk.atala", artifactId = "prism-identity-jvm" },
  { groupId = "net.reactivecore", artifactId = "circe-json-schema" },
  { groupId = "org.bouncycastle", artifactId = "bcpkix-jdk15on" },
  { groupId = "org.bouncycastle", artifactId = "bcprov-jdk15on" },
  { groupId = "org.didcommx", artifactId = "didcomm" },
  { 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.scoverage", artifactId = "sbt-scoverage" },
  { groupId = "org.tpolecat", artifactId = "doobie-hikari" },
  { groupId = "org.tpolecat", artifactId = "doobie-postgres" }
]

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

dependencyOverrides = [
  {
    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.google.zxing", artifactId = "core" }
  },
  {
    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 = "dev.zio", artifactId = "zio-http" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-interop-cats" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-json" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-logging" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-prelude" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.github.jopenlibs", artifactId = "vault-java-driver" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.iohk.atala", artifactId = "prism-crypto-jvm" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.iohk.atala", artifactId = "prism-identity-jvm" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "net.reactivecore", artifactId = "circe-json-schema" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.bouncycastle", artifactId = "bcpkix-jdk15on" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.bouncycastle", artifactId = "bcprov-jdk15on" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.didcommx", artifactId = "didcomm" }
  },
  {
    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.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" }
  }
]
labels: library-update, sbt-plugin-update, test-library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, early-semver-patch, semver-spec-patch, early-semver-major, early-semver-pre-release, semver-spec-pre-release, semver-spec-major, old-version-remains, commit-count:n:23

@sonarcloud
Copy link

sonarcloud bot commented Jul 21, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@github-actions
Copy link
Contributor

Atala PRISM Test Results

  32 files   -   31    32 suites   - 31   12s ⏱️ - 7m 21s
218 tests  - 313  215 ✔️  - 305  3 💤  - 8  0 ±0 
218 runs   - 316  215 ✔️  - 308  3 💤  - 8  0 ±0 

Results for commit ab70497. ± Comparison against base commit 7609e35.

This pull request removes 313 tests.
io.iohk.atala.agent.walletapi.benchmark.KeyDerivation ‑ Key derivation benchmark - Key derivation benchmark - derive 50000 keys - 1 parallelism
io.iohk.atala.agent.walletapi.benchmark.KeyDerivation ‑ Key derivation benchmark - Key derivation benchmark - derive 50000 keys - 16 parallelism
io.iohk.atala.agent.walletapi.benchmark.KeyDerivation ‑ Key derivation benchmark - Key derivation benchmark - derive 50000 keys - 32 parallelism
io.iohk.atala.agent.walletapi.benchmark.KeyDerivation ‑ Key derivation benchmark - Key derivation benchmark - derive 50000 keys - 8 parallelism
io.iohk.atala.agent.walletapi.benchmark.KeyDerivation ‑ Key derivation benchmark - Query key benchmark - vault storage - query 50000 keys - 1 parallelism
io.iohk.atala.agent.walletapi.benchmark.KeyDerivation ‑ Key derivation benchmark - Query key benchmark - vault storage - query 50000 keys - 16 parallelism
io.iohk.atala.agent.walletapi.benchmark.KeyDerivation ‑ Key derivation benchmark - Query key benchmark - vault storage - query 50000 keys - 32 parallelism
io.iohk.atala.agent.walletapi.benchmark.KeyDerivation ‑ Key derivation benchmark - Query key benchmark - vault storage - query 50000 keys - 8 parallelism
io.iohk.atala.agent.walletapi.crypto.ApolloSpec ‑ Apollo - Prism14 implementation - ECKeyFactory - BIP32 - Test vector 1 - m
io.iohk.atala.agent.walletapi.crypto.ApolloSpec ‑ Apollo - Prism14 implementation - ECKeyFactory - BIP32 - Test vector 1 - m/0'
…

@shotexa shotexa closed this Sep 8, 2023
@shotexa shotexa deleted the update/main/all branch September 8, 2023 20:37
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