Closed github-actions[bot] closed 2 months ago
:rocket: Merge success
β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.
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.
@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 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.
About this PR
Updates:
2.1.1
to2.1.9
2.1.1
to2.1.9
3.0.0-RC7
to3.0.0-RC10
0.6.2
to0.7.3
2.2.4
to2.3.1
2.2.4
to2.3.1
1.0.0-RC26
to1.0.0-RC31
2.1.1
to2.1.9
2.1.1
to2.1.9
2.1.1
to2.1.9
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