Skip to content

Commit

Permalink
fix(deps): update dependency zod to ^3.20.3 (#103)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [zod](https://zod.dev) ([source](https://togithub.com/colinhacks/zod))
| [`^3.20.2` ->
`^3.20.3`](https://renovatebot.com/diffs/npm/zod/3.20.2/3.20.3) |
[![age](https://badges.renovateapi.com/packages/npm/zod/3.20.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/zod/3.20.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/zod/3.20.3/compatibility-slim/3.20.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/zod/3.20.3/confidence-slim/3.20.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>colinhacks/zod</summary>

###
[`v3.20.3`](https://togithub.com/colinhacks/zod/releases/tag/v3.20.3)

[Compare
Source](https://togithub.com/colinhacks/zod/compare/v3.20.2...v3.20.3)

##### Features

- Add string cuid2() validation by
[@&#8203;joulev](https://togithub.com/joulev) in
[colinhacks/zod#1813
- Add `ZodNumber.isFinite`, make `ZodNumber.isInt` true if
`.multipleOf(int)`. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[colinhacks/zod#1714
- feat: Add `extract`/`exclude` methods to `ZodEnum` by
[@&#8203;santosmarco-caribou](https://togithub.com/santosmarco-caribou)
in
[colinhacks/zod#1652

##### Fixes and documentation

- add more test cases for `z.coerce`. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[colinhacks/zod#1680
- Add Modular Forms to form integrations in README by
[@&#8203;fabian-hiller](https://togithub.com/fabian-hiller) in
[colinhacks/zod#1695
- docs: Instruct users to return z.NEVER in .superRefine() when
providing a type predicate by
[@&#8203;zetaraku](https://togithub.com/zetaraku) in
[colinhacks/zod#1742
- Fix small typo in ERROR_HANDLING.md by
[@&#8203;t-shiratori](https://togithub.com/t-shiratori) in
[colinhacks/zod#1720
- Improve accuracy of the `isAsync` type guard by
[@&#8203;aaronccasanova](https://togithub.com/aaronccasanova) in
[colinhacks/zod#1719
- fix: Fix `ZodCatch` by
[@&#8203;santosmarco-caribou](https://togithub.com/santosmarco-caribou)
in
[colinhacks/zod#1733
- Fix datetime offset without comma by
[@&#8203;ooga](https://togithub.com/ooga) in
[colinhacks/zod#1749
- Discriminated union example fails to parse by
[@&#8203;matthewfallshaw](https://togithub.com/matthewfallshaw) in
[colinhacks/zod#1713
- fix:
\[[#&#8203;1693](https://togithub.com/colinhacks/zod/issues/1693)] Tuple
with empty items by [@&#8203;metuan](https://togithub.com/metuan) in
[colinhacks/zod#1712
- fix: [#&#8203;1668](https://togithub.com/colinhacks/zod/issues/1668)
email regex safari compat by
[@&#8203;AnatoleLucet](https://togithub.com/AnatoleLucet) in
[colinhacks/zod#1683
- docs: fix typo by [@&#8203;zetaraku](https://togithub.com/zetaraku) in
[colinhacks/zod#1699
- fix installation links in table of contents by
[@&#8203;DetachHead](https://togithub.com/DetachHead) in
[colinhacks/zod#1700
- Updated `deno/lib/README.md` to match `zod/README.md` by
[@&#8203;JacobWeisenburger](https://togithub.com/JacobWeisenburger) in
[colinhacks/zod#1791
- fix([#&#8203;1743](https://togithub.com/colinhacks/zod/issues/1743)):
Fix passing params in root class by
[@&#8203;santosmarco-caribou](https://togithub.com/santosmarco-caribou)
in
[colinhacks/zod#1756
- change the chaining order of nullish method by
[@&#8203;p10ns11y](https://togithub.com/p10ns11y) in
[colinhacks/zod#1702
- Propagate custom error type to ZodFormattedError subfields by
[@&#8203;carlgieringer](https://togithub.com/carlgieringer) in
[colinhacks/zod#1617
- fix deno literal test. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[colinhacks/zod#1794
- Document `.describe()` by
[@&#8203;rattrayalex](https://togithub.com/rattrayalex) in
[colinhacks/zod#1819
- update homepage link in package.json by
[@&#8203;Gpx](https://togithub.com/Gpx) in
[colinhacks/zod#1830
- fix: compile error in sample code by
[@&#8203;jtgi](https://togithub.com/jtgi) in
[colinhacks/zod#1822
- Readme: Move "Coercion for primitives" section by
[@&#8203;tordans](https://togithub.com/tordans) in
[colinhacks/zod#1842
- Readme: Add internal links "or" <-> "union" by
[@&#8203;tordans](https://togithub.com/tordans) in
[colinhacks/zod#1846
- Readme: Add example for string validation for an optional field to
chapter "Unions" by [@&#8203;tordans](https://togithub.com/tordans) in
[colinhacks/zod#1849
- Readme: Add intro to chapter Literals by
[@&#8203;tordans](https://togithub.com/tordans) in
[colinhacks/zod#1877
- fix: faker.js link in readme by
[@&#8203;markacola](https://togithub.com/markacola) in
[colinhacks/zod#1843
- Minor typo fix by
[@&#8203;iamchandru6470](https://togithub.com/iamchandru6470) in
[colinhacks/zod#1945
- chore(documentation): Update CHANGELOG to redirect to Github Releases
by [@&#8203;mitchwd](https://togithub.com/mitchwd) in
[colinhacks/zod#1936
- fix:
\[[#&#8203;1839](https://togithub.com/colinhacks/zod/issues/1839)]
remove caught errors from issues by
[@&#8203;maxArturo](https://togithub.com/maxArturo) in
[colinhacks/zod#1926
- fix:
\[[#&#8203;1784](https://togithub.com/colinhacks/zod/issues/1784)] dark
mode in the documentation by
[@&#8203;fvckDesa](https://togithub.com/fvckDesa) in
[colinhacks/zod#1932
- Allow also "\[+-]hh" as datetime offset by
[@&#8203;rafw87](https://togithub.com/rafw87) in
[colinhacks/zod#1797
- Feature/add resolves method to zod promise by
[@&#8203;bolencki13](https://togithub.com/bolencki13) in
[colinhacks/zod#1871
- test: add benchmark tests for date and symbol by
[@&#8203;pnts-se](https://togithub.com/pnts-se) in
[colinhacks/zod#1796
- export the email regex by
[@&#8203;andresBobsled](https://togithub.com/andresBobsled) in
[colinhacks/zod#2007
- Add React form validation library to ecosystem by
[@&#8203;crutchcorn](https://togithub.com/crutchcorn) in
[colinhacks/zod#1999
- fix: make sure only mask keys with truthy values are respected at
runtime @&#8203; `.pick`, `.omit`, `.partial` & `.required`. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[colinhacks/zod#1875
- fix: failing prettier checks on merge by
[@&#8203;maxArturo](https://togithub.com/maxArturo) in
[colinhacks/zod#1969
- deny unexpected keys @&#8203; `ZodObject`'s
`.omit(mask)`,`.pick(mask)`,`.required(mask)` & `.partial(mask)` at
compile time. by
[@&#8203;igalklebanov](https://togithub.com/igalklebanov) in
[colinhacks/zod#1564
- docs: punctuation by [@&#8203;jly36963](https://togithub.com/jly36963)
in
[colinhacks/zod#1973
- fix\[[#&#8203;1979](https://togithub.com/colinhacks/zod/issues/1979)]:
Increment Email validation by
[@&#8203;fvckDesa](https://togithub.com/fvckDesa) in
[colinhacks/zod#1982
- test: additional unit-tests for object by
[@&#8203;pnts-se](https://togithub.com/pnts-se) in
[colinhacks/zod#1729

##### New Contributors

- [@&#8203;fabian-hiller](https://togithub.com/fabian-hiller) made their
first contribution in
[colinhacks/zod#1695
- [@&#8203;zetaraku](https://togithub.com/zetaraku) made their first
contribution in
[colinhacks/zod#1742
- [@&#8203;t-shiratori](https://togithub.com/t-shiratori) made their
first contribution in
[colinhacks/zod#1720
- [@&#8203;aaronccasanova](https://togithub.com/aaronccasanova) made
their first contribution in
[colinhacks/zod#1719
- [@&#8203;ooga](https://togithub.com/ooga) made their first
contribution in
[colinhacks/zod#1749
- [@&#8203;matthewfallshaw](https://togithub.com/matthewfallshaw) made
their first contribution in
[colinhacks/zod#1713
- [@&#8203;metuan](https://togithub.com/metuan) made their first
contribution in
[colinhacks/zod#1712
- [@&#8203;AnatoleLucet](https://togithub.com/AnatoleLucet) made their
first contribution in
[colinhacks/zod#1683
- [@&#8203;DetachHead](https://togithub.com/DetachHead) made their first
contribution in
[colinhacks/zod#1700
- [@&#8203;p10ns11y](https://togithub.com/p10ns11y) made their first
contribution in
[colinhacks/zod#1702
- [@&#8203;carlgieringer](https://togithub.com/carlgieringer) made their
first contribution in
[colinhacks/zod#1617
- [@&#8203;rattrayalex](https://togithub.com/rattrayalex) made their
first contribution in
[colinhacks/zod#1819
- [@&#8203;Gpx](https://togithub.com/Gpx) made their first contribution
in
[colinhacks/zod#1830
- [@&#8203;jtgi](https://togithub.com/jtgi) made their first
contribution in
[colinhacks/zod#1822
- [@&#8203;tordans](https://togithub.com/tordans) made their first
contribution in
[colinhacks/zod#1842
- [@&#8203;markacola](https://togithub.com/markacola) made their first
contribution in
[colinhacks/zod#1843
- [@&#8203;iamchandru6470](https://togithub.com/iamchandru6470) made
their first contribution in
[colinhacks/zod#1945
- [@&#8203;mitchwd](https://togithub.com/mitchwd) made their first
contribution in
[colinhacks/zod#1936
- [@&#8203;fvckDesa](https://togithub.com/fvckDesa) made their first
contribution in
[colinhacks/zod#1932
- [@&#8203;rafw87](https://togithub.com/rafw87) made their first
contribution in
[colinhacks/zod#1797
- [@&#8203;bolencki13](https://togithub.com/bolencki13) made their first
contribution in
[colinhacks/zod#1871
- [@&#8203;joulev](https://togithub.com/joulev) made their first
contribution in
[colinhacks/zod#1813
- [@&#8203;pnts-se](https://togithub.com/pnts-se) made their first
contribution in
[colinhacks/zod#1796
- [@&#8203;andresBobsled](https://togithub.com/andresBobsled) made their
first contribution in
[colinhacks/zod#2007
- [@&#8203;crutchcorn](https://togithub.com/crutchcorn) made their first
contribution in
[colinhacks/zod#1999
- [@&#8203;jly36963](https://togithub.com/jly36963) made their first
contribution in
[colinhacks/zod#1973

**Full Changelog**:
colinhacks/zod@v3.20.2...v3.20.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "after 8:00 before 23:00 every weekday except on Friday" in
timezone UTC.

🚦 **Automerge**: Enabled.

♻ **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://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/fiatconnect/api-starter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 11, 2023
1 parent 21c876c commit 45b348a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"siwe": "^1.1.6",
"typescript": "^4.9.5",
"yargs": "^17.6.2",
"zod": "^3.20.2"
"zod": "^3.20.3"
},
"devDependencies": {
"@types/express-session": "^1.17.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -6089,7 +6089,7 @@ yocto-queue@^0.1.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

zod@^3.20.2:
version "3.20.2"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.20.2.tgz#068606642c8f51b3333981f91c0a8ab37dfc2807"
integrity sha512-1MzNQdAvO+54H+EaK5YpyEy0T+Ejo/7YLHS93G3RnYWh5gaotGHwGeN/ZO687qEDU2y4CdStQYXVHIgrUl5UVQ==
zod@^3.20.2, zod@^3.20.3:
version "3.20.6"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.20.6.tgz#2f2f08ff81291d47d99e86140fedb4e0db08361a"
integrity sha512-oyu0m54SGCtzh6EClBVqDDlAYRz4jrVtKwQ7ZnsEmMI9HnzuZFj8QFwAY1M5uniIYACdGvv0PBWPF2kO0aNofA==

0 comments on commit 45b348a

Please sign in to comment.