FIX(deps): Reducing compatibility with Zod#3357
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughTightens Zod version compatibility across the project from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 6/8 reviews remaining, refill in 12 minutes and 28 seconds.Comment |
There was a problem hiding this comment.
Clean, minimal change — the ~4.3.4 tilde range correctly gates Zod to <4.4.0. One minor punctuation nit below per the CHANGELOG convention.
Claude Opus | 𝕏
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Line 10: Update the final nested bullet text "Supporting Zod 4.4+ requires a
breaking change and will be addressed in v28 (next major version);" by replacing
the trailing semicolon with a period so the line ends with "." to match the
changelog punctuation rules for the last nested item.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 78711110-2f26-4055-ad3f-5c4eb5c26fcb
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (4)
CHANGELOG.mdpnpm-workspace.yamlzod-plugin/CHANGELOG.mdzod-plugin/README.md
Co-authored-by: pullfrog[bot] <226033991+pullfrog[bot]@users.noreply.github.com>
adds xBrand() method to Zod Plugin instead of patching exiting one. due to #3357 --------- Co-authored-by: pullfrog[bot] <226033991+pullfrog[bot]@users.noreply.github.com>

4.4 will be supported in #3208
due to Zod's breaking changes revaled in #3355
see #3355 (comment) for details
Summary by CodeRabbit
Documentation
Chores