Skip to content

Update dependency query-string to v7

Ilka Schulz requested to merge renovate/query-string-7.x into master

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
query-string 5.1.1 -> 7.0.1 age adoption passing confidence

Release Notes

sindresorhus/query-string

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

v6.1.0

Compare Source

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: At any time (no schedule defined).

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by James Bowden

Merge request reports