-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency hono to v4.6.14 #4
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe recent updates involve changing the version of the Changes
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
47925ae
to
cebeee7
Compare
cebeee7
to
0d3ab15
Compare
0d3ab15
to
d04c7e6
Compare
d04c7e6
to
9c79ba4
Compare
9c79ba4
to
e5a2e3c
Compare
e5a2e3c
to
a17646d
Compare
a17646d
to
ce2d594
Compare
ce2d594
to
735dc60
Compare
735dc60
to
c06b81b
Compare
c06b81b
to
d1f41c0
Compare
d1f41c0
to
1547530
Compare
1547530
to
1fe13ad
Compare
1fe13ad
to
d299bda
Compare
d299bda
to
a46ff00
Compare
5c8f4c7
to
9ae61bb
Compare
9ae61bb
to
5ab61d4
Compare
5ab61d4
to
75b23b3
Compare
75b23b3
to
09c2c32
Compare
09c2c32
to
0ed4af9
Compare
0ed4af9
to
ffd37d0
Compare
ffd37d0
to
ee72585
Compare
ee72585
to
4359904
Compare
4359904
to
dee6476
Compare
dee6476
to
487db04
Compare
487db04
to
eb5399b
Compare
eb5399b
to
f3ef510
Compare
This PR contains the following updates:
4.3.6
->4.6.14
Release Notes
honojs/hono (hono)
v4.6.14
Compare Source
What's Changed
Object.create(null)
by @usualoma in https://github.com/honojs/hono/pull/3735charset
parameter from MIME type ofapplication/json
by @SaekiTominaga in https://github.com/honojs/hono/pull/3743New Contributors
Full Changelog: honojs/hono@v4.6.13...v4.6.14
v4.6.13
Compare Source
What's Changed
Array.prototype.at()
to look at the end by @ryuapp in https://github.com/honojs/hono/pull/3703New Contributors
Full Changelog: honojs/hono@v4.6.12...v4.6.13
v4.6.12
Compare Source
What's Changed
KB
by @EdamAme-x in https://github.com/honojs/hono/pull/3696New Contributors
Full Changelog: honojs/hono@v4.6.11...v4.6.12
v4.6.11
Compare Source
What's Changed
qs
for query-param by @yusukebe in https://github.com/honojs/hono/pull/3674perf-measures
by @yusukebe in https://github.com/honojs/hono/pull/3683build
andperf-measures
by @yusukebe in https://github.com/honojs/hono/pull/3686errorHandler
withprivate
not use#
by @yusukebe in https://github.com/honojs/hono/pull/3692New Contributors
Full Changelog: honojs/hono@v4.6.10...v4.6.11
v4.6.10
Compare Source
What's Changed
no-response.yml
by @yusukebe in https://github.com/honojs/hono/pull/3622devDependencies
by @EdamAme-x in https://github.com/honojs/hono/pull/3633package.json
andjsr.json
by @EdamAme-x in https://github.com/honojs/hono/pull/3638#
for private props to reduce the minified bundle size by @EdamAme-x in https://github.com/honojs/hono/pull/3660c.req.routeIndex
from being changed by @usualoma in https://github.com/honojs/hono/pull/3663New Contributors
Full Changelog: honojs/hono@v4.6.9...v4.6.10
v4.6.9
Compare Source
What's Changed
c.req.param
decodes invalid percent strings by @yusukebe in https://github.com/honojs/hono/pull/3573memo
for DOM renderer by @usualoma in https://github.com/honojs/hono/pull/3568.concat
instead of spread syntax by @EdamAme-x in https://github.com/honojs/hono/pull/3584any
and fix types of adapter/deno by @EdamAme-x in https://github.com/honojs/hono/pull/3291.matchRoute
and reduce bundle size by @EdamAme-x in https://github.com/honojs/hono/pull/3595c.redirect()
by @cometkim in https://github.com/honojs/hono/pull/3609| 0
instead ofMath.floor
by @EdamAme-x in https://github.com/honojs/hono/pull/3605#
for private methods to reduce the minified file size by @yusukebe in https://github.com/honojs/hono/pull/3596New Contributors
Full Changelog: honojs/hono@v4.6.8...v4.6.9
v4.6.8
Compare Source
What's Changed
--hot
by @nakasyou in https://github.com/honojs/hono/pull/3576New Contributors
Full Changelog: honojs/hono@v4.6.7...v4.6.8
v4.6.7
Compare Source
What's Changed
requestContext
by @yusukebe in https://github.com/honojs/hono/pull/3549New Contributors
Full Changelog: honojs/hono@v4.6.6...v4.6.7
v4.6.6
Compare Source
What's Changed
NotFound
warning on Deno by @pablo-abc in https://github.com/honojs/hono/pull/3542New Contributors
Full Changelog: honojs/hono@v4.6.5...v4.6.6
v4.6.5
Compare Source
Security fix for CSRF Protection Middleware
This release includes a security fix for CSRF Protection Middleware. If you are using CSRF Protection Middleware, please upgrade this
hono
package immediately.Before this release, a request without a
Content-Type
header can bypass the protection. This fix does not allow it. See: GHSA-2234-fmw7-43wrWhat's Changed
v2
by @yusukebe in https://github.com/honojs/hono/pull/3506Access-Control-Allow-Origin
if there is no matching origin by @uki00a in https://github.com/honojs/hono/pull/3510New Contributors
Full Changelog: honojs/hono@v4.6.4...v4.6.5
v4.6.4
Compare Source
What's Changed
crypto-js
from dev dependencies by @yusukebe in https://github.com/honojs/hono/pull/3447createMiddleware
by @yusukebe in https://github.com/honojs/hono/pull/3498globalThis
by @sapphi-red in https://github.com/honojs/hono/pull/3500override
totoStringToBuffer
in classes extendingJSXNode
by @yusukebe in https://github.com/honojs/hono/pull/3505New Contributors
Full Changelog: honojs/hono@v4.6.3...v4.6.4
v4.6.3
Compare Source
This release has many new features, but each feature is small, so we've released it as a patch release.
What's Changed
runtime_tests
toruntime-tests
by @yusukebe in https://github.com/honojs/hono/pull/3419every
middleware work with short-circuiting middlewares by @paolostyle in https://github.com/honojs/hono/pull/3441renderToString
by @usualoma in https://github.com/honojs/hono/pull/3432New Contributors
Full Changelog: honojs/hono@v4.6.2...v4.6.3
v4.6.2
Compare Source
What's Changed
Full Changelog: honojs/hono@v4.6.1...v4.6.2
v4.6.1
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/hono@v4.6.0...v4.6.1
v4.6.0
Compare Source
Hono v4.6.0 is now available!
One of the highlights of this release is the Context Storage Middleware. Let's introduce it.
Context Storage Middleware
Many users may have been waiting for this feature. The Context Storage Middleware uses
AsyncLocalStorage
to allow handling of the current Context object even outside of handlers.For example, let’s define a Hono app with a variable
message: string
.To enable Context Storage Middleware, register
contextStorage()
as middleware at the top and set themessage
value.getContext()
returns the current Context object, allowing you to get the value of themessage
variable outside the handler.In the case of Cloudflare Workers, you can also access the
Bindings
outside the handler by using this middleware.Thanks @marceloverdijk !
New features
c.env.eventContext
in handleMiddleware https://github.com/honojs/hono/pull/3332WSContext
https://github.com/honojs/hono/pull/3337Content-Encoding
whenstream
is true https://github.com/honojs/hono/pull/3355precompressed
option https://github.com/honojs/hono/pull/3366Promise<string>
or (async)JSX.Element
instreamSSE
https://github.com/honojs/hono/pull/3344onFound
option https://github.com/honojs/hono/pull/3396Other changes
New Contributors
Full Changelog: honojs/hono@v4.5.11...v4.6.0
v4.5.11
Compare Source
What's Changed
Twitter
toX
by @yusukebe in https://github.com/honojs/hono/pull/3354New Contributors
Full Changelog: honojs/hono@v4.5.10...v4.5.11
v4.5.10
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/hono@v4.5.9...v4.5.10
v4.5.9
Compare Source
What's Changed
NO_COLOR
by @ryuapp in https://github.com/honojs/hono/pull/3306type
(MIME) attribute types by @ssssota in https://github.com/honojs/hono/pull/3305Full Changelog: honojs/hono@v4.5.8...v4.5.9
v4.5.8
Compare Source
Security Fix for CSRF Protection Middleware
Before this release, in versions 4.5.7 and below, the CSRF Protection Middleware did not treat requests including
Content-Types
with uppercase letters (e.g.,Application/x-www-form-urlencoded
) as potential attacks, allowing them to pass.This could cause unexpected behavior, leading to a vulnerability. If you are using the CSRF Protection Middleware, please upgrade to version 4.5.8 or higher immediately.
For more details, see the report here: GHSA-rpfr-3m35-5vx5
v4.5.7
Compare Source
What's Changed
target
andformtarget
attribute types by @ssssota in https://github.com/honojs/hono/pull/3299New Contributors
Full Changelog: honojs/hono@v4.5.6...v4.5.7
v4.5.6
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/hono@v4.5.5...v4.5.6
v4.5.5
Compare Source
What's Changed
c.header
by @nakasyou in https://github.com/honojs/hono/pull/3221c.header
by @nakasyou in https://github.com/honojs/hono/pull/3255.
and not end/
by @yusukebe in https://github.com/honojs/hono/pull/3256Full Changelog: honojs/hono@v4.5.4...v4.5.5
v4.5.4
Compare Source
What's Changed
param
inValidationTargets
supports optional param by @yusukebe in https://github.com/honojs/hono/pull/3229New Contributors
Full Changelog: honojs/hono@v4.5.3...v4.5.4
v4.5.3
Compare Source
What's Changed
application/json
with a charset as JSON by @yusukebe in https://github.com/honojs/hono/pull/3199self.fetch
correctly by @yusukebe in https://github.com/honojs/hono/pull/3200New Contributors
Full Changelog: honojs/hono@v4.5.2...v4.5.3
v4.5.2
Compare Source
What's Changed
navigator
isundefined
by @yusukebe in https://github.com/honojs/hono/pull/3171navigator
isundefined
by @yusukebe in https://github.com/honojs/hono/pull/3173Full Changelog: honojs/hono@v4.5.1...v4.5.2
v4.5.1
Compare Source
What's Changed
@experimental
fromcreateApp
by @yusukebe in https://github.com/honojs/hono/pull/3164query
inws
by @yusukebe in https://github.com/honojs/hono/pull/3169New Contributors
Full Changelog: honojs/hono@v4.5.0...v4.5.1
v4.5.0
Compare Source
v4.4.13
Compare Source
What's Changed
string[] | File[]
for RPC form value by @yusukebe in https://github.com/honojs/hono/pull/3117app.use(path, mw)
return correct schema type by @yusukebe in https://github.com/honojs/hono/pull/3128Full Changelog: honojs/hono@v4.4.12...v4.4.13
[
v4.4.12
](https://redirect.giConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.