Closed github-actions[bot] closed 2 months ago
β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.
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.
About this PR
Updates:
1.10.0
to1.10.4
1.0.0
to1.0.1
3.8.1
to3.8.3
1.3.11
to1.3.13
2.0.12
to2.2.0
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