[PR #71] [CLOSED] deps(deps-dev): Bump the svelte group across 1 directory with 4 updates #72

Closed
opened 2026-02-26 12:17:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asalimonov/authelia-admin/pull/71
Author: @dependabot[bot]
Created: 2/16/2026
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/svelte-5cf88b012e


📝 Commits (1)

  • 16d3122 deps(deps-dev): Bump the svelte group across 1 directory with 4 updates

📊 Changes

2 files changed (+36 additions, -43 deletions)

View changed files

📝 package-lock.json (+32 -39)
📝 package.json (+4 -4)

📄 Description

Bumps the svelte group with 4 updates in the / directory: @sveltejs/adapter-node, @sveltejs/kit, svelte and svelte-check.

Updates @sveltejs/adapter-node from 5.5.1 to 5.5.3

Release notes

Sourced from @​sveltejs/adapter-node's releases.

@​sveltejs/adapter-node@​5.5.3

Patch Changes

@​sveltejs/adapter-node@​5.5.2

Patch Changes

Changelog

Sourced from @​sveltejs/adapter-node's changelog.

5.5.3

Patch Changes

5.5.2

Patch Changes

Commits

Updates @sveltejs/kit from 2.50.2 to 2.52.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.52.0

Minor Changes

  • feat: match function to map a path back to a route id and params (#14997)

Patch Changes

  • fix: respect scroll-margin when navigating to a url-supplied anchor (#15246)

  • fix: resolve will narrow types to follow trailing slash page settings (#15027)

@​sveltejs/kit@​2.51.0

Minor Changes

  • feat: add scroll property to NavigationTarget in navigation callbacks (#15248)

    Navigation callbacks (beforeNavigate, onNavigate, and afterNavigate) now include scroll position information via the scroll property on from and to targets:

    • from.scroll: The scroll position at the moment navigation was triggered
    • to.scroll: In beforeNavigate and onNavigate, this is populated for popstate navigations (back/forward) with the scroll position that will be restored, and null for other navigation types. In afterNavigate, this is always the final scroll position after navigation completed.

    This enables use cases like animating transitions based on the target scroll position when using browser back/forward navigation.

  • feat: hydratable's injected script now works with CSP (#15048)

Patch Changes

  • fix: put preloads before styles (#15232)

  • fix: suppress false-positive inner content warning when children prop is forwarded to a child component (#15269)

  • fix: fetch not working when URL is same host but different than paths.base (#15291)

  • fix: navigate to hash link when base element is present (#15236)

  • fix: avoid triggering handleError when redirecting in a remote function (#15222)

  • fix: include test directory in generated tsconfig.json alongside existing tests entry (#15254)

  • fix: generate tsconfig.json using the value of kit.files.src (#15253)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.52.0

Minor Changes

  • feat: match function to map a path back to a route id and params (#14997)

Patch Changes

  • fix: respect scroll-margin when navigating to a url-supplied anchor (#15246)

  • fix: resolve will narrow types to follow trailing slash page settings (#15027)

2.51.0

Minor Changes

  • feat: add scroll property to NavigationTarget in navigation callbacks (#15248)

    Navigation callbacks (beforeNavigate, onNavigate, and afterNavigate) now include scroll position information via the scroll property on from and to targets:

    • from.scroll: The scroll position at the moment navigation was triggered
    • to.scroll: In beforeNavigate and onNavigate, this is populated for popstate navigations (back/forward) with the scroll position that will be restored, and null for other navigation types. In afterNavigate, this is always the final scroll position after navigation completed.

    This enables use cases like animating transitions based on the target scroll position when using browser back/forward navigation.

  • feat: hydratable's injected script now works with CSP (#15048)

Patch Changes

  • fix: put preloads before styles (#15232)

  • fix: suppress false-positive inner content warning when children prop is forwarded to a child component (#15269)

  • fix: fetch not working when URL is same host but different than paths.base (#15291)

  • fix: navigate to hash link when base element is present (#15236)

  • fix: avoid triggering handleError when redirecting in a remote function (#15222)

  • fix: include test directory in generated tsconfig.json alongside existing tests entry (#15254)

... (truncated)

Commits
  • b024b17 Version Packages (#15312)
  • 0e3e4f6 feat: type resolve with the correct trailing slash option (#15027)
  • e7cbc78 feat: provide match function to allow the opposite of resolve (#14997)
  • 9f0292f fix: respect scroll-margin when navigating to a url-supplied anchor (#15246)
  • f0a13b6 chore: fix type checking in client test (#15303)
  • 060b1dc Version Packages (#15241)
  • dc8cf2d fix: include test directory in generated tsconfig.json (#15254)
  • ace2116 fix: use kit.files.src when generating tsconfig.json (#15253)
  • db1cc81 chore: upgrade to playwright 1.58.2 (#15301)
  • ed69b77 fix: remove unnecessary path validation which breaks fetch with custom path b...
  • Additional commits viewable in compare view

Updates svelte from 5.47.0 to 5.51.2

Release notes

Sourced from svelte's releases.

svelte@5.51.2

Patch Changes

  • fix: take async into consideration for dev delegated handlers (#17710)

  • fix: emit state_referenced_locally warning for non-destructured props (#17708)

svelte@5.51.1

Patch Changes

  • fix: don't crash on undefined document.contentType (#17707)

  • fix: use symbols for encapsulated event delegation (#17703)

svelte@5.51.0

Minor Changes

  • feat: Use TrustedTypes for HTML handling where supported (#16271)

Patch Changes

  • fix: sanitize template-literal-special-characters in SSR attribute values (#17692)

  • fix: follow-up formatting in print() — flush block-level elements into separate sequences (#17699)

  • fix: preserve delegated event handlers as long as one or more root components are using them (#17695)

svelte@5.50.3

Patch Changes

  • fix: take into account nodeName case sensitivity on XHTML pages (#17689)

  • fix: render multiple and selected attributes as empty strings for XHTML compliance (#17689)

  • fix: always lowercase HTML elements, for XHTML compliance (#17664)

  • fix: freeze effects-inside-deriveds when disconnecting, unfreeze on reconnect (#17682)

  • fix: propagate $effect errors to <svelte:boundary> (#17684)

svelte@5.50.2

Patch Changes

  • fix: resolve effect_update_depth_exceeded when using bind:value on <select> with derived state in legacy mode (#17645)

  • fix: don't swallow DOMException when media.play() fails in bind:paused (#17656)

  • chore: provide proper public type for parseCss result (#17654)

  • fix: robustify blocker calculation (#17676)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.51.2

Patch Changes

  • fix: take async into consideration for dev delegated handlers (#17710)

  • fix: emit state_referenced_locally warning for non-destructured props (#17708)

5.51.1

Patch Changes

  • fix: don't crash on undefined document.contentType (#17707)

  • fix: use symbols for encapsulated event delegation (#17703)

5.51.0

Minor Changes

  • feat: Use TrustedTypes for HTML handling where supported (#16271)

Patch Changes

  • fix: sanitize template-literal-special-characters in SSR attribute values (#17692)

  • fix: follow-up formatting in print() — flush block-level elements into separate sequences (#17699)

  • fix: preserve delegated event handlers as long as one or more root components are using them (#17695)

5.50.3

Patch Changes

  • fix: take into account nodeName case sensitivity on XHTML pages (#17689)

  • fix: render multiple and selected attributes as empty strings for XHTML compliance (#17689)

  • fix: always lowercase HTML elements, for XHTML compliance (#17664)

  • fix: freeze effects-inside-deriveds when disconnecting, unfreeze on reconnect (#17682)

  • fix: propagate $effect errors to <svelte:boundary> (#17684)

5.50.2

Patch Changes

  • fix: resolve effect_update_depth_exceeded when using bind:value on <select> with derived state in legacy mode (#17645)

... (truncated)

Commits

Updates svelte-check from 4.3.5 to 4.4.0

Release notes

Sourced from svelte-check's releases.

svelte-check@4.4.0

Minor Changes

  • feat: provide --incremental and --tsgo flags (#2932)

Patch Changes

  • fix: ignore Unix domain sockets in file watcher to prevent crashes (#2931)

  • fix: properly use machine output by default for Claude Code (e9f58d2)

svelte-check@4.3.6

Patch Changes

  • fix: don't hoist type/snippet referencing $store (#2926)
Commits

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 commands and options

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 <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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/asalimonov/authelia-admin/pull/71 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/16/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/svelte-5cf88b012e` --- ### 📝 Commits (1) - [`16d3122`](https://github.com/asalimonov/authelia-admin/commit/16d31227ab364590237fb700ea345fb4cfcfb11a) deps(deps-dev): Bump the svelte group across 1 directory with 4 updates ### 📊 Changes **2 files changed** (+36 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+32 -39) 📝 `package.json` (+4 -4) </details> ### 📄 Description Bumps the svelte group with 4 updates in the / directory: [@sveltejs/adapter-node](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node), [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit), [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [svelte-check](https://github.com/sveltejs/language-tools). Updates `@sveltejs/adapter-node` from 5.5.1 to 5.5.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/kit/releases"><code>@​sveltejs/adapter-node</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​sveltejs/adapter-node</code><a href="https://github.com/5"><code>@​5</code></a>.5.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: validate <code>ORIGIN</code> env var at startup (<a href="https://redirect.github.com/sveltejs/kit/pull/15045">#15045</a>)</p> </li> <li> <p>chore(deps): update dependency <code>@rollup/plugin-commonjs</code> to v29 (<a href="https://redirect.github.com/sveltejs/kit/pull/14856">#14856</a>)</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/sveltejs/kit/commit/37293a5c913b014e823bc823f2c8c6da38b88d6e"><code>37293a5</code></a>, <a href="https://github.com/sveltejs/kit/commit/5d05ca6f606cf68417e4ed1ccb68cd77383f1f0f"><code>5d05ca6</code></a>, <a href="https://github.com/sveltejs/kit/commit/ed69b77cf9ef1af088008ff559f8de2e2a2f6bf4"><code>ed69b77</code></a>, <a href="https://github.com/sveltejs/kit/commit/b1fc95966e0aeee689fdae71fa488c34b4806303"><code>b1fc959</code></a>, <a href="https://github.com/sveltejs/kit/commit/159aece0654db020f95bc414f6a21f25fbc5f22f"><code>159aece</code></a>, <a href="https://github.com/sveltejs/kit/commit/c690579620e131cd077ded0bc8e55090d3681d35"><code>c690579</code></a>, <a href="https://github.com/sveltejs/kit/commit/dc8cf2defa71dd987437895eb89587c724f6e9bb"><code>dc8cf2d</code></a>, <a href="https://github.com/sveltejs/kit/commit/ace2116d95e13293dbc1e26b5b7d780202fd02dd"><code>ace2116</code></a>, <a href="https://github.com/sveltejs/kit/commit/0f38f498e0e7052db7b8cfe9ea892e7882a67b66"><code>0f38f49</code></a>]:</p> <ul> <li><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.51.0</li> </ul> </li> </ul> <h2><code>@​sveltejs/adapter-node</code><a href="https://github.com/5"><code>@​5</code></a>.5.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: disable gzip and brotli when precompress=false (<a href="https://redirect.github.com/sveltejs/kit/pull/15182">#15182</a>)</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/sveltejs/kit/commit/46c1ebd9f662f0de499e921bfee2661316449e9d"><code>46c1ebd</code></a>, <a href="https://github.com/sveltejs/kit/commit/2dd74c8c86ae4855c3e9d74d8cf241e86dcd5b36"><code>2dd74c8</code></a>, <a href="https://github.com/sveltejs/kit/commit/8871b5444413d0c7d7ef4d260996c3b5c359d0b8"><code>8871b54</code></a>]:</p> <ul> <li><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.50.1</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/kit/blob/main/packages/adapter-node/CHANGELOG.md"><code>@​sveltejs/adapter-node</code>'s changelog</a>.</em></p> <blockquote> <h2>5.5.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: validate <code>ORIGIN</code> env var at startup (<a href="https://redirect.github.com/sveltejs/kit/pull/15045">#15045</a>)</p> </li> <li> <p>chore(deps): update dependency <code>@rollup/plugin-commonjs</code> to v29 (<a href="https://redirect.github.com/sveltejs/kit/pull/14856">#14856</a>)</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/sveltejs/kit/commit/37293a5c913b014e823bc823f2c8c6da38b88d6e"><code>37293a5</code></a>, <a href="https://github.com/sveltejs/kit/commit/5d05ca6f606cf68417e4ed1ccb68cd77383f1f0f"><code>5d05ca6</code></a>, <a href="https://github.com/sveltejs/kit/commit/ed69b77cf9ef1af088008ff559f8de2e2a2f6bf4"><code>ed69b77</code></a>, <a href="https://github.com/sveltejs/kit/commit/b1fc95966e0aeee689fdae71fa488c34b4806303"><code>b1fc959</code></a>, <a href="https://github.com/sveltejs/kit/commit/159aece0654db020f95bc414f6a21f25fbc5f22f"><code>159aece</code></a>, <a href="https://github.com/sveltejs/kit/commit/c690579620e131cd077ded0bc8e55090d3681d35"><code>c690579</code></a>, <a href="https://github.com/sveltejs/kit/commit/dc8cf2defa71dd987437895eb89587c724f6e9bb"><code>dc8cf2d</code></a>, <a href="https://github.com/sveltejs/kit/commit/ace2116d95e13293dbc1e26b5b7d780202fd02dd"><code>ace2116</code></a>, <a href="https://github.com/sveltejs/kit/commit/0f38f498e0e7052db7b8cfe9ea892e7882a67b66"><code>0f38f49</code></a>]:</p> <ul> <li><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.51.0</li> </ul> </li> </ul> <h2>5.5.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: disable gzip and brotli when precompress=false (<a href="https://redirect.github.com/sveltejs/kit/pull/15182">#15182</a>)</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/sveltejs/kit/commit/46c1ebd9f662f0de499e921bfee2661316449e9d"><code>46c1ebd</code></a>, <a href="https://github.com/sveltejs/kit/commit/2dd74c8c86ae4855c3e9d74d8cf241e86dcd5b36"><code>2dd74c8</code></a>, <a href="https://github.com/sveltejs/kit/commit/8871b5444413d0c7d7ef4d260996c3b5c359d0b8"><code>8871b54</code></a>]:</p> <ul> <li><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.50.1</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/kit/commit/060b1dc8488cd05bea123d8ddc7a199179c2dd20"><code>060b1dc</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node/issues/15241">#15241</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/80f5bbc00b49ee141143ae033c2aa576431807b8"><code>80f5bbc</code></a> fix: validate ORIGIN env var at startup (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node/issues/15045">#15045</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/f032591e29ad03c64eaf70651d85ee1b18ac4bed"><code>f032591</code></a> chore(deps): update dependency <code>@​rollup/plugin-commonjs</code> to v29 (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node/issues/14856">#14856</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/3b2ea1baffd7bc93e3129be964233b05518e9cc8"><code>3b2ea1b</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node/issues/15186">#15186</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/ed82a9f30c3d58aa2af97133a9e1059c49ecf01e"><code>ed82a9f</code></a> fix: don't send &quot;Vary: Accept-Encoding&quot; header when precompress=false (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node/issues/15182">#15182</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/8a828596b9f51154ea63f4f8b65ce049cae4bd27"><code>8a82859</code></a> chore: fix lint errors (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node/issues/15174">#15174</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/kit/commits/@sveltejs/adapter-node@5.5.3/packages/adapter-node">compare view</a></li> </ul> </details> <br /> Updates `@sveltejs/kit` from 2.50.2 to 2.52.0 <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>.52.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: <code>match</code> function to map a path back to a route id and params (<a href="https://redirect.github.com/sveltejs/kit/pull/14997">#14997</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: respect scroll-margin when navigating to a url-supplied anchor (<a href="https://redirect.github.com/sveltejs/kit/pull/15246">#15246</a>)</p> </li> <li> <p>fix: <code>resolve</code> will narrow types to follow trailing slash page settings (<a href="https://redirect.github.com/sveltejs/kit/pull/15027">#15027</a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.51.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>feat: add <code>scroll</code> property to <code>NavigationTarget</code> in navigation callbacks (<a href="https://redirect.github.com/sveltejs/kit/pull/15248">#15248</a>)</p> <p>Navigation callbacks (<code>beforeNavigate</code>, <code>onNavigate</code>, and <code>afterNavigate</code>) now include scroll position information via the <code>scroll</code> property on <code>from</code> and <code>to</code> targets:</p> <ul> <li><code>from.scroll</code>: The scroll position at the moment navigation was triggered</li> <li><code>to.scroll</code>: In <code>beforeNavigate</code> and <code>onNavigate</code>, this is populated for <code>popstate</code> navigations (back/forward) with the scroll position that will be restored, and <code>null</code> for other navigation types. In <code>afterNavigate</code>, this is always the final scroll position after navigation completed.</li> </ul> <p>This enables use cases like animating transitions based on the target scroll position when using browser back/forward navigation.</p> </li> <li> <p>feat: <code>hydratable</code>'s injected script now works with CSP (<a href="https://redirect.github.com/sveltejs/kit/pull/15048">#15048</a>)</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: put preloads before styles (<a href="https://redirect.github.com/sveltejs/kit/pull/15232">#15232</a>)</p> </li> <li> <p>fix: suppress false-positive inner content warning when children prop is forwarded to a child component (<a href="https://redirect.github.com/sveltejs/kit/pull/15269">#15269</a>)</p> </li> <li> <p>fix: <code>fetch</code> not working when URL is same host but different than <code>paths.base</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/15291">#15291</a>)</p> </li> <li> <p>fix: navigate to hash link when base element is present (<a href="https://redirect.github.com/sveltejs/kit/pull/15236">#15236</a>)</p> </li> <li> <p>fix: avoid triggering <code>handleError</code> when redirecting in a remote function (<a href="https://redirect.github.com/sveltejs/kit/pull/15222">#15222</a>)</p> </li> <li> <p>fix: include <code>test</code> directory in generated <code>tsconfig.json</code> alongside existing <code>tests</code> entry (<a href="https://redirect.github.com/sveltejs/kit/pull/15254">#15254</a>)</p> </li> <li> <p>fix: generate <code>tsconfig.json</code> using the value of <code>kit.files.src</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/15253">#15253</a>)</p> </li> </ul> </blockquote> </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.52.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: <code>match</code> function to map a path back to a route id and params (<a href="https://redirect.github.com/sveltejs/kit/pull/14997">#14997</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: respect scroll-margin when navigating to a url-supplied anchor (<a href="https://redirect.github.com/sveltejs/kit/pull/15246">#15246</a>)</p> </li> <li> <p>fix: <code>resolve</code> will narrow types to follow trailing slash page settings (<a href="https://redirect.github.com/sveltejs/kit/pull/15027">#15027</a>)</p> </li> </ul> <h2>2.51.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>feat: add <code>scroll</code> property to <code>NavigationTarget</code> in navigation callbacks (<a href="https://redirect.github.com/sveltejs/kit/pull/15248">#15248</a>)</p> <p>Navigation callbacks (<code>beforeNavigate</code>, <code>onNavigate</code>, and <code>afterNavigate</code>) now include scroll position information via the <code>scroll</code> property on <code>from</code> and <code>to</code> targets:</p> <ul> <li><code>from.scroll</code>: The scroll position at the moment navigation was triggered</li> <li><code>to.scroll</code>: In <code>beforeNavigate</code> and <code>onNavigate</code>, this is populated for <code>popstate</code> navigations (back/forward) with the scroll position that will be restored, and <code>null</code> for other navigation types. In <code>afterNavigate</code>, this is always the final scroll position after navigation completed.</li> </ul> <p>This enables use cases like animating transitions based on the target scroll position when using browser back/forward navigation.</p> </li> <li> <p>feat: <code>hydratable</code>'s injected script now works with CSP (<a href="https://redirect.github.com/sveltejs/kit/pull/15048">#15048</a>)</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: put preloads before styles (<a href="https://redirect.github.com/sveltejs/kit/pull/15232">#15232</a>)</p> </li> <li> <p>fix: suppress false-positive inner content warning when children prop is forwarded to a child component (<a href="https://redirect.github.com/sveltejs/kit/pull/15269">#15269</a>)</p> </li> <li> <p>fix: <code>fetch</code> not working when URL is same host but different than <code>paths.base</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/15291">#15291</a>)</p> </li> <li> <p>fix: navigate to hash link when base element is present (<a href="https://redirect.github.com/sveltejs/kit/pull/15236">#15236</a>)</p> </li> <li> <p>fix: avoid triggering <code>handleError</code> when redirecting in a remote function (<a href="https://redirect.github.com/sveltejs/kit/pull/15222">#15222</a>)</p> </li> <li> <p>fix: include <code>test</code> directory in generated <code>tsconfig.json</code> alongside existing <code>tests</code> entry (<a href="https://redirect.github.com/sveltejs/kit/pull/15254">#15254</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/b024b173f5a77162e7d073347e92f198120a2bda"><code>b024b17</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15312">#15312</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/0e3e4f637195cea3ef473b5aa91e14d3b50fa39d"><code>0e3e4f6</code></a> feat: type resolve with the correct trailing slash option (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15027">#15027</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/e7cbc785ce625c8b7cc2485573aa110798918f8a"><code>e7cbc78</code></a> feat: provide match function to allow the opposite of resolve (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14997">#14997</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/9f0292fb800ce18ff36cdc4a41cdebd44b58814b"><code>9f0292f</code></a> fix: respect scroll-margin when navigating to a url-supplied anchor (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15246">#15246</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/f0a13b6fb1873d22064f404cd0123583d8535219"><code>f0a13b6</code></a> chore: fix type checking in client test (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15303">#15303</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/060b1dc8488cd05bea123d8ddc7a199179c2dd20"><code>060b1dc</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15241">#15241</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/dc8cf2defa71dd987437895eb89587c724f6e9bb"><code>dc8cf2d</code></a> fix: include <code>test</code> directory in generated <code>tsconfig.json</code> (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15254">#15254</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/ace2116d95e13293dbc1e26b5b7d780202fd02dd"><code>ace2116</code></a> fix: use <code>kit.files.src</code> when generating <code>tsconfig.json</code> (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15253">#15253</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/db1cc81883aeed69ca1a59b54da1c54dd0489db8"><code>db1cc81</code></a> chore: upgrade to playwright 1.58.2 (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15301">#15301</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/ed69b77cf9ef1af088008ff559f8de2e2a2f6bf4"><code>ed69b77</code></a> fix: remove unnecessary path validation which breaks fetch with custom path b...</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.52.0/packages/kit">compare view</a></li> </ul> </details> <br /> Updates `svelte` from 5.47.0 to 5.51.2 <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>svelte@5.51.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: take async into consideration for dev delegated handlers (<a href="https://redirect.github.com/sveltejs/svelte/pull/17710">#17710</a>)</p> </li> <li> <p>fix: emit state_referenced_locally warning for non-destructured props (<a href="https://redirect.github.com/sveltejs/svelte/pull/17708">#17708</a>)</p> </li> </ul> <h2>svelte@5.51.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: don't crash on undefined <code>document.contentType</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17707">#17707</a>)</p> </li> <li> <p>fix: use symbols for encapsulated event delegation (<a href="https://redirect.github.com/sveltejs/svelte/pull/17703">#17703</a>)</p> </li> </ul> <h2>svelte@5.51.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: Use <code>TrustedTypes</code> for HTML handling where supported (<a href="https://redirect.github.com/sveltejs/svelte/pull/16271">#16271</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: sanitize template-literal-special-characters in SSR attribute values (<a href="https://redirect.github.com/sveltejs/svelte/pull/17692">#17692</a>)</p> </li> <li> <p>fix: follow-up formatting in <code>print()</code> — flush block-level elements into separate sequences (<a href="https://redirect.github.com/sveltejs/svelte/pull/17699">#17699</a>)</p> </li> <li> <p>fix: preserve delegated event handlers as long as one or more root components are using them (<a href="https://redirect.github.com/sveltejs/svelte/pull/17695">#17695</a>)</p> </li> </ul> <h2>svelte@5.50.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: take into account <code>nodeName</code> case sensitivity on XHTML pages (<a href="https://redirect.github.com/sveltejs/svelte/pull/17689">#17689</a>)</p> </li> <li> <p>fix: render <code>multiple</code> and <code>selected</code> attributes as empty strings for XHTML compliance (<a href="https://redirect.github.com/sveltejs/svelte/pull/17689">#17689</a>)</p> </li> <li> <p>fix: always lowercase HTML elements, for XHTML compliance (<a href="https://redirect.github.com/sveltejs/svelte/pull/17664">#17664</a>)</p> </li> <li> <p>fix: freeze effects-inside-deriveds when disconnecting, unfreeze on reconnect (<a href="https://redirect.github.com/sveltejs/svelte/pull/17682">#17682</a>)</p> </li> <li> <p>fix: propagate <code>$effect</code> errors to <code>&lt;svelte:boundary&gt;</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17684">#17684</a>)</p> </li> </ul> <h2>svelte@5.50.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: resolve <code>effect_update_depth_exceeded</code> when using <code>bind:value</code> on <code>&lt;select&gt;</code> with derived state in legacy mode (<a href="https://redirect.github.com/sveltejs/svelte/pull/17645">#17645</a>)</p> </li> <li> <p>fix: don't swallow <code>DOMException</code> when <code>media.play()</code> fails in <code>bind:paused</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17656">#17656</a>)</p> </li> <li> <p>chore: provide proper public type for <code>parseCss</code> result (<a href="https://redirect.github.com/sveltejs/svelte/pull/17654">#17654</a>)</p> </li> <li> <p>fix: robustify blocker calculation (<a href="https://redirect.github.com/sveltejs/svelte/pull/17676">#17676</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md">svelte's changelog</a>.</em></p> <blockquote> <h2>5.51.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: take async into consideration for dev delegated handlers (<a href="https://redirect.github.com/sveltejs/svelte/pull/17710">#17710</a>)</p> </li> <li> <p>fix: emit state_referenced_locally warning for non-destructured props (<a href="https://redirect.github.com/sveltejs/svelte/pull/17708">#17708</a>)</p> </li> </ul> <h2>5.51.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: don't crash on undefined <code>document.contentType</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17707">#17707</a>)</p> </li> <li> <p>fix: use symbols for encapsulated event delegation (<a href="https://redirect.github.com/sveltejs/svelte/pull/17703">#17703</a>)</p> </li> </ul> <h2>5.51.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: Use <code>TrustedTypes</code> for HTML handling where supported (<a href="https://redirect.github.com/sveltejs/svelte/pull/16271">#16271</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: sanitize template-literal-special-characters in SSR attribute values (<a href="https://redirect.github.com/sveltejs/svelte/pull/17692">#17692</a>)</p> </li> <li> <p>fix: follow-up formatting in <code>print()</code> — flush block-level elements into separate sequences (<a href="https://redirect.github.com/sveltejs/svelte/pull/17699">#17699</a>)</p> </li> <li> <p>fix: preserve delegated event handlers as long as one or more root components are using them (<a href="https://redirect.github.com/sveltejs/svelte/pull/17695">#17695</a>)</p> </li> </ul> <h2>5.50.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: take into account <code>nodeName</code> case sensitivity on XHTML pages (<a href="https://redirect.github.com/sveltejs/svelte/pull/17689">#17689</a>)</p> </li> <li> <p>fix: render <code>multiple</code> and <code>selected</code> attributes as empty strings for XHTML compliance (<a href="https://redirect.github.com/sveltejs/svelte/pull/17689">#17689</a>)</p> </li> <li> <p>fix: always lowercase HTML elements, for XHTML compliance (<a href="https://redirect.github.com/sveltejs/svelte/pull/17664">#17664</a>)</p> </li> <li> <p>fix: freeze effects-inside-deriveds when disconnecting, unfreeze on reconnect (<a href="https://redirect.github.com/sveltejs/svelte/pull/17682">#17682</a>)</p> </li> <li> <p>fix: propagate <code>$effect</code> errors to <code>&lt;svelte:boundary&gt;</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17684">#17684</a>)</p> </li> </ul> <h2>5.50.2</h2> <h3>Patch Changes</h3> <ul> <li>fix: resolve <code>effect_update_depth_exceeded</code> when using <code>bind:value</code> on <code>&lt;select&gt;</code> with derived state in legacy mode (<a href="https://redirect.github.com/sveltejs/svelte/pull/17645">#17645</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/82265f14965fef95289bdb41baba5ffbbff1fcd6"><code>82265f1</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17711">#17711</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/dd9fc0d1ad948f264a48e2ebdf4f7f5fb8ddb876"><code>dd9fc0d</code></a> Warn on non-destructured <code>$props()</code> reads in runes mode (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17708">#17708</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/01f1937a98ff26589524fb1c8bcab0de2649133f"><code>01f1937</code></a> fix: take async into consideration for dev delegated handlers (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17710">#17710</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/7299ffc39fad9135f3f4d0a804fe08987ace2ff5"><code>7299ffc</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17704">#17704</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/743d52a893cb67e10e1ee09707e7852459febf2f"><code>743d52a</code></a> fix: don't crash on undefined <code>document.contentType</code> (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17707">#17707</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/220b526d3aac9db5ba06181165a9c24a663f178b"><code>220b526</code></a> fix: use symbols for encapsulated event delegation (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17703">#17703</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/7b6755eaf68f2a46f88a0b6b09fc2efa44c163e0"><code>7b6755e</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17693">#17693</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/86d55220960f78a7f057439346ec294c38f6b35c"><code>86d5522</code></a> fix: follow-up formatting in <code>print()</code> for block-level elements (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17699">#17699</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/0565dca1f7cbfb862ebf66c390e4b281a67ca6c1"><code>0565dca</code></a> fix: implement ref counting for mount with same target (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17695">#17695</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/6c15e711e2dd5a312fc0f1c6b437718df4526d8e"><code>6c15e71</code></a> [fix]: Add support for TrustedTypes in Svelte (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16271">#16271</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/svelte/commits/svelte@5.51.2/packages/svelte">compare view</a></li> </ul> </details> <br /> Updates `svelte-check` from 4.3.5 to 4.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/language-tools/releases">svelte-check's releases</a>.</em></p> <blockquote> <h2>svelte-check@4.4.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: provide <code>--incremental</code> and <code>--tsgo</code> flags (<a href="https://redirect.github.com/sveltejs/language-tools/pull/2932">#2932</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: ignore Unix domain sockets in file watcher to prevent crashes (<a href="https://redirect.github.com/sveltejs/language-tools/pull/2931">#2931</a>)</p> </li> <li> <p>fix: properly use machine output by default for Claude Code (<a href="https://github.com/sveltejs/language-tools/commit/e9f58d2379adf8dc4ea47b2fb3fad2797dd66f04"><code>e9f58d2</code></a>)</p> </li> </ul> <h2>svelte-check@4.3.6</h2> <h3>Patch Changes</h3> <ul> <li>fix: don't hoist type/snippet referencing $store (<a href="https://redirect.github.com/sveltejs/language-tools/pull/2926">#2926</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/language-tools/commit/3b17f2053112d95b99b7727edaaac29d226bcc0d"><code>3b17f20</code></a> Version Packages (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2929">#2929</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/21427536940b69128071bc2eb3428783701bb232"><code>2142753</code></a> feat: add links to diagnostic error codes via codeDescription (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2936">#2936</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/8f4fe71e3a86e23eb1d854f709030ef60fb675c5"><code>8f4fe71</code></a> fix(svelte-check): ignore Unix domain sockets in file watcher (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2931">#2931</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/0b8af829a3ceadd0cd08754a9edcb6cc353cb20f"><code>0b8af82</code></a> feat: svelte-check <code>--incremental</code> / <code>--tsgo</code> (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2932">#2932</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/e9f58d2379adf8dc4ea47b2fb3fad2797dd66f04"><code>e9f58d2</code></a> fix: properly use machine output by default for Claude Code</li> <li><a href="https://github.com/sveltejs/language-tools/commit/7752b2f1b9982fe3a32266f10162b1e568cd3ec3"><code>7752b2f</code></a> Version Packages (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2928">#2928</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/b0e5eb96f0f771b3d6e82b036acb4784d17ae895"><code>b0e5eb9</code></a> fix: apply text synchronize change in order (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2927">#2927</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/6b83202094850407338efa1e68fbf04275369865"><code>6b83202</code></a> Version Packages (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2919">#2919</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/9c05c1aba06ad0c1ac80ec2e88917e50ce6fe3c3"><code>9c05c1a</code></a> fix: compatibility with prettier-plugin-tailwindcss in monorepo (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2925">#2925</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/e2f09eb1379a08983c48518e7af65a49736fa813"><code>e2f09eb</code></a> fix: don't hoist type/snippet referencing $store (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2926">#2926</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/language-tools/compare/svelte-check@4.3.5...svelte-check@4.4.0">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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem changed title from [PR #71] deps(deps-dev): Bump the svelte group across 1 directory with 4 updates to [PR #71] [CLOSED] deps(deps-dev): Bump the svelte group across 1 directory with 4 updates 2026-03-15 02:28:36 +03:00
kerem closed this issue 2026-03-15 02:28:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/authelia-admin#72
No description provided.