Skip to content

build: zio dependency updates#1791

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

build: zio dependency updates#1791
lfdt-bot wants to merge 7 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
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown
Contributor

Unit Test Results

0 files   - 113  0 suites   - 113   0s ⏱️ - 22m 57s
0 tests  - 927  0 ✅  - 919  0 💤  - 8  0 ❌ ±0 
0 runs   - 934  0 ✅  - 926  0 💤  - 8  0 ❌ ±0 

Results for commit ab80cee. ± Comparison against base commit c359674.

@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

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.

3 participants