Update dependency hono to v4.9.0 #699
Open
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.8.5
->4.9.0
Release Notes
honojs/hono (hono)
v4.9.0
Compare Source
Release Notes
Hono v4.9.0 is now available!
This release introduces several enhancements and utilities.
The main highlight is the new
parseResponse
utility that makes it easier to work with RPC client responses.parseResponse Utility
The new
parseResponse
utility provides a convenient way to parse responses from Hono RPC clients (hc
). It automatically handles different response formats and throws structured errors for failed requests.This makes working with RPC client responses much more straightforward and type-safe.
Thanks @NamesMT!
New features
All changes
iss
) claim by @yolocat-dev in https://github.com/honojs/hono/pull/4253headerName
to JWK middleware by @JoaquinGimenez1 in https://github.com/honojs/hono/pull/4279join
to correct path resolution by @yusukebe in https://github.com/honojs/hono/pull/4291verifyWithJwks
for external use by @Beyondo in https://github.com/honojs/hono/pull/4302parseResponse
util to smartly parsehc
's Response by @NamesMT in https://github.com/honojs/hono/pull/4314skipLibCheck
to resolve TypeScript compilation issues by @yusukebe in https://github.com/honojs/hono/pull/4342New Contributors
Full Changelog: honojs/hono@v4.8.12...v4.9.0
v4.8.12
Compare Source
What's Changed
/files/:name{.*}
by @yusukebe in https://github.com/honojs/hono/pull/4329Full Changelog: honojs/hono@v4.8.11...v4.8.12
v4.8.11
Compare Source
What's Changed
output
type forc.body()
by @NamesMT in https://github.com/honojs/hono/pull/4318FetchEvent
as second argument toapp.fetch
by @yusukebe in https://github.com/honojs/hono/pull/4328@hono/eslint-config
by @yusukebe in https://github.com/honojs/hono/pull/4330Full Changelog: honojs/hono@v4.8.10...v4.8.11
v4.8.10
Compare Source
What's Changed
benchmarks/*
by @yusukebe in https://github.com/honojs/hono/pull/4317New Contributors
Full Changelog: honojs/hono@v4.8.9...v4.8.10
v4.8.9
Compare Source
What's Changed
isByteString
inc.redirect
by @yusukebe in https://github.com/honojs/hono/pull/4307Full Changelog: honojs/hono@v4.8.8...v4.8.9
v4.8.8
Compare Source
What's Changed
safeEncodeURI
by @yusukebe in https://github.com/honojs/hono/pull/4306Full Changelog: honojs/hono@v4.8.7...v4.8.8
v4.8.7
Compare Source
What's Changed
Full Changelog: honojs/hono@v4.8.6...v4.8.7
v4.8.6
Compare Source
What's Changed
Full Changelog: honojs/hono@v4.8.5...v4.8.6
Configuration
📅 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.