Skip to content

Commit

Permalink
fix(deps): update dependency zod to ^3.22.4 (#2080)
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.22.3` ->
`^3.22.4`](https://renovatebot.com/diffs/npm/zod/3.22.3/3.22.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/zod/3.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/zod/3.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/zod/3.22.3/3.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zod/3.22.3/3.22.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>colinhacks/zod (zod)</summary>

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

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

#### Commits:

-
[`d931ea3`](https://togithub.com/colinhacks/zod/commit/d931ea3f0f15a6ae64f5f68e3c03912dffb2269d)
Lint
-
[`8e634bd`](https://togithub.com/colinhacks/zod/commit/8e634bd600093b7161487bed705279c892395118)
Fix prettier
-
[`4018d88`](https://togithub.com/colinhacks/zod/commit/4018d88f0e94992b2987428c4fda387b99ae2a53)
docs: add
[@&#8203;sanity-typed/zod](https://togithub.com/sanity-typed/zod) to
ecosystem
([#&#8203;2731](https://togithub.com/colinhacks/zod/issues/2731))
-
[`15ba5a4`](https://togithub.com/colinhacks/zod/commit/15ba5a4d4cb5be5af23771de0ba1346b4ba20a0e)
docs: add `zod-sandbox` to README ecosystem links
([#&#8203;2707](https://togithub.com/colinhacks/zod/issues/2707))
-
[`699ccae`](https://togithub.com/colinhacks/zod/commit/699ccae13b875d4fcadac268fd789c93b6ce8aef)
Export jsdoc with `@deprecated` when building
([#&#8203;2717](https://togithub.com/colinhacks/zod/issues/2717))
-
[`dfe3719`](https://togithub.com/colinhacks/zod/commit/dfe3719eae250ab3eca2d276da6c292867899cc6)
Fix sanity-typed links
([#&#8203;2840](https://togithub.com/colinhacks/zod/issues/2840))
-
[`cd7991e`](https://togithub.com/colinhacks/zod/commit/cd7991e04a550868bfcb5b5d46e5eb5bc7edf5f3)
fix ulid regex
([#&#8203;2225](https://togithub.com/colinhacks/zod/issues/2225))
-
[`7cb4ba2`](https://togithub.com/colinhacks/zod/commit/7cb4ba2f85dd6b28290dda5de80ed54dfd2a793c)
Remove stalebot
-
[`9340fd5`](https://togithub.com/colinhacks/zod/commit/9340fd51e48576a75adc919bff65dbc4a5d4c99b)
Lazy emojiRegex
-
[`e7a9b9b`](https://togithub.com/colinhacks/zod/commit/e7a9b9b3033991be6b4225f1be21da39c250bbb0)
3.22.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **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://developer.mend.io/github/fwouts/previewjs).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 5, 2023
1 parent 2ba15c7 commit 9a7978a
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 13 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.10",
"zod": "^3.22.3"
"zod": "^3.22.4"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.0.0",
Expand Down
65 changes: 53 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a7978a

Please sign in to comment.