From 0760c1a906f19de6b81b7796e2edf44d0f923695 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 09:14:43 -0400 Subject: [PATCH] Update dependency @hono/node-server to v1.11.1 (#60) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@hono/node-server](https://togithub.com/honojs/node-server) | [`1.10.1` -> `1.11.1`](https://renovatebot.com/diffs/npm/@hono%2fnode-server/1.10.1/1.11.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@hono%2fnode-server/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@hono%2fnode-server/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@hono%2fnode-server/1.10.1/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@hono%2fnode-server/1.10.1/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
honojs/node-server (@​hono/node-server) ### [`v1.11.1`](https://togithub.com/honojs/node-server/releases/tag/v1.11.1) [Compare Source](https://togithub.com/honojs/node-server/compare/v1.11.0...v1.11.1) #### What's Changed - Update Request to work with ReadableStream polyfills by [@​nicksrandall](https://togithub.com/nicksrandall) in [https://github.com/honojs/node-server/pull/164](https://togithub.com/honojs/node-server/pull/164) - refactor(serve-static): use `c.req.path` instead of `url.pathname` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/node-server/pull/166](https://togithub.com/honojs/node-server/pull/166) #### New Contributors - [@​nicksrandall](https://togithub.com/nicksrandall) made their first contribution in [https://github.com/honojs/node-server/pull/164](https://togithub.com/honojs/node-server/pull/164) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.11.0...v1.11.1 ### [`v1.11.0`](https://togithub.com/honojs/node-server/releases/tag/v1.11.0) [Compare Source](https://togithub.com/honojs/node-server/compare/v1.10.1...v1.11.0) #### What's Changed - feat: validate incoming host header by [@​usualoma](https://togithub.com/usualoma) in [https://github.com/honojs/node-server/pull/163](https://togithub.com/honojs/node-server/pull/163) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.10.1...v1.11.0
--- ### 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 becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](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 3cc2f8f..b3fd892 100644 --- a/package-lock.json +++ b/package-lock.json @@ -587,9 +587,9 @@ } }, "node_modules/@hono/node-server": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.10.1.tgz", - "integrity": "sha512-5BKW25JH5PQKPDkTcIgv3yNUPtOAbnnjFFgWvIxxAY/B/ZNeYjjWoAeDmqhIiCgOAJ3Tauuw+0G+VainhuZRYQ==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.11.1.tgz", + "integrity": "sha512-GW1Iomhmm1o4Z+X57xGby8A35Cu9UZLL7pSMdqDBkD99U5cywff8F+8hLk5aBTzNubnsFAvWQ/fZjNwPsEn9lA==", "engines": { "node": ">=18.14.1" }