dependabot[bot] opened a new pull request, #26863: URL: https://github.com/apache/superset/pull/26863
Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.14.1 to 8.1.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>v8.1.0</h2> <ul> <li>Upgrade dependencies (<a href="https://redirect.github.com/sindresorhus/query-string/issues/365">#365</a>) 20cc109</li> </ul> <p><a href="https://github.com/sindresorhus/query-string/compare/v8.0.3...v8.1.0">https://github.com/sindresorhus/query-string/compare/v8.0.3...v8.1.0</a></p> <h2>v8.0.3</h2> <ul> <li>Fix typo in a TypeScript type 7bba5bb</li> </ul> <p><a href="https://github.com/sindresorhus/query-string/compare/v8.0.2...v8.0.3">https://github.com/sindresorhus/query-string/compare/v8.0.2...v8.0.3</a></p> <h2>v8.0.2</h2> <ul> <li>Improve compatibility with bundlers (<a href="https://redirect.github.com/sindresorhus/query-string/issues/361">#361</a>) 81f78e6</li> </ul> <p><a href="https://github.com/sindresorhus/query-string/compare/v8.0.1...v8.0.2">https://github.com/sindresorhus/query-string/compare/v8.0.1...v8.0.2</a></p> <h2>v8.0.1</h2> <ul> <li>Fix TypeScript compatibility 76f8fc5</li> </ul> <p><a href="https://github.com/sindresorhus/query-string/compare/v8.0.0...v8.0.1">https://github.com/sindresorhus/query-string/compare/v8.0.0...v8.0.1</a></p> <h2>v8.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 14 c2ab7cd</li> <li>This package is now pure ESM. <strong>Please <a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c">read this</a>.</strong> <ul> <li>Add <a href="https://www.typescriptlang.org/tsconfig#module"><code>"module": "node16", "moduleResolution": "node16"</code></a> to your tsconfig.json. <em>(<a href="https://github.com/sindresorhus/tsconfig/blob/main/tsconfig.json">Example</a>)</em></li> <li><a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c">And more!!!</a></li> </ul> </li> </ul> <h3>Fixes</h3> <ul> <li>Fix encoding of <code>fragmentIdentifier</code> (<a href="https://redirect.github.com/sindresorhus/query-string/issues/355">#355</a>) 16a7b8f</li> </ul> <p><a href="https://github.com/sindresorhus/query-string/compare/v7.1.3...v8.0.0">https://github.com/sindresorhus/query-string/compare/v7.1.3...v8.0.0</a></p> <h2>v7.1.3</h2> <ul> <li>Update dependencies (<a href="https://redirect.github.com/sindresorhus/query-string/issues/354">#354</a>) e60e797</li> </ul> <p><a href="https://github.com/sindresorhus/query-string/compare/v7.1.2...v7.1.3">https://github.com/sindresorhus/query-string/compare/v7.1.2...v7.1.3</a></p> <h2>v7.1.2</h2> <ul> <li>Update dependency (<a href="https://redirect.github.com/sindresorhus/query-string/issues/353">#353</a>) d2c3596</li> </ul> <p><a href="https://github.com/sindresorhus/query-string/compare/v7.1.1...v7.1.2">https://github.com/sindresorhus/query-string/compare/v7.1.1...v7.1.2</a></p> <h2>v7.1.1</h2> <ul> <li>Fix <code>ParsedQuery</code> type to allow null in array (<a href="https://redirect.github.com/sindresorhus/query-string/issues/338">#338</a>) 5331579</li> </ul> <p><a href="https://github.com/sindresorhus/query-string/compare/v7.1.0...v7.1.1">https://github.com/sindresorhus/query-string/compare/v7.1.0...v7.1.1</a></p> <h2>v7.1.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/query-string/commit/c5c2efc5addf0d05a6269da4ef2cb365dd1b9e2c"><code>c5c2efc</code></a> 8.1.0</li> <li><a href="https://github.com/sindresorhus/query-string/commit/20cc109793f799ed576a66e6bf5526e4b37fc450"><code>20cc109</code></a> Upgrade dependencies (<a href="https://redirect.github.com/sindresorhus/query-string/issues/365">#365</a>)</li> <li><a href="https://github.com/sindresorhus/query-string/commit/2e2fb6eea6606c380be1dc551aeb3500be2aea5f"><code>2e2fb6e</code></a> 8.0.3</li> <li><a href="https://github.com/sindresorhus/query-string/commit/7bba5bbc96f8051d19dd3a212337c4ae21eb1c47"><code>7bba5bb</code></a> Fix typo in a TypeScript type</li> <li><a href="https://github.com/sindresorhus/query-string/commit/c97b6b2b9883fed28ab9d07416738a63e6e56529"><code>c97b6b2</code></a> 8.0.2</li> <li><a href="https://github.com/sindresorhus/query-string/commit/81f78e62d8e5440e01b82ea9df6fb1a2bebe962a"><code>81f78e6</code></a> Use more compatible syntax (<a href="https://redirect.github.com/sindresorhus/query-string/issues/361">#361</a>)</li> <li><a href="https://github.com/sindresorhus/query-string/commit/2213ab762541dab35829d929dd2e7dcee3cf3d85"><code>2213ab7</code></a> 8.0.1</li> <li><a href="https://github.com/sindresorhus/query-string/commit/76f8fc5990932fe55beab5d27340731081c3c8b4"><code>76f8fc5</code></a> Fix TypeScript compatibility</li> <li><a href="https://github.com/sindresorhus/query-string/commit/5f418d4177da32e4f9e5ca046df98b5338dd5f96"><code>5f418d4</code></a> 8.0.0</li> <li><a href="https://github.com/sindresorhus/query-string/commit/c2ab7cd102fbc96d374c6a55deea20f1bf2929c4"><code>c2ab7cd</code></a> Require Node.js 14 and move to ESM</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/query-string/compare/v6.14.1...v8.1.0">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org