Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump qs from 6.11.2 to 6.12.0 (#454)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [qs](https://github.com/ljharb/qs) from 6.11.2 to 6.12.0. <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.12.0</strong></h2> <ul> <li>[New] <code>parse</code>/<code>stringify</code>: add <code>decodeDotInKeys</code>/<code>encodeDotKeys</code> options (<a href="https://redirect.github.com/ljharb/qs/issues/488">#488</a>)</li> <li>[New] <code>parse</code>: add <code>duplicates</code> option</li> <li>[New] <code>parse</code>/<code>stringify</code>: add <code>allowEmptyArrays</code> option to allow [] in object values (<a href="https://redirect.github.com/ljharb/qs/issues/487">#487</a>)</li> <li>[Refactor] <code>parse</code>/<code>stringify</code>: move allowDots config logic to its own variable</li> <li>[Refactor] <code>stringify</code>: move option-handling code into <code>normalizeStringifyOptions</code></li> <li>[readme] update readme, add logos (<a href="https://redirect.github.com/ljharb/qs/issues/484">#484</a>)</li> <li>[readme] <code>stringify</code>: clarify default <code>arrayFormat</code> behavior</li> <li>[readme] fix line wrapping</li> <li>[readme] remove dead badges</li> <li>[Deps] update <code>side-channel</code></li> <li>[meta] make the dist build 50% smaller</li> <li>[meta] add <code>sideEffects</code> flag</li> <li>[meta] run build in prepack, not prepublish</li> <li>[Tests] <code>parse</code>: remove useless tests; add coverage</li> <li>[Tests] <code>stringify</code>: increase coverage</li> <li>[Tests] use <code>mock-property</code></li> <li>[Tests] <code>stringify</code>: improve coverage</li> <li>[Dev Deps] update <code>@ljharb/eslint-config </code>, <code>aud</code>, <code>has-override-mistake</code>, <code>has-property-descriptors</code>, <code>mock-property</code>, <code>npmignore</code>, <code>object-inspect</code>, <code>tape</code></li> <li>[Dev Deps] pin <code>glob</code>, since v10.3.8+ requires a broken <code>jackspeak</code></li> <li>[Dev Deps] pin <code>jackspeak</code> since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ljharb/qs/commit/062334aa584809829822c077f5f9f41c1e253dab"><code>062334a</code></a> v6.12.0</li> <li><a href="https://github.com/ljharb/qs/commit/f09cffccd83957218d7b6d03774e866b49595afb"><code>f09cffc</code></a> [meta] make the dist build 50% smaller</li> <li><a href="https://github.com/ljharb/qs/commit/934dfe898f81874f4b9f0efd44535690cb5af1df"><code>934dfe8</code></a> [meta] run build in prepack, not prepublish</li> <li><a href="https://github.com/ljharb/qs/commit/c8a269f508fbe7e0e6d539360adbe7edc42b24b6"><code>c8a269f</code></a> [Tests] <code>parse</code>: remove useless tests; add coverage</li> <li><a href="https://github.com/ljharb/qs/commit/1e047010889d912c1a99813e7a548c95a7f22b68"><code>1e04701</code></a> [Tests] <code>stringify</code>: increase coverage</li> <li><a href="https://github.com/ljharb/qs/commit/e679e123ed671742c22ea380de48f04912ea37f9"><code>e679e12</code></a> [Deps] update <code>side-channel</code></li> <li><a href="https://github.com/ljharb/qs/commit/67994751218621ac6dbef98cf1e94aaca1178299"><code>6799475</code></a> [Dev Deps] update <code>has-override-mistake</code></li> <li><a href="https://github.com/ljharb/qs/commit/cc60bbdb7b2c9c56da7f6220792148339761c4fd"><code>cc60bbd</code></a> [Tests] use <code>mock-property</code></li> <li><a href="https://github.com/ljharb/qs/commit/30004b2d9bb6125a4b8624465656276796912333"><code>30004b2</code></a> [New] <code>parse</code>/<code>stringify</code>: add <code>decodeDotInKeys</code>/<code>encodeDotKeys</code> options</li> <li><a href="https://github.com/ljharb/qs/commit/82a098eb13a8f57c5ed3e3e744de99488d08ea43"><code>82a098e</code></a> [Refactor] <code>parse</code>/<code>stringify</code>: move allowDots config logic to its own variable</li> <li>Additional commits viewable in <a href="https://github.com/ljharb/qs/compare/v6.11.2...v6.12.0">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.11.2&new-version=6.12.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 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>
- Loading branch information