Skip to content

chore(deps): bump qs from 6.15.0 to 6.15.3 - #223

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/qs-6.15.3
Open

chore(deps): bump qs from 6.15.0 to 6.15.3#223
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/qs-6.15.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps qs from 6.15.0 to 6.15.3.

Changelog

Sourced from qs's changelog.

6.15.3

  • [Fix] parse: enforce throwOnLimitExceeded for cumulative array growth via combine/merge
  • [Fix] utils: respect encoding of surrogate pairs across chunks (#559)
  • [Robustness] parse: throw the arrayLimit error before splitting oversized comma values
  • [Robustness] utils.merge / utils.assign: avoid invoking __proto__ setter when copying own properties
  • [Robustness] utils: enforce arrayLimit consistently across merge's array paths
  • [Perf] utils: make compact O(n) via a side-channel visited-set instead of Array.indexOf
  • [Deps] update side-channel
  • [Dev Deps] update eslint, mock-property, tape
  • [Tests] parse: characterize current lenient handling of unbalanced bracket keys (#558)

6.15.2

  • [Fix] stringify: skip null/undefined entries in arrayFormat: 'comma' + encodeValuesOnly instead of crashing in encoder
  • [Fix] stringify: use configured delimiter after charsetSentinel (#555)
  • [Fix] stringify: apply formatter to encoded key under strictNullHandling (#554)
  • [Fix] stringify: skip null/undefined filter-array entries instead of crashing in encoder (#551)
  • [Fix] parse: handle nested bracket groups and add regression tests (#530)
  • [readme] fix grammar (#550)
  • [Dev Deps] update @ljharb/eslint-config
  • [Tests] add regression tests for keys containing percent-encoded bracket text

6.15.1

  • [Fix] parse: parameterLimit: Infinity with throwOnLimitExceeded: true silently drops all parameters
  • [Deps] update @ljharb/eslint-config
  • [Dev Deps] update @ljharb/eslint-config, iconv-lite
  • [Tests] increase coverage
Commits
  • 18d085e v6.15.3
  • c38af42 [Deps] update side-channel
  • adce539 [Dev Deps] update eslint, mock-property, tape
  • 74a0f6a [Robustness] utils: enforce arrayLimit consistently across merge's arra...
  • f4938f5 [Tests] parse: characterize current lenient handling of unbalanced bracket ...
  • 5d5f723 [Perf] utils: make compact O(n) via a side-channel visited-set instead of...
  • 52afe00 [Robustness] parse: throw the arrayLimit error before splitting oversized...
  • 963e538 [Fix] parse: enforce throwOnLimitExceeded for cumulative array growth via...
  • 59da434 [Fix] utils: respect encoding of surrogate pairs across chunks
  • 9532969 [Robustness] utils.merge / utils.assign: avoid invoking __proto__ sette...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

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>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 29, 2026

@adesege adesege left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant