From 33e55a17ab2272d05c08abc60b0e729809c5c886 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:31:44 +0000 Subject: [PATCH] Update dependency @hono/zod-validator to v0.4.2 (#185) 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 | |---|---|---|---|---|---| | [@hono/zod-validator](https://redirect.github.com/honojs/middleware) | [`0.4.1` -> `0.4.2`](https://renovatebot.com/diffs/npm/@hono%2fzod-validator/0.4.1/0.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@hono%2fzod-validator/0.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@hono%2fzod-validator/0.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@hono%2fzod-validator/0.4.1/0.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@hono%2fzod-validator/0.4.1/0.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
honojs/middleware (@​hono/zod-validator) ### [`v0.4.2`](https://redirect.github.com/honojs/middleware/releases/tag/%40hono/zod-validator%400.4.2) [Compare Source](https://redirect.github.com/honojs/middleware/compare/@hono/zod-validator@0.4.1...@hono/zod-validator@0.4.2) ##### Patch Changes - [#​860](https://redirect.github.com/honojs/middleware/pull/860) [`803f011e41ecb3da503ddb2b3286c6d7606d9c4b`](https://redirect.github.com/honojs/middleware/commit/803f011e41ecb3da503ddb2b3286c6d7606d9c4b) Thanks [@​askorupskyy](https://redirect.github.com/askorupskyy)! - Case-insensitive Zod schemas for headers
--- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * 1" in timezone America/Chicago, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/autoblocksai/cli). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5afc53d..b4c6af6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -736,9 +736,9 @@ } }, "node_modules/@hono/zod-validator": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@hono/zod-validator/-/zod-validator-0.4.1.tgz", - "integrity": "sha512-I8LyfeJfvVmC5hPjZ2Iij7RjexlgSBT7QJudZ4JvNPLxn0JQ3sqclz2zydlwISAnw21D2n4LQ0nfZdoiv9fQQA==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@hono/zod-validator/-/zod-validator-0.4.2.tgz", + "integrity": "sha512-1rrlBg+EpDPhzOV4hT9pxr5+xDVmKuz6YJl+la7VCwK6ass5ldyKm5fD+umJdV2zhHD6jROoCCv8NbTwyfhT0g==", "license": "MIT", "peerDependencies": { "hono": ">=3.9.0",