Bump query-string from 6.13.5 to 7.0.0 in /desktop (#2160)

Summary:
Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.13.5 to 7.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sindresorhus/query-string/releases">query-string's releases</a>.</em></p>
<blockquote>
<h2>v7.0.0</h2>
<h3>Breaking</h3>
<ul>
<li>Implement skips for stringify array format comma (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/304">https://github.com/facebook/flipper/issues/304</a>)  828f032
<ul>
<li>This is a breaking change to the default functionality of <code>.stringify()</code> for <code>comma</code> and <code>separator</code> array modes given that <code>skipNull</code> and <code>skipEmptyString</code> are default false but the original functionality of <code>.stringify()</code> for these 2 modes behaved as though <code>skipNull</code> and <code>skipEmptyString</code> were true.</li>
</ul>
</li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Add support for <code>arrayFormat: &amp;[https://github.com/facebook/flipper/issues/39](https://github.com/sindresorhus/query-string/issues/39);bracket-separator&amp;[https://github.com/facebook/flipper/issues/39](https://github.com/sindresorhus/query-string/issues/39);</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/276">https://github.com/facebook/flipper/issues/276</a>)  b10bc19</li>
</ul>
<p><a href="https://github.com/sindresorhus/query-string/compare/v6.14.1...v7.0.0">https://github.com/sindresorhus/query-string/compare/v6.14.1...v7.0.0</a></p>
<h2>v6.14.1</h2>
<ul>
<li>Fix TypeScript type for <code>stringifyUrl()</code>  a6d4a3f</li>
</ul>
<p><a href="https://github.com/sindresorhus/query-string/compare/v6.14.0...v6.14.1">https://github.com/sindresorhus/query-string/compare/v6.14.0...v6.14.1</a></p>
<h2>v6.14.0</h2>
<ul>
<li>Add <a href="https://github.com/sindresorhus/query-string#pickurl-keys-options"><code>.pick()</code></a> and <a href="https://github.com/sindresorhus/query-string#excludeurl-keys-options"><code>.exclude()</code></a> (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/282">https://github.com/facebook/flipper/issues/282</a>)  6ed5cb3</li>
<li>Ignore ending ampersand when parsing (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/306">#306</a>)  667c9e9</li>
</ul>
<p><a href="https://github.com/sindresorhus/query-string/compare/v6.13.8...v6.14.0">https://github.com/sindresorhus/query-string/compare/v6.13.8...v6.14.0</a></p>
<h2>v6.13.8</h2>
<ul>
<li>Work around TypeScript bug  94ebcd4</li>
</ul>
<p><a href="https://github.com/sindresorhus/query-string/compare/v6.13.7...v6.13.8">https://github.com/sindresorhus/query-string/compare/v6.13.7...v6.13.8</a></p>
<h2>v6.13.7</h2>
<ul>
<li>Allow readonly <code>Stringifiable[]</code> in <code>StringifiableRecord</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/291">https://github.com/facebook/flipper/issues/291</a>)  71d84b7</li>
</ul>
<p><a href="https://github.com/sindresorhus/query-string/compare/v6.13.6...v6.13.7">https://github.com/sindresorhus/query-string/compare/v6.13.6...v6.13.7</a></p>
<h2>v6.13.6</h2>
<ul>
<li>When only receiving values with encoded array value, decode values (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/287">https://github.com/facebook/flipper/issues/287</a>)  b38f06c</li>
</ul>
<p><a href="https://github.com/sindresorhus/query-string/compare/v6.13.5...v6.13.6">https://github.com/sindresorhus/query-string/compare/v6.13.5...v6.13.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2099277275"><code>2099277</code></a> 7.0.0</li>
<li><a href="b10bc19699"><code>b10bc19</code></a> Add support for <code>arrayFormat: 'bracket-separator'</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/276">https://github.com/facebook/flipper/issues/276</a>)</li>
<li><a href="828f032306"><code>828f032</code></a> Implement skips for stringify array format comma (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/304">https://github.com/facebook/flipper/issues/304</a>)</li>
<li><a href="44abc66628"><code>44abc66</code></a> Meta tweaks</li>
<li><a href="0090a34182"><code>0090a34</code></a> 6.14.1</li>
<li><a href="a6d4a3f480"><code>a6d4a3f</code></a> Fix TypeScript type for <code>stringifyUrl()</code></li>
<li><a href="2a178815cf"><code>2a17881</code></a> 6.14.0</li>
<li><a href="6ed5cb3d36"><code>6ed5cb3</code></a> Add <code>.pick()</code> and <code>.exclude()</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/282">https://github.com/facebook/flipper/issues/282</a>)</li>
<li><a href="667c9e9d29"><code>667c9e9</code></a> Ignore ending ampersand when parsing (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/306">#306</a>)</li>
<li><a href="39aef91646"><code>39aef91</code></a> Update a link</li>
<li>Additional commits viewable in <a href="https://github.com/sindresorhus/query-string/compare/v6.13.5...v7.0.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=query-string&package-manager=npm_and_yarn&previous-version=6.13.5&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/2160

Reviewed By: nikoant

Differential Revision: D27589266

Pulled By: mweststrate

fbshipit-source-id: efc5be91d19b8555a50b2bbb414ded6da10751b4
This commit is contained in:
dependabot[bot]
2021-04-06 06:28:36 -07:00
committed by Facebook GitHub Bot
parent 3265faddc3
commit c26963de41
2 changed files with 11 additions and 5 deletions

View File

@@ -50,7 +50,7 @@
"promise-retry": "^2.0.1",
"promisify-child-process": "^4.1.0",
"prop-types": "^15.6.0",
"query-string": "^6.13.3",
"query-string": "^7.0.0",
"react": "17.0.2",
"react-async": "^10.0.0",
"react-color": "^2.19.3",

View File

@@ -6682,6 +6682,11 @@ fill-range@^7.0.1:
dependencies:
to-regex-range "^5.0.1"
filter-obj@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/filter-obj/-/filter-obj-1.1.0.tgz#9b311112bc6c6127a16e016c6c5d7f19e0805c5b"
integrity sha1-mzERErxsYSehbgFsbF1/GeCAXFs=
finalhandler@1.1.2, finalhandler@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
@@ -10917,12 +10922,13 @@ qs@~6.5.2:
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
query-string@^6.13.3:
version "6.13.5"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.5.tgz#99e95e2fb7021db90a6f373f990c0c814b3812d8"
integrity sha512-svk3xg9qHR39P3JlHuD7g3nRnyay5mHbrPctEBDUxUkHRifPHXJDhBUycdCC0NBjXoDf44Gb+IsOZL1Uwn8M/Q==
query-string@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-7.0.0.tgz#aaad2c8d5c6a6d0c6afada877fecbd56af79e609"
integrity sha512-Iy7moLybliR5ZgrK/1R3vjrXq03S13Vz4Rbm5Jg3EFq1LUmQppto0qtXz4vqZ386MSRjZgnTSZ9QC+NZOSd/XA==
dependencies:
decode-uri-component "^0.2.0"
filter-obj "^1.1.0"
split-on-first "^1.0.0"
strict-uri-encode "^2.0.0"