Skip to content

chore(deps): bump qs from 6.14.0 to 6.14.2 in /integration-tests/ixa-wasm-tests#770

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/integration-tests/ixa-wasm-tests/qs-6.14.2
Open

chore(deps): bump qs from 6.14.0 to 6.14.2 in /integration-tests/ixa-wasm-tests#770
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/integration-tests/ixa-wasm-tests/qs-6.14.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps qs from 6.14.0 to 6.14.2.

Changelog

Sourced from qs's changelog.

6.14.2

  • [Fix] parse: mark overflow objects for indexed notation exceeding arrayLimit (#546)
  • [Fix] arrayLimit means max count, not max index, in combine/merge/parseArrayValue
  • [Fix] parse: throw on arrayLimit exceeded with indexed notation when throwOnLimitExceeded is true (#529)
  • [Fix] parse: enforce arrayLimit on comma-parsed values
  • [Fix] parse: fix error message to reflect arrayLimit as max index; remove extraneous comments (#545)
  • [Robustness] avoid .push, use void
  • [readme] document that addQueryPrefix does not add ? to empty output (#418)
  • [readme] clarify parseArrays and arrayLimit documentation (#543)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [meta] fix changelog typo (arrayLengtharrayLimit)
  • [actions] fix rebase workflow permissions

6.14.1

  • [Fix] ensure arrayLimit applies to [] notation as well
  • [Fix] parse: when a custom decoder returns null for a key, ignore that key
  • [Refactor] parse: extract key segment splitting helper
  • [meta] add threat model
  • [actions] add workflow permissions
  • [Tests] stringify: increase coverage
  • [Dev Deps] update eslint, @ljharb/eslint-config, npmignore, es-value-fixtures, for-each, object-inspect
Commits
  • bdcf0c7 v6.14.2
  • 294db90 [readme] document that addQueryPrefix does not add ? to empty output
  • 5c308e5 [readme] clarify parseArrays and arrayLimit documentation
  • 6addf8c [Fix] parse: mark overflow objects for indexed notation exceeding arrayLimit
  • cfc108f [Fix] arrayLimit means max count, not max index, in combine/merge/`pars...
  • febb644 [Fix] parse: throw on arrayLimit exceeded with indexed notation when `thr...
  • f6a7abf [Fix] parse: enforce arrayLimit on comma-parsed values
  • fbc5206 [Fix] parse: fix error message to reflect arrayLimit as max index; remove e...
  • 1b9a8b4 [actions] fix rebase workflow permissions
  • 2a35775 [meta] fix changelog typo (arrayLengtharrayLimit)
  • 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.14.0 to 6.14.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.14.0...v6.14.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 13, 2026
@github-actions
Copy link

Benchmark Results

Hyperfine

| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|:---|---:|---:|---:|---:|
| `large_sir::baseline` | 3.1 ± 0.1 | 3.0 | 3.6 | 1.00 |
| `large_sir::entities` | 13.6 ± 0.3 | 13.3 | 14.5 | 4.40 ± 0.20 |

Criterion

Regressions:
  Group                                  Bench                                                              Change  CI Lower  CI Upper
  -------------------------------------  ----------------------------------------------------------------  -------  --------  --------
  sample_entity_single_property_indexed  100000                                                             0.702%    0.480%    0.946%
  sample_entity_single_property_indexed  1000                                                               0.683%    0.213%    1.174%
  indexing                               with_query_results_multiple_individually_indexed_properties_enti   4.431%    4.335%    4.520%
  indexing                               query_people_count_single_indexed_property_entities               12.990%   12.489%   13.436%
  indexing                               query_people_indexed_multi-property_entities                      14.923%   14.476%   15.285%
  indexing                               with_query_results_single_indexed_property_entities                0.689%    0.257%    1.035%
  indexing                               query_people_multiple_individually_indexed_properties_entities     0.500%    0.339%    0.678%
  indexing                               query_people_count_indexed_multi-property_entities                 1.007%    0.540%    1.337%
  indexing                               query_people_count_multiple_individually_indexed_properties_enti   0.817%    0.574%    1.045%
  indexing                               query_people_single_indexed_property_entities                      0.617%    0.535%    0.715%
  large_dataset                          bench_filter_unindexed_entity                                      5.277%    0.048%   10.481%
  large_dataset                          bench_query_population_multi_unindexed_entities                    1.767%    1.452%    2.211%
  sampling                               sampling_multiple_l_reservoir_entities                             1.880%    1.733%    2.043%
  sampling                               sampling_single_l_reservoir_entities                               1.100%    1.012%    1.210%
  sample_entity_whole_population         1000                                                               1.439%    1.112%    1.930%

Improvements:
  Group                                  Bench                                                              Change  CI Lower  CI Upper
  -------------------------------------  ----------------------------------------------------------------  -------  --------  --------
  sample_entity_multi_property_indexed   1000                                                              -4.234%   -4.395%   -4.072%
  large_dataset                          bench_match_entity                                                -0.280%   -0.491%   -0.078%
  large_dataset                          bench_query_population_derived_property_entities                  -1.648%   -2.012%   -1.339%
  sampling                               sampling_multiple_known_length_entities                           -0.264%   -0.312%   -0.221%
  sample_entity_whole_population         100000                                                            -2.303%   -2.760%   -1.999%

Unchanged:
  Group                                  Bench                                                              Change  CI Lower  CI Upper
  -------------------------------------  ----------------------------------------------------------------  -------  --------  --------
  sample_entity_single_property_indexed  10000                                                             -0.018%   -0.229%    0.198%
  indexing                               with_query_results_indexed_multi-property_entities                -0.076%   -0.509%    0.274%
  sample_entity_multi_property_indexed   10000                                                             -0.115%   -0.720%    0.742%
  sample_entity_multi_property_indexed   100000                                                             0.157%   -0.374%    0.592%
  large_dataset                          bench_filter_indexed_entity                                       13.113%   -1.532%   30.444%
  large_dataset                          bench_query_population_property_entities                          -0.047%   -0.651%    0.625%
  large_dataset                          bench_query_population_multi_indexed_entities                      0.037%   -0.526%    0.600%
  large_dataset                          bench_query_population_indexed_property_entities                  -0.217%   -0.473%    0.032%
  sampling                               sampling_single_known_length_entities                              0.030%   -0.505%    0.580%
  sample_entity_whole_population         10000                                                              0.292%   -0.230%    0.790%

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants