Bump query-string from 5.0.0 to 6.5.0
Bumps query-string from 5.0.0 to 6.5.0.
Release notes
Sourced from query-string's releases.
v6.5.0
- Support stringifying array containing value 0 (#173) 317cb36
- Support hash in
.extract()(#174) 64a30dahttps://github.com/sindresorhus/query-string/compare/v6.4.2...v6.5.0
v6.4.2
- Correctly handle query strings that contain
=(#169) 78e321chttps://github.com/sindresorhus/query-string/compare/v6.4.0...v6.4.2
v6.4.0
- Add
commaformat to thearrayFormatoption (#167) b22c2af- Fix the
ParsedQueryTypeScript type (#170) 49d2203https://github.com/sindresorhus/query-string/compare/v6.3.0...v6.4.0
v6.3.0
- Add TypeScript definition (#168) 2c2e77a
https://github.com/sindresorhus/query-string/compare/v6.2.0...v6.3.0
v6.2.0
- Supports hash in
parseUrl(). https://github.com/sindresorhus/query-string/commit/5b4ce872f826b7a919f6d062b728d0dc28c18291- Fixed a bug where it would still sort even when
{sort: false}. https://github.com/sindresorhus/query-string/commit/b20493effe099e662df234110f2958bda2567a01https://github.com/sindresorhus/query-string/compare/v6.1.0...v6.2.0
v6.1.0
- Added
decodeoption to.parse(). https://github.com/sindresorhus/query-string/commit/3fd6fd9c3ffb5232107e47afd787e43ed5df78c1- Fixed
.stringify()for bracket mode with arrays containing null. https://github.com/sindresorhus/query-string/commit/e5a6c1f16d0a3483bbc03f2049d86398227941fbhttps://github.com/sindresorhus/query-string/compare/v6.0.0...v6.1.0
v6.0.0
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 transpilenode_modules.https://github.com/sindresorhus/query-string/compare/v5.1.1...v6.0.0
Commits
-
5d671036.5.0 -
317cb36Support stringifying array containing value 0 (#173) -
64a30daSupport hash in.extract()(#174) -
58fa1e5Meta tweaks -
183508e6.4.2 -
73e57caFixsplit-on-firstdependency (#172) -
484c9216.4.1 -
78e321cCorrectly handle query strings that contain=(#169) -
a429c8e6.4.0 -
2477183Improve docs - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
