Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2023

This PR contains the following updates:

Package Change Age Confidence
qs 6.11.06.14.1 age confidence

Release Notes

ljharb/qs (qs)

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.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.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.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: 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 renovate bot force-pushed the renovate/qs-6.x branch from d8143d5 to d97e7f0 Compare May 28, 2023 11:21
@renovate renovate bot changed the title fix(deps): update dependency qs to v6.11.1 fix(deps): update dependency qs to v6.11.2 May 28, 2023
@renovate renovate bot force-pushed the renovate/qs-6.x branch from d97e7f0 to efa06f1 Compare March 9, 2024 19:06
@renovate renovate bot changed the title fix(deps): update dependency qs to v6.11.2 fix(deps): update dependency qs to v6.12.0 Mar 9, 2024
@renovate renovate bot force-pushed the renovate/qs-6.x branch from efa06f1 to 601a73b Compare April 16, 2024 01:10
@renovate renovate bot changed the title fix(deps): update dependency qs to v6.12.0 fix(deps): update dependency qs to v6.12.1 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/qs-6.x branch from 601a73b to 547d2ed Compare July 4, 2024 18:47
@renovate renovate bot changed the title fix(deps): update dependency qs to v6.12.1 fix(deps): update dependency qs to v6.12.2 Jul 4, 2024
@renovate renovate bot force-pushed the renovate/qs-6.x branch from 547d2ed to 0526728 Compare July 12, 2024 01:37
@renovate renovate bot changed the title fix(deps): update dependency qs to v6.12.2 fix(deps): update dependency qs to v6.12.3 Jul 12, 2024
@socket-security
Copy link

socket-security bot commented Jul 12, 2024

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedqs@​6.11.0 ⏵ 6.14.1100100 +1610089100

View full report

@renovate renovate bot force-pushed the renovate/qs-6.x branch from 0526728 to f57a90f Compare August 4, 2024 18:32
@renovate renovate bot changed the title fix(deps): update dependency qs to v6.12.3 fix(deps): update dependency qs to v6.13.0 Aug 4, 2024
@renovate renovate bot force-pushed the renovate/qs-6.x branch from f57a90f to 5df7756 Compare November 20, 2024 21:23
@renovate renovate bot changed the title fix(deps): update dependency qs to v6.13.0 fix(deps): update dependency qs to v6.13.1 Nov 20, 2024
@renovate renovate bot changed the title fix(deps): update dependency qs to v6.13.1 fix(deps): update dependency qs to v6.13.1 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/qs-6.x branch December 8, 2024 18:44
@renovate renovate bot changed the title fix(deps): update dependency qs to v6.13.1 - autoclosed fix(deps): update dependency qs to v6.13.1 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/qs-6.x branch from 777d4fb to 5df7756 Compare December 9, 2024 04:55
@renovate renovate bot force-pushed the renovate/qs-6.x branch from 5df7756 to b62c3b7 Compare January 19, 2025 08:18
@renovate renovate bot changed the title fix(deps): update dependency qs to v6.13.1 fix(deps): update dependency qs to v6.14.0 Jan 19, 2025
@renovate renovate bot force-pushed the renovate/qs-6.x branch from b62c3b7 to 52ccecd Compare August 10, 2025 12:26
@renovate renovate bot changed the title fix(deps): update dependency qs to v6.14.0 fix(deps): update dependency qs to v6.14.0 - autoclosed Dec 31, 2025
@renovate renovate bot closed this Dec 31, 2025
@renovate renovate bot changed the title fix(deps): update dependency qs to v6.14.0 - autoclosed fix(deps): update dependency qs to v6.14.1 Jan 2, 2026
@renovate renovate bot reopened this Jan 2, 2026
@renovate renovate bot force-pushed the renovate/qs-6.x branch from 2baeba6 to 52ccecd Compare January 2, 2026 04:38
@renovate renovate bot force-pushed the renovate/qs-6.x branch from 52ccecd to 31d56b9 Compare January 2, 2026 09:42
Sign up for free to 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.

1 participant