-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update dependency zod to v3.25.71 #139
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
Your cubic subscription is currently inactive. Please reactivate your subscription to receive AI reviews and use cubic. |
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 dependency from v3.25.30 to v3.25.63 across multiple packages in core-utils, containing internal improvements and bug fixes.
- Improves discriminated union implementation in
packages/contract-core
for better type safety - Enhances JSON schema handling in
packages/config
with better required key checks - Fixes type inference in ZodMiniType check method affecting
packages/json-api-nestjs
- Improves runtime error messages for non-schema values in shape validations across all packages
6 files reviewed, no comments
Edit PR Review Bot Settings | Greptile
773ef6b
to
a00c268
Compare
608621e
to
a00c268
Compare
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 dependency to v3.25.67 across multiple packages, addressing a race condition and improving type system with generic $ZodLiteralDef
.
- Version discrepancy found: PR updates to 3.25.67 but some package files show 3.25.64 (e.g.
packages/util-ts/package.json
) - All packages maintain Zod peer dependency at
^3
ensuring compatibility - Race condition fix in Zod v3.25.67 improves reliability across all dependent packages
6 files reviewed, no comments
Edit PR Review Bot Settings | Greptile
a51bd88
to
c6ce806
Compare
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
c6ce806
to
12c2743
Compare
12c2743
to
090d50c
Compare
This PR contains the following updates:
3.25.65
->3.25.71
Release Notes
colinhacks/zod (zod)
v3.25.71
Compare Source
v3.25.70
Compare Source
v3.25.69
Compare Source
v3.25.68
Compare Source
v3.25.67
Compare Source
Commits:
7afe790
Make $ZodLiteralDef generic91274c3
3.25.67c22944b
Fix race conditionv3.25.66
Compare Source