[PR #56] [MERGED] deps(deps-dev): bump the svelte group across 1 directory with 5 updates #57

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

📋 Pull Request Information

Original PR: https://github.com/asalimonov/authelia-admin/pull/56
Author: @dependabot[bot]
Created: 1/19/2026
Status: Merged
Merged: 2/8/2026
Merged by: @asalimonov

Base: mainHead: dependabot/npm_and_yarn/svelte-6afef7f899


📝 Commits (1)

  • f1eb76b deps(deps-dev): bump the svelte group across 1 directory with 5 updates

📊 Changes

2 files changed (+117 additions, -45 deletions)

View changed files

📝 package-lock.json (+112 -40)
📝 package.json (+5 -5)

📄 Description

Bumps the svelte group with 5 updates in the / directory:

Package From To
@sveltejs/adapter-node 5.4.0 5.5.1
@sveltejs/kit 2.49.1 2.50.0
@sveltejs/vite-plugin-svelte 6.2.1 6.2.4
svelte 5.45.5 5.47.0
svelte-check 4.3.4 4.3.5

Updates @sveltejs/adapter-node from 5.4.0 to 5.5.1

Release notes

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

@​sveltejs/adapter-node@​5.5.1

Patch Changes

@​sveltejs/adapter-node@​5.5.0

Minor Changes

  • feat: add env vars for keepAliveTimeout and headersTimeout (#15125)
Changelog

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

5.5.1

Patch Changes

5.5.0

Minor Changes

  • feat: add env vars for keepAliveTimeout and headersTimeout (#15125)
Commits

Updates @sveltejs/kit from 2.49.1 to 2.50.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.50.0

Minor Changes

  • breaking: remove buttonProps from experimental remote form functions; use e.g. <button {...myForm.fields.action.as('submit', 'register')}>Register</button> button instead (#15144)

@​sveltejs/kit@​2.49.5

Patch Changes

  • fix: avoid overriding Vite default base when running Vitest 4 (#14866)

  • fix: ensure url decoded pathnames are not mistaken as rerouted requests (d9ae9b0)

  • fix: add length checks to remote forms (8ed8155)

@​sveltejs/kit@​2.49.4

Patch Changes

  • fix: support instrumentation for vite preview (#15105)

  • fix: support for URLSearchParams.has(name, value) overload (#15076)

  • fix: put forking behind experimental.forkPreloads (#15135)

@​sveltejs/kit@​2.49.3

Patch Changes

  • fix: avoid false-positive Vite config overridden warning when using Vitest 4 (#15121)

  • fix: add typescript as an optional peer dependency (#15074)

  • fix: use hasOwn check when deep-setting object properties (#15127)

@​sveltejs/kit@​2.49.2

Patch Changes

  • fix: Stop re-loading already-loaded CSS during server-side route resolution (#15014)

  • fix: posixify the instrumentation file import on Windows (#14993)

  • fix: Correctly handle shared memory when decoding binary form data (#15028)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.50.0

Minor Changes

  • breaking: remove buttonProps from experimental remote form functions; use e.g. <button {...myForm.fields.action.as('submit', 'register')}>Register</button> button instead (#15144)

2.49.5

Patch Changes

  • fix: avoid overriding Vite default base when running Vitest 4 (#14866)

  • fix: ensure url decoded pathnames are not mistaken as rerouted requests (d9ae9b0)

  • fix: add length checks to remote forms (8ed8155)

2.49.4

Patch Changes

  • fix: support instrumentation for vite preview (#15105)

  • fix: support for URLSearchParams.has(name, value) overload (#15076)

  • fix: put forking behind experimental.forkPreloads (#15135)

2.49.3

Patch Changes

  • fix: avoid false-positive Vite config overridden warning when using Vitest 4 (#15121)

  • fix: add typescript as an optional peer dependency (#15074)

  • fix: use hasOwn check when deep-setting object properties (#15127)

2.49.2

Patch Changes

  • fix: Stop re-loading already-loaded CSS during server-side route resolution (#15014)

  • fix: posixify the instrumentation file import on Windows (#14993)

... (truncated)

Commits

Updates @sveltejs/vite-plugin-svelte from 6.2.1 to 6.2.4

Release notes

Sourced from @​sveltejs/vite-plugin-svelte's releases.

@​sveltejs/vite-plugin-svelte@​6.2.4

Patch Changes

  • fix(hmr): ensure that svelte files are recompiled and updated css modules returned correctly when reported out of order (#1258)

@​sveltejs/vite-plugin-svelte@​6.2.3

Patch Changes

  • fix(filter): ignore zero-tagged ids per rollup convention (#1255)

@​sveltejs/vite-plugin-svelte@​6.2.2

Patch Changes

  • Update experimental support for rolldown-vite to vite 8 beta (#1246)

  • perf: switch from debug to obug (smaller, esm-only) (#1241)

Changelog

Sourced from @​sveltejs/vite-plugin-svelte's changelog.

6.2.4

Patch Changes

  • fix(hmr): ensure that svelte files are recompiled and updated css modules returned correctly when reported out of order (#1258)

6.2.3

Patch Changes

  • fix(filter): ignore zero-tagged ids per rollup convention (#1255)

6.2.2

Patch Changes

  • Update experimental support for rolldown-vite to vite 8 beta (#1246)

  • perf: switch from debug to obug (smaller, esm-only) (#1241)

Commits

Updates svelte from 5.45.5 to 5.47.0

Release notes

Sourced from svelte's releases.

svelte@5.47.0

Minor Changes

  • feat: customizable <select> elements (#17429)

Patch Changes

  • fix: mark subtree of svelte boundary as dynamic (#17468)

  • fix: don't reset static elements with debug/snippets (#17477)

svelte@5.46.4

Patch Changes

svelte@5.46.3

Patch Changes

  • fix: reconnect clean deriveds when they are read in a reactive context (#17362)

svelte@5.46.1

Patch Changes

  • fix: type currentTarget in on function (#17370)

  • fix: skip static optimisation for stateless deriveds after await (#17389)

  • fix: prevent infinite loop when HMRing a component with an await (#17380)

svelte@5.46.0

Minor Changes

  • feat: Add csp option to render(...), and emit hashes when using hydratable (#17338)

svelte@5.45.10

Patch Changes

  • fix: race condition when importing AsyncLocalStorage (#17350)

svelte@5.45.9

Patch Changes

  • fix: correctly reschedule deferred effects when reviving a batch after async work (#17332)

  • fix: correctly print !doctype during print (#17341)

svelte@5.45.8

Patch Changes

... (truncated)

Changelog

Sourced from svelte's changelog.

5.47.0

Minor Changes

  • feat: customizable <select> elements (#17429)

Patch Changes

  • fix: mark subtree of svelte boundary as dynamic (#17468)

  • fix: don't reset static elements with debug/snippets (#17477)

5.46.4

Patch Changes

5.46.3

Patch Changes

  • fix: reconnect clean deriveds when they are read in a reactive context (#17362)

  • fix: don't transform references of function declarations in legacy mode (#17431)

  • fix: notify deriveds of changes to sources inside forks (#17437)

  • fix: always reconnect deriveds in get, when appropriate (#17451)

  • fix: prevent derives without dependencies from ever re-running (286b40c4526ce9970cb81ddd5e65b93b722fe468)

  • fix: correctly update writable deriveds inside forks (#17437)

  • fix: remove $inspect calls after await expressions when compiling for production server code (#17407)

  • fix: clear batch between runs (#17424)

  • fix: adjust loc property of Program nodes created from <script> elements (#17428)

  • fix: don't revert source to UNINITIALIZED state when time travelling (#17409)

5.46.2

Notice

Not published due to CI issue

5.46.1

... (truncated)

Commits

Updates svelte-check from 4.3.4 to 4.3.5

Release notes

Sourced from svelte-check's releases.

svelte-check@4.3.5

Patch Changes

  • fix: ensure await-block type is preserved in the latest Svelte version (#2895)
Commits
  • 63a22b8 Version Packages (#2896)
  • d0562f9 perf: only create objects for completion items for svelte syntax once (#2900)
  • 96e8ca8 fix(syntax): sveltejs ts highlighting when trailing type alias misses semicol...
  • 910437c fix: add some limit to store auto-import (#2909)
  • 383e689 perf: optimize path normalization (#2907)
  • 7985299 perf: avoid global completion in component start tag (#2904)
  • 35a3390 chore: skip document symbols timeout in test (#2903)
  • fae32d3 perf: optimize module resolution cache invalidation check (#2902)
  • b640868 [perf]: early return in getCompletions if in style or script tag (#2899)
  • b6ebbd8 fix: ensure await-block type is preserved in the latest Svelte version (#2895)
  • Additional commits viewable in compare view

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

🔄 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/56 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/19/2026 **Status:** ✅ Merged **Merged:** 2/8/2026 **Merged by:** [@asalimonov](https://github.com/asalimonov) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/svelte-6afef7f899` --- ### 📝 Commits (1) - [`f1eb76b`](https://github.com/asalimonov/authelia-admin/commit/f1eb76b8b86c4782a82a743f6ee89d0918a179ff) deps(deps-dev): bump the svelte group across 1 directory with 5 updates ### 📊 Changes **2 files changed** (+117 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+112 -40) 📝 `package.json` (+5 -5) </details> ### 📄 Description Bumps the svelte group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@sveltejs/adapter-node](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node) | `5.4.0` | `5.5.1` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.49.1` | `2.50.0` | | [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `6.2.1` | `6.2.4` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.45.5` | `5.47.0` | | [svelte-check](https://github.com/sveltejs/language-tools) | `4.3.4` | `4.3.5` | Updates `@sveltejs/adapter-node` from 5.4.0 to 5.5.1 <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.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: add validations for protocol, host, and port header values (<a href="https://github.com/sveltejs/kit/commit/d9ae9b00b14f5574d109f3fd548f960594346226"><code>d9ae9b0</code></a>)</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/sveltejs/kit/commit/81cd545dd78b60ee994a04d8abacb58bf63584d7"><code>81cd545</code></a>, <a href="https://github.com/sveltejs/kit/commit/d9ae9b00b14f5574d109f3fd548f960594346226"><code>d9ae9b0</code></a>, <a href="https://github.com/sveltejs/kit/commit/8ed8155215b9a74012fecffb942ad9a793b274e5"><code>8ed8155</code></a>]:</p> <ul> <li><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.49.5</li> </ul> </li> </ul> <h2><code>@​sveltejs/adapter-node</code><a href="https://github.com/5"><code>@​5</code></a>.5.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: add env vars for keepAliveTimeout and headersTimeout (<a href="https://redirect.github.com/sveltejs/kit/pull/15125">#15125</a>)</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.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: add validations for protocol, host, and port header values (<a href="https://github.com/sveltejs/kit/commit/d9ae9b00b14f5574d109f3fd548f960594346226"><code>d9ae9b0</code></a>)</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/sveltejs/kit/commit/81cd545dd78b60ee994a04d8abacb58bf63584d7"><code>81cd545</code></a>, <a href="https://github.com/sveltejs/kit/commit/d9ae9b00b14f5574d109f3fd548f960594346226"><code>d9ae9b0</code></a>, <a href="https://github.com/sveltejs/kit/commit/8ed8155215b9a74012fecffb942ad9a793b274e5"><code>8ed8155</code></a>]:</p> <ul> <li><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.49.5</li> </ul> </li> </ul> <h2>5.5.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: add env vars for keepAliveTimeout and headersTimeout (<a href="https://redirect.github.com/sveltejs/kit/pull/15125">#15125</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/kit/commit/80ffb53382e397a8fc83e6b63d2675eeabb427bd"><code>80ffb53</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node/issues/15162">#15162</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/d9ae9b00b14f5574d109f3fd548f960594346226"><code>d9ae9b0</code></a> Merge commit from fork</li> <li><a href="https://github.com/sveltejs/kit/commit/70aee76087eb36e0aee03ce43cb1b7f2ecbfbb9c"><code>70aee76</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node/issues/15146">#15146</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/7a65b7a7326722cb236efcee81b43aecc28d24e0"><code>7a65b7a</code></a> feat: add env vars for keepAliveTimeout and headersTimeout (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node/issues/15125">#15125</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/kit/commits/@sveltejs/adapter-node@5.5.1/packages/adapter-node">compare view</a></li> </ul> </details> <br /> Updates `@sveltejs/kit` from 2.49.1 to 2.50.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>.50.0</h2> <h3>Minor Changes</h3> <ul> <li>breaking: remove <code>buttonProps</code> from experimental remote form functions; use e.g. <code>&lt;button {...myForm.fields.action.as('submit', 'register')}&gt;Register&lt;/button&gt;</code> button instead (<a href="https://redirect.github.com/sveltejs/kit/pull/15144">#15144</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.49.5</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: avoid overriding Vite default <code>base</code> when running Vitest 4 (<a href="https://redirect.github.com/sveltejs/kit/pull/14866">#14866</a>)</p> </li> <li> <p>fix: ensure url decoded pathnames are not mistaken as rerouted requests (<a href="https://github.com/sveltejs/kit/commit/d9ae9b00b14f5574d109f3fd548f960594346226"><code>d9ae9b0</code></a>)</p> </li> <li> <p>fix: add length checks to remote forms (<a href="https://github.com/sveltejs/kit/commit/8ed8155215b9a74012fecffb942ad9a793b274e5"><code>8ed8155</code></a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.49.4</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: support instrumentation for <code>vite preview</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/15105">#15105</a>)</p> </li> <li> <p>fix: support for <code>URLSearchParams.has(name, value)</code> overload (<a href="https://redirect.github.com/sveltejs/kit/pull/15076">#15076</a>)</p> </li> <li> <p>fix: put forking behind <code>experimental.forkPreloads</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/15135">#15135</a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.49.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: avoid false-positive Vite config overridden warning when using Vitest 4 (<a href="https://redirect.github.com/sveltejs/kit/pull/15121">#15121</a>)</p> </li> <li> <p>fix: add <code>typescript</code> as an optional peer dependency (<a href="https://redirect.github.com/sveltejs/kit/pull/15074">#15074</a>)</p> </li> <li> <p>fix: use hasOwn check when deep-setting object properties (<a href="https://redirect.github.com/sveltejs/kit/pull/15127">#15127</a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.49.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: Stop re-loading already-loaded CSS during server-side route resolution (<a href="https://redirect.github.com/sveltejs/kit/pull/15014">#15014</a>)</p> </li> <li> <p>fix: posixify the instrumentation file import on Windows (<a href="https://redirect.github.com/sveltejs/kit/pull/14993">#14993</a>)</p> </li> <li> <p>fix: Correctly handle shared memory when decoding binary form data (<a href="https://redirect.github.com/sveltejs/kit/pull/15028">#15028</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.50.0</h2> <h3>Minor Changes</h3> <ul> <li>breaking: remove <code>buttonProps</code> from experimental remote form functions; use e.g. <code>&lt;button {...myForm.fields.action.as('submit', 'register')}&gt;Register&lt;/button&gt;</code> button instead (<a href="https://redirect.github.com/sveltejs/kit/pull/15144">#15144</a>)</li> </ul> <h2>2.49.5</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: avoid overriding Vite default <code>base</code> when running Vitest 4 (<a href="https://redirect.github.com/sveltejs/kit/pull/14866">#14866</a>)</p> </li> <li> <p>fix: ensure url decoded pathnames are not mistaken as rerouted requests (<a href="https://github.com/sveltejs/kit/commit/d9ae9b00b14f5574d109f3fd548f960594346226"><code>d9ae9b0</code></a>)</p> </li> <li> <p>fix: add length checks to remote forms (<a href="https://github.com/sveltejs/kit/commit/8ed8155215b9a74012fecffb942ad9a793b274e5"><code>8ed8155</code></a>)</p> </li> </ul> <h2>2.49.4</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: support instrumentation for <code>vite preview</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/15105">#15105</a>)</p> </li> <li> <p>fix: support for <code>URLSearchParams.has(name, value)</code> overload (<a href="https://redirect.github.com/sveltejs/kit/pull/15076">#15076</a>)</p> </li> <li> <p>fix: put forking behind <code>experimental.forkPreloads</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/15135">#15135</a>)</p> </li> </ul> <h2>2.49.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: avoid false-positive Vite config overridden warning when using Vitest 4 (<a href="https://redirect.github.com/sveltejs/kit/pull/15121">#15121</a>)</p> </li> <li> <p>fix: add <code>typescript</code> as an optional peer dependency (<a href="https://redirect.github.com/sveltejs/kit/pull/15074">#15074</a>)</p> </li> <li> <p>fix: use hasOwn check when deep-setting object properties (<a href="https://redirect.github.com/sveltejs/kit/pull/15127">#15127</a>)</p> </li> </ul> <h2>2.49.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: Stop re-loading already-loaded CSS during server-side route resolution (<a href="https://redirect.github.com/sveltejs/kit/pull/15014">#15014</a>)</p> </li> <li> <p>fix: posixify the instrumentation file import on Windows (<a href="https://redirect.github.com/sveltejs/kit/pull/14993">#14993</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/391c6f742a1e6704b1113f9a051b6987c35c78d0"><code>391c6f7</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15177">#15177</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/36cb864b7f8a5dca0694d4f9e4a76abefc742a10"><code>36cb864</code></a> Revert &quot;Revert &quot;breaking: remove <code>buttonProps</code> from experimental remote form ...</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/kit/issues/15174">#15174</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/80ffb53382e397a8fc83e6b63d2675eeabb427bd"><code>80ffb53</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15162">#15162</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/8ed8155215b9a74012fecffb942ad9a793b274e5"><code>8ed8155</code></a> Merge commit from fork</li> <li><a href="https://github.com/sveltejs/kit/commit/d9ae9b00b14f5574d109f3fd548f960594346226"><code>d9ae9b0</code></a> Merge commit from fork</li> <li><a href="https://github.com/sveltejs/kit/commit/ec4596a066eb488b27e237b5fc1472ed6bfc37e2"><code>ec4596a</code></a> chore: Upgrade devalue (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15172">#15172</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/81cd545dd78b60ee994a04d8abacb58bf63584d7"><code>81cd545</code></a> fix: avoid overriding Vite default <code>base</code> when running Vitest 4 (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14866">#14866</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/6cf9491ccdc4e6af8801e681c017c9627e9bf3d6"><code>6cf9491</code></a> chore: remove unused is_http_method helper and method set to (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/15152">#15152</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/3305022433f5ebd37f0a413275f8291d1a189d5f"><code>3305022</code></a> Revert &quot;breaking: remove <code>buttonProps</code> from experimental remote form function...</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.50.0/packages/kit">compare view</a></li> </ul> </details> <br /> Updates `@sveltejs/vite-plugin-svelte` from 6.2.1 to 6.2.4 <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/6"><code>@​6</code></a>.2.4</h2> <h3>Patch Changes</h3> <ul> <li>fix(hmr): ensure that svelte files are recompiled and updated css modules returned correctly when reported out of order (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1258">#1258</a>)</li> </ul> <h2><code>@​sveltejs/vite-plugin-svelte</code><a href="https://github.com/6"><code>@​6</code></a>.2.3</h2> <h3>Patch Changes</h3> <ul> <li>fix(filter): ignore zero-tagged ids per rollup convention (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1255">#1255</a>)</li> </ul> <h2><code>@​sveltejs/vite-plugin-svelte</code><a href="https://github.com/6"><code>@​6</code></a>.2.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>Update experimental support for rolldown-vite to vite 8 beta (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1246">#1246</a>)</p> </li> <li> <p>perf: switch from debug to obug (smaller, esm-only) (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1241">#1241</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md"><code>@​sveltejs/vite-plugin-svelte</code>'s changelog</a>.</em></p> <blockquote> <h2>6.2.4</h2> <h3>Patch Changes</h3> <ul> <li>fix(hmr): ensure that svelte files are recompiled and updated css modules returned correctly when reported out of order (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1258">#1258</a>)</li> </ul> <h2>6.2.3</h2> <h3>Patch Changes</h3> <ul> <li>fix(filter): ignore zero-tagged ids per rollup convention (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1255">#1255</a>)</li> </ul> <h2>6.2.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>Update experimental support for rolldown-vite to vite 8 beta (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1246">#1246</a>)</p> </li> <li> <p>perf: switch from debug to obug (smaller, esm-only) (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1241">#1241</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/24bf204a942c056a9e851a72e93e0d46cb5f1426"><code>24bf204</code></a> Version Packages (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1259">#1259</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/599dbc1d85288c2d56b2330a4dac3b5597a84dac"><code>599dbc1</code></a> fix: transform Svelte component first during HMR (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1258">#1258</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/83513a8226d22b5f8c23cf30d63c27ae38c2194c"><code>83513a8</code></a> Version Packages (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1256">#1256</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/b280447a456f873a083a553cee6e4691c2d386fe"><code>b280447</code></a> fix(filter): ignore zero-tagged ids per rollup convention (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1255">#1255</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/99bfe1a59327a7061c522fe2cb7dadbf9133e823"><code>99bfe1a</code></a> Version Packages (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1247">#1247</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/c4f8535d182f59579c5d6b12595f4430e3a9170a"><code>c4f8535</code></a> fix: update from rolldown-vite to vite-8 beta (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1246">#1246</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/cba6ae83d76e37553bf582467214aac9ff615f19"><code>cba6ae8</code></a> perf: replace debug with obug (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1241">#1241</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/fdf68ea34dad66ebf07d9f8b5ee1cae627eb8c15"><code>fdf68ea</code></a> chore: updates (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1239">#1239</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@6.2.4/packages/vite-plugin-svelte">compare view</a></li> </ul> </details> <br /> Updates `svelte` from 5.45.5 to 5.47.0 <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.47.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: customizable <code>&lt;select&gt;</code> elements (<a href="https://redirect.github.com/sveltejs/svelte/pull/17429">#17429</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: mark subtree of svelte boundary as dynamic (<a href="https://redirect.github.com/sveltejs/svelte/pull/17468">#17468</a>)</p> </li> <li> <p>fix: don't reset static elements with debug/snippets (<a href="https://redirect.github.com/sveltejs/svelte/pull/17477">#17477</a>)</p> </li> </ul> <h2>svelte@5.46.4</h2> <h3>Patch Changes</h3> <ul> <li>fix: use <code>devalue.uneval</code> to serialize <code>hydratable</code> keys (<a href="https://github.com/sveltejs/svelte/commit/ef81048e238844b729942441541d6dcfe6c8ccca"><code>ef81048e238844b729942441541d6dcfe6c8ccca</code></a>)</li> </ul> <h2>svelte@5.46.3</h2> <h3>Patch Changes</h3> <ul> <li>fix: reconnect clean deriveds when they are read in a reactive context (<a href="https://redirect.github.com/sveltejs/svelte/pull/17362">#17362</a>)</li> </ul> <h2>svelte@5.46.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: type <code>currentTarget</code> in <code>on</code> function (<a href="https://redirect.github.com/sveltejs/svelte/pull/17370">#17370</a>)</p> </li> <li> <p>fix: skip static optimisation for stateless deriveds after <code>await</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17389">#17389</a>)</p> </li> <li> <p>fix: prevent infinite loop when HMRing a component with an <code>await</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17380">#17380</a>)</p> </li> </ul> <h2>svelte@5.46.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: Add <code>csp</code> option to <code>render(...)</code>, and emit hashes when using <code>hydratable</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17338">#17338</a>)</li> </ul> <h2>svelte@5.45.10</h2> <h3>Patch Changes</h3> <ul> <li>fix: race condition when importing <code>AsyncLocalStorage</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17350">#17350</a>)</li> </ul> <h2>svelte@5.45.9</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: correctly reschedule deferred effects when reviving a batch after async work (<a href="https://redirect.github.com/sveltejs/svelte/pull/17332">#17332</a>)</p> </li> <li> <p>fix: correctly print <code>!doctype</code> during <code>print</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17341">#17341</a>)</p> </li> </ul> <h2>svelte@5.45.8</h2> <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/svelte/blob/main/packages/svelte/CHANGELOG.md">svelte's changelog</a>.</em></p> <blockquote> <h2>5.47.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: customizable <code>&lt;select&gt;</code> elements (<a href="https://redirect.github.com/sveltejs/svelte/pull/17429">#17429</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: mark subtree of svelte boundary as dynamic (<a href="https://redirect.github.com/sveltejs/svelte/pull/17468">#17468</a>)</p> </li> <li> <p>fix: don't reset static elements with debug/snippets (<a href="https://redirect.github.com/sveltejs/svelte/pull/17477">#17477</a>)</p> </li> </ul> <h2>5.46.4</h2> <h3>Patch Changes</h3> <ul> <li>fix: use <code>devalue.uneval</code> to serialize <code>hydratable</code> keys (<a href="https://github.com/sveltejs/svelte/commit/ef81048e238844b729942441541d6dcfe6c8ccca"><code>ef81048e238844b729942441541d6dcfe6c8ccca</code></a>)</li> </ul> <h2>5.46.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: reconnect clean deriveds when they are read in a reactive context (<a href="https://redirect.github.com/sveltejs/svelte/pull/17362">#17362</a>)</p> </li> <li> <p>fix: don't transform references of function declarations in legacy mode (<a href="https://redirect.github.com/sveltejs/svelte/pull/17431">#17431</a>)</p> </li> <li> <p>fix: notify deriveds of changes to sources inside forks (<a href="https://redirect.github.com/sveltejs/svelte/pull/17437">#17437</a>)</p> </li> <li> <p>fix: always reconnect deriveds in get, when appropriate (<a href="https://redirect.github.com/sveltejs/svelte/pull/17451">#17451</a>)</p> </li> <li> <p>fix: prevent derives without dependencies from ever re-running (<a href="https://github.com/sveltejs/svelte/commit/286b40c4526ce9970cb81ddd5e65b93b722fe468"><code>286b40c4526ce9970cb81ddd5e65b93b722fe468</code></a>)</p> </li> <li> <p>fix: correctly update writable deriveds inside forks (<a href="https://redirect.github.com/sveltejs/svelte/pull/17437">#17437</a>)</p> </li> <li> <p>fix: remove <code>$inspect</code> calls after await expressions when compiling for production server code (<a href="https://redirect.github.com/sveltejs/svelte/pull/17407">#17407</a>)</p> </li> <li> <p>fix: clear batch between runs (<a href="https://redirect.github.com/sveltejs/svelte/pull/17424">#17424</a>)</p> </li> <li> <p>fix: adjust <code>loc</code> property of <code>Program</code> nodes created from <code>&lt;script&gt;</code> elements (<a href="https://redirect.github.com/sveltejs/svelte/pull/17428">#17428</a>)</p> </li> <li> <p>fix: don't revert source to UNINITIALIZED state when time travelling (<a href="https://redirect.github.com/sveltejs/svelte/pull/17409">#17409</a>)</p> </li> </ul> <h2>5.46.2</h2> <h3>Notice</h3> <p>Not published due to CI issue</p> <h2>5.46.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/9cf60666eac77ab7dc5b092cbe59949e29696b4b"><code>9cf6066</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17480">#17480</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/645eb1225803a5042f7e1c622ac7fb0634e6bf2a"><code>645eb12</code></a> feat: customizable select (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17429">#17429</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/a903e9408b6d916fa45a57fb570ac6b74742717d"><code>a903e94</code></a> fix: mark subtree of svelte boundary as dynamic (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17468">#17468</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/17c22969d8f7b1723eae58075fbb32b530518e22"><code>17c2296</code></a> fix: don't reset static elements with debug/snippets (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17477">#17477</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/0718a26b435b927428dee57a71a91c1a77dc19cb"><code>0718a26</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17476">#17476</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/cfc7e0a8c3b1846f0c17388735eb0263b53b93a2"><code>cfc7e0a</code></a> chore: Upgrade devalue (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17475">#17475</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/ef81048e238844b729942441541d6dcfe6c8ccca"><code>ef81048</code></a> Merge commit from fork</li> <li><a href="https://github.com/sveltejs/svelte/commit/6d90b96e990d9dd45f55effb4431393c3e610937"><code>6d90b96</code></a> chore: edit changelog (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17463">#17463</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/ed8dcd063625062f03291f2f086fee75e1dc5105"><code>ed8dcd0</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17458">#17458</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/51c7f7152c244512067fa52312e15a596d1ae1c9"><code>51c7f71</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17410">#17410</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/svelte/commits/svelte@5.47.0/packages/svelte">compare view</a></li> </ul> </details> <br /> Updates `svelte-check` from 4.3.4 to 4.3.5 <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.3.5</h2> <h3>Patch Changes</h3> <ul> <li>fix: ensure await-block type is preserved in the latest Svelte version (<a href="https://redirect.github.com/sveltejs/language-tools/pull/2895">#2895</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/language-tools/commit/63a22b8089e69e3bc829713d21a5ac7837a5b9a1"><code>63a22b8</code></a> Version Packages (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2896">#2896</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/d0562f9701fd644658dc431bcd28169fd78e50e9"><code>d0562f9</code></a> perf: only create objects for completion items for svelte syntax once (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2900">#2900</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/96e8ca884711bc5acaf1fda45ed7f95b38a75b4a"><code>96e8ca8</code></a> fix(syntax): sveltejs ts highlighting when trailing type alias misses semicol...</li> <li><a href="https://github.com/sveltejs/language-tools/commit/910437ca333b9a18713a538b4a7b578783f9cb78"><code>910437c</code></a> fix: add some limit to store auto-import (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2909">#2909</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/383e6894ea428f54de59b1a42d03e59f09c5a284"><code>383e689</code></a> perf: optimize path normalization (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2907">#2907</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/798529998d965e740be3a7abd23ec0058babfe3a"><code>7985299</code></a> perf: avoid global completion in component start tag (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2904">#2904</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/35a339095e364ddec73a01727d5975ecbd365e26"><code>35a3390</code></a> chore: skip document symbols timeout in test (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2903">#2903</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/fae32d31b3269dd3dce88639259afa7b6ae4b1ea"><code>fae32d3</code></a> perf: optimize module resolution cache invalidation check (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2902">#2902</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/b640868854d0b3c23551b06a7cddf6f542776cd3"><code>b640868</code></a> [perf]: early return in getCompletions if in style or script tag (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2899">#2899</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/b6ebbd83e7495db187d2ebc15d3b9e372623e1a7"><code>b6ebbd8</code></a> fix: ensure await-block type is preserved in the latest Svelte version (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2895">#2895</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/language-tools/compare/svelte-check@4.3.4...svelte-check@4.3.5">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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:17:04 +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#57
No description provided.