Commit 6404702
authored
chore(deps): bump the minor-production-deps group with 2 updates (#308)
Bumps the minor-production-deps group with 2 updates:
[qs](https://github.com/ljharb/qs) and
[type-fest](https://github.com/sindresorhus/type-fest).
Updates `qs` from 6.14.0 to 6.14.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.14.1</strong></h2>
<ul>
<li>[Fix] ensure arrayLength applies to <code>[]</code> notation as
well</li>
<li>[Fix] <code>parse</code>: when a custom decoder returns
<code>null</code> for a key, ignore that key</li>
<li>[Refactor] <code>parse</code>: extract key segment splitting
helper</li>
<li>[meta] add threat model</li>
<li>[actions] add workflow permissions</li>
<li>[Tests] <code>stringify</code>: increase coverage</li>
<li>[Dev Deps] update <code>eslint</code>,
<code>@ljharb/eslint-config</code>, <code>npmignore</code>,
<code>es-value-fixtures</code>, <code>for-each</code>,
<code>object-inspect</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ljharb/qs/commit/3fa11a5f643c76896387bd2d86904a2d0141fdf7"><code>3fa11a5</code></a>
v6.14.1</li>
<li><a
href="https://github.com/ljharb/qs/commit/a62670423c1ccab0dd83c621bfb98c7c024e314d"><code>a626704</code></a>
[Dev Deps] update <code>npmignore</code></li>
<li><a
href="https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"><code>3086902</code></a>
[Fix] ensure arrayLength applies to <code>[]</code> notation as
well</li>
<li><a
href="https://github.com/ljharb/qs/commit/fc7930e86c2264c1568c9f5606830e19b0bc2af2"><code>fc7930e</code></a>
[Dev Deps] update <code>eslint</code>,
<code>@ljharb/eslint-config</code></li>
<li><a
href="https://github.com/ljharb/qs/commit/0b06aac566abee45ef0327667a7cc89e7aed8b58"><code>0b06aac</code></a>
[Dev Deps] update <code>@ljharb/eslint-config</code></li>
<li><a
href="https://github.com/ljharb/qs/commit/64951f6200a1fb72cc003c6e8226dde3d2ef591f"><code>64951f6</code></a>
[Refactor] <code>parse</code>: extract key segment splitting helper</li>
<li><a
href="https://github.com/ljharb/qs/commit/e1bd2599cdff4c936ea52fb1f16f921cbe7aa88c"><code>e1bd259</code></a>
[Dev Deps] update <code>@ljharb/eslint-config</code></li>
<li><a
href="https://github.com/ljharb/qs/commit/f4b3d39709fef6ddbd85128d1ba4c6b566c4902e"><code>f4b3d39</code></a>
[eslint] add eslint 9 optional peer dep</li>
<li><a
href="https://github.com/ljharb/qs/commit/6e94d9596ca50dffafcef40a5f64eca89962cf34"><code>6e94d95</code></a>
[Dev Deps] update <code>eslint</code>,
<code>@ljharb/eslint-config</code>, <code>npmignore</code></li>
<li><a
href="https://github.com/ljharb/qs/commit/973dc3c51c86da9f4e30edeb4b1725158d439102"><code>973dc3c</code></a>
[actions] add workflow permissions</li>
<li>Additional commits viewable in <a
href="https://github.com/ljharb/qs/compare/v6.14.0...v6.14.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `type-fest` from 5.2.0 to 5.3.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sindresorhus/type-fest/releases">type-fest's
releases</a>.</em></p>
<blockquote>
<h2>v5.3.1</h2>
<ul>
<li><code>PackageJson</code>: Fix key type for
<code>DependencyOverrides</code> (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1307">#1307</a>)
0430f56</li>
</ul>
<hr />
<p><a
href="https://github.com/sindresorhus/type-fest/compare/v5.3.0...v5.3.1">https://github.com/sindresorhus/type-fest/compare/v5.3.0...v5.3.1</a></p>
<h2>v5.3.0</h2>
<h3>Improvements</h3>
<ul>
<li><code>PackageJson</code>: Add <code>overrides</code> (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1287">#1287</a>)
8beaa89</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>IsEqual</code>: Fix generic inference (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1306">#1306</a>)
f7b2667</li>
<li><code>ConditionalPickDeep</code> / <code>SimplifyDeep</code>:
Prevent mapping over built-ins (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1293">#1293</a>)
f14a75a</li>
<li><code>ArraySlice</code> / <code>StringSlice</code>: Fix behavior
with unions (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1291">#1291</a>)
133258b</li>
</ul>
<hr />
<p><a
href="https://github.com/sindresorhus/type-fest/compare/v5.2.0...v5.3.0">https://github.com/sindresorhus/type-fest/compare/v5.2.0...v5.3.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/c1dcd875af185e3b470212b5debd1056c0be360d"><code>c1dcd87</code></a>
5.3.1</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/0430f5648a308135664ec886802c70eccceca861"><code>0430f56</code></a>
<code>PackageJson</code>: Fix key type for
<code>DependencyOverrides</code> (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1307">#1307</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/d29981083b46f5f2dbf040c2fac1189d47bcb333"><code>d299810</code></a>
5.3.0</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/f4392812efd79c077922026668aa996674209132"><code>f439281</code></a>
Meta tweaks</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/f7b26675e317782a1e820b0c325c11204f0715ec"><code>f7b2667</code></a>
<code>IsEqual</code>: Fix generic inference (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1306">#1306</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/2702882aa9bee14246b0780469e26a69a5818534"><code>2702882</code></a>
Add custom processor to lint JSDoc codeblocks (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1300">#1300</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/c0ec440331594750a58f19ce870b26c85a61561c"><code>c0ec440</code></a>
Remove <code>test-export</code> workflow job (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1301">#1301</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/2300245cb6f0b28ee36c2bb852ade872254073b8"><code>2300245</code></a>
Add lint rule to validate JSDoc codeblocks using TS compiler (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1265">#1265</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/f14a75aa1f0850e3cb37c2e17bc7f11214069020"><code>f14a75a</code></a>
<code>ConditionalPickDeep</code> / <code>SimplifyDeep</code>: Prevent
mapping over built-ins (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1293">#1293</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/8beaa89a2e73316a9f36383007c9c29ec3aaf750"><code>8beaa89</code></a>
<code>PackageJson</code>: Add <code>overrides</code> (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1287">#1287</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sindresorhus/type-fest/compare/v5.2.0...v5.3.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b46b471 commit 6404702
1 file changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments