fix(deps): update dependency zod to v4 #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/zod-4.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^3.24.2
->^4.0.0
Release Notes
colinhacks/zod (zod)
v4.0.5
Compare Source
Commits:
f91a73e
Support pipes in discriminated unions. Closes #4856 (#4861)45afab0
4.0.5v4.0.4
Compare Source
Commits:
9335f05
AddsZodFirstPartyTypeKind
stub to fix module resolution failure insidezod-to-json-schema
v4.0.3
Compare Source
Commits:
5905a8d
Improve check-versions scriptf3e749b
Remove global File interface44a936c
4.0.274006ed
Fix JSR provenanceff4af5e
4.0.3ce573e8
Update test badge9a7161a
Fix versionsv4.0.2
Compare Source
v4.0.1
: v4.0.0Compare Source
With this release,
zod@4.0.0
has been published tonpm
. There were no code changes between 3.25.76 and 4.0.0!Zod 4 has been stable for the past 6 weeks, but it was published inside zod@3.25.x on npm. this transitionary window gave the ecosystem time to incrementally support for Zod 4 (without dropping support for Zod 3). As there is now near-universal support for Zod 4 in the ecosystem, ths time feels right to finally put a bow on things 🎀
To upgrade to Zod 4:
If you’ve already migrated to Zod 4 using the subpaths, there are no changes required. however you can optionally simplify your imports (recommended)
Library authors — if you've already implemented Zod 4 support according to the best practices outlined in the Library authors guide, bump your peer dependency to include
zod@^4.0.0
:There should be no other code changes necessary. No code changes were made between the latest
3.25.x
release and4.0.0
. This does not require a major version bump.v4.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
f8c848f214
tocd1a6a26d9
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.