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

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

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 10, 2024

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/issue.md
.github/PULL_REQUEST_TEMPLATE.md
cloud-agent/client/generator/package.json
cloud-agent/client/python/setup.py
cloud-agent/service/api/http/cloud-agent-openapi-spec.yaml
cloud-agent/service/server/src/main/scala/org/hyperledger/identus/pollux/credentialdefinition/http/CredentialDefinitionResponse.scala
cloud-agent/service/server/src/main/scala/org/hyperledger/identus/pollux/credentialschema/http/CredentialSchemaResponse.scala
cloud-agent/service/server/src/test/scala/org/hyperledger/identus/pollux/credentialdefinition/CredentialDefinitionBasicSpec.scala
cloud-agent/service/server/src/test/scala/org/hyperledger/identus/pollux/schema/CredentialSchemaAnoncredSpec.scala
cloud-agent/service/server/src/test/scala/org/hyperledger/identus/pollux/schema/CredentialSchemaBasicSpec.scala
cloud-agent/service/server/src/test/scala/org/hyperledger/identus/pollux/schema/CredentialSchemaMultiTenancySpec.scala
docs/docusaurus/credentialdefinition/create.md
docs/docusaurus/schemas/create.md
docs/docusaurus/schemas/credential-schema.md
examples/st-oid4vci/demo/main.py
pollux/core/src/test/scala/org/hyperledger/identus/pollux/core/model/schema/CredentialSchemaSpec.scala
pollux/core/src/test/scala/org/hyperledger/identus/pollux/core/service/uriResolvers/DidUrlResolverSpec.scala
tests/didcomm-tests/docker/docker-compose.yml
tests/didcomm-tests/package.json
tests/integration-tests/src/test/kotlin/common/CredentialSchema.kt
tests/integration-tests/src/test/kotlin/steps/schemas/AnoncredCredentialSchemaSteps.kt
tests/integration-tests/src/test/kotlin/steps/schemas/CredentialSchemasSteps.kt
tests/performance-tests/agent-performance-tests-k6/package.json
tests/performance-tests/agent-performance-tests-k6/src/common/CredentialsService.ts
⚙ 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-zio-json" },
  { 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.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" },
  { groupId = "org.typelevel", artifactId = "cats-parse_3" }
]

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-zio-json" }
  },
  {
    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.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" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "cats-parse_3" }
  }
]
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

@github-actions github-actions bot requested a review from a team as a code owner November 10, 2024 00:23
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]>
@yshyn-iohk yshyn-iohk requested a review from a team as a code owner March 3, 2025 13:03
@github-actions github-actions bot added the build label Mar 3, 2025
Copy link
Contributor Author

github-actions bot commented Mar 3, 2025

Unit Test Results

 26 files   -  79  26 suites   - 79   5s ⏱️ - 20m 49s
106 tests  - 783  84 ✅  - 797  0 💤  - 8  22 ❌ +22 
106 runs   - 790  84 ✅  - 804  0 💤  - 8  22 ❌ +22 

For more details on these failures, see this check.

Results for commit 2630af8. ± Comparison against base commit 6cee8db.

This pull request removes 783 tests.
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - create default wallet if enabled
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - create wallet with provided seed
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - create wallet with provided webhook
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - create wallet with provided webhook and apikey
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - do not create default wallet if disabled
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - do not recreate default wallet if already exist
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - validateAppConfig - do not fail the default wallet is disabled, but any authentication is enabled
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - validateAppConfig - do not fail when the config is valid
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - validateAppConfig - fail when the default wallet is disabled and authentication is set to apiKey but disabled
org.hyperledger.identus.agent.server.config.AppConfigSpec ‑  - load config successfully
…

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