fix(deps): update dependency zod (4.6.0 → 4.6.1) - #983
Conversation
There was a problem hiding this comment.
AI Automated Review
Full PR review.
Analysis engine: MiniMax-M2.7@https://litellm.jory.dev/v1 (anthropic) — primary route
Review: zod 4.6.0 → 4.6.1 Dependency Upgrade
Recommendation
Approve. This is a low-risk patch release bump for the zod dependency. The change is isolated to package-lock.json (3 lines added, 3 deleted) and all CI checks pass.
Change Summary
| Field | Value |
|---|---|
| Package | zod |
| From | 4.6.0 |
| To | 4.6.1 |
| Changed file | package-lock.json |
Release Notes (v4.6.1)
This patch release on top of 4.6.0 contains four changes:
- Bug fix: Preserves unique tags with defaulted discriminators — addresses issue PR 6577
- Bug fix: Defers recursive object index inference in the v4 codepath — PR PR 6580
- Feature: Adds Tajik (
tg) locale for error messages — PR PR 6581 - CI: Adjusts npm wait budgets for the publish pipeline — PR PR 6583
Must-Check Verification
✅ Breaking API changes in updated dependencies
Verified: The upgrade is from 4.6.0 to 4.6.1, a patch release. Patch releases by SemVer contract contain only bug fixes and must not introduce breaking API changes. The release notes confirm this: both bug fixes target internal inference and discriminator handling with no public API surface changes. No version constraint changes or exports changes are present in the diff. The full test suite (below) provides additional confirmation.
✅ Run full test suite after upgrade
Verified: The CI check results are authoritative. For this PR's head commit (57a4427), the full test suite ran and passed, along with all other checks:
- Build: success
- Tests: success
- Typecheck: success
- Lint: success
- Coverage: success
- Database migrations: success
- Database integration: success
- Docker Build: success
- Docker Build (MCP): success
- npm audit: success
Standards Compliance
This repository follows the conventions documented in AGENTS.md. No standards-specific checks are applicable to this lockfile-only dependency patch. The upgrade was generated by Renovate, which is the project's configured dependency update tool.
Tool Harness Findings
No tool calls were issued; reviewing corpus directly. No findings.
This PR contains the following updates:
4.6.0→4.6.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
colinhacks/zod (zod)
v4.6.1Compare Source
A patch on top of 4.6.0.
b12aa523fix: preserve unique tags with defaulted discriminators (#6582) — closes #6577dd9c36fafix(v4): defer recursive object index inference (#6580)3b154992feat(lang): add Tajik (tg) locale (#6581) by @ismoil772efa8b80ci: give the npm wait a real budget and drop the back-publish path (#6583)Configuration
📅 Schedule: (in timezone America/Edmonton)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.