-
Notifications
You must be signed in to change notification settings - Fork 556
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 29cac3e
chore(deps): Bump qs from 6.13.0 to 6.14.0 (#2614)
Bumps [qs](https://github.com/ljharb/qs) from 6.13.0 to 6.14.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.14.0</strong></h2>
<ul>
<li>[New] <code>parse</code>: add
<code>throwOnParameterLimitExceeded</code> option (<a
href="https://redirect.github.com/ljharb/qs/issues/517">#517</a>)</li>
<li>[Refactor] <code>parse</code>: use <code>utils.combine</code>
more</li>
<li>[patch] <code>parse</code>: add explicit
<code>throwOnLimitExceeded</code> default</li>
<li>[actions] use shared action; re-add finishers</li>
<li>[meta] Fix changelog formatting bug</li>
<li>[Deps] update <code>side-channel</code></li>
<li>[Dev Deps] update <code>es-value-fixtures</code>,
<code>has-bigints</code>, <code>has-proto</code>,
<code>has-symbols</code></li>
<li>[Tests] increase coverage</li>
</ul>
<h2><strong>6.13.1</strong></h2>
<ul>
<li>[Fix] <code>stringify</code>: avoid a crash when a
<code>filter</code> key is <code>null</code></li>
<li>[Fix] <code>utils.merge</code>: functions should not be stringified
into keys</li>
<li>[Fix] <code>parse</code>: avoid a crash with
interpretNumericEntities: true, comma: true, and iso charset</li>
<li>[Fix] <code>stringify</code>: ensure a non-string
<code>filter</code> does not crash</li>
<li>[Refactor] use <code>__proto__</code> syntax instead of
<code>Object.create</code> for null objects</li>
<li>[Refactor] misc cleanup</li>
<li>[Tests] <code>utils.merge</code>: add some coverage</li>
<li>[Tests] fix a test case</li>
<li>[actions] split out node 10-20, and 20+</li>
<li>[Dev Deps] update <code>es-value-fixtures</code>,
<code>mock-property</code>, <code>object-inspect</code>,
<code>tape</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ljharb/qs/commit/32dcc637f90be175c0d4617b429263115a87e3a8"><code>32dcc63</code></a>
v6.14.0</li>
<li><a
href="https://github.com/ljharb/qs/commit/4ec582b07a411f49b3192ea92562e2ad503a4dc0"><code>4ec582b</code></a>
[Dev Deps] update <code>es-value-fixtures</code>,
<code>has-bigints</code></li>
<li><a
href="https://github.com/ljharb/qs/commit/a240c52c7c48d3ead6bd77c5bc3b1275bab252fc"><code>a240c52</code></a>
[Tests] increase coverage</li>
<li><a
href="https://github.com/ljharb/qs/commit/25956a73e8cf56d445b0972cc3d9d16eb0958435"><code>25956a7</code></a>
[Refactor] <code>parse</code>: use <code>utils.combine</code> more</li>
<li><a
href="https://github.com/ljharb/qs/commit/b189ed49c8dfe5b41afe6cecabdaa562de56764b"><code>b189ed4</code></a>
[patch] <code>parse</code>: add explicit
<code>throwOnLimitExceeded</code> default</li>
<li><a
href="https://github.com/ljharb/qs/commit/1d590de5eb325a6ea332812b260c024e6a58ab8c"><code>1d590de</code></a>
[actions] simplify finisher</li>
<li><a
href="https://github.com/ljharb/qs/commit/6cd60a59aae428123d45810996f4ac6b2c4e5c52"><code>6cd60a5</code></a>
[actions] use shared action</li>
<li><a
href="https://github.com/ljharb/qs/commit/89edfd25f9598b5ccfe7eec9c4c184d5e8854ee2"><code>89edfd2</code></a>
[Deps] update <code>side-channel</code></li>
<li><a
href="https://github.com/ljharb/qs/commit/e26e7a8946b507c9445e08de04ee1b95c8eb6693"><code>e26e7a8</code></a>
[Dev Deps] update <code>has-proto</code>, <code>has-symbols</code></li>
<li><a
href="https://github.com/ljharb/qs/commit/51fdc98d72cbfb33f5bab9da1eb8d511b3160249"><code>51fdc98</code></a>
[actions] re-add finishers</li>
<li>Additional commits viewable in <a
href="https://github.com/ljharb/qs/compare/v6.13.0...v6.14.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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent ed161ed commit 29cac3eCopy full SHA for 29cac3e
File tree
Expand file treeCollapse file tree
1 file changed
+204
-37
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+204
-37
lines changed+204-37Lines changed: 204 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments