Skip to content

Commit 69c1e79

Browse files
chore(deps-dev): bump @sveltejs/kit from 2.49.5 to 2.53.4 in /examples/encrypted_chat/frontend (#320)
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.49.5 to 2.53.4. <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/2"><code>@​2</code></a>.53.4</h2> <h3>Patch Changes</h3> <ul> <li>fix: avoid Vite warning about unknown <code>codeSplitting</code> option (<a href="https://redirect.github.com/sveltejs/kit/pull/15451">#15451</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.53.3</h2> <h3>Patch Changes</h3> <ul> <li>fix: prevent overlapping file metadata in remote functions <code>form</code> (<a href="https://github.com/sveltejs/kit/commit/faba869db3644077169bf5d7c6e41fd5f3d6c65e"><code>faba869</code></a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.53.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: server-render nested form value sets (<a href="https://redirect.github.com/sveltejs/kit/pull/15378">#15378</a>)</p> </li> <li> <p>fix: use deep partial types for form remote functions <code>.value()</code> and <code>.set(...)</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/14837">#14837</a>)</p> </li> <li> <p>fix: provide correct url info to remote functions (<a href="https://redirect.github.com/sveltejs/kit/pull/15418">#15418</a>)</p> </li> <li> <p>fix: allow optional types for remote query/command/prerender functions (<a href="https://redirect.github.com/sveltejs/kit/pull/15293">#15293</a>)</p> </li> <li> <p>fix: allow commands in more places (<a href="https://redirect.github.com/sveltejs/kit/pull/15288">#15288</a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.53.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: address warning about <code>inlineDynamicImports</code> when using Vite 8 (<a href="https://redirect.github.com/sveltejs/kit/pull/15403">#15403</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.53.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: support Vite 8 (<a href="https://redirect.github.com/sveltejs/kit/pull/15024">#15024</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: remove event listeners on form attachment cleanup (<a href="https://redirect.github.com/sveltejs/kit/pull/15286">#15286</a>)</p> </li> <li> <p>fix: apply queries refreshed in a form remote function when a redirect is thrown (<a href="https://redirect.github.com/sveltejs/kit/pull/15362">#15362</a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.52.2</h2> <h3>Patch Changes</h3> <ul> <li>fix: validate <code>form</code> file information to prevent amplification attacks (<a href="https://github.com/sveltejs/kit/commit/3e607b314aec9e5f278d32847945b8b6323e1cb8"><code>3e607b3</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md"><code>@​sveltejs/kit</code>'s changelog</a>.</em></p> <blockquote> <h2>2.53.4</h2> <h3>Patch Changes</h3> <ul> <li>fix: avoid Vite warning about unknown <code>codeSplitting</code> option (<a href="https://redirect.github.com/sveltejs/kit/pull/15451">#15451</a>)</li> </ul> <h2>2.53.3</h2> <h3>Patch Changes</h3> <ul> <li>fix: prevent overlapping file metadata in remote functions <code>form</code> (<a href="https://github.com/sveltejs/kit/commit/faba869db3644077169bf5d7c6e41fd5f3d6c65e"><code>faba869</code></a>)</li> </ul> <h2>2.53.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: server-render nested form value sets (<a href="https://redirect.github.com/sveltejs/kit/pull/15378">#15378</a>)</p> </li> <li> <p>fix: use deep partial types for form remote functions <code>.value()</code> and <code>.set(...)</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/14837">#14837</a>)</p> </li> <li> <p>fix: provide correct url info to remote functions (<a href="https://redirect.github.com/sveltejs/kit/pull/15418">#15418</a>)</p> </li> <li> <p>fix: allow optional types for remote query/command/prerender functions (<a href="https://redirect.github.com/sveltejs/kit/pull/15293">#15293</a>)</p> </li> <li> <p>fix: allow commands in more places (<a href="https://redirect.github.com/sveltejs/kit/pull/15288">#15288</a>)</p> </li> </ul> <h2>2.53.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: address warning about <code>inlineDynamicImports</code> when using Vite 8 (<a href="https://redirect.github.com/sveltejs/kit/pull/15403">#15403</a>)</li> </ul> <h2>2.53.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: support Vite 8 (<a href="https://redirect.github.com/sveltejs/kit/pull/15024">#15024</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: remove event listeners on form attachment cleanup (<a href="https://redirect.github.com/sveltejs/kit/pull/15286">#15286</a>)</p> </li> <li> <p>fix: apply queries refreshed in a form remote function when a redirect is thrown (<a href="https://redirect.github.com/sveltejs/kit/pull/15362">#15362</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/kit/commit/5063771e5aec529c46c6cb43297f29d422f1c059"><code>5063771</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15454">#15454</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/e9b06c8e5b015cb15e136eae5829ab39201ba36d"><code>e9b06c8</code></a> fix: avoid unknown config option Vite warning (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15451">#15451</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/66d88c93da40c48cf3f4aca871d74a4fc7ff3990"><code>66d88c9</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15440">#15440</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/faba869db3644077169bf5d7c6e41fd5f3d6c65e"><code>faba869</code></a> Merge commit from fork</li> <li><a href="https://github.com/sveltejs/kit/commit/708fc4b8a54f4b4b22ded6ea30793297ccce6d22"><code>708fc4b</code></a> chore(deps): bump rollup to 4.59.0 (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15433">#15433</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/98496faaf3bc319034fcb4fac64940b75f7cfed9"><code>98496fa</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15416">#15416</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/8c5048be1c5223144a9632dd318227d145f65ead"><code>8c5048b</code></a> fix: provide correct url info to remote functions (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15418">#15418</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/ce4b57cfc1b6d0bdd1514440d0296b5d1385f7e7"><code>ce4b57c</code></a> fix: allow commands in more places (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15288">#15288</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/7277edb6b00068e04985ebbcd40a2954bad1270b"><code>7277edb</code></a> chore: fix CI lint (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15417">#15417</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/64f484fb34f362f296e4a96b5a5269cab4389a0c"><code>64f484f</code></a> fix: deep partial <code>.value()</code> and <code>.set(...)</code> types for forms (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14837">#14837</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.53.4/packages/kit">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sveltejs/kit&package-manager=npm_and_yarn&previous-version=2.49.5&new-version=2.53.4)](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 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/dfinity/vetkeys/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f43937a commit 69c1e79

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

examples/encrypted_chat/frontend/package-lock.json

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/encrypted_chat/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@playwright/test": "^1.57.0",
2323
"@rollup/plugin-typescript": "^12.1.4",
2424
"@sveltejs/adapter-auto": "^6.0.0",
25-
"@sveltejs/kit": "^2.49.5",
25+
"@sveltejs/kit": "^2.53.4",
2626
"@sveltejs/vite-plugin-svelte": "^6.0.0",
2727
"@tailwindcss/vite": "^4.0.0",
2828
"@types/isomorphic-fetch": "^0.0.39",

0 commit comments

Comments
 (0)