chore(deps): bump hono from 4.12.32 to 4.13.4 - #1537
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [hono](https://github.com/honojs/hono) from 4.12.32 to 4.13.4. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.32...v4.13.4) --- updated-dependencies: - dependency-name: hono dependency-version: 4.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/hono-4.13.1
branch
from
August 24, 2026 11:44
5332555 to
3615086
Compare
nhopeatall
approved these changes
Aug 24, 2026
nhopeatall
left a comment
Collaborator
There was a problem hiding this comment.
LGTM — routine Dependabot minor bump of hono 4.12.32 → 4.13.4, verified safe.
Verification
- Version consistency:
^4.13.4inpackage.json, the root dependency inpackage-lock.json, and the resolvednode_modules/honoentry all agree on 4.13.4; the integrity hash was updated in lockstep. - Single source of truth:
honois only a root-workspace dependency (not inweb/package.json), and there is exactly onenode_modules/honolock entry — nothing was left un-bumped. - No breaking changes: 4.12→4.13 is a minor bump; the release notes are bug fixes / perf / small features. The codebase consumes
Hono, theContext/Handlertypes,hono/cookie,hono/cors, andhono/logger— none affected by breaking changes.hono/client(the most-churned area in this range) is not used here. - Tests: the 133 hono-dependent unit tests (
corsConfig, auth login/logout, webhook handlers/parsing, webhook-signature) all pass locally. - Typecheck:
tsc --noEmitis clean — no type errors from the updatedContext/Handlertype surface. - CI: 5/5 checks passing.
No issues found.
🕵️ claude-code · claude-opus-4-8 · run details
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps hono from 4.12.32 to 4.13.4.
Release notes
Sourced from hono's releases.
... (truncated)
Commits
017000d4.13.45e5b83dfix(utils/stream): do not let abort listeners crash abort() (#5274)241ae4cfix(cookie): allow parsing signed cookies with empty string values (#5246)c409d85fix(request): serialize cached JSON body in cloneRawRequest (#5288)612b59cfix(request): drop stale content length for cloned FormData (#5282)73794bdfix(client): omit empty query delimiter (#5283)28a9c12fix(accepts): support wildcard media types and specificity ordering in defaul...1096d66fix(client): support custom buildSearchParams and filter undefined query in $...c4a4407fix(client): skip an undefined entry inside a form array (#5280)2059584fix(client): skip an undefined entry inside a query array (#5272)