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: sbt and plugins dependency update #1337

Merged
merged 8 commits into from
Sep 10, 2024
Merged

build: sbt and plugins dependency update #1337

merged 8 commits into from
Sep 10, 2024

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.

CHANGELOG.md
DEPENDENCIES.md
cloud-agent/client/generator/yarn.lock
.github/PULL_REQUEST_TEMPLATE.md
build.sbt
cloud-agent/client/generator/package.json
cloud-agent/client/python/setup.py
cloud-agent/client/typescript/models/Service.ts
cloud-agent/client/typescript/models/UpdateManagedDIDServiceAction.ts
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
connect/CHANGELOG.md
docs/docusaurus/credentialdefinition/create.md
docs/docusaurus/schemas/create.md
docs/docusaurus/schemas/credential-schema.md
examples/st-oid4vci/demo/main.py
package-lock.json
pollux/core/src/test/scala/org/hyperledger/identus/pollux/core/model/schema/CredentialSchemaSpec.scala
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
tests/performance-tests/agent-performance-tests-k6/yarn.lock
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.github.sbt", artifactId = "sbt-native-packager" },
  { groupId = "org.scalameta", artifactId = "munit" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.scoverage", artifactId = "sbt-coveralls" },
  { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-native-packager" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "munit" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-coveralls" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
  }
]
labels: sbt-plugin-update, test-library-update, library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:n:7

Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Executed command: scalafmt --non-interactive
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
@github-actions github-actions bot requested a review from a team as a code owner September 10, 2024 11:44
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
Copy link
Contributor Author

Unit Test Results

 98 files  ±0   98 suites  ±0   20m 4s ⏱️ +49s
837 tests ±0  829 ✅ ±0  8 💤 ±0  0 ❌ ±0 
844 runs  ±0  836 ✅ ±0  8 💤 ±0  0 ❌ ±0 

Results for commit 42da144. ± Comparison against base commit 52f361f.

@yshyn-iohk yshyn-iohk enabled auto-merge (squash) September 10, 2024 13:41
Copy link
Contributor Author

Integration Test Results

20 files  ±0  20 suites  ±0   2s ⏱️ ±0s
45 tests ±0  45 ✅ ±0  0 💤 ±0  0 ❌ ±0 
71 runs  ±0  71 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 42da144. ± Comparison against base commit 52f361f.

@yshyn-iohk yshyn-iohk merged commit dc50537 into main Sep 10, 2024
13 checks passed
@yshyn-iohk yshyn-iohk deleted the update/main/sbt branch September 10, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants