Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency query-string to v9 #9527

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 29, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

sindresorhus/query-string (query-string)

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

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: 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: Never, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 29, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants