chore(deps): bump hono from 4.12.30 to 4.12.32 - #244
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [hono](https://github.com/honojs/hono) from 4.12.30 to 4.12.32. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.30...v4.12.32) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
adesege
reviewed
Jul 27, 2026
adesege
left a comment
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: e0c56ff | Previous: 7abf1a4 | Ratio |
|---|---|---|---|
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 |
36037.1575233336 ops/sec (±1.22%) |
50159.54786183608 ops/sec (±1.20%) |
1.39 |
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 |
41428.52439881567 ops/sec (±2.05%) |
48788.542100785955 ops/sec (±0.78%) |
1.18 |
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 |
15413.961835029997 ops/sec (±1.21%) |
16324.656937824655 ops/sec (±1.20%) |
1.06 |
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error |
3973.256027661101 ops/sec (±2.94%) |
3767.6341525889247 ops/sec (±3.58%) |
0.95 |
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 |
5925.318138090021 ops/sec (±1.50%) |
6465.66593197288 ops/sec (±1.25%) |
1.09 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only |
345087.01581181306 ops/sec (±2.39%) |
376306.82818050386 ops/sec (±0.43%) |
1.09 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() |
35359.54181105778 ops/sec (±2.87%) |
38183.21846588412 ops/sec (±0.93%) |
1.08 |
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap |
40449.33379947133 ops/sec (±2.16%) |
38777.470454862014 ops/sec (±2.52%) |
0.96 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) |
39695.94617229667 ops/sec (±0.86%) |
44139.17336156522 ops/sec (±0.72%) |
1.11 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap |
38781.72713176719 ops/sec (±0.87%) |
43671.34722128782 ops/sec (±0.74%) |
1.13 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider |
4159932.2777882353 ops/sec (±1.72%) |
4378267.089319942 ops/sec (±1.57%) |
1.05 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton |
4007579.903816357 ops/sec (±0.22%) |
3996288.7611478744 ops/sec (±2.06%) |
1.00 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue |
4518092.75300618 ops/sec (±1.54%) |
4685169.337081629 ops/sec (±1.56%) |
1.04 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory |
4521156.544190176 ops/sec (±2.39%) |
4760014.600562802 ops/sec (±0.71%) |
1.05 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token |
1376793.4107315596 ops/sec (±1.54%) |
1398230.3724598626 ops/sec (±0.42%) |
1.02 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token |
1375774.1619644018 ops/sec (±1.63%) |
1442223.1433174785 ops/sec (±0.42%) |
1.05 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token |
1893154.1636412377 ops/sec (±1.39%) |
1916660.9496722054 ops/sec (±0.17%) |
1.01 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token |
1342332.429471986 ops/sec (±0.46%) |
1366570.6662249872 ops/sec (±0.46%) |
1.02 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check |
2039246.6337055168 ops/sec (±0.25%) |
2060612.6441198322 ops/sec (±0.22%) |
1.01 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() |
2483713.3343669595 ops/sec (±3.01%) |
2448987.8334662053 ops/sec (±3.52%) |
0.99 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate |
2367730.891898182 ops/sec (±1.95%) |
2405055.4643926523 ops/sec (±0.62%) |
1.02 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module |
1321383.0803174314 ops/sec (±0.76%) |
1340462.7024322296 ops/sec (±0.71%) |
1.01 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree |
672563.105491196 ops/sec (±0.41%) |
666424.4474642557 ops/sec (±0.39%) |
0.99 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) |
1165600.321535679 ops/sec (±0.41%) |
1183561.6330960623 ops/sec (±0.35%) |
1.02 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks |
831435.7622090837 ops/sec (±0.55%) |
851155.870407782 ops/sec (±0.55%) |
1.02 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers |
579791.2845372104 ops/sec (±2.88%) |
590249.3046864584 ops/sec (±2.29%) |
1.02 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers |
590900.2580260043 ops/sec (±0.37%) |
604495.8718469703 ops/sec (±0.29%) |
1.02 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs |
589379.8066832969 ops/sec (±0.36%) |
593957.25042619 ops/sec (±1.36%) |
1.01 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes |
16635.40827852757 ops/sec (±7.44%) |
8391.603815600616 ops/sec (±6.55%) |
0.50 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller |
85241.6329495307 ops/sec (±8.71%) |
48315.360497889866 ops/sec (±7.22%) |
0.57 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers |
17908.58561572586 ops/sec (±7.73%) |
10884.969280489046 ops/sec (±5.37%) |
0.61 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity |
339298.55730247305 ops/sec (±1.30%) |
332313.5088406572 ops/sec (±1.51%) |
0.98 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity |
64185.09781426979 ops/sec (±0.40%) |
60216.679809510286 ops/sec (±0.68%) |
0.94 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity |
30888.088397984855 ops/sec (±0.44%) |
31479.58270665301 ops/sec (±0.35%) |
1.02 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path |
12775947.693402506 ops/sec (±0.11%) |
12502380.574745644 ops/sec (±0.12%) |
0.98 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param |
1833398.335274095 ops/sec (±0.42%) |
1807787.3853475987 ops/sec (±0.48%) |
0.99 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params |
1306900.431720444 ops/sec (±0.56%) |
1346117.2569435074 ops/sec (±0.60%) |
1.03 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
Author
|
Superseded by #253. |
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.30 to 4.12.32.
Release notes
Sourced from hono's releases.
Commits
26d8e424.12.32402eb3afix(secure-headers): keep CSP callbacks scoped to their header (#5147)c85aeadfix: useObject.create(null)when parsing query, headers, and params (#5161)a88c89dtest(cloudflare-workers): add coverage for onClose, onError, send, and close ...44f8843fix(sse): emit empty id field to reset Last-Event-ID (#5138)e36f57dfix(aws-lambda): add jwt and lambda authorizer types for API Gateway v2 (#5142)bf8608cci: enable reports for type & bundle size check (#5148)cadff884.12.3164c613atest(validator): fix misspelled identifier in transform type test (#5136)aeba9ecfix(sse): emit retry feild when retry is0(#5135)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.