Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group with 2 updates (#525
Browse files Browse the repository at this point in the history
)

Bumps the production-dependencies group with 2 updates:
[type-fest](https://github.com/sindresorhus/type-fest) and
[undici](https://github.com/nodejs/undici).

Updates `type-fest` from 4.31.0 to 4.32.0
<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>v4.32.0</h2>
<h3>New types</h3>
<ul>
<li><a
href="https://github.com/sindresorhus/type-fest/blob/main/source/is-tuple.d.ts"><code>IsTuple</code></a>
(<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1024">#1024</a>)
1e0872d</li>
<li><a
href="https://github.com/sindresorhus/type-fest/blob/main/source/set-required-deep.d.ts"><code>SetRequiredDeep</code></a>
(<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/939">#939</a>)
3d54627</li>
</ul>
<h3>Improvements</h3>
<ul>
<li><code>PartialDeep</code>: Add <a
href="https://github.com/sindresorhus/type-fest/blob/20f1995b4ac8974173a6766d608a5bc953865954/source/partial-deep.d.ts#L14-L38"><code>allowUndefinedInNonTupleArrays</code></a>
option (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1019">#1019</a>)
278df80</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>SetRequired</code>: Fix support for removal of optional
modifiers from tuples (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1030">#1030</a>)
c897aad</li>
</ul>
<hr />
<p><a
href="https://github.com/sindresorhus/type-fest/compare/v4.31.0...v4.32.0">https://github.com/sindresorhus/type-fest/compare/v4.31.0...v4.32.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/20f1995b4ac8974173a6766d608a5bc953865954"><code>20f1995</code></a>
4.32.0</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/c897aadaa58fbfb2e162ee09153973907b639b78"><code>c897aad</code></a>
<code>SetRequired</code>: Fix support for removal of optional modifiers
from tuples (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1030">#1030</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/278df8055d0acf16608fbeab740213010ce25cab"><code>278df80</code></a>
<code>PartialDeep</code>: Add <code>allowUndefinedInArrays</code> option
(<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1019">#1019</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/a366c0f821001112b82c0baf54a7a45314b553b4"><code>a366c0f</code></a>
<code>SharedUnionFields</code>: Fix missing instantiation in test cases
(<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1027">#1027</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/1e0872da1c4206c6340ec825167e49edc097bba5"><code>1e0872d</code></a>
Add <code>IsTuple</code> type (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/1024">#1024</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/3d546271332116970e5facde69b4447d2e64b45f"><code>3d54627</code></a>
Add <code>SetRequiredDeep</code> type (<a
href="https://redirect.github.com/sindresorhus/type-fest/issues/939">#939</a>)</li>
<li><a
href="https://github.com/sindresorhus/type-fest/commit/eff76dab795d8feaa30fe1524d7d4a20c481502a"><code>eff76da</code></a>
Welcome <a href="https://github.com/som-sm"><code>@​som-sm</code></a> as
a maintainer</li>
<li>See full diff in <a
href="https://github.com/sindresorhus/type-fest/compare/v4.31.0...v4.32.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `undici` from 7.2.0 to 7.2.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nodejs/undici/releases">undici's
releases</a>.</em></p>
<blockquote>
<h2>v7.2.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(3951): typo on errorede dns lookup by <a
href="https://github.com/metcoder95"><code>@​metcoder95</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/3956">nodejs/undici#3956</a></li>
<li>feat: add missing error type by <a
href="https://github.com/Gigioliva"><code>@​Gigioliva</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/3964">nodejs/undici#3964</a></li>
<li>websocket: improve frame parsing by <a
href="https://github.com/tsctx"><code>@​tsctx</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/3447">nodejs/undici#3447</a></li>
<li>fix(<a
href="https://redirect.github.com/nodejs/undici/issues/3966">#3966</a>):
account for network errors by <a
href="https://github.com/metcoder95"><code>@​metcoder95</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/3967">nodejs/undici#3967</a></li>
<li>build(deps-dev): bump <code>@​fastify/busboy</code> from 3.1.0 to
3.1.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/3971">nodejs/undici#3971</a></li>
<li>Update WPT by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://redirect.github.com/nodejs/undici/pull/3954">nodejs/undici#3954</a></li>
<li>docs: fix dispatcher stream example links by <a
href="https://github.com/luddd3"><code>@​luddd3</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/3972">nodejs/undici#3972</a></li>
<li>fix: <code>undici:request:headers</code> does not indicate
completion of a response by <a
href="https://github.com/legendecas"><code>@​legendecas</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/3974">nodejs/undici#3974</a></li>
<li>build(deps): bump cronometro from 3.0.2 to 4.0.1 in /benchmarks by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/nodejs/undici/pull/3976">nodejs/undici#3976</a></li>
<li>fix(<a
href="https://redirect.github.com/nodejs/undici/issues/3975">#3975</a>):
do not unref timeout by <a
href="https://github.com/metcoder95"><code>@​metcoder95</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/3977">nodejs/undici#3977</a></li>
<li>fix: bad response on h2 server by <a
href="https://github.com/metcoder95"><code>@​metcoder95</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/3978">nodejs/undici#3978</a></li>
<li>build(deps): bump peter-evans/create-pull-request from 7.0.5 to
7.0.6 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/3981">nodejs/undici#3981</a></li>
<li>build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/3983">nodejs/undici#3983</a></li>
<li>chore: ensure automated v7 release compared to v7 by <a
href="https://github.com/trivikr"><code>@​trivikr</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/3986">nodejs/undici#3986</a></li>
<li>test: ignore test for CITGM by <a
href="https://github.com/metcoder95"><code>@​metcoder95</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/3993">nodejs/undici#3993</a></li>
<li>fix: retry flaky test by <a
href="https://github.com/metcoder95"><code>@​metcoder95</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/3992">nodejs/undici#3992</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/legendecas"><code>@​legendecas</code></a> made
their first contribution in <a
href="https://redirect.github.com/nodejs/undici/pull/3974">nodejs/undici#3974</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nodejs/undici/compare/v7.2.0...v7.2.1">https://github.com/nodejs/undici/compare/v7.2.0...v7.2.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nodejs/undici/commit/251da10da915b70bf576777ca0734bba8eb38f96"><code>251da10</code></a>
Bumped v7.2.1 (<a
href="https://redirect.github.com/nodejs/undici/issues/3996">#3996</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/de6ec47fbe069d12edd800b7d0fccf1556125bbe"><code>de6ec47</code></a>
fix: retry flaky test (<a
href="https://redirect.github.com/nodejs/undici/issues/3992">#3992</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/e1496cfd285f45165a29c2aefb7a2ee128fadf38"><code>e1496cf</code></a>
test: ignore test for CITGM (<a
href="https://redirect.github.com/nodejs/undici/issues/3993">#3993</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/54c5c6827c7d3f801bd72926234243a9ab8f7ef5"><code>54c5c68</code></a>
chore: ensure automated v7 release compared to v7 (<a
href="https://redirect.github.com/nodejs/undici/issues/3986">#3986</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/1359605cffb6e7d5909d8f7d6814d583e35020e4"><code>1359605</code></a>
build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (<a
href="https://redirect.github.com/nodejs/undici/issues/3983">#3983</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/45e3d629e7a5990e531c3d9d065a9a4204bcd078"><code>45e3d62</code></a>
build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6
(<a
href="https://redirect.github.com/nodejs/undici/issues/3981">#3981</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/03c98d5a683df54c47ee49b8db0ffd7d56f45525"><code>03c98d5</code></a>
fix: bad respond on h2 server (<a
href="https://redirect.github.com/nodejs/undici/issues/3978">#3978</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/e51df14623d9c4cb3fd8753727c3e62c24a57a3a"><code>e51df14</code></a>
fix(<a
href="https://redirect.github.com/nodejs/undici/issues/3975">#3975</a>):
do not unref timeout (<a
href="https://redirect.github.com/nodejs/undici/issues/3977">#3977</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/ad7ac027ed6d0fca7414a0810dcf136cda35065e"><code>ad7ac02</code></a>
build(deps): bump cronometro from 3.0.2 to 4.0.1 in /benchmarks (<a
href="https://redirect.github.com/nodejs/undici/issues/3976">#3976</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/d03a52a325ec1faf0a5af48cd35f7da5f35505c6"><code>d03a52a</code></a>
fix: undici:request:headers does not indicate completion of a response
(<a
href="https://redirect.github.com/nodejs/undici/issues/3974">#3974</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nodejs/undici/compare/v7.2.0...v7.2.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>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 47e460d commit 199ec03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"http-status-codes": "2.3.0",
"node-fetch": "2.7.0",
"quicktype-core": "23.0.170",
"type-fest": "4.31.0",
"undici": "7.2.0",
"type-fest": "4.32.0",
"undici": "7.2.1",
"yargs": "17.7.2"
},
"devDependencies": {
Expand Down

0 comments on commit 199ec03

Please sign in to comment.