-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump zod from 3.25.76 to 4.1.11 #226
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
Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.1.11. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.25.76...v4.1.11) --- updated-dependencies: - dependency-name: zod dependency-version: 4.1.11 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
b55e32c to
3049a2f
Compare
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe pull request updates the zod dependency in package.json from ^3.25.76 to ^4.1.11. No other dependencies, scripts, or configuration entries were modified. No source files, exports, or public APIs in the repository were changed as part of this PR. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks✅ Passed checks (3 passed)
Comment |
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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Jira integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (1)
package.json(1 hunks)
| "dependencies": { | ||
| "zod": "^3.25.76" | ||
| "zod": "^4.1.11" | ||
| }, |
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.
Major-version upgrade demands code changes and migration work.
Moving Zod from v3 to v4 is a breaking change (schema infer rules, default string coercion removal, safeParseAsync behavior, error flattening, etc.). None of those migrations are addressed here, so the build/runtime will break as soon as any v3-only API runs. Block this PR until the repository’s Zod usages are updated and the test suite passes on v4; see the official v4 migration guide for the exact replacements.
|
Superseded by #235. |
Bumps zod from 3.25.76 to 4.1.11.
Release notes
Sourced from zod's releases.
... (truncated)
Commits
2bed4b34.1.1182cd717v4.1.107ffedd0Fix shape caching (#5263)923af80Publish [email protected]a78716dUpdate zshy (#5249)a1726d54.1.836c4ee3Switch back to weakmapaab33564.1.7aa6f0f0More fixes (#5223)9f65038docs(ecosystem): add DRZL; fix Prisma Zod Generator placement (#5215)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)