Skip to content

Commit

Permalink
chore(deps): bump undici and @sveltejs/kit in /examples/websocket-rel…
Browse files Browse the repository at this point in the history
…ay/relay-app (#439)

Bumps [undici](https://github.com/nodejs/undici) to 5.26.5 and updates
ancestor dependency
[@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit).
These dependencies need to be updated together.

Updates `undici` from 5.23.0 to 5.26.5
<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>v5.26.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Drop race condition in connect-timeout test by <a
href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/2360">nodejs/undici#2360</a></li>
<li>Remove a couple of unnecessary async functions by <a
href="https://github.com/kibertoad"><code>@​kibertoad</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/2367">nodejs/undici#2367</a></li>
<li>Update namespace type with Fetch exports by <a
href="https://github.com/Ethan-Arrowood"><code>@​Ethan-Arrowood</code></a>
in <a
href="https://redirect.github.com/nodejs/undici/pull/2361">nodejs/undici#2361</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nodejs/undici/compare/v5.26.4...v5.26.5">https://github.com/nodejs/undici/compare/v5.26.4...v5.26.5</a></p>
<h2>v5.26.4</h2>
<h2>What's Changed</h2>
<ul>
<li>use esbuild define/hooks by <a
href="https://github.com/KhafraDev"><code>@​KhafraDev</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/2342">nodejs/undici#2342</a></li>
<li>fix request's arrayBuffer returning uint8 instead of arraybuffer by
<a href="https://github.com/KhafraDev"><code>@​KhafraDev</code></a> in
<a
href="https://redirect.github.com/nodejs/undici/pull/2344">nodejs/undici#2344</a></li>
<li>fix: skip readMore call if parser is null or undefined by <a
href="https://github.com/iiAku"><code>@​iiAku</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/2346">nodejs/undici#2346</a></li>
<li>test: first attempt for flaky fix by <a
href="https://github.com/metcoder95"><code>@​metcoder95</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/2337">nodejs/undici#2337</a></li>
<li>test: only include WebSocket in WPT Report where it's landed by <a
href="https://github.com/panva"><code>@​panva</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/2351">nodejs/undici#2351</a></li>
<li>Update DispatchInterceptor.md by <a
href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/2354">nodejs/undici#2354</a></li>
<li>fix: Avoid error for stream() being aborted by <a
href="https://github.com/BobNobrain"><code>@​BobNobrain</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/2355">nodejs/undici#2355</a></li>
<li>fix names with esbuild by <a
href="https://github.com/KhafraDev"><code>@​KhafraDev</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/2359">nodejs/undici#2359</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/iiAku"><code>@​iiAku</code></a> made
their first contribution in <a
href="https://redirect.github.com/nodejs/undici/pull/2346">nodejs/undici#2346</a></li>
<li><a href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> made
their first contribution in <a
href="https://redirect.github.com/nodejs/undici/pull/2354">nodejs/undici#2354</a></li>
<li><a
href="https://github.com/BobNobrain"><code>@​BobNobrain</code></a> made
their first contribution in <a
href="https://redirect.github.com/nodejs/undici/pull/2355">nodejs/undici#2355</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nodejs/undici/compare/v5.26.3...v5.26.4">https://github.com/nodejs/undici/compare/v5.26.3...v5.26.4</a></p>
<h2>v5.26.3</h2>
<p>No release notes provided.</p>
<h2>v5.26.2</h2>
<p>Security Release, CVE-2023-45143.</p>
<h2>v5.26.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix publish undici-types once and for all! by <a
href="https://github.com/Ethan-Arrowood"><code>@​Ethan-Arrowood</code></a>
in <a
href="https://redirect.github.com/nodejs/undici/pull/2338">nodejs/undici#2338</a></li>
<li>Fix node detection omfg by <a
href="https://github.com/KhafraDev"><code>@​KhafraDev</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/2341">nodejs/undici#2341</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/nodejs/undici/compare/v5.26.0...v5.26.1">https://github.com/nodejs/undici/compare/v5.26.0...v5.26.1</a></p>
<h2>v5.26.0</h2>
<h2>What's Changed</h2>
<ul>
<li>use npm install instead of npm ci by <a
href="https://github.com/Ethan-Arrowood"><code>@​Ethan-Arrowood</code></a>
in <a
href="https://redirect.github.com/nodejs/undici/pull/2309">nodejs/undici#2309</a></li>
<li>change default header to <code>node</code> by <a
href="https://github.com/Ethan-Arrowood"><code>@​Ethan-Arrowood</code></a>
in <a
href="https://redirect.github.com/nodejs/undici/pull/2310">nodejs/undici#2310</a></li>
<li>chore: change order of the pseudo-headers by <a
href="https://github.com/kyrylodolynskyi"><code>@​kyrylodolynskyi</code></a>
in <a
href="https://redirect.github.com/nodejs/undici/pull/2308">nodejs/undici#2308</a></li>
<li>fix: Agent.Options.factory should accept URL object or string as
parameter by <a
href="https://github.com/nicole0707"><code>@​nicole0707</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/2295">nodejs/undici#2295</a></li>
<li>build(deps-dev): bump sinon from 15.2.0 to 16.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/2312">nodejs/undici#2312</a></li>
<li>test: handle npm ignore-scripts settings by <a
href="https://github.com/panva"><code>@​panva</code></a> in <a
href="https://redirect.github.com/nodejs/undici/pull/2313">nodejs/undici#2313</a></li>
<li>feat: respect <code>--max-http-header-size</code> Node.js flag by <a
href="https://github.com/balazsorban44"><code>@​balazsorban44</code></a>
in <a
href="https://redirect.github.com/nodejs/undici/pull/2234">nodejs/undici#2234</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nodejs/undici/commit/9197790ae0d015b40b75fd0c5cdb7420704b5272"><code>9197790</code></a>
Bumped v5.26.5</li>
<li><a
href="https://github.com/nodejs/undici/commit/c31bd88979c04e72ff5f2869b71c630720422ab8"><code>c31bd88</code></a>
Update namespace type with Fetch exports (<a
href="https://redirect.github.com/nodejs/undici/issues/2361">#2361</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/24db5d4eaf8b747e7c9bde4faf797943b6f73c8d"><code>24db5d4</code></a>
Remove a couple of unnecessary async functions (<a
href="https://redirect.github.com/nodejs/undici/issues/2367">#2367</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/63afd9b5e28380dc86de29ade69adaad7efcd231"><code>63afd9b</code></a>
Drop race condition in connect-timeout test (<a
href="https://redirect.github.com/nodejs/undici/issues/2360">#2360</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/dea70e27e4d14952eb7b96da021eb44d24d1159e"><code>dea70e2</code></a>
Bumped v5.26.4</li>
<li><a
href="https://github.com/nodejs/undici/commit/0681760ef1b24a9ddcb257b1a6a121d1825a67c0"><code>0681760</code></a>
fix names with esbuild (<a
href="https://redirect.github.com/nodejs/undici/issues/2359">#2359</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/daf349f6bc35c2e7fe600c323fb7dcfdacc000f6"><code>daf349f</code></a>
fix: Avoid error for stream() being aborted (<a
href="https://redirect.github.com/nodejs/undici/issues/2355">#2355</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/49254c3ea1cc74a01132b8c0a9274cbf94c7289e"><code>49254c3</code></a>
Update DispatchInterceptor.md (<a
href="https://redirect.github.com/nodejs/undici/issues/2354">#2354</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/52a79891f95a20fe380d70cfdf8f8f52410ff1a3"><code>52a7989</code></a>
test: only include WebSocket in WPT Report where it's landed (<a
href="https://redirect.github.com/nodejs/undici/issues/2351">#2351</a>)</li>
<li><a
href="https://github.com/nodejs/undici/commit/40ab05029814c9778b80657d530e943d1cdfc6f2"><code>40ab050</code></a>
test: first attempt for flaky fix (<a
href="https://redirect.github.com/nodejs/undici/issues/2337">#2337</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nodejs/undici/compare/v5.23.0...v5.26.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `@sveltejs/kit` from 1.22.5 to 1.27.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/releases"><code>@​sveltejs/kit</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/1"><code>@​1</code></a>.27.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: use runes in generated root when detecting Svelte 5 (<a
href="https://redirect.github.com/sveltejs/kit/pull/11028">#11028</a>)</p>
</li>
<li>
<p>fix: correctly prerender pages that use browser globals and have SSR
turned off (<a
href="https://redirect.github.com/sveltejs/kit/pull/11032">#11032</a>)</p>
</li>
<li>
<p>fix: correctly show 404 for prerendered dynamic routes when
navigating client-side without a root layout server load (<a
href="https://redirect.github.com/sveltejs/kit/pull/11025">#11025</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/1"><code>@​1</code></a>.27.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: add vite.config.js to included files in generated tsconfig (<a
href="https://redirect.github.com/sveltejs/kit/pull/10788">#10788</a>)</p>
</li>
<li>
<p>fix: cache location.origin on startup (<a
href="https://redirect.github.com/sveltejs/kit/pull/11004">#11004</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/1"><code>@​1</code></a>.27.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: generate <code>__data.json</code> for prerendered pages when SSR
is turned off (<a
href="https://redirect.github.com/sveltejs/kit/pull/10988">#10988</a>)</p>
</li>
<li>
<p>chore: cleanup (<a
href="https://redirect.github.com/sveltejs/kit/pull/11002">#11002</a>)</p>
</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/1"><code>@​1</code></a>.27.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: use correct environment file for rendering spa fallback page
(<a
href="https://redirect.github.com/sveltejs/kit/pull/10963">#10963</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/1"><code>@​1</code></a>.27.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: missing <code>File</code> Node polyfill for Node version
18.11.0+ (<a
href="https://redirect.github.com/sveltejs/kit/pull/10948">#10948</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/1"><code>@​1</code></a>.27.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: only apply some polyfills below node 18.11 (<a
href="https://redirect.github.com/sveltejs/kit/pull/10920">#10920</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/1"><code>@​1</code></a>.27.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add <code>invalidateAll</code> boolean option to
<code>enhance</code> callback (<a
href="https://redirect.github.com/sveltejs/kit/pull/9889">#9889</a>)</li>
</ul>
<h2><code>@​sveltejs/kit</code><a
href="https://github.com/1"><code>@​1</code></a>.26.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: infer route parameter type from matcher's guard check if
applicable (<a
href="https://redirect.github.com/sveltejs/kit/pull/10755">#10755</a>)</li>
</ul>
<h3>Patch Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md"><code>@​sveltejs/kit</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>1.27.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: use runes in generated root when detecting Svelte 5 (<a
href="https://redirect.github.com/sveltejs/kit/pull/11028">#11028</a>)</p>
</li>
<li>
<p>fix: correctly prerender pages that use browser globals and have SSR
turned off (<a
href="https://redirect.github.com/sveltejs/kit/pull/11032">#11032</a>)</p>
</li>
<li>
<p>fix: correctly show 404 for prerendered dynamic routes when
navigating client-side without a root layout server load (<a
href="https://redirect.github.com/sveltejs/kit/pull/11025">#11025</a>)</p>
</li>
</ul>
<h2>1.27.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: add vite.config.js to included files in generated tsconfig (<a
href="https://redirect.github.com/sveltejs/kit/pull/10788">#10788</a>)</p>
</li>
<li>
<p>fix: cache location.origin on startup (<a
href="https://redirect.github.com/sveltejs/kit/pull/11004">#11004</a>)</p>
</li>
</ul>
<h2>1.27.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: generate <code>__data.json</code> for prerendered pages when SSR
is turned off (<a
href="https://redirect.github.com/sveltejs/kit/pull/10988">#10988</a>)</p>
</li>
<li>
<p>chore: add experimental compatibility for Svelte 5 (<a
href="https://redirect.github.com/sveltejs/kit/pull/11002">#11002</a>)</p>
</li>
</ul>
<h2>1.27.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: use correct environment file for rendering spa fallback page
(<a
href="https://redirect.github.com/sveltejs/kit/pull/10963">#10963</a>)</li>
</ul>
<h2>1.27.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: missing <code>File</code> Node polyfill for Node version
18.11.0+ (<a
href="https://redirect.github.com/sveltejs/kit/pull/10948">#10948</a>)</li>
</ul>
<h2>1.27.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: only apply some polyfills below node 18.11 (<a
href="https://redirect.github.com/sveltejs/kit/pull/10920">#10920</a>)</li>
</ul>
<h2>1.27.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: add <code>invalidateAll</code> boolean option to
<code>enhance</code> callback (<a
href="https://redirect.github.com/sveltejs/kit/pull/9889">#9889</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/kit/commit/f9324a03705c5495362ecc67d58a5066bf495dcb"><code>f9324a0</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/11034">#11034</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/127bdea56fd87e3a5ec6ee09b93e702e9a203791"><code>127bdea</code></a>
fix: correctly configure <code>module</code> and <code>noEmit</code>
tsconfig and jsconfig properti...</li>
<li><a
href="https://github.com/sveltejs/kit/commit/4d15da102143c89664130bdaa39c4f24517b4cf8"><code>4d15da1</code></a>
fix: prevent JSON parse error when loading data (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/11025">#11025</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/0554fecf3a6a53f8f38cacc3702b01eeb405a40f"><code>0554fec</code></a>
fix: use runes in when detecting Svelte 5 (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/11028">#11028</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/aeaf164064ddffcff18132fa85f58f2a94ffaa80"><code>aeaf164</code></a>
fix: check ssr option when doing final response render (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/11032">#11032</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/cbd60cc3c787574d60bea5aa3a3119121c6d53e0"><code>cbd60cc</code></a>
feat: upgrade to prettier 3 and prettier-plugin-svelte 3 (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/10410">#10410</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/977b151b776a61c1ab7fe3c3ac573b98c0e7e2d5"><code>977b151</code></a>
feat: add option to try out Svelte 5 beta (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/11026">#11026</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/9057ac1496bccbca5790e24dfd1e3c3f24555d63"><code>9057ac1</code></a>
chore(deps): update dependency marked to v10 (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/11012">#11012</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/ff25acb9ede14fab6ab54a719b7f0bfcb80b0f2c"><code>ff25acb</code></a>
Version Packages (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/11005">#11005</a>)</li>
<li><a
href="https://github.com/sveltejs/kit/commit/c52aab6e8932420dff6671dc1028fadb8647c24a"><code>c52aab6</code></a>
feat: image preprocessor (<a
href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/10788">#10788</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/kit">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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/ipvm-wg/homestar/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 9278d61 commit 4cb133a
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 62 deletions.
121 changes: 60 additions & 61 deletions examples/websocket-relay/relay-app/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/websocket-relay/relay-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/kit": "^1.5.0",
"@sveltejs/kit": "^1.27.6",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.14",
Expand Down

0 comments on commit 4cb133a

Please sign in to comment.