fix(deps): update dependency zod to v4 - #639
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
July 10, 2025 04:06
f7761f5 to
6d40c26
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
July 10, 2025 13:42
6d40c26 to
53f78bb
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
July 10, 2025 13:45
53f78bb to
c66e6ec
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
July 10, 2025 13:46
c66e6ec to
6505096
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
July 10, 2025 20:57
6505096 to
64b82cc
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
July 11, 2025 01:29
64b82cc to
f84ab05
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
July 11, 2025 07:46
f84ab05 to
aa317f0
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
July 16, 2025 13:14
aa317f0 to
b728a80
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
July 16, 2025 13:29
b728a80 to
29b8cd1
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
July 16, 2025 13:35
29b8cd1 to
6aba038
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
July 24, 2025 00:10
6aba038 to
8b1adba
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
July 24, 2025 04:01
8b1adba to
4677e80
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
July 24, 2025 06:48
4677e80 to
f25ee53
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
July 24, 2025 07:01
f25ee53 to
d51bace
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
August 9, 2025 00:33
bbf4857 to
127c873
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
August 9, 2025 21:09
127c873 to
b3f9092
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
August 14, 2025 18:27
b3f9092 to
5d6dd88
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
August 15, 2025 15:14
5d6dd88 to
7021648
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
August 15, 2025 15:18
7021648 to
ca21dfd
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
August 15, 2025 15:22
ca21dfd to
cd4a1ce
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
August 19, 2025 09:24
cd4a1ce to
71e19c6
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
August 20, 2025 14:26
71e19c6 to
f3acd1d
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
August 23, 2025 07:16
f3acd1d to
c95ad53
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
August 23, 2025 07:20
c95ad53 to
5fb3459
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
August 23, 2025 09:21
5fb3459 to
c0a7e14
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
August 24, 2025 09:31
c0a7e14 to
a47f8f3
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
August 26, 2025 03:14
a47f8f3 to
58e653c
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
August 27, 2025 23:08
58e653c to
c30ae00
Compare
renovate
Bot
force-pushed
the
renovate/zod-4.x
branch
from
August 28, 2025 22:51
c30ae00 to
1a38e3c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.25.76->4.1.5Release Notes
colinhacks/zod (zod)
v4.1.5Compare Source
Commits:
530415fUpdate docsb7b081dUpdate z.function() type to support array input (#5170)780cf574.1.5v4.1.4Compare Source
v4.1.3Compare Source
Commits:
98ff675Drop stringToBooleana410616Fix typo0cf4589fix(v4): toJSONSchema - add missing oneOf inside items in tuple conversion (#5146)8bf0c16fix(v4): toJSONSchema tuple path handling for draft-7 with metadata IDs (#5152)5c5fa90fix(v4): toJSONSchema - wrong record output when targetingopenapi-3.0(#5141)87b97ccdocs(codecs): update example to use payloadSchema (#5150)309f358fix(v4): toJSONSchema - output numbers with exclusive range correctly when targetingopenapi-3.0(#5139)1e71ca9docs: fix refine fn to encode works properly (#5148)a85ec3cfix(docs): correct example to useLooseDoginstead ofDog(#5136)3e982744.1.3v4.1.2Compare Source
Commits:
e45e61bImprove codec docs25a4c37fix(v4): toJSONSchema - wrong record tuple output when targetingopenapi-3.0(#5145)0fa4f46Use method form in codecs.mdx940383dUpdate JSON codec and docs3009fa84.1.2v4.1.1Compare Source
v4.1.0Compare Source
v4.0.17Compare Source
v4.0.16Compare Source
v4.0.15Compare Source
Commits:
7e7e346Clean up docsf2949a8[docs] Fix migration guide upgrade command (#5021)d43cf19Fix recursive object initialization errors with check() and other methods (#5018)3de2b63fix: remove redundant Required<> from input and output type definitions (#5033)93553bdAdd needs info03cfa8d4.0.15v4.0.14Compare Source
Commits:
99391a8Docs: Fix typo (#5005)e25303eDocs: fix typo (#5008)dbb05efAdd JSON Schema draft-04 output (#4811)b8257d7Improve tuple recursive inference.9bdbc2fAvoid infinite loops in defineLazy. Fixes #4994.af96ad44.0.14v4.0.13Compare Source
v4.0.12Compare Source
Commits:
ff83fc9Add eslint-plugin-import-zod (#4848)7c9ce38Update docs for z.property check (#4863)c432577docs: add jwt schema docs (#4867)35e6a6fAdd llms.txt (#4915)3ac7bf0Clean up Edit this Page60a9372Implementllms-full.txt(#5004)73a19704.0.12v4.0.11Compare Source
Commits:
8e6a5f8Fix “Edit on Github” link (#4997)930a2f6Fix number of errors in doc (#4993)c762dbbfeat(locale): Add Yoruba (yo) locale (#4996)9a34a3aZod 4.0.11 (#4981)v4.0.10Compare Source
v4.0.9Compare Source
Commits:
4e7a3efv4.0.9 (#4970)v4.0.8Compare Source
Commits:
3048d14Fix #4961v4.0.7Compare Source
v4.0.6Compare Source
v4.0.5Compare Source
v4.0.4Compare Source
v4.0.3Compare Source
v4.0.2Compare Source
v4.0.1Compare Source
Commits:
91c9ca6fix: cleanup _idmap of $ZodRegistry (#4837)9cce1c5docs: fix typo in flattenError example on error-formatting page (#4819) (#4833)a3560aev3.25.76 (#4838)5060661Release 3.25.767baee4eUpdate index.mdx (#4831)06172bfdocs: add zod2md to zodToXConverters (#4835)30e2f3eUpdate docsb748b91Add zod-openapi libraries to v4 (#4829)990e03bUpdate core.mdx (#4746)e7f20c2Fix treeifyError type for branded primitives. Add test. Closes #4840 (#4843)79d4d80v4.0.0 (#4844)00a1708Remove JSR from release.yml7c4c83cUpdate mime docsa7bd58aRemove when from paramse899016Support format in z.templateLiteralb2592114.0.1v4.0.0Compare Source