hyperledger / identus-cloud-agent

Identus Cloud Agent
https://identus.io/
Apache License 2.0
82 stars 23 forks source link

build: sbt and plugins dependency update #1337

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

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

github-actions[bot] commented 2 months ago

Unit Test Results

 98 files  Β±0   98 suites  Β±0   20m 4s :stopwatch: +49s 837 tests Β±0  829 :white_check_mark: Β±0  8 :zzz: Β±0  0 :x: Β±0  844 runsβ€Š Β±0  836 :white_check_mark: Β±0  8 :zzz: Β±0  0 :x: Β±0 

Results for commit 42da1448. ± Comparison against base commit 52f361f5.

github-actions[bot] commented 2 months ago

Integration Test Results

20 files  Β±0  20 suites  Β±0   2s :stopwatch: Β±0s 45 tests Β±0  45 :white_check_mark: Β±0  0 :zzz: Β±0  0 :x: Β±0  71 runsβ€Š Β±0  71 :white_check_mark: Β±0  0 :zzz: Β±0  0 :x: Β±0 

Results for commit 42da1448. ± Comparison against base commit 52f361f5.