-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update dependency zod-validation-error to v3.5.2 #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community 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 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Updates zod-validation-error dependency from v3.5.1 to v3.5.2 in packages/config/package.json
, enhancing error reporting for union type validations.
- Patch update improves validation error messages by including sub-issue paths in union types
- Both development and peer dependency declarations maintained for proper version constraints
- Update includes bug fix from
causaly/zod-validation-error
commit3809f85
1 file reviewed, no comments
Edit PR Review Bot Settings | Greptile
This PR contains the following updates:
3.5.1
->3.5.2
Release Notes
causaly/zod-validation-error (zod-validation-error)
v3.5.2
Compare Source
Patch Changes
3809f85
: Include paths of sub-issues of union.