Skip to content

Bump zod from 3.25.76 to 4.0.9 #37

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2025

Bumps zod from 3.25.76 to 4.0.9.

Release notes

Sourced from zod's releases.

v4.0.9

Commits:

  • 4e7a3ef180f6a5525d9021638e9df20b3ca50456 v4.0.9 (#4970)

v4.0.8

Commits:

  • 3048d14bc7b803507302b8ee3cd1eeeffbd27396 Fix #4961

v4.0.7

Commits:

  • 7ab1b3cd2e272a74c0f7c5cde70ee23c2ef288d6 Do not continue parsing in ZodPipe if issues exists. Closes #4926.
  • 34b400a5422bc30b48395cdd44007ff4e811fb71 4.0.7

v4.0.6

Commits:

  • a3e43911abb980f1830b68a440c231ae52eacec0 Unwiden catch input type (#4870)
  • 499df780b10dfcce29afba3e811757f7eade9570 Add RFC 9562 mentions. Closes #4872
  • d0493f3dceb117972464f01cb0765262a5ffed70 Doc tweak - spread vs destructuring (#4919)
  • 8dad394b805fd18cee8e44a37dab983916e0d92c feat: Icelandic translation (#4920)
  • 2ffdae1faafcc34639a7a846a55776c2a886a644 Bulgarian (bg) translation (#4928)
  • 09731358f69bb1238f6e00e0ca82e28c095b800f docs: add valype to xToZodConverts (#4930)
  • d2573409ab02e5d0c2a644315798999d619e4c89 Remove moduleResolution callout (#4932)
  • 075970d2aeb50c840840cc44559b31b16d7b6504 docs: add coercion note to fix compile errors (#4940)
  • b9e8a60ff44aa5fffc39617eec894117132fbbac Add @hey-api/openapi-ts to Zod 3 ecosystem (#4949)
  • ad7b0ffd91da4f0466c97b7b5e6b60f376ae4f33 Add @hey-api/openapi-ts to Zod 3 ecosystem (#4942)
  • 4619109e7927019837a3a13d4ab8bba5c72989de feat(locales): add Danish translations (#4953)
  • cb84a5711b83d25c7dcf218c4c01097cf036c1f5 Point to zod-v3-to-v4 codemod in Zod 4 migration guide (#4954)
  • 28a5091092b22146a26f8a4e7c18e2943f53a86a Update api.mdx (#4955)
  • 7f3cf946ca9aa90031cb954d6f683cb09de4d894 Fix URL sup example (#4959)
  • 17e7f3b4e1c2c97b3c9487c97ac6703a16ed1cfb Add @hey-api/openapi-ts to Zod 4 ecosystem (#4950)
  • f75d85294df2ff4ccea056e8eeb7c14750fa929f fix: escapes decimal place in z.literal (#4895)
  • 7dd7484802b1351c8b81d3d523aadd876fcdf73e v4.0.6 (#4941)

v4.0.5

Commits:

  • f91a73ec23f9ec28d908af2caa643a54088516c5 Support pipes in discriminated unions. Closes #4856 (#4861)
  • 45afab0f846dffd591362b6f770017507eb185b5 4.0.5

v4.0.4

Commits:

  • 9335f0543d6359f9236e3e33b78cc5b2788dbe0f Adds ZodFirstPartyTypeKind stub to fix module resolution failure inside zod-to-json-schema

v4.0.3

... (truncated)

Commits

Dependabot compatibility score

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 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)

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

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.0.9
  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 Jul 24, 2025
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedzod@​4.0.910010010096100

View full report

@socket-security-staging
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedzod@​4.0.910010010096100

View full report

@bcomnes
Copy link
Member

bcomnes commented Jul 25, 2025

This wont work till @modelcontextprotocol/sdk updates to zod 4 and stops calling private methods on zod.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 25, 2025

Superseded by #39.

@dependabot dependabot bot closed this Jul 25, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/zod-4.0.9 branch July 25, 2025 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant