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: zio dependency updates #1328

Merged
merged 6 commits into from
Sep 9, 2024
Merged

build: zio dependency updates #1328

merged 6 commits into from
Sep 9, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 8, 2024

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

@github-actions github-actions bot requested a review from a team as a code owner September 8, 2024 00:21
@patlo-iog patlo-iog added the autoupdate Merge the main branch into a feature branch label Sep 9, 2024
@patlo-iog
Copy link
Contributor

🚀 Merge success

@github-actions github-actions bot added the build label Sep 9, 2024
Copy link
Contributor Author

github-actions bot commented Sep 9, 2024

Unit Test Results

 98 files  ±0   98 suites  ±0   15m 44s ⏱️ -45s
837 tests ±0  829 ✅ ±0  8 💤 ±0  0 ❌ ±0 
844 runs  ±0  836 ✅ ±0  8 💤 ±0  0 ❌ ±0 

Results for commit 4c9df7b. ± Comparison against base commit c1989bd.

Copy link
Contributor Author

github-actions bot commented Sep 9, 2024

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 4c9df7b. ± Comparison against base commit c1989bd.

Copy link
Contributor

@patlo-iog patlo-iog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@patlo-iog
Copy link
Contributor

@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
Copy link
Contributor

shotexa commented Sep 9, 2024

@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.

@patlo-iog patlo-iog merged commit 52f361f into main Sep 9, 2024
12 checks passed
@patlo-iog patlo-iog deleted the update/main/zio branch September 9, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autoupdate Merge the main branch into a feature branch build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants