Update dependency @hono/node-server to v1.19.9 #17

Open
renovate-bot wants to merge 1 commit from renovate/hono-node-server-1.x into main
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@hono/node-server 1.15.01.19.9 age adoption passing confidence

Release Notes

honojs/node-server (@​hono/node-server)

v1.19.9

Compare Source

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v1.19.8...v1.19.9

v1.19.8

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/node-server/compare/v1.19.7...v1.19.8

v1.19.7

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/node-server/compare/v1.19.6...v1.19.7

v1.19.6

Compare Source

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v1.19.5...v1.19.6

v1.19.5

Compare Source

What's Changed

  • fix: cancel a readable stream if a writable stream is closed before a readable stream is closed. by @​usualoma in #​280

Full Changelog: https://github.com/honojs/node-server/compare/v1.19.4...v1.19.5

v1.19.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/node-server/compare/v1.19.3...v1.19.4

v1.19.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/node-server/compare/v1.19.2...v1.19.3

v1.19.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/node-server/compare/v1.19.1...v1.19.2

v1.19.1

Compare Source

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v1.19.0...v1.19.1

v1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/node-server/compare/v1.18.2...v1.19.0

v1.18.2

Compare Source

What's Changed

  • fix: Skip content-length assignment when transfer-encoding is chunked. by @​usualoma in #​271

Full Changelog: https://github.com/honojs/node-server/compare/v1.18.1...v1.18.2

v1.18.1

Compare Source

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v1.18.0...v1.18.1

v1.18.0

Compare Source

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v1.17.1...v1.18.0

v1.17.1

Compare Source

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v1.17.0...v1.17.1

v1.17.0

Compare Source

What's Changed

Full Changelog: https://github.com/honojs/node-server/compare/v1.16.0...v1.17.0

v1.16.0

Compare Source

What's Changed

  • feat: Clean up the incoming object if the request is not completely finished. by @​usualoma in #​252

Full Changelog: https://github.com/honojs/node-server/compare/v1.15.0...v1.16.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [@hono/node-server](https://github.com/honojs/node-server) | [`1.15.0` → `1.19.9`](https://renovatebot.com/diffs/npm/@hono%2fnode-server/1.15.0/1.19.9) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@hono%2fnode-server/1.19.9?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@hono%2fnode-server/1.19.9?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@hono%2fnode-server/1.15.0/1.19.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@hono%2fnode-server/1.15.0/1.19.9?slim=true) | --- ### Release Notes <details> <summary>honojs/node-server (@&#8203;hono/node-server)</summary> ### [`v1.19.9`](https://github.com/honojs/node-server/releases/tag/v1.19.9) [Compare Source](https://github.com/honojs/node-server/compare/v1.19.8...v1.19.9) #### What's Changed - fix(globals): Stop overwriting global.fetch by [@&#8203;usualoma](https://github.com/usualoma) in [#&#8203;295](https://github.com/honojs/node-server/pull/295) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.19.8...v1.19.9> ### [`v1.19.8`](https://github.com/honojs/node-server/releases/tag/v1.19.8) [Compare Source](https://github.com/honojs/node-server/compare/v1.19.7...v1.19.8) #### What's Changed - docs: add guide for listening to UNIX domain socket by [@&#8203;TransparentLC](https://github.com/TransparentLC) in [#&#8203;292](https://github.com/honojs/node-server/pull/292) - fix(serve-static): Use Readable.toWeb in serveStatic by [@&#8203;otya128](https://github.com/otya128) in [#&#8203;293](https://github.com/honojs/node-server/pull/293) #### New Contributors - [@&#8203;TransparentLC](https://github.com/TransparentLC) made their first contribution in [#&#8203;292](https://github.com/honojs/node-server/pull/292) - [@&#8203;otya128](https://github.com/otya128) made their first contribution in [#&#8203;293](https://github.com/honojs/node-server/pull/293) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.19.7...v1.19.8> ### [`v1.19.7`](https://github.com/honojs/node-server/releases/tag/v1.19.7) [Compare Source](https://github.com/honojs/node-server/compare/v1.19.6...v1.19.7) #### What's Changed - fix: Fix for hono issue 4563 - incorrect content-length after following symlink by [@&#8203;tshmieldev](https://github.com/tshmieldev) in [#&#8203;290](https://github.com/honojs/node-server/pull/290) - chore: add `configVersion` to bun.lock by [@&#8203;yusukebe](https://github.com/yusukebe) in [#&#8203;291](https://github.com/honojs/node-server/pull/291) #### New Contributors - [@&#8203;tshmieldev](https://github.com/tshmieldev) made their first contribution in [#&#8203;290](https://github.com/honojs/node-server/pull/290) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.19.6...v1.19.7> ### [`v1.19.6`](https://github.com/honojs/node-server/releases/tag/v1.19.6) [Compare Source](https://github.com/honojs/node-server/compare/v1.19.5...v1.19.6) #### What's Changed - fix(serve-static): fix onFound timing by [@&#8203;usualoma](https://github.com/usualoma) in [#&#8203;286](https://github.com/honojs/node-server/pull/286) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.19.5...v1.19.6> ### [`v1.19.5`](https://github.com/honojs/node-server/releases/tag/v1.19.5) [Compare Source](https://github.com/honojs/node-server/compare/v1.19.4...v1.19.5) #### What's Changed - fix: cancel a readable stream if a writable stream is closed before a readable stream is closed. by [@&#8203;usualoma](https://github.com/usualoma) in [#&#8203;280](https://github.com/honojs/node-server/pull/280) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.19.4...v1.19.5> ### [`v1.19.4`](https://github.com/honojs/node-server/releases/tag/v1.19.4) [Compare Source](https://github.com/honojs/node-server/compare/v1.19.3...v1.19.4) #### What's Changed - fix(serve-static): Add error handling in createStreamBody by [@&#8203;thongdoan](https://github.com/thongdoan) in [#&#8203;278](https://github.com/honojs/node-server/pull/278) #### New Contributors - [@&#8203;thongdoan](https://github.com/thongdoan) made their first contribution in [#&#8203;278](https://github.com/honojs/node-server/pull/278) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.19.3...v1.19.4> ### [`v1.19.3`](https://github.com/honojs/node-server/releases/tag/v1.19.3) [Compare Source](https://github.com/honojs/node-server/compare/v1.19.2...v1.19.3) #### What's Changed - fix: Refactor promise check for response handling by [@&#8203;kay-is](https://github.com/kay-is) in [#&#8203;277](https://github.com/honojs/node-server/pull/277) #### New Contributors - [@&#8203;kay-is](https://github.com/kay-is) made their first contribution in [#&#8203;277](https://github.com/honojs/node-server/pull/277) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.19.2...v1.19.3> ### [`v1.19.2`](https://github.com/honojs/node-server/releases/tag/v1.19.2) [Compare Source](https://github.com/honojs/node-server/compare/v1.19.1...v1.19.2) #### What's Changed - fix: better handle range parse to avoid NaN error by [@&#8203;zwpaper](https://github.com/zwpaper) in [#&#8203;276](https://github.com/honojs/node-server/pull/276) #### New Contributors - [@&#8203;zwpaper](https://github.com/zwpaper) made their first contribution in [#&#8203;276](https://github.com/honojs/node-server/pull/276) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.19.1...v1.19.2> ### [`v1.19.1`](https://github.com/honojs/node-server/releases/tag/v1.19.1) [Compare Source](https://github.com/honojs/node-server/compare/v1.19.0...v1.19.1) #### What's Changed - fix: Keep lightweight request even if accessing method, url or headers by [@&#8203;usualoma](https://github.com/usualoma) in [#&#8203;274](https://github.com/honojs/node-server/pull/274) - chore: add `packageManager` field in `package.json` by [@&#8203;yusukebe](https://github.com/yusukebe) in [#&#8203;275](https://github.com/honojs/node-server/pull/275) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.19.0...v1.19.1> ### [`v1.19.0`](https://github.com/honojs/node-server/releases/tag/v1.19.0) [Compare Source](https://github.com/honojs/node-server/compare/v1.18.2...v1.19.0) #### What's Changed - feat: add log when directory does not exists by [@&#8203;Its-Just-Nans](https://github.com/Its-Just-Nans) in [#&#8203;273](https://github.com/honojs/node-server/pull/273) #### New Contributors - [@&#8203;Its-Just-Nans](https://github.com/Its-Just-Nans) made their first contribution in [#&#8203;273](https://github.com/honojs/node-server/pull/273) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.18.2...v1.19.0> ### [`v1.18.2`](https://github.com/honojs/node-server/releases/tag/v1.18.2) [Compare Source](https://github.com/honojs/node-server/compare/v1.18.1...v1.18.2) #### What's Changed - fix: Skip content-length assignment when transfer-encoding is chunked. by [@&#8203;usualoma](https://github.com/usualoma) in [#&#8203;271](https://github.com/honojs/node-server/pull/271) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.18.1...v1.18.2> ### [`v1.18.1`](https://github.com/honojs/node-server/releases/tag/v1.18.1) [Compare Source](https://github.com/honojs/node-server/compare/v1.18.0...v1.18.1) #### What's Changed - fix(listener): Limit retries to a maximum of three. by [@&#8203;usualoma](https://github.com/usualoma) in [#&#8203;267](https://github.com/honojs/node-server/pull/267) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.18.0...v1.18.1> ### [`v1.18.0`](https://github.com/honojs/node-server/releases/tag/v1.18.0) [Compare Source](https://github.com/honojs/node-server/compare/v1.17.1...v1.18.0) #### What's Changed - feat: always respond `res.body` by [@&#8203;usualoma](https://github.com/usualoma) in [#&#8203;262](https://github.com/honojs/node-server/pull/262) - ci: add Node.js `v24` for CI by [@&#8203;yusukebe](https://github.com/yusukebe) in [#&#8203;263](https://github.com/honojs/node-server/pull/263) - fix(listener): In Node.js v24, some response bodies are not read to the end until the next task queue. by [@&#8203;usualoma](https://github.com/usualoma) in [#&#8203;265](https://github.com/honojs/node-server/pull/265) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.17.1...v1.18.0> ### [`v1.17.1`](https://github.com/honojs/node-server/releases/tag/v1.17.1) [Compare Source](https://github.com/honojs/node-server/compare/v1.17.0...v1.17.1) #### What's Changed - fix: handle client disconnection without canceling stream by [@&#8203;yusukebe](https://github.com/yusukebe) in [#&#8203;258](https://github.com/honojs/node-server/pull/258) - fix: improve serve-static function by [@&#8203;usualoma](https://github.com/usualoma) in [#&#8203;261](https://github.com/honojs/node-server/pull/261) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.17.0...v1.17.1> ### [`v1.17.0`](https://github.com/honojs/node-server/releases/tag/v1.17.0) [Compare Source](https://github.com/honojs/node-server/compare/v1.16.0...v1.17.0) #### What's Changed - docs: separate description of autoCleanupIncoming by [@&#8203;usualoma](https://github.com/usualoma) in [#&#8203;255](https://github.com/honojs/node-server/pull/255) - chore: rename `server_socket.test.ts` to `server-socket.test.ts` by [@&#8203;yusukebe](https://github.com/yusukebe) in [#&#8203;256](https://github.com/honojs/node-server/pull/256) - feat(serve-static): support absolute path by [@&#8203;yusukebe](https://github.com/yusukebe) in [#&#8203;257](https://github.com/honojs/node-server/pull/257) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.16.0...v1.17.0> ### [`v1.16.0`](https://github.com/honojs/node-server/releases/tag/v1.16.0) [Compare Source](https://github.com/honojs/node-server/compare/v1.15.0...v1.16.0) #### What's Changed - feat: Clean up the incoming object if the request is not completely finished. by [@&#8203;usualoma](https://github.com/usualoma) in [#&#8203;252](https://github.com/honojs/node-server/pull/252) **Full Changelog**: <https://github.com/honojs/node-server/compare/v1.15.0...v1.16.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYmFja2VuZCIsInJlbm92YXRlIl19-->
renovate-bot changed title from Update dependency @hono/node-server to v1.19.0 to Update dependency @hono/node-server to v1.19.1 2025-08-31 06:02:01 +01:00
renovate-bot force-pushed renovate/hono-node-server-1.x from 8b9fd89cc7 to 03ac7ce0ec 2025-08-31 06:02:01 +01:00 Compare
renovate-bot force-pushed renovate/hono-node-server-1.x from 03ac7ce0ec to 8d1626c41a 2025-09-11 06:02:36 +01:00 Compare
renovate-bot changed title from Update dependency @hono/node-server to v1.19.1 to Update dependency @hono/node-server to v1.19.2 2025-09-11 06:02:37 +01:00
renovate-bot force-pushed renovate/hono-node-server-1.x from 8d1626c41a to d9026deb89 2025-09-17 06:03:06 +01:00 Compare
renovate-bot changed title from Update dependency @hono/node-server to v1.19.2 to Update dependency @hono/node-server to v1.19.3 2025-09-17 06:03:06 +01:00
renovate-bot force-pushed renovate/hono-node-server-1.x from d9026deb89 to ac02d84b35 2025-09-22 18:54:36 +01:00 Compare
renovate-bot changed title from Update dependency @hono/node-server to v1.19.3 to Update dependency @hono/node-server to v1.19.4 2025-09-22 18:54:36 +01:00
renovate-bot changed title from Update dependency @hono/node-server to v1.19.4 to Update dependency @hono/node-server to v1.19.5 2025-09-30 06:03:06 +01:00
renovate-bot force-pushed renovate/hono-node-server-1.x from ac02d84b35 to b1bf6454d5 2025-09-30 06:03:07 +01:00 Compare
renovate-bot force-pushed renovate/hono-node-server-1.x from b1bf6454d5 to c44ec350ac 2025-11-01 05:02:28 +00:00 Compare
renovate-bot changed title from Update dependency @hono/node-server to v1.19.5 to Update dependency @hono/node-server to v1.19.6 2025-11-01 05:02:29 +00:00
renovate-bot force-pushed renovate/hono-node-server-1.x from c44ec350ac to 9c662d2011 2025-12-09 05:02:06 +00:00 Compare
renovate-bot changed title from Update dependency @hono/node-server to v1.19.6 to Update dependency @hono/node-server to v1.19.7 2025-12-09 05:02:06 +00:00
renovate-bot force-pushed renovate/hono-node-server-1.x from 9c662d2011 to 0fe4249506 2026-01-10 05:01:55 +00:00 Compare
renovate-bot changed title from Update dependency @hono/node-server to v1.19.7 to Update dependency @hono/node-server to v1.19.8 2026-01-10 05:01:55 +00:00
renovate-bot force-pushed renovate/hono-node-server-1.x from 0fe4249506 to 8936a54867 2026-01-14 05:02:54 +00:00 Compare
renovate-bot changed title from Update dependency @hono/node-server to v1.19.8 to Update dependency @hono/node-server to v1.19.9 2026-01-14 05:02:54 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/hono-node-server-1.x:renovate/hono-node-server-1.x
git switch renovate/hono-node-server-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/hono-node-server-1.x
git switch renovate/hono-node-server-1.x
git rebase main
git switch main
git merge --ff-only renovate/hono-node-server-1.x
git switch renovate/hono-node-server-1.x
git rebase main
git switch main
git merge --no-ff renovate/hono-node-server-1.x
git switch main
git merge --squash renovate/hono-node-server-1.x
git switch main
git merge --ff-only renovate/hono-node-server-1.x
git switch main
git merge renovate/hono-node-server-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MobiusReactor/TicTacToeV2!17
No description provided.