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 #1391

Merged
merged 3 commits into from
Jan 20, 2025
Merged

build: zio dependency updates #1391

merged 3 commits into from
Jan 20, 2025

Conversation

github-actions[bot]
Copy link
Contributor

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
tests/integration-tests/build.gradle.kts
⚙ 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-kafka" },
  { 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-kafka" }
  },
  {
    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-minor, semver-spec-minor, old-version-remains, commit-count:n:2

@github-actions github-actions bot requested a review from a team as a code owner October 13, 2024 00:21
@FabioPinheiro FabioPinheiro enabled auto-merge (squash) January 20, 2025 13:14
@github-actions github-actions bot added the build label Jan 20, 2025
Copy link
Contributor Author

Integration Test Results

 23 files  ±0   23 suites  ±0   3s ⏱️ ±0s
 56 tests ±0   56 ✅ ±0  0 💤 ±0  0 ❌ ±0 
103 runs  ±0  103 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit ffd1c76. ± Comparison against base commit 0b8ea4b.

Copy link
Contributor Author

Unit Test Results

105 files  ±0  105 suites  ±0   20m 10s ⏱️ +3s
889 tests ±0  881 ✅ ±0  8 💤 ±0  0 ❌ ±0 
896 runs  ±0  888 ✅ ±0  8 💤 ±0  0 ❌ ±0 

Results for commit ffd1c76. ± Comparison against base commit 0b8ea4b.

@FabioPinheiro FabioPinheiro merged commit b791ad2 into main Jan 20, 2025
13 checks passed
@FabioPinheiro FabioPinheiro deleted the update/main/zio branch January 20, 2025 14:48
@coveralls
Copy link

Coverage Status

coverage: 48.723%. remained the same
when pulling ffd1c76 on update/main/zio
into 0b8ea4b on main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants