Skip to content

Commit ee3cf1b

Browse files
chore(deps): update dependency zod to v4.1.7 (#2928)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [zod](https://zod.dev) ([source](https://redirect.github.com/colinhacks/zod)) | [`4.1.5` -> `4.1.7`](https://renovatebot.com/diffs/npm/zod/4.1.5/4.1.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/zod/4.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zod/4.1.5/4.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>colinhacks/zod (zod)</summary> ### [`v4.1.7`](https://redirect.github.com/colinhacks/zod/compare/976b43657d4aff6d47c73c1c86125623ea08752d...v4.1.7) [Compare Source](https://redirect.github.com/colinhacks/zod/compare/976b43657d4aff6d47c73c1c86125623ea08752d...v4.1.7) ### [`v4.1.6`](https://redirect.github.com/colinhacks/zod/compare/v4.1.5...976b43657d4aff6d47c73c1c86125623ea08752d) [Compare Source](https://redirect.github.com/colinhacks/zod/compare/v4.1.5...976b43657d4aff6d47c73c1c86125623ea08752d) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/RobinTail/express-zod-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Anna Bocharova <[email protected]>
1 parent 287d166 commit ee3cf1b

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

express-zod-api/tests/__snapshots__/env.spec.ts.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
4646
"format": "safeint",
4747
"maximum": 9007199254740991,
4848
"minimum": -9007199254740991,
49-
"pattern": /\\^\\\\d\\+\\$/,
49+
"pattern": /\\^-\\?\\\\d\\+\\$/,
5050
},
5151
"constr": [Function],
5252
"def": {
@@ -62,7 +62,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
6262
},
6363
"deferred": [],
6464
"parse": [Function],
65-
"pattern": /\\^\\\\d\\+\\$/,
65+
"pattern": /\\^-\\?\\\\d\\+\\$/,
6666
"run": [Function],
6767
"traits": Set {
6868
"ZodNumber",
@@ -79,7 +79,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
7979
"format": "safeint",
8080
"maximum": 9007199254740991,
8181
"minimum": -9007199254740991,
82-
"pattern": /\\^\\\\d\\+\\$/,
82+
"pattern": /\\^-\\?\\\\d\\+\\$/,
8383
},
8484
"check": [Function],
8585
"constr": [Function],
@@ -94,7 +94,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
9494
[Function],
9595
],
9696
"parse": [Function],
97-
"pattern": /\\^\\\\d\\+\\$/,
97+
"pattern": /\\^-\\?\\\\d\\+\\$/,
9898
"run": [Function],
9999
"traits": Set {
100100
"ZodNumberFormat",
@@ -114,7 +114,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
114114
"format": "int32",
115115
"maximum": 2147483647,
116116
"minimum": -2147483648,
117-
"pattern": /\\^\\\\d\\+\\$/,
117+
"pattern": /\\^-\\?\\\\d\\+\\$/,
118118
},
119119
"check": [Function],
120120
"constr": [Function],
@@ -129,7 +129,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
129129
[Function],
130130
],
131131
"parse": [Function],
132-
"pattern": /\\^\\\\d\\+\\$/,
132+
"pattern": /\\^-\\?\\\\d\\+\\$/,
133133
"run": [Function],
134134
"traits": Set {
135135
"ZodNumberFormat",
@@ -149,7 +149,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
149149
"format": "safeint",
150150
"maximum": 1000,
151151
"minimum": -9007199254740991,
152-
"pattern": /\\^\\\\d\\+\\$/,
152+
"pattern": /\\^-\\?\\\\d\\+\\$/,
153153
},
154154
"check": [Function],
155155
"constr": [Function],
@@ -167,7 +167,7 @@ exports[`Environment checks > Zod checks/refinements > Snapshot control 'ZodNumb
167167
[Function],
168168
],
169169
"parse": [Function],
170-
"pattern": /\\^\\\\d\\+\\$/,
170+
"pattern": /\\^-\\?\\\\d\\+\\$/,
171171
"run": [Function],
172172
"traits": Set {
173173
"ZodNumberFormat",

pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)