Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

User description

Bumps zod from 3.25.76 to 4.1.12.

Release notes

Sourced from zod's releases.

v4.1.12

Commits:

  • 0b109c37c6b0b10e3901b56bcccb72e29a0b846f docs(ecosystem): add bupkis to the ecosystem section (#5237)
  • d22ec0d26fab27151b0f1d1f98bffeaf8b011f57 docs(ecosystem): add upfetch (#5238)
  • c56a4f6fab42c542b191228af61974b2328dc52f docs(ecosystem): add eslint-plugin-zod-x (#5261)
  • a0abcc02900a4293dd4f30cd81580efcdd5230bb docs(metadata.mdx): fix a mistake in an example output (#5248)
  • 62bf4e439e287e55c843245b49f8d34b1ad024ee fix(ZodError): prevent flatten() from crashing on 'toString' key (#5266)
  • 02a584010ac92ac8a351632ae5aea3983a6f17d8 refac(errors): Unify code structure and improve types (#5278)
  • 4b1922ad714e12dafaa83a40ec03275a39ac980c docs(content/v4/index): fix zod version (#5289)
  • 3fcb20ff348e49aec70f45e0dca3de8a61450e77 Add frrm to ecosystem (#5292)
  • fda4c7c2afbd7649261be1e7954f8c4d4de24a07 Make docs work without token
  • af447384379faef28aa857fb53ef1da702c6d408 Fix lint
  • 77c3c9f069a4cf168c0cbc58432803de887a6b1b Export bg.ts
  • 3b946107b6c94b2ac8ff9fb451160c34dc4dd794 v4.1.12

v4.1.11

Commits:

  • 2bed4b39760d8e4d678203b5c8fcaf24c182fc9f 4.1.11

v4.1.10

Commits:

  • 7ffedd00169d8dc2e7cb7c6d878f29b03e05b3a3 Fix shape caching (#5263)
  • 82cd717a0e7ee4e1737a783c7be278fa93fd8104 v4.1.10

v4.1.9

Commits:

  • a78716d91da7649a61016b81c27f49fd9e79a81e Update zshy (#5249)
  • 923af801fde9f033cfd7e0e753b421a554fe3be8 Publish [email protected]

v4.1.8

Commits:

  • 36c4ee354d0c1f47b7311e49f6dd4b7a11de04f5 Switch back to weakmap
  • a1726d53172ba52ecf90999df73778cf416264fd 4.1.8

v4.1.7

Commits:

  • 0cca351c8b152d7c4113ab7c2a44675efb060677 Fix variable name inconsistency in coercion documentation (#5188)
  • aa78c270f1b43f4665339f4b61e7cb88037b8c84 Add copy/edit buttons
  • 76452d4119d800a722b692755c1168627bc95f0f Update button txt
  • 937f73c90cac90bd3b99b12c792c289b50416510 Fix tsconfig issue in bench
  • 976b43657d4aff6d47c73c1c86125623ea08752d v4.1.6 (#5222)
  • 4309c61304daf40aab2124b5f513abe2b4df8637 Fix cidrv6 validation - cidrv6 should reject invalid strings with multiple slashes (#5196)
  • ef95a73b6d33299743e5ff4f0645b98c1b0d6f72 feat(locales): Add Lithuanian (lt) locale (#5210)
  • 3803f3f37168212f2178e8b8deceb7bad78ed904 docs: update wrong contents in codeblocks in api.mdx (#5209)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

CodeAnt-AI Description

Upgrade schema validation to Zod 4.1.12 and refresh lockfile

What Changed

  • The web package now uses zod 4.1.12 instead of zod 3.x, and the project lockfile was updated to match
  • The lockfile also updated a few connected packages (package resolutions changed) so installs produce a consistent dependency graph
  • Runtime and developer tooling that rely on Zod will run against the v4 behavior and error formatting (includes fixes such as avoiding crashes when flattening certain validation errors)

Impact

✅ Fewer runtime crashes when formatting validation errors
✅ Consistent installs from updated lockfile
✅ Validation/error messages may change for existing schemas

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.1.12.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.25.76...v4.1.12)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.1.12
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 27, 2025
@dependabot dependabot bot requested a review from cbwinslow as a code owner October 27, 2025 00:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 27, 2025
@keploy
Copy link

keploy bot commented Oct 27, 2025

No significant changes currently retry

@codeant-ai
Copy link
Contributor

codeant-ai bot commented Oct 27, 2025

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 27, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@codeant-ai codeant-ai bot added the size:S This PR changes 10-29 lines, ignoring generated files label Oct 27, 2025
@sonarqubecloud
Copy link

@codeant-ai
Copy link
Contributor

codeant-ai bot commented Oct 27, 2025

Pull Request Feedback 🔍

🔒 No security issues identified
⚡ Recommended areas for review

  • Breaking changes risk
    Upgrading from zod v3 -> v4 is a major bump that can introduce runtime and type-breaking changes across the codebase (schema definitions, refinements, transforms, ZodError shape and helper APIs). Verify all schema usage (parsing, transforms, error handling) and consult zod v4 migration notes before merging.

  • Resolver compatibility
    Other dependencies that integrate with zod (notably @hookform/resolvers) may require an updated version to support zod v4. If left incompatible, runtime exceptions or type errors can occur when using form resolvers.

"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"zod": "^3.23.8"
"zod": "^4.1.12"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: Before merging, run a CI job (or locally) that installs dependencies and runs the project's quality gates: pnpm install, pnpm run type-check, and pnpm test to catch any TypeScript or test regressions introduced by the zod major bump. [best practice]

@codeant-ai
Copy link
Contributor

codeant-ai bot commented Oct 27, 2025

CodeAnt AI finished reviewing your PR.

@github-actions
Copy link

Auto-Review: Documentation Changes

This PR only contains documentation changes. Automatically approved for merge once CI passes.

@github-actions github-actions bot added auto-approved documentation Improvements or additions to documentation labels Oct 27, 2025
@github-actions
Copy link

⚠️ PR Title Format Check

Your PR title should start with one of these prefixes:

  • feat:
  • fix:
  • docs:
  • style:
  • refactor:
  • perf:
  • test:
  • build:
  • ci:
  • chore:
  • revert:

Example: feat: add new feature or fix: resolve bug

@github-actions
Copy link

💡 Tip: Link Related Issues

If this PR addresses an existing issue, please link it using:

  • Closes #123
  • Fixes #123
  • Resolves #123

This helps track which issues are being worked on and automatically closes them when the PR is merged.

@github-actions
Copy link

⚠️ Commit Message Lint Warning

The following commits do not follow the Conventional Commits specification:

  • 1065b81: npm(deps): bump zod from 3.25.76 to 4.1.12

Expected format:

type(scope): description

Examples:
  feat: add new search feature
  fix(api): resolve pagination bug
  docs: update README

Valid types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

While not required, following this convention helps with automated changelog generation and semantic versioning.

@github-actions
Copy link

⚠️ PR Title Format Check

Your PR title should start with one of these prefixes:

  • feat:
  • fix:
  • docs:
  • style:
  • refactor:
  • perf:
  • test:
  • build:
  • ci:
  • chore:
  • revert:

Example: feat: add new feature or fix: resolve bug

@github-actions
Copy link

💡 Tip: Link Related Issues

If this PR addresses an existing issue, please link it using:

  • Closes #123
  • Fixes #123
  • Resolves #123

This helps track which issues are being worked on and automatically closes them when the PR is merged.

@github-actions
Copy link

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

4 similar comments
@github-actions
Copy link

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

github-actions bot commented Nov 5, 2025

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

github-actions bot commented Nov 7, 2025

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

12 similar comments
@github-actions
Copy link

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

github-actions bot commented Dec 3, 2025

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

github-actions bot commented Dec 5, 2025

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

⚠️ PR Title Format Check

Your PR title should start with one of these prefixes:

  • feat:
  • fix:
  • docs:
  • style:
  • refactor:
  • perf:
  • test:
  • build:
  • ci:
  • chore:
  • revert:

Example: feat: add new feature or fix: resolve bug

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

💡 Tip: Link Related Issues

If this PR addresses an existing issue, please link it using:

  • Closes #123
  • Fixes #123
  • Resolves #123

This helps track which issues are being worked on and automatically closes them when the PR is merged.

@mergify
Copy link
Contributor

mergify bot commented Dec 8, 2025

🧪 CI Insights

Here's what we observed from your CI run for 1065b81.

🟢 All jobs passed!

But CI Insights is watching 👀

@github-actions
Copy link

🔔 Review Reminder

Gentle reminder: this PR is awaiting review from requested reviewers.

Requested reviewers: @cbwinslow

Please review when you have a chance. Thank you! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-approved dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation javascript Pull requests that update javascript code needs-better-commits size:S This PR changes 10-29 lines, ignoring generated files status: in-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants