chore(deps): bump @hono/node-server from 1.19.12 to 1.19.17 - #250
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump @hono/node-server from 1.19.12 to 1.19.17#250dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.19.12 to 1.19.17. - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](honojs/node-server@v1.19.12...v1.19.17) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 1.19.17 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
adesege
reviewed
Aug 4, 2026
adesege
left a comment
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 22bc391 | Previous: ccb3f17 | Ratio |
|---|---|---|---|
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 |
36677.70841221634 ops/sec (±1.19%) |
44355.827899388205 ops/sec (±1.52%) |
1.21 |
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 |
42376.30011709327 ops/sec (±0.80%) |
49077.55133303189 ops/sec (±1.07%) |
1.16 |
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 |
16194.993319216008 ops/sec (±1.19%) |
24127.579263272528 ops/sec (±1.28%) |
1.49 |
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error |
3941.932238184899 ops/sec (±2.96%) |
4332.798367697519 ops/sec (±3.08%) |
1.10 |
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 |
6016.749190044381 ops/sec (±1.51%) |
6877.491973422911 ops/sec (±1.38%) |
1.14 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only |
378501.27403455315 ops/sec (±0.28%) |
367439.1967778971 ops/sec (±2.58%) |
0.97 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() |
38371.55788291017 ops/sec (±0.99%) |
40916.51636711715 ops/sec (±2.82%) |
1.07 |
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap |
43894.2869815585 ops/sec (±1.47%) |
46221.77899438597 ops/sec (±1.51%) |
1.05 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) |
43467.43683589193 ops/sec (±0.64%) |
47297.584538015675 ops/sec (±0.94%) |
1.09 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap |
40400.88768275918 ops/sec (±1.07%) |
46712.398512126 ops/sec (±0.86%) |
1.16 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider |
4178395.665727909 ops/sec (±0.25%) |
3659523.004609583 ops/sec (±0.26%) |
0.88 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton |
3955455.375040027 ops/sec (±2.09%) |
3674735.919157303 ops/sec (±0.23%) |
0.93 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue |
4437587.7603700105 ops/sec (±2.18%) |
3643329.0527346027 ops/sec (±0.97%) |
0.82 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory |
4511737.828555316 ops/sec (±2.14%) |
3731349.291036125 ops/sec (±0.79%) |
0.83 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token |
1403110.1001894067 ops/sec (±0.39%) |
1231183.1036989056 ops/sec (±0.71%) |
0.88 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token |
1387017.2926217688 ops/sec (±1.54%) |
1316018.4734202325 ops/sec (±0.72%) |
0.95 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token |
1976846.699237668 ops/sec (±1.37%) |
1783899.5774658315 ops/sec (±0.30%) |
0.90 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token |
1359824.006502229 ops/sec (±0.42%) |
1315930.5814242992 ops/sec (±0.55%) |
0.97 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check |
2109670.8185848393 ops/sec (±0.13%) |
1806360.778904609 ops/sec (±0.19%) |
0.86 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() |
2464119.250901739 ops/sec (±2.99%) |
1989351.3462046375 ops/sec (±2.25%) |
0.81 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate |
2352389.1437374474 ops/sec (±1.78%) |
2077218.3049918814 ops/sec (±0.64%) |
0.88 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module |
1225831.3846327139 ops/sec (±0.78%) |
1318623.2747570868 ops/sec (±0.43%) |
1.08 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree |
659871.1883584369 ops/sec (±0.40%) |
674368.8967327109 ops/sec (±0.61%) |
1.02 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) |
1116607.2273075848 ops/sec (±0.38%) |
1033574.8692689876 ops/sec (±0.46%) |
0.93 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks |
803221.9967873417 ops/sec (±2.01%) |
861264.3797109328 ops/sec (±0.67%) |
1.07 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers |
595123.7440967261 ops/sec (±0.41%) |
601067.2979531069 ops/sec (±0.70%) |
1.01 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers |
583765.8307079453 ops/sec (±1.68%) |
598005.5897686194 ops/sec (±2.06%) |
1.02 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs |
586410.8353879789 ops/sec (±0.45%) |
606220.5693193878 ops/sec (±0.44%) |
1.03 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes |
15979.639115830203 ops/sec (±7.07%) |
20659.201604495036 ops/sec (±7.81%) |
1.29 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller |
83556.05264263852 ops/sec (±8.09%) |
87549.06480088776 ops/sec (±9.59%) |
1.05 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers |
18118.44337205548 ops/sec (±6.74%) |
20055.348642388202 ops/sec (±7.48%) |
1.11 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity |
343313.9478163425 ops/sec (±0.44%) |
348297.84898624144 ops/sec (±1.02%) |
1.01 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity |
60877.16659159126 ops/sec (±0.40%) |
66342.982298651 ops/sec (±0.49%) |
1.09 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity |
30561.258094900073 ops/sec (±0.38%) |
32949.193140155745 ops/sec (±0.54%) |
1.08 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path |
12769648.748562593 ops/sec (±0.12%) |
12503091.774915366 ops/sec (±0.09%) |
0.98 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param |
1905286.224271068 ops/sec (±1.57%) |
2209847.5226742206 ops/sec (±1.46%) |
1.16 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params |
1406378.5486182177 ops/sec (±0.39%) |
1332989.981337998 ops/sec (±0.60%) |
0.95 |
This comment was automatically generated by workflow using github-action-benchmark.
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/node-server from 1.19.12 to 1.19.17.
Release notes
Sourced from @hono/node-server's releases.
Commits
71941da1.19.170208500ci: addstageoption for publishing (#386)cbdf7131.19.1686e96c2ci: add an action for trusted publisher (#385)99c1a1aci: run on v1.x branch pushes84cb2eeMerge commit from forkb5e63a31.19.14c02d777fix: add custom inspect to lightweight Request/Response to prevent TypeError ...fd64e651.19.13025c30fMerge commit from forkMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@hono/node-serversince your current version.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.