From 6d12137edc19f06e25a9e1b8f2881e3d907e91a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:26:53 +0000 Subject: [PATCH] fix(deps): update dependency zod to v3.24.1 (#103) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
colinhacks/zod (zod) ### [`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
--- ### 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. --- - [ ] 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/tf2pickup-org/tf2pickup). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 7e9f45a1..6165393c 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "steamid": "2.1.0", "tailwindcss": "3.4.16", "ws": "8.18.0", - "zod": "3.24.0" + "zod": "3.24.1" }, "devDependencies": { "@eslint/js": "9.16.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aff93fff..d58c2b5f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ importers: version: 5.0.1 fastify-type-provider-zod: specifier: 4.0.2 - version: 4.0.2(fastify@5.1.0)(zod@3.24.0) + version: 4.0.2(fastify@5.1.0)(zod@3.24.1) generate-password: specifier: 1.7.1 version: 1.7.1 @@ -126,8 +126,8 @@ importers: specifier: 8.18.0 version: 8.18.0 zod: - specifier: 3.24.0 - version: 3.24.0 + specifier: 3.24.1 + version: 3.24.1 devDependencies: '@eslint/js': specifier: 9.16.0 @@ -3017,8 +3017,8 @@ packages: peerDependencies: zod: ^3.23.3 - zod@3.24.0: - resolution: {integrity: sha512-Hz+wiY8yD0VLA2k/+nsg2Abez674dDGTai33SwNvMPuf9uIrBC9eFgIMQxBBbHFxVXi8W+5nX9DcAh9YNSQm/w==} + zod@3.24.1: + resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==} snapshots: @@ -4241,12 +4241,12 @@ snapshots: fastify-plugin@5.0.1: {} - fastify-type-provider-zod@4.0.2(fastify@5.1.0)(zod@3.24.0): + fastify-type-provider-zod@4.0.2(fastify@5.1.0)(zod@3.24.1): dependencies: '@fastify/error': 4.0.0 fastify: 5.1.0 - zod: 3.24.0 - zod-to-json-schema: 3.23.3(zod@3.24.0) + zod: 3.24.1 + zod-to-json-schema: 3.23.3(zod@3.24.1) fastify@5.1.0: dependencies: @@ -5674,8 +5674,8 @@ snapshots: yocto-queue@0.1.0: {} - zod-to-json-schema@3.23.3(zod@3.24.0): + zod-to-json-schema@3.23.3(zod@3.24.1): dependencies: - zod: 3.24.0 + zod: 3.24.1 - zod@3.24.0: {} + zod@3.24.1: {}