Skip to content

chore(deps): update dependency zod to ^3.22.0 || ^4.4.3 - #30

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/zod-4.x
Open

chore(deps): update dependency zod to ^3.22.0 || ^4.4.3#30
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/zod-4.x

Conversation

@renovate

@renovate renovate Bot commented Jun 21, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
zod (source) ^3.22.0^3.22.0 || ^4.4.3 age adoption passing confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Note

Widen zod dependency range to accept v3.22.x or v4.4.3+

Updates package.json to accept zod ^3.22.0 || ^4.4.3, allowing either the v3 or v4 major to be resolved during installation.

Macroscope summarized 2738bb7.

@greptile-apps

greptile-apps Bot commented Jun 21, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@changeset-bot

changeset-bot Bot commented Jun 21, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 25f6b82

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
renovate Bot force-pushed the renovate/zod-4.x branch 2 times, most recently from 4006ecd to 6a5746f Compare July 2, 2026 14:28
cursor[bot]
cursor Bot approved these changes Jul 2, 2026
@renovate
renovate Bot force-pushed the renovate/zod-4.x branch from 6a5746f to 07b7c38 Compare July 2, 2026 14:50

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Risk: low. Cursor Bugbot was not present on this PR; evaluated using the diff and completed gate checks. Approved: peer dependency range update only (zod ^3.22.0 || ^4.4.3) with no source changes. No reviewers assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Router and Approver

@renovate
renovate Bot force-pushed the renovate/zod-4.x branch from 07b7c38 to 1de4b54 Compare July 2, 2026 15:24
@renovate
renovate Bot force-pushed the renovate/zod-4.x branch 3 times, most recently from 0fa8173 to 3623ebe Compare July 25, 2026 04:11
@renovate
renovate Bot force-pushed the renovate/zod-4.x branch from 3623ebe to 25f6b82 Compare August 1, 2026 23:13

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Devin Review found 2 potential issues.

Open in Devin Review

Comment thread package.json
"peerDependencies": {
"@opentelemetry/api": "^1.7.0",
"zod": "^3.22.0"
"zod": "^3.22.0 || ^4.4.3"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Changelog not updated for a user-facing dependency change

The supported version range for a required companion library is widened ("zod": "^3.22.0 || ^4.4.3" at package.json:286) without adding a matching entry under the Unreleased section of CHANGELOG.md, so consumers get no record of the change.
Impact: Users reading the changelog won't learn that a newer major version of the required companion library is now supported.

Repository rule: changelog must be updated for user-facing changes

AGENTS.md states: "Conventional Commit titles; update CHANGELOG.md (Unreleased) for user-facing changes." A peer dependency range widening is user-facing (it changes install-time compatibility), but CHANGELOG.md still has an empty ## [Unreleased] section (CHANGELOG.md:7).

Prompt for agents
AGENTS.md requires updating CHANGELOG.md under the Unreleased heading for user-facing changes. This PR widens the zod peer dependency range in package.json but CHANGELOG.md's Unreleased section is empty. Add a Changed entry noting that zod 4.x (>=4.4.3) is now an accepted peer dependency alongside zod 3.x.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Comment thread package.json
"peerDependencies": {
"@opentelemetry/api": "^1.7.0",
"zod": "^3.22.0"
"zod": "^3.22.0 || ^4.4.3"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔍 zod peer dependency is declared but never imported in src

Grepping the repo shows no zod import anywhere in src/ — it only appears in package.json, the lockfile, README, and .wave/repo.json. Widening the range is therefore risk-free at runtime, but it also raises the question of whether zod should be a (non-optional) peer dependency at all, since consumers are forced to install it even though the SDK never uses it.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@renovate
renovate Bot force-pushed the renovate/zod-4.x branch from 25f6b82 to 335d04c Compare August 4, 2026 04:02
@macroscopeapp

macroscopeapp Bot commented Aug 4, 2026

Copy link
Copy Markdown

Approvability

Verdict: Needs human review

Unable to check for correctness in 335d04c. This peer dependency version widening is low-risk, but the changed files are owned by wave-av/core-team and should be reviewed by a designated owner. An unresolved comment also notes a missing CHANGELOG entry per repo conventions.

No code changes detected at 2738bb7. Prior analysis still applies.

You can customize Macroscope's approvability policy. Learn more.

@renovate
renovate Bot force-pushed the renovate/zod-4.x branch from 335d04c to 2738bb7 Compare August 4, 2026 22:17
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.

0 participants