Skip to content

fix(deps): update dependency qs to v6.15.1 - autoclosed - #74

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/qs-6.x
Closed

fix(deps): update dependency qs to v6.15.1 - autoclosed#74
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/qs-6.x

Conversation

@renovate

@renovaterenovateBot commented Mar 10, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
qs6.11.06.15.1ageconfidence

Release Notes

ljharb/qs (qs)

v6.15.1

Compare Source

  • [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

v6.15.0

Compare Source

  • [New] parse: add strictMerge option to wrap object/primitive conflicts in an array (#​425, #​122)
  • [Fix] duplicates option should not apply to bracket notation keys (#​514)

v6.14.2

Compare Source

  • [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

v6.14.1

Compare Source

  • [Fix] ensure arrayLength 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

v6.14.0

Compare Source

  • [New] parse: add throwOnParameterLimitExceeded option (#​517)
  • [Refactor] parse: use utils.combine more
  • [patch] parse: add explicit throwOnLimitExceeded default
  • [actions] use shared action; re-add finishers
  • [meta] Fix changelog formatting bug
  • [Deps] update side-channel
  • [Dev Deps] update es-value-fixtures, has-bigints, has-proto, has-symbols
  • [Tests] increase coverage

v6.13.3

Compare Source

[Fix] fix regressions from robustness refactor
[actions] update reusable workflows

v6.13.2

Compare Source

  • [Robustness] avoid .push, use void
  • [readme] clarify parseArrays and arrayLimit documentation (#​543)
  • [readme] document that addQueryPrefix does not add ? to empty output (#​418)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [actions] fix rebase workflow permissions

v6.13.1

Compare Source

  • [Fix] stringify: avoid a crash when a filter key is null
  • [Fix] utils.merge: functions should not be stringified into keys
  • [Fix] parse: avoid a crash with interpretNumericEntities: true, comma: true, and iso charset
  • [Fix] stringify: ensure a non-string filter does not crash
  • [Refactor] use __proto__ syntax instead of Object.create for null objects
  • [Refactor] misc cleanup
  • [Tests] utils.merge: add some coverage
  • [Tests] fix a test case
  • [actions] split out node 10-20, and 20+
  • [Dev Deps] update es-value-fixtures, mock-property, object-inspect, tape

v6.13.0

Compare Source

  • [New] parse: add strictDepth option (#​511)
  • [Tests] use npm audit instead of aud

v6.12.5

Compare Source

  • [Fix] fix regressions from robustness refactor
  • [actions] update reusable workflows

v6.12.4

Compare Source

  • [Robustness] avoid .push, use void
  • [readme] clarify parseArrays and arrayLimit documentation (#​543)
  • [readme] document that addQueryPrefix does not add ? to empty output (#​418)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [actions] fix rebase workflow permissions

v6.12.3

Compare Source

  • [Fix] parse: properly account for strictNullHandling when allowEmptyArrays
  • [meta] fix changelog indentation

v6.12.2

Compare Source

  • [Fix] parse: parse encoded square brackets (#​506)
  • [readme] add CII best practices badge

v6.12.1

Compare Source

  • [Fix] parse: Disable decodeDotInKeys by default to restore previous behavior (#​501)
  • [Performance] utils: Optimize performance under large data volumes, reduce memory usage, and speed up processing (#​502)
  • [Refactor] utils: use +=
  • [Tests] increase coverage

v6.12.0

Compare Source

  • [New] parse/stringify: add decodeDotInKeys/encodeDotKeys options (#​488)
  • [New] parse: add duplicates option
  • [New] parse/stringify: add allowEmptyArrays option to allow [] in object values (#​487)
  • [Refactor] parse/stringify: move allowDots config logic to its own variable
  • [Refactor] stringify: move option-handling code into normalizeStringifyOptions
  • [readme] update readme, add logos (#​484)
  • [readme] stringify: clarify default arrayFormat behavior
  • [readme] fix line wrapping
  • [readme] remove dead badges
  • [Deps] update side-channel
  • [meta] make the dist build 50% smaller
  • [meta] add sideEffects flag
  • [meta] run build in prepack, not prepublish
  • [Tests] parse: remove useless tests; add coverage
  • [Tests] stringify: increase coverage
  • [Tests] use mock-property
  • [Tests] stringify: improve coverage
  • [Dev Deps] update @ljharb/eslint-config , aud, has-override-mistake, has-property-descriptors, mock-property, npmignore, object-inspect, tape
  • [Dev Deps] pin glob, since v10.3.8+ requires a broken jackspeak
  • [Dev Deps] pin jackspeak since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6

v6.11.4

Compare Source

  • [Fix] fix regressions from robustness refactor
  • [actions] update reusable workflows

v6.11.3

Compare Source

  • [Robustness] avoid .push, use void
  • [readme] clarify parseArrays and arrayLimit documentation (#​543)
  • [readme] document that addQueryPrefix does not add ? to empty output (#​418)
  • [readme] replace runkit CI badge with shields.io check-runs badge
  • [actions] fix rebase workflow permissions

v6.11.2

Compare Source

  • [Fix] parse: Fix parsing when the global Object prototype is frozen (#​473)
  • [Tests] add passing test cases with empty keys (#​473)

v6.11.1

Compare Source

  • [Fix] stringify: encode comma values more consistently (#​463)
  • [readme] add usage of filter option for injecting custom serialization, i.e. of custom types (#​447)
  • [meta] remove extraneous code backticks (#​457)
  • [meta] fix changelog markdown
  • [actions] update checkout action
  • [actions] restrict action permissions
  • [Dev Deps] update @ljharb/eslint-config, aud, object-inspect, tape

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovateBotforce-pushed the renovate/qs-6.x branch from d8143d5 to d97e7f0CompareMay 28, 2023 11:21
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.11.1fix(deps): update dependency qs to v6.11.2May 28, 2023
@renovate
renovateBotforce-pushed the renovate/qs-6.x branch from d97e7f0 to efa06f1CompareMarch 9, 2024 19:06
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.11.2fix(deps): update dependency qs to v6.12.0Mar 9, 2024
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.12.0fix(deps): update dependency qs to v6.12.1Apr 16, 2024
@renovate
renovateBotforce-pushed the renovate/qs-6.x branch from 601a73b to 547d2edCompareJuly 4, 2024 18:47
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.12.1fix(deps): update dependency qs to v6.12.2Jul 4, 2024
@renovate
renovateBotforce-pushed the renovate/qs-6.x branch from 547d2ed to 0526728CompareJuly 12, 2024 01:37
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.12.2fix(deps): update dependency qs to v6.12.3Jul 12, 2024
@socket-security

socket-securityBot commented Jul 12, 2024

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Updatedqs@​6.11.0 ⏵ 6.15.1100100+310093100

View full report

@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.12.3fix(deps): update dependency qs to v6.13.0Aug 4, 2024
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.13.0fix(deps): update dependency qs to v6.13.1Nov 20, 2024
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.13.1fix(deps): update dependency qs to v6.13.1 - autoclosedDec 8, 2024
@renovaterenovateBot closed this Dec 8, 2024
@renovate
renovateBot deleted the renovate/qs-6.x branch December 8, 2024 18:44
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.13.1 - autoclosedfix(deps): update dependency qs to v6.13.1Dec 9, 2024
@renovaterenovateBot reopened this Dec 9, 2024
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.13.1fix(deps): update dependency qs to v6.14.0Jan 19, 2025
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.14.0fix(deps): update dependency qs to v6.14.0 - autoclosedDec 31, 2025
@renovaterenovateBot closed this Dec 31, 2025
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.14.0 - autoclosedfix(deps): update dependency qs to v6.14.1Jan 2, 2026
@renovaterenovateBot reopened this Jan 2, 2026
@renovate
renovateBotforce-pushed the renovate/qs-6.x branch 2 times, most recently from 52ccecd to 31d56b9CompareJanuary 2, 2026 09:42
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.14.1fix(deps): update dependency qs to v6.14.1 - autoclosedFeb 12, 2026
@renovaterenovateBot closed this Feb 12, 2026
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.14.1 - autoclosedfix(deps): update dependency qs to v6.14.1Feb 14, 2026
@renovaterenovateBot reopened this Feb 14, 2026
@renovate
renovateBotforce-pushed the renovate/qs-6.x branch 2 times, most recently from 31d56b9 to d1fb5eeCompareFebruary 15, 2026 00:48
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.14.1fix(deps): update dependency qs to v6.14.2Feb 15, 2026
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.14.2fix(deps): update dependency qs to v6.15.0Feb 18, 2026
@renovate
renovateBotforce-pushed the renovate/qs-6.x branch 2 times, most recently from b8b4881 to 0c9deb1CompareMarch 27, 2026 18:57
@renovate
renovateBotforce-pushed the renovate/qs-6.x branch 2 times, most recently from 3dc0724 to c4a259aCompareApril 11, 2026 20:48
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.15.0fix(deps): update dependency qs to v6.15.1Apr 11, 2026
@renovaterenovateBot changed the title fix(deps): update dependency qs to v6.15.1fix(deps): update dependency qs to v6.15.1 - autoclosedMay 8, 2026
@renovaterenovateBot closed this May 8, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants