fix(deps): update dependency hono to v4.1.0 #745
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.10
->4.1.0
Release Notes
honojs/hono (hono)
v4.1.0
Compare Source
Hono v4.1.0 is now available! Let's take a look at the new features.
WebSocket Helper
Now Hono supports WebSockets! With WebSocket helper, you can easily handle WebSockets in your application. Currently, Cloudflare Workers / Pages, Deno, and Bun adapters are available.
PRC mode is now also supported for WebSockets endpoints. The following is a demo.
Thanks @nakasyou!
Body Limit Middleware
Introducing Body Limit Middleware. This middleware can limit the file size of the request body.
Thanks @EdamAme-x and @usualoma!
ES2022
We made the
target
in thetsconfig.json
as ES2022 instead of ES2020. So, the generated JavaScript files are now ES2022. That made the file size smaller! The following is the result of the minify and build of "Hello World" with Wrangler.Performance has also been improved in some Node.js environments.
Other features
__Secure-
and__Host- prefix
https://github.com/honojs/hono/pull/2269cause
option https://github.com/honojs/hono/pull/2224NO_COLOR
https://github.com/honojs/hono/pull/2228All Updates
NO_COLOR
by @ryuapp in https://github.com/honojs/hono/pull/2228@hono/node-server
by @yusukebe in https://github.com/honojs/hono/pull/2323bodyLimit
for Deno by @yusukebe in https://github.com/honojs/hono/pull/2324New Contributors
Full Changelog: honojs/hono@v4.0.10...v4.1.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.