hyperledger / identus-cloud-agent

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

build: zio dependency updates #1328

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. ``` DEPENDENCIES.md README.md cloud-agent/client/generator/yarn.lock infrastructure/dev/get-versions.sh package-lock.json pollux/prex/src/main/scala/org/hyperledger/identus/pollux/prex/PresentationDefinition.scala 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 = "dev.zio", artifactId = "zio" }, { groupId = "dev.zio", artifactId = "zio-concurrent" }, { groupId = "dev.zio", artifactId = "zio-http" }, { groupId = "dev.zio", artifactId = "zio-json" }, { groupId = "dev.zio", artifactId = "zio-logging" }, { groupId = "dev.zio", artifactId = "zio-logging-slf4j" }, { groupId = "dev.zio", artifactId = "zio-prelude" }, { groupId = "dev.zio", artifactId = "zio-test" }, { groupId = "dev.zio", artifactId = "zio-test-magnolia" }, { groupId = "dev.zio", artifactId = "zio-test-sbt" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "dev.zio", artifactId = "zio" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "dev.zio", artifactId = "zio-concurrent" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "dev.zio", artifactId = "zio-http" } }, { 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-logging-slf4j" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "dev.zio", artifactId = "zio-prelude" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "dev.zio", artifactId = "zio-test" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "dev.zio", artifactId = "zio-test-magnolia" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "dev.zio", artifactId = "zio-test-sbt" } } ] ```

labels: library-update, test-library-update, early-semver-patch, semver-spec-patch, early-semver-pre-release, semver-spec-pre-release, early-semver-major, semver-spec-minor, early-semver-minor, old-version-remains, commit-count:n:5

patlo-iog commented 2 months ago

:rocket: Merge success

github-actions[bot] commented 2 months ago

Unit Test Results

 98 files  Β±0   98 suites  Β±0   15m 44s :stopwatch: -45s 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 4c9df7bf. ± Comparison against base commit c1989bd5.

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 4c9df7bf. ± Comparison against base commit c1989bd5.

patlo-iog commented 2 months ago

@shotexa do you remember what dependency conflict we had? I recall it was something about cat or zio? Are we good to merge this since all checks passed.

shotexa commented 2 months ago

@shotexa do you remember what dependency conflict we had? I recall it was something about cat or zio? Are we good to merge this since all checks passed.

Do you mean what I've talked about on one of the previous AOH? about scala-url being dependent on older version of cats-parse and tapir dependencies all using newer version of cats, and since scala-url does not seem to be actively maintained we can't update it. If you mean that, that tnis particular PR is fine.