Skip to content

build: zio dependency updates - #1791

Open
lfdt-bot wants to merge 8 commits into
mainfrom
update/main/zio
Open

build: zio dependency updates#1791
lfdt-bot wants to merge 8 commits into
mainfrom
update/main/zio

Conversation

@lfdt-bot

Copy link
Copy Markdown
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.

package-lock.json
.pre-commit-config.yaml
DEPENDENCIES.md
build.sbt
cloud-agent/client/generator/yarn.lock
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-config" },
  { groupId = "dev.zio", artifactId = "zio-http" },
  { groupId = "dev.zio", artifactId = "zio-json" },
  { groupId = "dev.zio", artifactId = "zio-kafka" },
  { groupId = "dev.zio", artifactId = "zio-logging" },
  { groupId = "dev.zio", artifactId = "zio-prelude" }
]

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-config" }
  },
  {
    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-kafka" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-logging" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "dev.zio", artifactId = "zio-prelude" }
  }
]
labels: library-update, test-library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, early-semver-minor, semver-spec-minor, early-semver-major, early-semver-pre-release, semver-spec-pre-release, old-version-remains, commit-count:n:7

Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
Signed-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>
@lfdt-bot
lfdt-bot requested a review from a team as a code owner May 17, 2026 00:50
@github-actions

github-actions Bot commented May 17, 2026

Copy link
Copy Markdown
Contributor

Unit Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit 5bb417e.

♻️ This comment has been updated with latest results.

@yshyn-iohk

Copy link
Copy Markdown
Contributor

CI is red in Build and unit tests: sbt +update fails on zio-json_3 eviction conflicts, with 0.9.2 selected over 0.9.1 and 0.7.44 via zio-schema-json, jwt-zio-json, quill-jdbc-zio, and shared modules. Proposed action: hold this PR and either split out the zio-json/zio-http family or align those dependent libraries to one compatible zio-json line before retrying. - Codex AI agent posting on behalf of @yshyn-iohk

@sonarqubecloud

sonarqubecloud Bot commented Jun 8, 2026

Copy link
Copy Markdown

@yshyn-iohk

Copy link
Copy Markdown
Contributor

Confirming the build failure is real and PR-specific — it fails only here and on #1793, and passes on main and every other open PR. Root cause is as flagged: sbt +update hits a zio-json_3 eviction conflict, with 0.9.2 evicting the 0.9.1/0.7.44 pulled transitively by zio-schema-json, jwt-zio-json, and quill-jdbc-zio, and the 0.7 -> 0.9 gap tripping the early-semver binary-incompatibility check.

Suggestion: split this up — land the patch-level zio bumps (2.1.26, config 4.0.7, logging 2.5.3) on their own, and hold zio-json 0.9 / zio-http 3.11 until their transitive consumers are aligned.

Reviewed with Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants