dependabot[bot] opened a new pull request, #1301: URL: https://github.com/apache/cordova-docs/pull/1301
Bumps [qs](https://github.com/ljharb/qs) to 6.11.1 and updates ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together. Updates `qs` from 6.2.3 to 6.11.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ljharb/qs/blob/main/CHANGELOG.md">qs's changelog</a>.</em></p> <blockquote> <h2><strong>6.11.1</strong></h2> <ul> <li>[Fix] <code>stringify</code>: encode comma values more consistently (<a href="https://redirect.github.com/ljharb/qs/issues/463">#463</a>)</li> <li>[readme] add usage of <code>filter</code> option for injecting custom serialization, i.e. of custom types (<a href="https://redirect.github.com/ljharb/qs/issues/447">#447</a>)</li> <li>[meta] remove extraneous code backticks (<a href="https://redirect.github.com/ljharb/qs/issues/457">#457</a>)</li> <li>[meta] fix changelog markdown</li> <li>[actions] update checkout action</li> <li>[actions] restrict action permissions</li> <li>[Dev Deps] update <code>@ljharb/eslint-config</code>, <code>aud</code>, <code>object-inspect</code>, <code>tape</code></li> </ul> <h2><strong>6.11.0</strong></h2> <ul> <li>[New] [Fix] <code>stringify</code>: revert 0e903c0; add <code>commaRoundTrip</code> option (<a href="https://redirect.github.com/ljharb/qs/issues/442">#442</a>)</li> <li>[readme] fix version badge</li> </ul> <h2><strong>6.10.5</strong></h2> <ul> <li>[Fix] <code>stringify</code>: with <code>arrayFormat: comma</code>, properly include an explicit <code>[]</code> on a single-item array (<a href="https://redirect.github.com/ljharb/qs/issues/434">#434</a>)</li> </ul> <h2><strong>6.10.4</strong></h2> <ul> <li>[Fix] <code>stringify</code>: with <code>arrayFormat: comma</code>, include an explicit <code>[]</code> on a single-item array (<a href="https://redirect.github.com/ljharb/qs/issues/441">#441</a>)</li> <li>[meta] use <code>npmignore</code> to autogenerate an npmignore file</li> <li>[Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code>, <code>aud</code>, <code>has-symbol</code>, <code>object-inspect</code>, <code>tape</code></li> </ul> <h2><strong>6.10.3</strong></h2> <ul> <li>[Fix] <code>parse</code>: ignore <code>__proto__</code> keys (<a href="https://redirect.github.com/ljharb/qs/issues/428">#428</a>)</li> <li>[Robustness] <code>stringify</code>: avoid relying on a global <code>undefined</code> (<a href="https://redirect.github.com/ljharb/qs/issues/427">#427</a>)</li> <li>[actions] reuse common workflows</li> <li>[Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code>, <code>object-inspect</code>, <code>tape</code></li> </ul> <h2><strong>6.10.2</strong></h2> <ul> <li>[Fix] <code>stringify</code>: actually fix cyclic references (<a href="https://redirect.github.com/ljharb/qs/issues/426">#426</a>)</li> <li>[Fix] <code>stringify</code>: avoid encoding arrayformat comma when <code>encodeValuesOnly = true</code> (<a href="https://redirect.github.com/ljharb/qs/issues/424">#424</a>)</li> <li>[readme] remove travis badge; add github actions/codecov badges; update URLs</li> <li>[Docs] add note and links for coercing primitive values (<a href="https://redirect.github.com/ljharb/qs/issues/408">#408</a>)</li> <li>[actions] update codecov uploader</li> <li>[actions] update workflows</li> <li>[Tests] clean up stringify tests slightly</li> <li>[Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code>, <code>aud</code>, <code>object-inspect</code>, <code>safe-publish-latest</code>, <code>tape</code></li> </ul> <h2><strong>6.10.1</strong></h2> <ul> <li>[Fix] <code>stringify</code>: avoid exception on repeated object values (<a href="https://redirect.github.com/ljharb/qs/issues/402">#402</a>)</li> </ul> <h2><strong>6.10.0</strong></h2> <ul> <li>[New] <code>stringify</code>: throw on cycles, instead of an infinite loop (<a href="https://redirect.github.com/ljharb/qs/issues/395">#395</a>, <a href="https://redirect.github.com/ljharb/qs/issues/394">#394</a>, <a href="https://redirect.github.com/ljharb/qs/issues/393">#393</a>)</li> <li>[New] <code>parse</code>: add <code>allowSparse</code> option for collapsing arrays with missing indices (<a href="https://redirect.github.com/ljharb/qs/issues/312">#312</a>)</li> <li>[meta] fix README.md (<a href="https://redirect.github.com/ljharb/qs/issues/399">#399</a>)</li> <li>[meta] only run <code>npm run dist</code> in publish, not install</li> <li>[Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code>, <code>aud</code>, <code>has-symbols</code>, <code>tape</code></li> <li>[Tests] fix tests on node v0.6</li> <li>[Tests] use <code>ljharb/actions/node/install</code> instead of <code>ljharb/actions/node/run</code></li> <li>[Tests] Revert "[meta] ignore eclint transitive audit warning"</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ljharb/qs/commit/9dca37f15de317fe9ad0ced907cdf250ba310880"><code>9dca37f</code></a> v6.11.1</li> <li><a href="https://github.com/ljharb/qs/commit/4c4b23d2dd99fa72790e21d3c26dcebee56a34e8"><code>4c4b23d</code></a> [Fix] <code>stringify</code>: encode comma values more consistently</li> <li><a href="https://github.com/ljharb/qs/commit/1778ed42c3f0e6c5c3891f95d3ddd001c1982ce7"><code>1778ed4</code></a> [Dev Deps] update <code>@ljharb/eslint-config</code>, <code>object-inspect</code>, <code>tape</code></li> <li><a href="https://github.com/ljharb/qs/commit/20820fa2dd907910de529e2564ff42aac7db6246"><code>20820fa</code></a> [Dev Deps] update <code>aud</code></li> <li><a href="https://github.com/ljharb/qs/commit/2048fa55f0c8c2903046f92f7787ddb8f624dea2"><code>2048fa5</code></a> [meta] remove extraneous code backticks</li> <li><a href="https://github.com/ljharb/qs/commit/7e937fafdf67330d54547bbd34909f1f0c11ed72"><code>7e937fa</code></a> [actions] update checkout action</li> <li><a href="https://github.com/ljharb/qs/commit/6ce76652c052fd6b43e9b80f228f1e1caf50eac3"><code>6ce7665</code></a> [Dev Deps] update <code>aud</code>, <code>tape</code></li> <li><a href="https://github.com/ljharb/qs/commit/e45d713eb499a910870f87266805887a09327a13"><code>e45d713</code></a> [actions] restrict action permissions</li> <li><a href="https://github.com/ljharb/qs/commit/997044d91766e6a74ef5bdcb027b77d2730f5d87"><code>997044d</code></a> [meta] fix changelog markdown</li> <li><a href="https://github.com/ljharb/qs/commit/92c746b98426f53fcee34d59b02fa92dba9b47fe"><code>92c746b</code></a> [readme] add usage of <code>filter</code> option for injecting custom serialization, i.e...</li> <li>Additional commits viewable in <a href="https://github.com/ljharb/qs/compare/v6.2.3...v6.11.1">compare view</a></li> </ul> </details> <br /> Updates `browser-sync` from 2.27.10 to 2.29.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/BrowserSync/browser-sync/releases">browser-sync's releases</a>.</em></p> <blockquote> <h2>The one that restores IE11 support 💪</h2> <h2>What's Changed</h2> <ul> <li>fix ie11 by <a href="https://github.com/shakyShane"><code>@​shakyShane</code></a> in <a href="https://redirect.github.com/BrowserSync/browser-sync/pull/2024">BrowserSync/browser-sync#2024</a></li> </ul> <p><a href="https://esbuild.github.io/">esbuild</a> does not support down-level transpiling as far as IE11 - so when I switched to it, it accidentally broke <code>IE11</code> support 😢</p> <p>This is an important issue for me - many devs that support old browsers like IE11 are doing so because their projects are used in public services, or internal applications. Not every developer out there has the luxury of supporting evergreen-only browsers.</p> <p>So, IE11 will work once again 🎉. Please use the <a href="https://github.com/BrowserSync/browser-sync/issues">issues</a> thread to make me aware of any problem that's preventing you from using Browsersync in your day job 💪 (and be sure to thumbs-up the issues you want to see resolved)</p> <pre lang="shell"><code># IE11 works, again npm install browser-sync@latest </code></pre> <p><strong>Full Changelog</strong>: <a href="https://github.com/BrowserSync/browser-sync/compare/v2.28.3...v2.29.0">https://github.com/BrowserSync/browser-sync/compare/v2.28.3...v2.29.0</a></p> <h2>the one that finally removes <code>document.write</code></h2> <h2>What's Changed</h2> <ul> <li>browser-sync-2017 use chalk everywhere by <a href="https://github.com/shakyShane"><code>@​shakyShane</code></a> in <a href="https://redirect.github.com/BrowserSync/browser-sync/pull/2018">BrowserSync/browser-sync#2018</a></li> <li>fix: remove document.write by <a href="https://github.com/shakyShane"><code>@​shakyShane</code></a> in <a href="https://redirect.github.com/BrowserSync/browser-sync/pull/2019">BrowserSync/browser-sync#2019</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/BrowserSync/browser-sync/compare/v2.27.12...v2.28.0">https://github.com/BrowserSync/browser-sync/compare/v2.27.12...v2.28.0</a></p> <h2>2.26.0 -> 2.26.3</h2> <p><strong>fixes</strong></p> <ul> <li>application/wasm support - fixes <a href="https://redirect.github.com/BrowserSync/browser-sync/issues/1598">#1598</a> d60cd916ff1c64a69fddaa5cd2ca1061f066266e</li> <li>deps - ensure previous users of browser-sync-client are not affected by new structure - fixes <a href="https://redirect.github.com/BrowserSync/browser-sync/issues/1615">#1615</a> 0a2ff5a25d9e5ca7df7b1ec63a235f76a220ada6</li> <li>npm audit fixes across all packages - fixes <a href="https://redirect.github.com/BrowserSync/browser-sync/issues/1618">#1618</a> 9f3fea4d0bef39b31c45e14cba669483f6e65448</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BrowserSync/browser-sync/commit/6ffc212cdb50da972e4ed434244a23a6bee56e50"><code>6ffc212</code></a> v2.29.1</li> <li><a href="https://github.com/BrowserSync/browser-sync/commit/7b077987ef887994b6d59054d28dfe8639358599"><code>7b07798</code></a> v2.29.1-alpha.0</li> <li><a href="https://github.com/BrowserSync/browser-sync/commit/497f2162df92ce4bd15a9d5af3e82325dd3cee21"><code>497f216</code></a> remove client deps</li> <li><a href="https://github.com/BrowserSync/browser-sync/commit/bed04d4f07d4d16b05af02fa86babc362b8531a2"><code>bed04d4</code></a> v2.29.0</li> <li><a href="https://github.com/BrowserSync/browser-sync/commit/87421b53df52a22b69f9d32306494f1e0d8c4011"><code>87421b5</code></a> fix: ie11 support (<a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2024">#2024</a>)</li> <li><a href="https://github.com/BrowserSync/browser-sync/commit/59eb01ad5f5937d60832c97c40f97c31a8d4200d"><code>59eb01a</code></a> v2.28.3</li> <li><a href="https://github.com/BrowserSync/browser-sync/commit/3fd27201bc48a79348526f08f062c17073ffb4d1"><code>3fd2720</code></a> v2.28.2</li> <li><a href="https://github.com/BrowserSync/browser-sync/commit/8487a855501903d4333c242a9f950b62d0ea23bb"><code>8487a85</code></a> bump logger (<a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2026">#2026</a>)</li> <li><a href="https://github.com/BrowserSync/browser-sync/commit/a8417950757ae9faf3f1222e021d7b4a7df8ea61"><code>a841795</code></a> chalk as main dep - fixes <a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2021">#2021</a> (<a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2025">#2025</a>)</li> <li><a href="https://github.com/BrowserSync/browser-sync/commit/9ea395f36d647b478554df4e11273d06852e64ea"><code>9ea395f</code></a> v2.28.1</li> <li>Additional commits viewable in <a href="https://github.com/BrowserSync/browser-sync/compare/v2.27.10...v2.29.1">compare view</a></li> </ul> </details> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/cordova-docs/network/alerts). </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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
