You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/07 11:21:38 UTC

[GitHub] [hop-website] dependabot[bot] opened a new pull request, #194: Bump qs from 6.10.1 to 6.11.1

dependabot[bot] opened a new pull request, #194:
URL: https://github.com/apache/hop-website/pull/194

   Bumps [qs](https://github.com/ljharb/qs) from 6.10.1 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://github-redirect.dependabot.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://github-redirect.dependabot.com/ljharb/qs/issues/447">#447</a>)</li>
   <li>[meta] remove extraneous code backticks (<a href="https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.com/ljharb/qs/issues/428">#428</a>)</li>
   <li>[Robustness] <code>stringify</code>: avoid relying on a global <code>undefined</code> (<a href="https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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>
   </blockquote>
   </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.10.1...v6.11.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=qs&package-manager=npm_and_yarn&previous-version=6.10.1&new-version=6.11.1)](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)
   - `@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/hop-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: commits-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org