-
Notifications
You must be signed in to change notification settings - Fork 3
Update dependency zod to v4.3.5 #85
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
Conversation
|
This change updates the Zod validation library from version 4.3.4 to 4.3.5 across both packages, ensuring consistency and pulling in minor fixes without altering user-facing behavior. Walkthrough
Model: o4-mini-2025-04-16 | Prompt Tokens: 390 | Completion Tokens: 648 |
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.
I’ve put together a friendly review of your code with AI assistance. Think of these suggestions as helpful ideas rather than set-in-stone rules, and choose what resonates with you. You’re in charge, and AI is simply here to lend a hand.
Model: o4-mini-2025-04-16 | Prompt Tokens: 832 | Completion Tokens: 1490
| "octokit": "5.0.5", | ||
| "parse-diff": "0.11.1", | ||
| "zod": "4.3.4" | ||
| "zod": "4.3.5" |
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.
It looks like you’ve bumped zod from 4.3.4 to 4.3.5, but the version is pinned strictly to patch level. To benefit from future patch fixes without manual bumps, consider using a semver range (e.g., caret ^). For example:
{
"dependencies": {
"zod": "^4.3.5"
}
}This lets npm install any compatible patch release (4.3.x), reducing the need for frequent manual updates.
Additionally, ensure both pr-review and pr-summary stay in sync by centralizing shared deps in a root workspace or using a tool like Renovate to automate bump propagation.
| "octokit": "5.0.5", | ||
| "parse-diff": "0.11.1", | ||
| "zod": "4.3.4" | ||
| "zod": "4.3.5" |
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.
Similar to the other workspace, you’ve updated zod to 4.3.5 with a fixed version. To automatically pick up new patch releases and avoid repeated manual bumps, switch to a semver range:
{
"dependencies": {
"zod": "^4.3.5"
}
}Keeping both pr-summary and pr-review consistent via a shared workspace configuration or an automated dependency bot will help maintain alignment across packages.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:
4.3.4→4.3.5Release Notes
colinhacks/zod (zod)
v4.3.5Compare Source
Commits:
21afffd[Docs] Update migration guide docs for deprecation of message (#5595)e36743eImprove mini treeshaking0cdc0b84.3.5Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.