-
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
Update dependency hono to v4.6.16 #191
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 🪧 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 (
|
🏗️ E2E / ts-no-cli-runner (#1790) • ➡️ View in Autoblocks 🔴 typescript-e2e-test-suite-1-no-cli-runner
Generated by Autoblocks against 2f2e2b3 |
🏗️ E2E / py-no-cli-runner (#1789) • ➡️ View in Autoblocks 🔴 python-e2e-test-suite-1-no-cli-runner x = "x1" y = "y1"
Generated by Autoblocks against 2f2e2b3 |
🏗️ E2E / ts (#1790) • ➡️ View in Autoblocks 🔴 typescript-e2e-test-suite-1-with-cli-runner
Generated by Autoblocks against 2f2e2b3 |
🏗️ E2E / py-no-cli-runner (#1769) • ➡️ View in Autoblocks 🟢 python-e2e-test-suite-1-no-cli-runner x = "x2" y = "y1"
Generated by Autoblocks against 7ac783b |
🏗️ E2E / py (#1790) • ➡️ View in Autoblocks 🔴 python-e2e-test-suite-1-with-cli-runner x = "x1" y = "y1"
Generated by Autoblocks against 2f2e2b3 |
7ac783b
to
2f2e2b3
Compare
This PR contains the following updates:
4.6.14
->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
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.