Conversation
BREAKING CHANGE: consumers must use zod v4
|
Caution Review failedThe pull request is closed. WalkthroughThe changes update all imports of the Zod library to use the explicit Changes
Sequence Diagram(s)sequenceDiagram
participant App as Application
participant Zod as Zod Schema (v4)
participant Utils as Utility Functions
App->>Zod: Import schema using 'zod/v4'
Utils->>Zod: Use z.output<T> for type extraction
App->>Utils: Parse and validate data with updated types
Utils-->>App: Return validated and typed output
Suggested labels
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (20)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
🎉 This PR is included in version 6.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary by CodeRabbit
Chores
zod/v4path for improved compatibility and consistency.zodand@douglasneuroinformatics/libjsto newer versions.Refactor
z.TypeOfandz.inferwithz.outputin type annotations and type aliases for more accurate type extraction from Zod schemas.Bug Fixes