Skip to content

Commit

Permalink
fix(deps): update dependency zod to ^3.24.1 (#2869)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [zod](https://zod.dev)
([source](https://redirect.github.com/colinhacks/zod)) | [`^3.24.0` ->
`^3.24.1`](https://renovatebot.com/diffs/npm/zod/3.24.0/3.24.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/zod/3.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/zod/3.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/zod/3.24.0/3.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/zod/3.24.0/3.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/colinhacks/zod/compare/v3.24.0...v3.24.1)

#### Commits:

-
[`0c6cbbd`](https://redirect.github.com/colinhacks/zod/commit/0c6cbbdd1315683dd3d589fbdc5765c26431dcc9)
Undeprecate .nonempty()
-
[`4e219d6`](https://redirect.github.com/colinhacks/zod/commit/4e219d6ad9d5e56e20afd7423092f506400a29e4)
Bump min TS version to 5.0
-
[`65adeea`](https://redirect.github.com/colinhacks/zod/commit/65adeeacef0274abbda5438470a3d2bfd376256d)
v3.24.1

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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/fwouts/previewjs).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent b50c80f commit 680235c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"zod": "^3.24.0"
"zod": "^3.24.1"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
Expand Down
14 changes: 7 additions & 7 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 680235c

Please sign in to comment.