Superalexandre / portfolio

0 stars 0 forks source link

fix(deps): ⬆️ update dependency @hono/node-server to v1.13.0 #157

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

This PR contains the following updates:

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

Release Notes

honojs/node-server (@​hono/node-server) ### [`v1.13.0`](https://redirect.github.com/honojs/node-server/releases/tag/v1.13.0) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.12.2...v1.13.0) #### What's Changed - chore(lint): use eslint v9 by [@​Jayllyz](https://redirect.github.com/Jayllyz) in [https://github.com/honojs/node-server/pull/197](https://redirect.github.com/honojs/node-server/pull/197) - feat(serve-static): add `onFound` option by [@​yusukebe](https://redirect.github.com/yusukebe) in [https://github.com/honojs/node-server/pull/198](https://redirect.github.com/honojs/node-server/pull/198) - feat(serve-static): add `precompressed` option by [@​yusukebe](https://redirect.github.com/yusukebe) in [https://github.com/honojs/node-server/pull/199](https://redirect.github.com/honojs/node-server/pull/199) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.12.2...v1.13.0 ### [`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 ### [`v1.12.1`](https://redirect.github.com/honojs/node-server/releases/tag/v1.12.1) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.12.0...v1.12.1) #### What's Changed - fix: return response from res.body if internal data is not ready to be returned directly by [@​usualoma](https://redirect.github.com/usualoma) in [https://github.com/honojs/node-server/pull/188](https://redirect.github.com/honojs/node-server/pull/188) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.12.0...v1.12.1 ### [`v1.12.0`](https://redirect.github.com/honojs/node-server/releases/tag/v1.12.0) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.11.5...v1.12.0) #### What's Changed - fix(serve-static): supports extension less files by [@​yusukebe](https://redirect.github.com/yusukebe) in [https://github.com/honojs/node-server/pull/183](https://redirect.github.com/honojs/node-server/pull/183) - feat: implement ConnInfo helper by [@​nakasyou](https://redirect.github.com/nakasyou) in [https://github.com/honojs/node-server/pull/180](https://redirect.github.com/honojs/node-server/pull/180) #### New Contributors - [@​nakasyou](https://redirect.github.com/nakasyou) made their first contribution in [https://github.com/honojs/node-server/pull/180](https://redirect.github.com/honojs/node-server/pull/180) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.11.5...v1.12.0 ### [`v1.11.5`](https://redirect.github.com/honojs/node-server/releases/tag/v1.11.5) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.11.4...v1.11.5) #### What's Changed - fix: make `hono` as external to build by [@​yusukebe](https://redirect.github.com/yusukebe) in [https://github.com/honojs/node-server/pull/182](https://redirect.github.com/honojs/node-server/pull/182) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.11.4...v1.11.5 ### [`v1.11.4`](https://redirect.github.com/honojs/node-server/releases/tag/v1.11.4) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.11.3...v1.11.4) #### What's Changed - Expose ServerType from './types' by [@​raighneweng](https://redirect.github.com/raighneweng) in [https://github.com/honojs/node-server/pull/178](https://redirect.github.com/honojs/node-server/pull/178) #### New Contributors - [@​raighneweng](https://redirect.github.com/raighneweng) made their first contribution in [https://github.com/honojs/node-server/pull/178](https://redirect.github.com/honojs/node-server/pull/178) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.11.3...v1.11.4 ### [`v1.11.3`](https://redirect.github.com/honojs/node-server/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.11.2...v1.11.3) #### What's Changed - Update readme with an example of proper "root" when using serveStatic by [@​brettimus](https://redirect.github.com/brettimus) in [https://github.com/honojs/node-server/pull/173](https://redirect.github.com/honojs/node-server/pull/173) - fix: avoid error when using TRACE method by [@​usualoma](https://redirect.github.com/usualoma) in [https://github.com/honojs/node-server/pull/175](https://redirect.github.com/honojs/node-server/pull/175) #### New Contributors - [@​brettimus](https://redirect.github.com/brettimus) made their first contribution in [https://github.com/honojs/node-server/pull/173](https://redirect.github.com/honojs/node-server/pull/173) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.11.2...v1.11.3 ### [`v1.11.2`](https://redirect.github.com/honojs/node-server/releases/tag/v1.11.2) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.11.1...v1.11.2) #### What's Changed - ci: include tests for node 22 version by [@​Jayllyz](https://redirect.github.com/Jayllyz) in [https://github.com/honojs/node-server/pull/170](https://redirect.github.com/honojs/node-server/pull/170) - fix: memory leak by AbortController by [@​usualoma](https://redirect.github.com/usualoma) in [https://github.com/honojs/node-server/pull/172](https://redirect.github.com/honojs/node-server/pull/172) #### New Contributors - [@​Jayllyz](https://redirect.github.com/Jayllyz) made their first contribution in [https://github.com/honojs/node-server/pull/170](https://redirect.github.com/honojs/node-server/pull/170) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.11.1...v1.11.2 ### [`v1.11.1`](https://redirect.github.com/honojs/node-server/releases/tag/v1.11.1) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.11.0...v1.11.1) #### What's Changed - Update Request to work with ReadableStream polyfills by [@​nicksrandall](https://redirect.github.com/nicksrandall) in [https://github.com/honojs/node-server/pull/164](https://redirect.github.com/honojs/node-server/pull/164) - refactor(serve-static): use `c.req.path` instead of `url.pathname` by [@​yusukebe](https://redirect.github.com/yusukebe) in [https://github.com/honojs/node-server/pull/166](https://redirect.github.com/honojs/node-server/pull/166) #### New Contributors - [@​nicksrandall](https://redirect.github.com/nicksrandall) made their first contribution in [https://github.com/honojs/node-server/pull/164](https://redirect.github.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://redirect.github.com/honojs/node-server/releases/tag/v1.11.0) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.10.1...v1.11.0) #### What's Changed - feat: validate incoming host header by [@​usualoma](https://redirect.github.com/usualoma) in [https://github.com/honojs/node-server/pull/163](https://redirect.github.com/honojs/node-server/pull/163) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.10.1...v1.11.0 ### [`v1.10.1`](https://redirect.github.com/honojs/node-server/releases/tag/v1.10.1) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.10.0...v1.10.1) #### What's Changed - fix: catch ERR_INVALID_URL error in listener by [@​usualoma](https://redirect.github.com/usualoma) in [https://github.com/honojs/node-server/pull/162](https://redirect.github.com/honojs/node-server/pull/162) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.10.0...v1.10.1 ### [`v1.10.0`](https://redirect.github.com/honojs/node-server/releases/tag/v1.10.0) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.9.1...v1.10.0) #### What's Changed - feat: enable to skip overriding global Request and Response classes by [@​usualoma](https://redirect.github.com/usualoma) in [https://github.com/honojs/node-server/pull/156](https://redirect.github.com/honojs/node-server/pull/156) - docs(readme): update by [@​yusukebe](https://redirect.github.com/yusukebe) in [https://github.com/honojs/node-server/pull/157](https://redirect.github.com/honojs/node-server/pull/157) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.9.1...v1.10.0 ### [`v1.9.1`](https://redirect.github.com/honojs/node-server/releases/tag/v1.9.1) [Compare Source](https://redirect.github.com/honojs/node-server/compare/v1.9.0...v1.9.1) #### What's Changed - fix(request): guess request protocol from incoming object by [@​usualoma](https://redirect.github.com/usualoma) in [https://github.com/honojs/node-server/pull/155](https://redirect.github.com/honojs/node-server/pull/155) **Full Changelog**: https://github.com/honojs/node-server/compare/v1.9.0...v1.9.1

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.



This PR was generated by Mend Renovate. View the repository job log.