chore(deps): bump @hono/node-server from 1.19.12 to 1.19.14 - #174
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump @hono/node-server from 1.19.12 to 1.19.14#174dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
adesege
reviewed
Apr 16, 2026
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: b8fdcde | Previous: ccb3f17 | Ratio |
|---|---|---|---|
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 |
36881.14214463338 ops/sec (±1.28%) |
44355.827899388205 ops/sec (±1.52%) |
1.20 |
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 |
43894.498369212495 ops/sec (±0.84%) |
49077.55133303189 ops/sec (±1.07%) |
1.12 |
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 |
15373.36265113085 ops/sec (±1.28%) |
24127.579263272528 ops/sec (±1.28%) |
1.57 |
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error |
3857.671010100867 ops/sec (±3.31%) |
4332.798367697519 ops/sec (±3.08%) |
1.12 |
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 |
6072.837464578461 ops/sec (±1.21%) |
6877.491973422911 ops/sec (±1.38%) |
1.13 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only |
368974.23482726247 ops/sec (±0.85%) |
367439.1967778971 ops/sec (±2.58%) |
1.00 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() |
35527.510857231304 ops/sec (±3.75%) |
40916.51636711715 ops/sec (±2.82%) |
1.15 |
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap |
40084.96620872344 ops/sec (±1.98%) |
46221.77899438597 ops/sec (±1.51%) |
1.15 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) |
42275.74913570329 ops/sec (±1.02%) |
47297.584538015675 ops/sec (±0.94%) |
1.12 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap |
41764.695103869795 ops/sec (±1.18%) |
46712.398512126 ops/sec (±0.86%) |
1.12 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider |
4237559.398266764 ops/sec (±1.70%) |
3659523.004609583 ops/sec (±0.26%) |
0.86 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton |
4080338.70244979 ops/sec (±2.00%) |
3674735.919157303 ops/sec (±0.23%) |
0.90 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue |
4552654.934671661 ops/sec (±1.55%) |
3643329.0527346027 ops/sec (±0.97%) |
0.80 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory |
4579051.61536349 ops/sec (±0.78%) |
3731349.291036125 ops/sec (±0.79%) |
0.81 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token |
1441219.1871542057 ops/sec (±0.50%) |
1231183.1036989056 ops/sec (±0.71%) |
0.85 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token |
1447044.9783885658 ops/sec (±1.60%) |
1316018.4734202325 ops/sec (±0.72%) |
0.91 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token |
1958466.5115600454 ops/sec (±1.29%) |
1783899.5774658315 ops/sec (±0.30%) |
0.91 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token |
1394028.4219580546 ops/sec (±0.49%) |
1315930.5814242992 ops/sec (±0.55%) |
0.94 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check |
2061134.507736409 ops/sec (±0.17%) |
1806360.778904609 ops/sec (±0.19%) |
0.88 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() |
2352947.999999024 ops/sec (±3.19%) |
1989351.3462046375 ops/sec (±2.25%) |
0.85 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate |
2382579.1375061553 ops/sec (±1.83%) |
2077218.3049918814 ops/sec (±0.64%) |
0.87 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module |
1284114.2433317602 ops/sec (±0.81%) |
1318623.2747570868 ops/sec (±0.43%) |
1.03 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree |
662651.4115655721 ops/sec (±0.55%) |
674368.8967327109 ops/sec (±0.61%) |
1.02 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) |
1157484.4026716657 ops/sec (±3.49%) |
1033574.8692689876 ops/sec (±0.46%) |
0.89 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks |
833132.6070025923 ops/sec (±0.56%) |
861264.3797109328 ops/sec (±0.67%) |
1.03 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers |
594214.7509603706 ops/sec (±0.58%) |
601067.2979531069 ops/sec (±0.70%) |
1.01 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers |
590589.4046860428 ops/sec (±1.91%) |
598005.5897686194 ops/sec (±2.06%) |
1.01 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs |
591431.7172958447 ops/sec (±0.56%) |
606220.5693193878 ops/sec (±0.44%) |
1.03 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes |
16995.44948340028 ops/sec (±7.24%) |
20659.201604495036 ops/sec (±7.81%) |
1.22 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller |
85803.32301178024 ops/sec (±8.39%) |
87549.06480088776 ops/sec (±9.59%) |
1.02 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers |
18261.42110391083 ops/sec (±6.94%) |
20055.348642388202 ops/sec (±7.48%) |
1.10 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity |
342883.7215783784 ops/sec (±0.68%) |
348297.84898624144 ops/sec (±1.02%) |
1.02 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity |
63225.20095991261 ops/sec (±1.05%) |
66342.982298651 ops/sec (±0.49%) |
1.05 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity |
28860.554952013936 ops/sec (±0.70%) |
32949.193140155745 ops/sec (±0.54%) |
1.14 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path |
12657334.658311458 ops/sec (±0.12%) |
12503091.774915366 ops/sec (±0.09%) |
0.99 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param |
1943408.3986298237 ops/sec (±0.42%) |
2209847.5226742206 ops/sec (±1.46%) |
1.14 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params |
1391984.7750530187 ops/sec (±0.69%) |
1332989.981337998 ops/sec (±0.60%) |
0.96 |
This comment was automatically generated by workflow using github-action-benchmark.
adesege
force-pushed
the
dependabot/npm_and_yarn/hono/node-server-1.19.14
branch
from
April 28, 2026 21:03
c9dccca to
906cbd1
Compare
adesege
reviewed
Apr 28, 2026
Contributor
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.
| Benchmark suite | Current: b8fdcde | Previous: ccb3f17 | Ratio |
|---|---|---|---|
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 |
15373.36265113085 ops/sec (±1.28%) |
24127.579263272528 ops/sec (±1.28%) |
1.57 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
Author
|
A newer version of @hono/node-server exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.19.12 to 1.19.14. - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](honojs/node-server@v1.19.12...v1.19.14) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 1.19.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
adesege
force-pushed
the
dependabot/npm_and_yarn/hono/node-server-1.19.14
branch
from
July 27, 2026 17:40
a59be35 to
b8fdcde
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 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.14.
Release notes
Sourced from
@hono/node-server's releases.Commits
b5e63a31.19.14c02d777fix: add custom inspect to lightweight Request/Response to prevent TypeError ...fd64e651.19.13025c30fMerge commit from forkYou can trigger a rebase of this PR 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.