-
-
Notifications
You must be signed in to change notification settings - Fork 9
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 ^4.6.16 #317
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 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 (
|
ea74270
to
aa09b85
Compare
9c608a3
to
0f0b13a
Compare
0f0b13a
to
5525a53
Compare
455e246
to
77c7dd1
Compare
59ae0b8
to
b30529f
Compare
b30529f
to
0e2b2f2
Compare
0e2b2f2
to
796969f
Compare
796969f
to
97c0701
Compare
97c0701
to
c427956
Compare
ae383fc
to
da2e334
Compare
da2e334
to
0807ae9
Compare
0807ae9
to
c0e6c34
Compare
c0e6c34
to
88f9e40
Compare
289e5a2
to
88f9e40
Compare
88f9e40
to
6ea2659
Compare
6ea2659
to
f5356c3
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@hono/[email protected], npm/@hono/[email protected], npm/@hono/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected] |
f5356c3
to
c6af5c0
Compare
c6af5c0
to
db79bbf
Compare
db79bbf
to
abe50d8
Compare
This PR contains the following updates:
^4.6.12
->^4.6.16
Release Notes
honojs/hono (hono)
v4.6.16
Compare Source
What's Changed
app.on(method,path[],middleware,handler)
type by @yusukebe in https://github.com/honojs/hono/pull/3802Full Changelog: honojs/hono@v4.6.15...v4.6.16
v4.6.15
Compare Source
c.json()
etc. throwing type error when the status is contentless code, e.g., 204From this release, when
c.json()
,c.text()
, orc.html()
returns content, specifying a contentless status code such as 204 will now throw a type error.At first glance, this seems like a breaking change but not. It is not possible to return a contentless response with
c.json()
orc.text()
. So, in that case, please usec.body()
.What's Changed
ResponseInit
accepts genericsStatusCode
forstatus
by @yusukebe in https://github.com/honojs/hono/pull/3770COMPOSED_HANDLER
by @yusukebe in https://github.com/honojs/hono/pull/3773New Contributors
Full Changelog: honojs/hono@v4.6.14...v4.6.15
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
Configuration
📅 Schedule: Branch creation - "before 2pm on Monday" in timezone Europe/London, 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.