From 61907b4b6f62291aca27927a90844a25a3f5f857 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:53:40 +0000 Subject: [PATCH] Update dependency @hono/node-server to v1.12.2 (#139) 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/node-server](https://redirect.github.com/honojs/node-server) | [`1.12.1` -> `1.12.2`](https://renovatebot.com/diffs/npm/@hono%2fnode-server/1.12.1/1.12.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@hono%2fnode-server/1.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@hono%2fnode-server/1.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@hono%2fnode-server/1.12.1/1.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@hono%2fnode-server/1.12.1/1.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
honojs/node-server (@​hono/node-server) ### [`v1.12.2`](https://redirect.github.com/honojs/node-server/releases/tag/v1.12.2) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.12.1...v1.12.2) #### What's Changed - fix: Declare `hono` as peer dependency by [@​marvinruder](https://redirect.github.com/marvinruder) in [https://github.com/honojs/node-server/pull/192](https://redirect.github.com/honojs/node-server/pull/192) #### New Contributors - [@​marvinruder](https://redirect.github.com/marvinruder) made their first contribution in [https://github.com/honojs/node-server/pull/192](https://redirect.github.com/honojs/node-server/pull/192) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.12.1...v1.12.2
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" 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 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82d7a26..70f9784 100644 --- a/package-lock.json +++ b/package-lock.json @@ -695,12 +695,15 @@ } }, "node_modules/@hono/node-server": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.12.1.tgz", - "integrity": "sha512-C9l+08O8xtXB7Ppmy8DjBFH1hYji7JKzsU32Yt1poIIbdPp6S7aOI8IldDHD9YFJ55lv2c21ovNrmxatlHfhAg==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.12.2.tgz", + "integrity": "sha512-xjzhqhSWUE/OhN0g3KCNVzNsQMlFUAL+/8GgPUr3TKcU7cvgZVBGswFofJ8WwGEHTqobzze1lDpGJl9ZNckDhA==", "license": "MIT", "engines": { "node": ">=18.14.1" + }, + "peerDependencies": { + "hono": "^4" } }, "node_modules/@hono/zod-validator": {