Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2025

This PR contains the following updates:

Package Change Age Confidence
query-string ^5.1.1 -> ^9.0.0 age confidence

Release Notes

sindresorhus/query-string (query-string)

v9.3.1

Compare Source

  • Fix custom type functions with array formats 720f2ff

v9.3.0

Compare Source

  • Add replacer option to stringify() 509014d
  • Fix encoded separator incorrectly splitting single values into arrays ec67fea

v9.2.2

Compare Source

  • Accept valueless parameters as true when using a boolean with types option (#​410) 557a550

v9.2.1

Compare Source

  • Fix stringifyUrl not respecting passed in options 38dae7b

v9.2.0

Compare Source


v9.1.2

Compare Source

  • Fix types option with arrayFormat: comma and one item in array (#​406) 3e61882

v9.1.1

Compare Source

  • Fix arrayFormat bracket-separator with a URL encoded value (#​392) 19c43d4

v9.1.0

Compare Source

v9.0.0

Compare Source

Breaking
Fixes
  • Fix passing empty fragmentIdentifier to stringifyUrl() cc232cb

v8.2.0

Compare Source

v8.1.0

Compare Source

v8.0.3

Compare Source

  • Fix typo in a TypeScript type 7bba5bb

v8.0.2

Compare Source

v8.0.1

Compare Source

  • Fix TypeScript compatibility 76f8fc5

v8.0.0

Compare Source

Breaking
Fixes

v7.1.3

Compare Source

v7.1.2

Compare Source

v7.1.1

Compare Source

v7.1.0

Compare Source

  • Add support for parameters with an explicit :list marker (#​335) 6d220e6

v7.0.1

Compare Source

  • Don't encode the fragment identifier in .pick and .exclude (#​320) fd3e779

v7.0.0

Compare Source

Breaking
  • Implement skips for stringify array format comma (#​304) 828f032
    • This is a breaking change to the default functionality of .stringify() for comma and separator array modes given that skipNull and skipEmptyString are default false but the original functionality of .stringify() for these 2 modes behaved as though skipNull and skipEmptyString were true.
Improvements
  • Add support for arrayFormat: &#​39;bracket-separator&#​39; (#​276) b10bc19

v6.14.1

Compare Source

  • Fix TypeScript type for stringifyUrl() a6d4a3f

v6.14.0

Compare Source

v6.13.8

Compare Source

  • Work around TypeScript bug 94ebcd4

v6.13.7

Compare Source

  • Allow readonly Stringifiable[] in StringifiableRecord (#​291) 71d84b7

v6.13.6

Compare Source

  • When only receiving values with encoded array value, decode values (#​287) b38f06c

v6.13.5

Compare Source

  • Allow null and undefined in Stringifiable TypeScript type (#​281) df4cbb3

v6.13.4

Compare Source

  • Fix the TypeScript types for .stringify() and .stringifyUrl() (#​279) 38906bc

v6.13.3

Compare Source

  • Fix the TypeScript type for the .stringifyUrl() method b15f945

v6.13.2

Compare Source

  • Fix the ParsedQuery TypeScript type 56d2923

v6.13.1

Compare Source

  • Fix sorting existing query params in URL when sort option is false (#​265) 549d677

v6.13.0

Compare Source

v6.12.1

Compare Source

  • Fix value being decoded twice with arrayFormat option set to separator (#​243) 3b4c295

v6.12.0

Compare Source

v6.11.1

Compare Source

v6.11.0

Compare Source

v6.10.1

Compare Source

  • Fix issue with using Rollup b3179c4

v6.10.0

Compare Source

v6.9.0

Compare Source

  • Add option to skip keys with the value of null in .stringify() (#​215) 20d8069
  • Only parse + to space when decode is true (#​214) e20ab65

v6.8.3

Compare Source

  • Make parseNumbers and parseBooleans options work with arrayFormat (#​202) d2451aa

v6.8.2

Compare Source

  • Ensure empty string & spaces are parsed as string when parseNumber: true (#​195) 504c29b

v6.8.1

Compare Source

  • Fix using the parseNumbers and parseBooleans options together (#​187) 90eb40e

v6.8.0

Compare Source

Enhancements:

Fixes:

v6.7.0

Compare Source

v6.6.0

Compare Source

Enhancements:

Fixes:

v6.5.0

Compare Source

v6.4.2

Compare Source

v6.4.0

Compare Source

v6.3.0

Compare Source

v6.2.0

Compare Source

  • Supports hash in parseUrl(). 5b4ce87
  • Fixed a bug where it would still sort even when {sort: false}. b20493e

v6.1.0

Compare Source

  • Added decode option to .parse(). 3fd6fd9
  • Fixed .stringify() for bracket mode with arrays containing null. e5a6c1f

v6.0.0

Compare Source

We now target Node.js 6 or later and the latest version of Chrome, Firefox, and Safari. If you want support for older browsers, use version 5: npm install query-string@5. Same goes for Create React App v1 users (v2 works though), since it doesn't transpile node_modules.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

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