Skip to content

Commit

Permalink
fix(deps): update dependency zod to ^3.20.6 (#125)
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://github.com/colinhacks/zod))
| [`^3.20.2` ->
`^3.20.6`](https://renovatebot.com/diffs/npm/zod/3.20.2/3.20.6) |
[![age](https://badges.renovateapi.com/packages/npm/zod/3.20.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/zod/3.20.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/zod/3.20.6/compatibility-slim/3.20.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/zod/3.20.6/confidence-slim/3.20.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://github.com/colinhacks/zod/compare/v3.20.5...v3.20.6)

#### Commits:

-
[`e693919`](https://github.com/colinhacks/zod/commit/e6939195fbb5191402ba3d6f5b7aade463de6e51)
3.20.6

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

[Compare
Source](https://github.com/colinhacks/zod/compare/v3.20.4...v3.20.5)

#### Commits:

-
[`e71c7be`](https://github.com/colinhacks/zod/commit/e71c7be15e393e0932aa3c939d061f8444f6ae29)
Fix extract/exclude type error

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

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

#### Commits:

-
[`b8d731f`](https://github.com/colinhacks/zod/commit/b8d731f779679e6f47cde18b2c422b0d4f44b01d)
Set input type of ZodCatch to unknown
-
[`06c237c`](https://github.com/colinhacks/zod/commit/06c237c29f53a827d2eb29cb20e9e23caba1ce2c)
Revert merge changes
-
[`c8ce27e`](https://github.com/colinhacks/zod/commit/c8ce27e8c0378856964cf8892c6102bde63fa0cb)
3.20.4

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

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

#### Features

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

#### Fixes and documentation

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

#### New Contributors

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 13, 2023
1 parent 99b0783 commit 835319e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"preset": "conventionalcommits"
},
"dependencies": {
"zod": "^3.20.2"
"zod": "^3.20.6"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5878,7 +5878,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.6:
version "3.20.6"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.20.6.tgz#2f2f08ff81291d47d99e86140fedb4e0db08361a"
integrity sha512-oyu0m54SGCtzh6EClBVqDDlAYRz4jrVtKwQ7ZnsEmMI9HnzuZFj8QFwAY1M5uniIYACdGvv0PBWPF2kO0aNofA==

0 comments on commit 835319e

Please sign in to comment.