Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump the frontend-deps group with 4 updates (#541)
Bumps the frontend-deps group with 4 updates: [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte), [jsdom](https://github.com/jsdom/jsdom), [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@sveltejs/vite-plugin-svelte` from 3.1.1 to 3.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/vite-plugin-svelte/releases"><code>@sveltejs/vite-plugin-svelte</code>'s releases</a>.</em></p> <blockquote> <h2><code>@sveltejs/vite-plugin-svelte</code><a href="https://github.com/3"><code>@3</code></a>.1.2</h2> <h3>Patch Changes</h3> <ul> <li>add warning for svelte5 users to update to vite-plugin-svelte@4 (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/964">#964</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/vite-plugin-svelte/blob/@sveltejs/[email protected]/packages/vite-plugin-svelte/CHANGELOG.md"><code>@sveltejs/vite-plugin-svelte</code>'s changelog</a>.</em></p> <blockquote> <h2>3.1.2</h2> <h3>Patch Changes</h3> <ul> <li>add warning for svelte5 users to update to vite-plugin-svelte@4 (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/964">#964</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/b3edb771f264b1d1578972dd4a7adaf9a0caf68b"><code>b3edb77</code></a> Version Packages (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/965">#965</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/4f95193edb22c24a081b9d60217d158be4a68bbb"><code>4f95193</code></a> chore(logs): encourage svelte5 users to update from vps3 to vps4 (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/964">#964</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/[email protected]/packages/vite-plugin-svelte">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 24.1.1 to 25.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 25.0.0</h2> <p>This major release changes the prototype of a jsdom's <code>EventTarget.prototype</code> to point to the <code>Object.prototype</code> inside the jsdom, instead of pointing to the Node.js <code>Object.prototype</code>. Thus, the prototype chain of <code>Window</code> stays entirely within the jsdom, never crossing over into the Node.js realm.</p> <p>This only occurs when <code>runScripts</code> is set to non-default values of <code>"dangerously"</code> or <code>"outside-only"</code>, as with the default value, there is no separate <code>Object.prototype</code> inside the jsdom.</p> <p>This will likely not impact many programs, but could cause some changes in <code>instanceof</code> behavior, and so out of an abundance of caution, we're releasing it as a new major version.</p> <h2>Version 24.1.3</h2> <ul> <li>Fixed calls to <code>postMessage()</code> that were done as a bare property (i.e., <code>postMessage()</code> instead of <code>window.postMessage()</code>).</li> </ul> <h2>Version 24.1.2</h2> <ul> <li>Fixed an issue with the <code>in</code> operator applied to <code>EventTarget</code> methods, e.g. <code>'addEventListener' in window</code>, which only appeared in Node.js ≥22.5.0. (legendecas)</li> <li>Fixed the events fired by <code>blur()</code>: it no longer fires <code>focus</code> and <code>focusin</code> on the <code>Document</code>, and <code>blur</code> and <code>focusout</code> no longer have their <code>relatedTarget</code> property set. (asamuzaK)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>25.0.0</h2> <p>This major release changes the prototype of a jsdom's <code>EventTarget.prototype</code> to point to the <code>Object.prototype</code> inside the jsdom, instead of pointing to the Node.js <code>Object.prototype</code>. Thus, the prototype chain of <code>Window</code> stays entirely within the jsdom, never crossing over into the Node.js realm.</p> <p>This only occurs when <code>runScripts</code> is set to non-default values of <code>"dangerously"</code> or <code>"outside-only"</code>, as with the default value, there is no separate <code>Object.prototype</code> inside the jsdom.</p> <p>This will likely not impact many programs, but could cause some changes in <code>instanceof</code> behavior, and so out of an abundance of caution, we're releasing it as a new major version.</p> <h2>24.1.3</h2> <ul> <li>Fixed calls to <code>postMessage()</code> that were done as a bare property (i.e., <code>postMessage()</code> instead of <code>window.postMessage()</code>).</li> </ul> <h2>24.1.2</h2> <ul> <li>Fixed an issue with the <code>in</code> operator applied to <code>EventTarget</code> methods, e.g. <code>'addEventListener' in window</code>, which only appeared in Node.js ≥22.5.0. (legendecas)</li> <li>Fixed the events fired by <code>blur()</code>: it no longer fires <code>focus</code> and <code>focusin</code> on the <code>Document</code>, and <code>blur</code> and <code>focusout</code> no longer have their <code>relatedTarget</code> property set. (asamuzaK)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/c53efc81e75f38a0558fbf3ed75d30b78b4c4898"><code>c53efc8</code></a> Version 25.0.0</li> <li><a href="https://github.com/jsdom/jsdom/commit/784c8a5689372b678525b1be394e4a02e99f647c"><code>784c8a5</code></a> Set EventTarget.prototype to the jsdom's Object.prototype</li> <li><a href="https://github.com/jsdom/jsdom/commit/0314f1e42e2fa2735a0f5eb001fe3169a9a25595"><code>0314f1e</code></a> Version 24.1.3</li> <li><a href="https://github.com/jsdom/jsdom/commit/46d5d5c946dcfe783e35ece849be91f8f6bd7390"><code>46d5d5c</code></a> Fix postMessage referenced as a bare property</li> <li><a href="https://github.com/jsdom/jsdom/commit/a241df63ff8f8df4287cd6b53282f3391a86580d"><code>a241df6</code></a> Version 24.1.2</li> <li><a href="https://github.com/jsdom/jsdom/commit/c3a9aedca3d3bd66bb65d0df191e754fe195df12"><code>c3a9aed</code></a> Remove upstreamed WPTs</li> <li><a href="https://github.com/jsdom/jsdom/commit/07fab3735a24ed0b443eccdf83dad5a94e7826ea"><code>07fab37</code></a> Refactor Window object setup code</li> <li><a href="https://github.com/jsdom/jsdom/commit/3383805343cd6a78414f9ff4fb37319b846cc99a"><code>3383805</code></a> Fix events fired by blur()</li> <li><a href="https://github.com/jsdom/jsdom/commit/065abcb3ff55340ead1c45cd6fde54c4fcc3f774"><code>065abcb</code></a> Roll web platform tests</li> <li><a href="https://github.com/jsdom/jsdom/commit/439a43e2f1af624d162f3676a21cc6d5794be6c8"><code>439a43e</code></a> Setup Window prototype in vm context</li> <li>Additional commits viewable in <a href="https://github.com/jsdom/jsdom/compare/24.1.1...25.0.0">compare view</a></li> </ul> </details> <br /> Updates `svelte` from 4.2.18 to 4.2.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/releases">svelte's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: ensure typings for <code><svelte:options></code> are picked up (<a href="https://redirect.github.com/sveltejs/svelte/pull/12902">#12902</a>)</p> </li> <li> <p>fix: escape <code><</code> in attribute strings (<a href="https://redirect.github.com/sveltejs/svelte/pull/12989">#12989</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/blob/[email protected]/packages/svelte/CHANGELOG.md">svelte's changelog</a>.</em></p> <blockquote> <h2>4.2.19</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: ensure typings for <code><svelte:options></code> are picked up (<a href="https://redirect.github.com/sveltejs/svelte/pull/12902">#12902</a>)</p> </li> <li> <p>fix: escape <code><</code> in attribute strings (<a href="https://redirect.github.com/sveltejs/svelte/pull/12989">#12989</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/d8b31333ec4afeab7dd178aedc7c187bfb971531"><code>d8b3133</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/12990">#12990</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/83e96e044deb5ecbae2af361ae9e31d3e1ac43a3"><code>83e96e0</code></a> fix: escape <code><</code> in attribute strings (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/12989">#12989</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/5ec4409fb270b2edf99c7140602202ad9f14ef26"><code>5ec4409</code></a> fix: ensure typings for <code>\<svelte:options></code> are picked up (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/12902">#12902</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.1 to 5.4.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.4.2 (2024-08-20)<!-- raw HTML omitted --></h2> <ul> <li>chore: remove stale TODOs (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17866">#17866</a>) (<a href="https://github.com/vitejs/vite/commit/e012f296df583bd133d26399397bd4ae49de1497">e012f29</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17866">#17866</a></li> <li>refactor: remove redundant prepend/strip base (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17887">#17887</a>) (<a href="https://github.com/vitejs/vite/commit/3b8f03d789ec3ef1a099c884759bd4e61b03ce7c">3b8f03d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17887">#17887</a></li> <li>fix: resolve relative URL generated by <code>renderBuiltUrl</code> passed to module preload (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16084">#16084</a>) (<a href="https://github.com/vitejs/vite/commit/fac3a8ed6855c4ab3032957137b74f21ec501e72">fac3a8e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16084">#16084</a></li> <li>feat: support originalFilename (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17867">#17867</a>) (<a href="https://github.com/vitejs/vite/commit/7d8c0e2dcbdea3a3465a1d87e259988e82561035">7d8c0e2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17867">#17867</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/b1ecdaf6594b48d2fcbff8682e9ef68916806089"><code>b1ecdaf</code></a> release: v5.4.2</li> <li><a href="https://github.com/vitejs/vite/commit/e012f296df583bd133d26399397bd4ae49de1497"><code>e012f29</code></a> chore: remove stale TODOs (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17866">#17866</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3b8f03d789ec3ef1a099c884759bd4e61b03ce7c"><code>3b8f03d</code></a> refactor: remove redundant prepend/strip base (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17887">#17887</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/fac3a8ed6855c4ab3032957137b74f21ec501e72"><code>fac3a8e</code></a> fix: resolve relative URL generated by <code>renderBuiltUrl</code> passed to module prel...</li> <li><a href="https://github.com/vitejs/vite/commit/7d8c0e2dcbdea3a3465a1d87e259988e82561035"><code>7d8c0e2</code></a> feat: support originalFilename (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17867">#17867</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.4.2/packages/vite">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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information