dependabot[bot] opened a new pull request, #123: URL: https://github.com/apache/systemds-website/pull/123
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.5.2 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.5.2...v6.11.1">compare view</a></li> </ul> </details> <br /> Updates `browser-sync` from 2.27.7 to 2.28.3 <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 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.27.9</h2> <h2>What's Changed</h2> <ul> <li>fix(cli): Where's the command help? fixes <a href="https://redirect.github.com/BrowserSync/browser-sync/issues/1929">#1929</a> by <a href="https://github.com/shakyShane"><code>@shakyShane</code></a> in <a href="https://redirect.github.com/BrowserSync/browser-sync/pull/1945">BrowserSync/browser-sync#1945</a></li> </ul> <p>A bug prevented the help output from displaying - it was introduced when the CLI parser <code>yargs</code> was updated, and is now fixed :)</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/BrowserSync/browser-sync/compare/v2.27.8...v2.27.9">https://github.com/BrowserSync/browser-sync/compare/v2.27.8...v2.27.9</a></p> <h2>2.27.8</h2> <p>This release upgrades Socket.io (client+server) to the latest versions - solving the following issues, and silencing security warning :)</p> <p>PR:</p> <ul> <li><a href="https://github.com/BrowserSync/browser-sync/commit/58ab4ab861d7c50b4349f25bdd4c7f8871d0ad32">https://github.com/BrowserSync/browser-sync/commit/58ab4ab861d7c50b4349f25bdd4c7f8871d0ad32</a></li> </ul> <p>Resolved Issues:</p> <ul> <li><a href="https://redirect.github.com/BrowserSync/browser-sync/issues/1850">BrowserSync/browser-sync#1850</a></li> <li><a href="https://redirect.github.com/BrowserSync/browser-sync/issues/1892">BrowserSync/browser-sync#1892</a></li> <li><a href="https://redirect.github.com/BrowserSync/browser-sync/issues/1925">BrowserSync/browser-sync#1925</a></li> <li><a href="https://redirect.github.com/BrowserSync/browser-sync/issues/1926">BrowserSync/browser-sync#1926</a></li> <li><a href="https://redirect.github.com/BrowserSync/browser-sync/issues/1933">BrowserSync/browser-sync#1933</a></li> </ul> <p>Thanks to <a href="https://github.com/lachieh"><code>@lachieh</code></a> for the original PR, which helped me land this fix</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/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><a href="https://github.com/BrowserSync/browser-sync/commit/23c666f00a55c506f931ceeb758478d556e7c6e2"><code>23c666f</code></a> fix(deps): loosen range on <code>ua-parser-js</code> - fixes <a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2009">#2009</a> (<a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2020">#2020</a>)</li> <li><a href="https://github.com/BrowserSync/browser-sync/commit/52ab250cb52fb431593ab03c9681832274c74607"><code>52ab250</code></a> v2.28.0</li> <li><a href="https://github.com/BrowserSync/browser-sync/commit/019f8eaf45a61bcf72398b4b404c3e8d497463a7"><code>019f8ea</code></a> fix: remove document.write (<a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2019">#2019</a>)</li> <li><a href="https://github.com/BrowserSync/browser-sync/commit/3b0581ef9af66c506f4f37d2066fe95bd775b46a"><code>3b0581e</code></a> browser-sync-2017 use chalk everywhere (<a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2018">#2018</a>)</li> <li><a href="https://github.com/BrowserSync/browser-sync/commit/c1db6470614a0aba4b19c1c7f544bb6119d1e7a8"><code>c1db647</code></a> v2.27.12</li> <li>Additional commits viewable in <a href="https://github.com/BrowserSync/browser-sync/compare/v2.27.7...v2.28.3">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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/systemds-website/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: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org