chore(deps): bump qs from 6.15.0 to 6.15.3 - #223
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [qs](https://github.com/ljharb/qs) from 6.15.0 to 6.15.3. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.15.0...v6.15.3) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
adesege
reviewed
Jun 29, 2026
adesege
left a comment
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 787672e | Previous: 7abf1a4 | Ratio |
|---|---|---|---|
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 |
66672.44426518797 ops/sec (±1.01%) |
50159.54786183608 ops/sec (±1.20%) |
0.75 |
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 |
63113.7140948775 ops/sec (±0.67%) |
48788.542100785955 ops/sec (±0.78%) |
0.77 |
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 |
28003.460653349037 ops/sec (±1.14%) |
16324.656937824655 ops/sec (±1.20%) |
0.58 |
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error |
4039.8596714344217 ops/sec (±4.01%) |
3767.6341525889247 ops/sec (±3.58%) |
0.93 |
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 |
8362.745688499695 ops/sec (±1.40%) |
6465.66593197288 ops/sec (±1.25%) |
0.77 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only |
366408.1972716811 ops/sec (±0.53%) |
376306.82818050386 ops/sec (±0.43%) |
1.03 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() |
43106.43420188465 ops/sec (±2.69%) |
38183.21846588412 ops/sec (±0.93%) |
0.89 |
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap |
46106.75935932303 ops/sec (±1.61%) |
38777.470454862014 ops/sec (±2.52%) |
0.84 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) |
47496.89512722099 ops/sec (±0.76%) |
44139.17336156522 ops/sec (±0.72%) |
0.93 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap |
47081.70150413518 ops/sec (±0.85%) |
43671.34722128782 ops/sec (±0.74%) |
0.93 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider |
4430503.760752347 ops/sec (±1.66%) |
4378267.089319942 ops/sec (±1.57%) |
0.99 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton |
4216568.498902264 ops/sec (±2.22%) |
3996288.7611478744 ops/sec (±2.06%) |
0.95 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue |
4698179.285885797 ops/sec (±1.64%) |
4685169.337081629 ops/sec (±1.56%) |
1.00 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory |
4646098.490142651 ops/sec (±2.24%) |
4760014.600562802 ops/sec (±0.71%) |
1.02 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token |
1457408.8894535545 ops/sec (±0.43%) |
1398230.3724598626 ops/sec (±0.42%) |
0.96 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token |
1478950.5240079642 ops/sec (±0.48%) |
1442223.1433174785 ops/sec (±0.42%) |
0.98 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token |
1972283.6647176475 ops/sec (±2.49%) |
1916660.9496722054 ops/sec (±0.17%) |
0.97 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token |
1388115.0810692122 ops/sec (±0.47%) |
1366570.6662249872 ops/sec (±0.46%) |
0.98 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check |
2048925.6885673716 ops/sec (±0.23%) |
2060612.6441198322 ops/sec (±0.22%) |
1.01 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() |
2527797.575329376 ops/sec (±3.24%) |
2448987.8334662053 ops/sec (±3.52%) |
0.97 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate |
2495130.5927431732 ops/sec (±1.44%) |
2405055.4643926523 ops/sec (±0.62%) |
0.96 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module |
1323564.2242480025 ops/sec (±0.84%) |
1340462.7024322296 ops/sec (±0.71%) |
1.01 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree |
671139.5060412232 ops/sec (±0.50%) |
666424.4474642557 ops/sec (±0.39%) |
0.99 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) |
1177829.27210139 ops/sec (±0.45%) |
1183561.6330960623 ops/sec (±0.35%) |
1.00 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks |
819979.1554214486 ops/sec (±0.65%) |
851155.870407782 ops/sec (±0.55%) |
1.04 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers |
595080.8300712073 ops/sec (±2.60%) |
590249.3046864584 ops/sec (±2.29%) |
0.99 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers |
608086.9589551333 ops/sec (±0.33%) |
604495.8718469703 ops/sec (±0.29%) |
0.99 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs |
598324.431193287 ops/sec (±1.64%) |
593957.25042619 ops/sec (±1.36%) |
0.99 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes |
12301.075697172104 ops/sec (±7.74%) |
8391.603815600616 ops/sec (±6.55%) |
0.68 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller |
60777.84805537897 ops/sec (±7.99%) |
48315.360497889866 ops/sec (±7.22%) |
0.79 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers |
12312.536458041812 ops/sec (±6.40%) |
10884.969280489046 ops/sec (±5.37%) |
0.88 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity |
368693.75592464086 ops/sec (±0.56%) |
332313.5088406572 ops/sec (±1.51%) |
0.90 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity |
66326.89831022771 ops/sec (±0.47%) |
60216.679809510286 ops/sec (±0.68%) |
0.91 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity |
32910.07897286656 ops/sec (±0.47%) |
31479.58270665301 ops/sec (±0.35%) |
0.96 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path |
12245344.236678965 ops/sec (±0.27%) |
12502380.574745644 ops/sec (±0.12%) |
1.02 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param |
1986144.160833147 ops/sec (±0.56%) |
1807787.3853475987 ops/sec (±0.48%) |
0.91 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params |
1353421.504646429 ops/sec (±1.32%) |
1346117.2569435074 ops/sec (±0.60%) |
0.99 |
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 qs from 6.15.0 to 6.15.3.
Changelog
Sourced from qs's changelog.
Commits
18d085ev6.15.3c38af42[Deps] updateside-channeladce539[Dev Deps] updateeslint,mock-property,tape74a0f6a[Robustness]utils: enforcearrayLimitconsistently acrossmerge's arra...f4938f5[Tests]parse: characterize current lenient handling of unbalanced bracket ...5d5f723[Perf]utils: makecompactO(n) via a side-channel visited-set instead of...52afe00[Robustness]parse: throw thearrayLimiterror before splitting oversized...963e538[Fix]parse: enforcethrowOnLimitExceededfor cumulative array growth via...59da434[Fix]utils: respect encoding of surrogate pairs across chunks9532969[Robustness]utils.merge/utils.assign: avoid invoking__proto__sette...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.