chore(deps): update dependency zod to v3.25.76 #5

Open
renovate wants to merge 1 commit from renovate/zod-3.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
zod (source) 3.25.673.25.76 age confidence

Release Notes

colinhacks/zod (zod)

v3.25.76

Compare Source

Commits:

v3.25.75

Compare Source

Commits:

  • c5f349b Fix z.undefined() behavior in toJSONSchema

v3.25.74

Compare Source

Commits:

v3.25.73

Compare Source

Commits:

v3.25.72

Compare Source

Commits:

v3.25.71

Compare Source

Commits:

v3.25.70

Compare Source

Commits:

v3.25.69

Compare Source

Commits:

v3.25.68

Compare Source

Commits:


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [zod](https://zod.dev) ([source](https://github.com/colinhacks/zod)) | [`3.25.67` → `3.25.76`](https://renovatebot.com/diffs/npm/zod/3.25.67/3.25.76) | ![age](https://developer.mend.io/api/mc/badges/age/npm/zod/3.25.76?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zod/3.25.67/3.25.76?slim=true) | --- ### Release Notes <details> <summary>colinhacks/zod (zod)</summary> ### [`v3.25.76`](https://github.com/colinhacks/zod/releases/tag/v3.25.76) [Compare Source](https://github.com/colinhacks/zod/compare/v3.25.75...v3.25.76) #### Commits: - [`91c9ca6`](https://github.com/colinhacks/zod/commit/91c9ca6385bef38278605294498af06c89b9aa68) fix: cleanup \_idmap of $ZodRegistry ([#&#8203;4837](https://github.com/colinhacks/zod/issues/4837)) - [`9cce1c5`](https://github.com/colinhacks/zod/commit/9cce1c5779aea32d00226a931a7f67d3e2529d58) docs: fix typo in flattenError example on error-formatting page ([#&#8203;4819](https://github.com/colinhacks/zod/issues/4819)) ([#&#8203;4833](https://github.com/colinhacks/zod/issues/4833)) - [`a3560ae`](https://github.com/colinhacks/zod/commit/a3560aeb6c3a8675a932601be79cfae897eec9d9) v3.25.76 ([#&#8203;4838](https://github.com/colinhacks/zod/issues/4838)) - [`5060661`](https://github.com/colinhacks/zod/commit/50606616c0d291caf3210a7521da51271b918333) Release 3.25.76 - [`7baee4e`](https://github.com/colinhacks/zod/commit/7baee4e17f86f4017e09e12b0acdee36a5b1c087) Update index.mdx ([#&#8203;4831](https://github.com/colinhacks/zod/issues/4831)) ### [`v3.25.75`](https://github.com/colinhacks/zod/releases/tag/v3.25.75) [Compare Source](https://github.com/colinhacks/zod/compare/v3.25.74...v3.25.75) #### Commits: - [`c5f349b`](https://github.com/colinhacks/zod/commit/c5f349b6c4e76f879eba9fd350dd79950fcb02f9) Fix z.undefined() behavior in toJSONSchema ### [`v3.25.74`](https://github.com/colinhacks/zod/releases/tag/v3.25.74) [Compare Source](https://github.com/colinhacks/zod/compare/v3.25.73...v3.25.74) #### Commits: - [`ae0dbe1`](https://github.com/colinhacks/zod/commit/ae0dbe1f79b2421f6d91ec0796295763436b26e2) Partial record - [`39c5f71`](https://github.com/colinhacks/zod/commit/39c5f71c92b9c4c39fc0a59b9375204fa140eaf0) 3.25.74 ### [`v3.25.73`](https://github.com/colinhacks/zod/releases/tag/v3.25.73) [Compare Source](https://github.com/colinhacks/zod/compare/v3.25.72...v3.25.73) #### Commits: - [`1021d3c`](https://github.com/colinhacks/zod/commit/1021d3c230d41d600698a6d98b9db86c19f56904) v3.25.73 ([#&#8203;4822](https://github.com/colinhacks/zod/issues/4822)) ### [`v3.25.72`](https://github.com/colinhacks/zod/releases/tag/v3.25.72) [Compare Source](https://github.com/colinhacks/zod/compare/v3.25.71...v3.25.72) #### Commits: - [`4a4dac7`](https://github.com/colinhacks/zod/commit/4a4dac7cfb787162eeb79165d39bbb4830d4a6de) Warn about id uniqueness check on Metadata page ([#&#8203;4782](https://github.com/colinhacks/zod/issues/4782)) - [`7a5838d`](https://github.com/colinhacks/zod/commit/7a5838dc0da967e15a217bf5abdd81f725da46c4) feat(locale): Add Esperanto (eo) locale ([#&#8203;4743](https://github.com/colinhacks/zod/issues/4743)) - [`36fe14e`](https://github.com/colinhacks/zod/commit/36fe14e1472f2a7cd71415841be8832fc4e9acc5) Fix optionality of schemas ([#&#8203;4769](https://github.com/colinhacks/zod/issues/4769)) - [`20c8c4b`](https://github.com/colinhacks/zod/commit/20c8c4b67b508d653012808f69c43c7cfe5b39e3) Fix re-export bug - [`8b0df10`](https://github.com/colinhacks/zod/commit/8b0df10c8757a5fbd75bd65128ae183d764b3304) 3.25.72 ### [`v3.25.71`](https://github.com/colinhacks/zod/releases/tag/v3.25.71) [Compare Source](https://github.com/colinhacks/zod/compare/v3.25.70...v3.25.71) #### Commits: - [`66a0f34`](https://github.com/colinhacks/zod/commit/66a0f34bfc746acddbfb68426b8b1b3f1d3d1727) Move source to `/src` ([#&#8203;4808](https://github.com/colinhacks/zod/issues/4808)) - [`2a15f44`](https://github.com/colinhacks/zod/commit/2a15f44606fd66335c6ebc1f91d702bb6bc95693) 3.25.71 ### [`v3.25.70`](https://github.com/colinhacks/zod/releases/tag/v3.25.70) [Compare Source](https://github.com/colinhacks/zod/compare/v3.25.69...v3.25.70) #### Commits: - [`bd81c7c`](https://github.com/colinhacks/zod/commit/bd81c7cfaa03f61365d1c708c7e0f1cac54ea9ca) Add ecosystem listing to homepage - [`1ddb971`](https://github.com/colinhacks/zod/commit/1ddb9719564e644722852193930a09d54f720443) Add Mobb to sponsors - [`30ba440`](https://github.com/colinhacks/zod/commit/30ba440859f5b9184817f578626ff85d484aec27) Clean up ecosystem.mdx - [`0ef1b85`](https://github.com/colinhacks/zod/commit/0ef1b85b5923a1a06a2afab47dbad249d105a997) Add `svelte-jsonschema-form` to form integrations ([#&#8203;4784](https://github.com/colinhacks/zod/issues/4784)) - [`14715f1`](https://github.com/colinhacks/zod/commit/14715f147363e88e73190bb6ddbdf008914f0b19) docs: fix Lambda spelling ([#&#8203;4804](https://github.com/colinhacks/zod/issues/4804)) - [`f6da030`](https://github.com/colinhacks/zod/commit/f6da030188ea30defc025bbc672e5a81fbe93078) Add back src ([#&#8203;4806](https://github.com/colinhacks/zod/issues/4806)) - [`364200a`](https://github.com/colinhacks/zod/commit/364200a67c9f74ef252dbfa65ea93aab8fb15c06) Revert "Add back src ([#&#8203;4806](https://github.com/colinhacks/zod/issues/4806))" - [`16e1b67`](https://github.com/colinhacks/zod/commit/16e1b67e15d794afbbc3208a0d1153ce9637f26a) v3.25.70 ([#&#8203;4807](https://github.com/colinhacks/zod/issues/4807)) ### [`v3.25.69`](https://github.com/colinhacks/zod/releases/tag/v3.25.69) [Compare Source](https://github.com/colinhacks/zod/compare/v3.25.68...v3.25.69) #### Commits: - [`f46946c`](https://github.com/colinhacks/zod/commit/f46946ca3b3e28122fcf8433af36c4827e9b2a97) Improve release workflow - [`b6fe831`](https://github.com/colinhacks/zod/commit/b6fe831e7a2cd5d26b45fafa7c303e980ac472b5) Do not clobber defaults in - [`7f986d0`](https://github.com/colinhacks/zod/commit/7f986d021d28441acfc1fda6c25b3842fe4b26e7) Skip attw test if Zod isn't built - [`5576182`](https://github.com/colinhacks/zod/commit/5576182a9b8bda42bf8ddb98b370b938765831b1) Add `exact` to `too_big`/`too_small` issue formats ([#&#8203;4802](https://github.com/colinhacks/zod/issues/4802)) - [`8fd2fc3`](https://github.com/colinhacks/zod/commit/8fd2fc3f91a061935cfb3d92d8e0684caec92634) 3.25.69 ### [`v3.25.68`](https://github.com/colinhacks/zod/releases/tag/v3.25.68) [Compare Source](https://github.com/colinhacks/zod/compare/v3.25.67...v3.25.68) #### Commits: - [`d3e0f86`](https://github.com/colinhacks/zod/commit/d3e0f867d6ce8e310a1c6b546798561f0f501eaa) feat: add zod-xlsx back to the ecosystem.tsx ([#&#8203;4718](https://github.com/colinhacks/zod/issues/4718)) - [`86112d9`](https://github.com/colinhacks/zod/commit/86112d96c22a555f6d0789ec5f66f639fd6883c4) chore: update lint-staged from v12 to v16 ([#&#8203;4703](https://github.com/colinhacks/zod/issues/4703)) - [`218a267`](https://github.com/colinhacks/zod/commit/218a26784b0618b6c2dfd9eced8888d330427435) chore: remove unused octokit ([#&#8203;4708](https://github.com/colinhacks/zod/issues/4708)) - [`a7cb6ed`](https://github.com/colinhacks/zod/commit/a7cb6ed52e507a267d25e6eeca7dc1c82d7d5c06) fix(v4): add exact to length check issue ([#&#8203;4617](https://github.com/colinhacks/zod/issues/4617)) - [`b888170`](https://github.com/colinhacks/zod/commit/b888170c8c6cb45513e853810b7cba0e6295423b) Close [#&#8203;4035](https://github.com/colinhacks/zod/issues/4035) - [`5879baf`](https://github.com/colinhacks/zod/commit/5879baf3c118c15ddd428bc59a00169c8d864792) Fix fmt - [`bd1bdda`](https://github.com/colinhacks/zod/commit/bd1bddad9340c540dc699683c2ac02d568dae57b) Fix build - [`ddadfb8`](https://github.com/colinhacks/zod/commit/ddadfb8334c2da88bc3c5cada81b35971eeb816e) Simplify basics, document reportInput - [`d5e2368`](https://github.com/colinhacks/zod/commit/d5e23683cab94dfd89be8a57193e33187a09ee2d) Add `z.stringFormat()` ([#&#8203;4737](https://github.com/colinhacks/zod/issues/4737)) - [`ee5615d`](https://github.com/colinhacks/zod/commit/ee5615d76b93aac15d7428a17b834a062235f6a1) Drop example and examples entirely - [`4080fd9`](https://github.com/colinhacks/zod/commit/4080fd9f210a4100746a470799b7d9fe00aedbca) Add treeshaking discussion to docs - [`cf6157a`](https://github.com/colinhacks/zod/commit/cf6157a217347412e7784398f58dd3e35ccc5821) Docs - [`39947ac`](https://github.com/colinhacks/zod/commit/39947acd1526c0672fb075bc6cccc81813bb4074) Use import star everywhere - [`7e296ae`](https://github.com/colinhacks/zod/commit/7e296aeeeba23f0b3c1b7a74103710012babdee0) WIP - [`bb42be4`](https://github.com/colinhacks/zod/commit/bb42be45db8f819b792639c3aa4b555844f1a05d) Update treeshake target - [`0a49fa3`](https://github.com/colinhacks/zod/commit/0a49fa39348b7c72b19ddedc3b0f879bd395304b) Improve mini docs - [`1b0a5e5`](https://github.com/colinhacks/zod/commit/1b0a5e589afd6ac913b0eddc3aa615224a1495c2) Add dep - [`90fa0cd`](https://github.com/colinhacks/zod/commit/90fa0cdcb45975494a82ecfe4a71e6e9babe6bdb) Switch to `zshy` ([#&#8203;4777](https://github.com/colinhacks/zod/issues/4777)) - [`af3841b`](https://github.com/colinhacks/zod/commit/af3841bb98b2ebcaffabeb42b10f9735c39fc0a7) Rename play.ts - [`cf12ccf`](https://github.com/colinhacks/zod/commit/cf12ccfa12890ab006dd812016163bd4f254bdd1) 3.25.68 - [`34ae421`](https://github.com/colinhacks/zod/commit/34ae421ca07caa3cff9788033197db2b801cbc0f) Update snapshot </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update dependency zod to v3.25.76
Some checks are pending
Lint Commit Messages / commitlint (pull_request) Waiting to run
Release / Test (pull_request) Waiting to run
Release / Release (pull_request) Blocked by required conditions
28974d7d39
Some checks are pending
Lint Commit Messages / commitlint (pull_request) Waiting to run
Release / Test (pull_request) Waiting to run
Release / Release (pull_request) Blocked by required conditions
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/zod-3.x-lockfile:renovate/zod-3.x-lockfile
git switch renovate/zod-3.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/zod-3.x-lockfile
git switch renovate/zod-3.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/zod-3.x-lockfile
git switch renovate/zod-3.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/zod-3.x-lockfile
git switch main
git merge --squash renovate/zod-3.x-lockfile
git switch main
git merge --ff-only renovate/zod-3.x-lockfile
git switch main
git merge renovate/zod-3.x-lockfile
git push origin main
Sign in to join this conversation.
No description provided.