This repository was archived by the owner on Dec 21, 2025. It is now read-only.
fix(deps): update all non-major dependencies - #6
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 25, 2025 03:50
d267194 to
e3a015e
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 25, 2025 07:25
e3a015e to
998e63b
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
April 27, 2025 23:56
998e63b to
d009be9
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
10 times, most recently
from
May 5, 2025 02:31
8cd67cd to
d6972f7
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
11 times, most recently
from
May 9, 2025 06:33
960ff41 to
1eccc41
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
May 12, 2025 23:02
1eccc41 to
28fd3f4
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
15 times, most recently
from
May 27, 2025 20:21
dbb4d83 to
b7b80ed
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
14 times, most recently
from
June 2, 2025 13:41
a12c8b7 to
9c6311d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
^1.19.2->^1.19.7^0.8.10->^0.9.30^0.34.33->^0.34.41^22.18.3->^22.19.3v4.2.2->v4.3.1^1.0.2->^1.1.1^4.7.7->^4.11.1^4.9.7->^4.11.1^1.13.0->^1.13.622.15.0->22.21.110.9.0->10.26.1v4.1.0->v4.2.0^3.6.2->^3.7.4^8.5.0->^8.5.1^4.20.5->^4.21.0^5.9.2->^5.9.3^3.24.3->^3.25.76Release Notes
honojs/node-server (@hono/node-server)
v1.19.7Compare Source
What's Changed
configVersionto bun.lock by @yusukebe in #291New Contributors
Full Changelog: honojs/node-server@v1.19.6...v1.19.7
v1.19.6Compare Source
v1.19.5Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.19.4...v1.19.5
v1.19.4Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.19.3...v1.19.4
v1.19.3Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.19.2...v1.19.3
scalar/scalar (@scalar/hono-api-reference)
v0.9.30Patch Changes
Updated Dependencies
v0.9.28Patch Changes
v0.9.27Patch Changes
daa5df4]:v0.9.26Patch Changes
v0.9.25Patch Changes
v0.9.24Patch Changes
#7241
2377b76Thanks @hanspagel! - chore: use "current" not "latest" scalar registry urlUpdated dependencies [
2377b76]:v0.9.23Patch Changes
#7170
5d2a740Thanks @renovate! - Bump dependency to patch GHSA-q7jf-gf43-6x6pUpdated dependencies []:
v0.9.22Patch Changes
v0.9.21Patch Changes
1e01464]v0.9.20Patch Changes
v0.9.19Patch Changes
fd2c4ba]v0.9.18Patch Changes
v0.9.17Patch Changes
v0.9.16Patch Changes
v0.9.15Patch Changes
5f022b5: feat: use registry.scalar.com URLs as example5f022b5]v0.9.13Patch Changes
7031d9c: fix(api-reference): reference theme and style fixesv0.9.12Patch Changes
v0.9.11Patch Changes
v0.9.10Patch Changes
v0.9.9Patch Changes
66347d4]v0.9.7Patch Changes
v0.9.6Patch Changes
v0.9.5Patch Changes
161733e: docs: new READMEv0.9.4Patch Changes
v0.9.3Patch Changes
v0.9.2Patch Changes
v0.9.1Patch Changes
fd2c4ba]sinclairzx81/typebox (@sinclair/typebox)
v0.34.41Compare Source
v0.34.40Compare Source
v0.34.39Compare Source
v0.34.38Compare Source
v0.34.37Compare Source
v0.34.36Compare Source
v0.34.35Compare Source
v0.34.34Compare Source
actions/checkout (actions/checkout)
v4.3.1Compare Source
What's Changed
Full Changelog: actions/checkout@v4...v4.3.1
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
jshttp/cookie (cookie)
v1.1.1Compare Source
Fixed
c66147cvaluewas provided inserialize(key, value, { value })the value inoptionswas used instead of the value passed as an argumentv1.1.0Compare Source
honojs/hono (hono)
v4.11.1Compare Source
What's Changed
Full Changelog: honojs/hono@v4.11.0...v4.11.1
v4.11.0Compare Source
Release Notes
Hono v4.11.0 is now available!
This release includes new features for the Hono client, middleware improvements, and an important type system fix.
Type System Fix for Middleware
We've fixed a bug in the type system for middleware. Previously,
appdid not have the correct type with pathless handlers:This has now been fixed.
Thanks @kosei28!
Typed URL for Hono Client
You can now pass the base URL as the second type parameter to
hcto get more precise URL types:This is useful when you want to use the URL as a type-safe key for libraries like SWR.
Thanks @miyaji255!
Custom NotFoundResponse Type
You can now customize the
NotFoundResponsetype using module augmentation. This allowsc.notFound()to return a typed response:Now the client can correctly infer the 404 response type.
Thanks @miyaji255!
tryGetContext Helper
The new
tryGetContext()helper in the Context Storage middleware returnsundefinedinstead of throwing an error when the context is not available:Thanks @AyushCoder9!
Custom Query Serializer
You can now customize how query parameters are serialized using the
buildSearchParamsoption:Thanks @bolasblack!
New features
All changes
New Contributors
Full Changelog: honojs/hono@v4.10.8...v4.11.0
v4.10.8Compare Source
What's Changed
IsAllowedOriginHandlerby @baseballyama in #4558IsAllowedSecFetchSiteHandlerby @baseballyama in #4559New Contributors
Full Changelog: honojs/hono@v4.10.7...v4.10.8
v4.10.7Compare Source
What's Changed
NotSpecifiedandStrictVerifyOptionsby @ysknsid25 in #4525bun.lockby @yusukebe in #4548New Contributors
Full Changelog: honojs/hono@v4.10.6...v4.10.7
v4.10.6Compare Source
Deperecated
bearer-auth options
The following options are deprecated and will be removed in a future version:
noAuthenticationHeaderMessage=> usenoAuthenticationHeader.messageinvalidAuthenticationHeaderMessage=> useinvalidAuthenticationHeader.messageinvalidTokenMessage=> useinvalidToken.messageWhat's Changed
New Contributors
Full Changelog: honojs/hono@v4.10.5...v4.10.6
v4.10.5Compare Source
What's Changed
Vary: *is present by @pHo9UBenaA in #4504New Contributors
Full Changelog: honojs/hono@v4.10.4...v4.10.5
v4.10.4Compare Source
What's Changed
New Contributors
Full Changelog: honojs/hono@v4.10.3...v4.10.4
v4.10.3Compare Source
Securiy Fix
A security issue in the CORS middleware has been fixed. In some cases, a request header could affect the Vary response header. Please update to the latest version if you are using the CORS middleware.
What's Changed
=by @ryuapp in #4478New Contributors
Full Changelog: honojs/hono@v4.10.2...v4.10.3
v4.10.2Compare Source
v4.10.1Compare Source
What's Changed
.usenon-return mw fromcreateMiddlewareby @NamesMT in #4465Full Changelog: honojs/hono@v4.10.0...v4.10.1
v4.10.0Compare Source
Release Notes
Hono v4.10.0 is now available!
This release brings improved TypeScript support and new utilities.
The main highlight is the enhanced middleware type definitions that solve a long-standing issue with type safety for RPC clients.
Middleware Type Improvements
Imagine the following app:
The client with RPC:
Previously, it couldn't infer the responses from middleware, so a type error was thrown.
Now the responses are correctly typed.
This was a long-standing issue and we were thinking it was super difficult to resolve it. But now come true.
Thank you for the great work @slawekkolodziej!
cloneRawRequest Utility
The new
cloneRawRequestutility allows you to clone the raw Request object after it has been consumed by validators or middleware.Thanks @kamaal111!
New features
All changes
New Contributors
Full Changelog: honojs/hono@v4.9.12...v4.10.0
v4.9.12Compare Source
What's Changed
PreparedRegExpRouterfor optimization and added tests by @usualoma in #4456tree shakingby @usualoma in #4458Full Changelog: honojs/hono@v4.9.11...v4.9.12
v4.9.11Compare Source
What's Changed
New Contributors
Full Changelog: honojs/hono@v4.9.10...v4.9.11
v4.9.10Compare Source
What's Changed
Full Changelog: honojs/hono@v4.9.9...v4.9.10
v4.9.9Compare Source
What's Changed
handleby @yusukebe in #4421New Contributors
Full Changelog: honojs/hono@v4.9.8...v4.9.9
v4.9.8Compare Source
What's Changed
New Contributors
Full Changelog: honojs/hono@v4.9.7...v4.9.8
v4.9.7Compare Source
Security
bodyLimitmiddleware where the body size limit could be bypassed when bothContent-LengthandTransfer-Encodingheaders were present. If you are using this middleware, please update immediately. Security AdvisoryWhat's Changed
parseResponsenot parsing json in react native by @lr0pb in #4399.tool-versionsfile by @3w36zj6 in #4397bun installcommands to use--frozen-lockfileby @3w36zj6 in #4398New Contributors
Full Changelog: honojs/hono@v4.9.6...v4.9.7
v4.9.6Compare Source
Security
Fixed a bug in URL path parsing (
getPath) that could cause path confusion under malformed requests.If you rely on reverse proxies (e.g. Nginx) for ACLs or restrict access to endpoints like
/admin, please update immediately.See advisory for details: GHSA-9hp6-4448-45g2
What's Changed
Full Changelog: honojs/hono@v4.9.5...v4.9.6
v4.9.5Compare Source
What's Changed
originandallowMethodsby @jobrk in #4373app.fetchinhandleby @yusukebe in #4374New Contributors
Full Changelog: honojs/hono@v4.9.4...v4.9.5
v4.9.4Compare Source
What's Changed
deno publishby @yusukebe in #4364Full Changelog: honojs/hono@v4.9.3...v4.9.4
v4.9.3Compare Source
What's Changed
customFetchoption to allow custom fetch function by @yusukebe in #4360typescriptto5.9.2by @yusukebe in #4362packageManagerfield topackage.jsonby @yusukebe in #4363Full Changelog: honojs/hono@v4.9.2...v4.9.3
v4.9.2Compare Source
What's Changed
removeIndexStringby @yusukebe in #4352New Contributors
Full Changelog: honojs/hono@v4.9.1...v4.9.2
v4.9.1Compare Source
What's Changed
DetailedError.name(+ error tests) by @NamesMT in #4344Full Changelog: honojs/hono@v4.9.0...v4.9.1
v4.9.0Compare Source
Release Notes
Hono v4.9.0 is now available!
This release introduces several enhancements and utilities.
The main highlight is the new
parseResponseutility that makes it easier to work with RPC client responses.parseResponse Utility
The new
parseResponseutility 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