[PR #21] [CLOSED] deps(deps-dev): bump the svelte group across 1 directory with 4 updates #26

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

📋 Pull Request Information

Original PR: https://github.com/asalimonov/authelia-admin/pull/21
Author: @dependabot[bot]
Created: 9/15/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/svelte-b13a15e658


📝 Commits (1)

  • 5038d88 deps(deps-dev): bump the svelte group across 1 directory with 4 updates

📊 Changes

2 files changed (+5033 additions, -4974 deletions)

View changed files

📝 package-lock.json (+5029 -4970)
📝 package.json (+4 -4)

📄 Description

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

Updates @sveltejs/adapter-node from 5.3.1 to 5.3.2

Release notes

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

@​sveltejs/adapter-node@​5.3.2

Patch Changes

  • fix: bump bundled sirv version to 3.0.2 (#14385)

  • Updated dependencies [e6c3171]:

    • @​sveltejs/kit@​2.38.0
Changelog

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

5.3.2

Patch Changes

  • fix: bump bundled sirv version to 3.0.2 (#14385)

  • Updated dependencies [e6c3171]:

    • @​sveltejs/kit@​2.38.0
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​sveltejs/adapter-node since your current version.


Updates @sveltejs/kit from 2.37.0 to 2.39.1

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.39.1

Patch Changes

  • fix: more robust remote function code transformation (#14418)

@​sveltejs/kit@​2.39.0

Minor Changes

  • feat: lazy discovery of remote functions (#14293)

Patch Changes

  • fix: layout load data not serialized on error page (#14395)

  • fix: fail prerendering when remote function fails (#14365)

  • fix: treat handle hook redirect as part of remote function call as json redirect (#14362)

@​sveltejs/kit@​2.38.1

Patch Changes

  • fix: enable redirects from queries (#14400)

  • fix: remove empty nodes from serialized server load data (#14404)

  • fix: allow commands from within endpoints (#14343)

@​sveltejs/kit@​2.38.0

Minor Changes

  • feat: add new remote function query.batch (#14272)

@​sveltejs/kit@​2.37.1

Patch Changes

  • fix: serialize server load data before passing to universal load, to handle mutations and promises (#14298)

  • fix: resolve_route prevent dropping a trailing slash of id (#14294)

  • fix: assign correct status code to form submission error on the client (#14345)

  • fix: un-proxy form.result (#14346)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.39.1

Patch Changes

  • fix: more robust remote function code transformation (#14418)

2.39.0

Minor Changes

  • feat: lazy discovery of remote functions (#14293)

Patch Changes

  • fix: layout load data not serialized on error page (#14395)

  • fix: fail prerendering when remote function fails (#14365)

  • fix: treat handle hook redirect as part of remote function call as json redirect (#14362)

2.38.1

Patch Changes

  • fix: enable redirects from queries (#14400)

  • fix: remove empty nodes from serialized server load data (#14404)

  • fix: allow commands from within endpoints (#14343)

2.38.0

Minor Changes

  • feat: add new remote function query.batch (#14272)

2.37.1

Patch Changes

  • fix: serialize server load data before passing to universal load, to handle mutations and promises (#14298)

  • fix: resolve_route prevent dropping a trailing slash of id (#14294)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​sveltejs/kit since your current version.


Updates @sveltejs/vite-plugin-svelte from 6.1.3 to 6.2.0

Release notes

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

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

Minor Changes

  • feat(rolldown-vite): enable optimization.inlineConst by default to ensure treeshaking works with esm-env in svelte (#1207)

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

Patch Changes

  • fix: allow preprocess plugin to run twice (#1206)

  • fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#1203)

  • replace kleur dependency with builtin node:utils styleText (#1210)

Changelog

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

6.2.0

Minor Changes

  • feat(rolldown-vite): enable optimization.inlineConst by default to ensure treeshaking works with esm-env in svelte (#1207)

6.1.4

Patch Changes

  • fix: allow preprocess plugin to run twice (#1206)

  • fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#1203)

  • replace kleur dependency with builtin node:utils styleText (#1210)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​sveltejs/vite-plugin-svelte since your current version.


Updates svelte from 5.38.6 to 5.38.10

Release notes

Sourced from svelte's releases.

svelte@5.38.10

Patch Changes

  • fix: flush effects scheduled during boundary's pending phase (#16738)

svelte@5.38.9

Patch Changes

  • chore: generate CSS hash using the filename (#16740)

  • fix: correctly analyze <object.property> components (#16711)

  • fix: clean up scheduling system (#16741)

  • fix: transform input defaults from spread (#16481)

  • fix: don't destroy contents of svelte:boundary unless the boundary is an error boundary (#16746)

svelte@5.38.8

Patch Changes

  • fix: send $effect.pending count to the correct boundary (#16732)

svelte@5.38.7

Patch Changes

  • fix: replace undefined with void(0) in CallExpressions (#16693)

  • fix: ensure batch exists when resetting a failed boundary (#16698)

  • fix: place store setup inside async body (#16687)

Changelog

Sourced from svelte's changelog.

5.38.10

Patch Changes

  • fix: flush effects scheduled during boundary's pending phase (#16738)

5.38.9

Patch Changes

  • chore: generate CSS hash using the filename (#16740)

  • fix: correctly analyze <object.property> components (#16711)

  • fix: clean up scheduling system (#16741)

  • fix: transform input defaults from spread (#16481)

  • fix: don't destroy contents of svelte:boundary unless the boundary is an error boundary (#16746)

5.38.8

Patch Changes

  • fix: send $effect.pending count to the correct boundary (#16732)

5.38.7

Patch Changes

  • fix: replace undefined with void(0) in CallExpressions (#16693)

  • fix: ensure batch exists when resetting a failed boundary (#16698)

  • fix: place store setup inside async body (#16687)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for svelte since your current version.


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/21 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/15/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/svelte-b13a15e658` --- ### 📝 Commits (1) - [`5038d88`](https://github.com/asalimonov/authelia-admin/commit/5038d8836d5b59c34cdc36cf32d679406a0e3207) deps(deps-dev): bump the svelte group across 1 directory with 4 updates ### 📊 Changes **2 files changed** (+5033 additions, -4974 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5029 -4970) 📝 `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), [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) and [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte). Updates `@sveltejs/adapter-node` from 5.3.1 to 5.3.2 <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>.3.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: bump bundled sirv version to 3.0.2 (<a href="https://redirect.github.com/sveltejs/kit/pull/14385">#14385</a>)</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/sveltejs/kit/commit/e6c317150d330413a7691c1b00dc94ce121fdb89"><code>e6c3171</code></a>]:</p> <ul> <li><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.38.0</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.3.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: bump bundled sirv version to 3.0.2 (<a href="https://redirect.github.com/sveltejs/kit/pull/14385">#14385</a>)</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/sveltejs/kit/commit/e6c317150d330413a7691c1b00dc94ce121fdb89"><code>e6c3171</code></a>]:</p> <ul> <li><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.38.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/kit/commit/54e10cf07ab2bf06c6ec6d2ea225c34936c5d2e8"><code>54e10cf</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node/issues/14391">#14391</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/5139c4ed06f84643bcae6d0eee32600546ff141a"><code>5139c4e</code></a> fix: bump sirv to 3.0.2 (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node/issues/14385">#14385</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/kit/commits/@sveltejs/adapter-node@5.3.2/packages/adapter-node">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​sveltejs/adapter-node</code> since your current version.</p> </details> <br /> Updates `@sveltejs/kit` from 2.37.0 to 2.39.1 <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>.39.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: more robust remote function code transformation (<a href="https://redirect.github.com/sveltejs/kit/pull/14418">#14418</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.39.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: lazy discovery of remote functions (<a href="https://redirect.github.com/sveltejs/kit/pull/14293">#14293</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: layout load data not serialized on error page (<a href="https://redirect.github.com/sveltejs/kit/pull/14395">#14395</a>)</p> </li> <li> <p>fix: fail prerendering when remote function fails (<a href="https://redirect.github.com/sveltejs/kit/pull/14365">#14365</a>)</p> </li> <li> <p>fix: treat handle hook redirect as part of remote function call as json redirect (<a href="https://redirect.github.com/sveltejs/kit/pull/14362">#14362</a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.38.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: enable redirects from queries (<a href="https://redirect.github.com/sveltejs/kit/pull/14400">#14400</a>)</p> </li> <li> <p>fix: remove empty nodes from serialized server load data (<a href="https://redirect.github.com/sveltejs/kit/pull/14404">#14404</a>)</p> </li> <li> <p>fix: allow commands from within endpoints (<a href="https://redirect.github.com/sveltejs/kit/pull/14343">#14343</a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.38.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: add new remote function <code>query.batch</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/14272">#14272</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.37.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: serialize server <code>load</code> data before passing to universal <code>load</code>, to handle mutations and promises (<a href="https://redirect.github.com/sveltejs/kit/pull/14298">#14298</a>)</p> </li> <li> <p>fix: resolve_route prevent dropping a trailing slash of id (<a href="https://redirect.github.com/sveltejs/kit/pull/14294">#14294</a>)</p> </li> <li> <p>fix: assign correct status code to form submission error on the client (<a href="https://redirect.github.com/sveltejs/kit/pull/14345">#14345</a>)</p> </li> <li> <p>fix: un-proxy <code>form.result</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/14346">#14346</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.39.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: more robust remote function code transformation (<a href="https://redirect.github.com/sveltejs/kit/pull/14418">#14418</a>)</li> </ul> <h2>2.39.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: lazy discovery of remote functions (<a href="https://redirect.github.com/sveltejs/kit/pull/14293">#14293</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: layout load data not serialized on error page (<a href="https://redirect.github.com/sveltejs/kit/pull/14395">#14395</a>)</p> </li> <li> <p>fix: fail prerendering when remote function fails (<a href="https://redirect.github.com/sveltejs/kit/pull/14365">#14365</a>)</p> </li> <li> <p>fix: treat handle hook redirect as part of remote function call as json redirect (<a href="https://redirect.github.com/sveltejs/kit/pull/14362">#14362</a>)</p> </li> </ul> <h2>2.38.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: enable redirects from queries (<a href="https://redirect.github.com/sveltejs/kit/pull/14400">#14400</a>)</p> </li> <li> <p>fix: remove empty nodes from serialized server load data (<a href="https://redirect.github.com/sveltejs/kit/pull/14404">#14404</a>)</p> </li> <li> <p>fix: allow commands from within endpoints (<a href="https://redirect.github.com/sveltejs/kit/pull/14343">#14343</a>)</p> </li> </ul> <h2>2.38.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: add new remote function <code>query.batch</code> (<a href="https://redirect.github.com/sveltejs/kit/pull/14272">#14272</a>)</li> </ul> <h2>2.37.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: serialize server <code>load</code> data before passing to universal <code>load</code>, to handle mutations and promises (<a href="https://redirect.github.com/sveltejs/kit/pull/14298">#14298</a>)</p> </li> <li> <p>fix: resolve_route prevent dropping a trailing slash of id (<a href="https://redirect.github.com/sveltejs/kit/pull/14294">#14294</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/648007f2f3f3bd2589e1d8fe4151c32d6d9142b5"><code>648007f</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14419">#14419</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/67b56646e1019168b8728253e46ca8f6c7e08e0f"><code>67b5664</code></a> fix: more robust remote function code transformation (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14418">#14418</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/4d965595b4307c1cbae3d002f1c410c555dfd4f6"><code>4d96559</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14412">#14412</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/fa74736f2cc5ad8826c1d77b2240807e7ba391ee"><code>fa74736</code></a> chore: fix test url (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14411">#14411</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/08c9c8cb76536a40b66d1bbfcc01d4eb3f4251cf"><code>08c9c8c</code></a> fix: treat handle hook redirect as part of remote function call as json redir...</li> <li><a href="https://github.com/sveltejs/kit/commit/4d9cc7f7a12fd563c944873db47c91b7ec9ac144"><code>4d9cc7f</code></a> fix: layout load data not serialized on error page (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14395">#14395</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/e5ac4a3085e5fee84e0c4c24b058788fdef9f278"><code>e5ac4a3</code></a> fix: fail prerendering when remote function fails (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14365">#14365</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/f9827cc408113a931f95ee4051cf50348e21d8f0"><code>f9827cc</code></a> feat: lazy discovery of remote functions (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14293">#14293</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/95d64edfa8dbe006524cabe366183c0d3117d57d"><code>95d64ed</code></a> chore(deps): update dependency <code>@​opentelemetry/sdk-node</code> to ^0.205.0 (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14401">#14401</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/601e3f04183c6dfda95664b0907fda69738eec21"><code>601e3f0</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14405">#14405</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.39.1/packages/kit">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​sveltejs/kit</code> since your current version.</p> </details> <br /> Updates `@sveltejs/vite-plugin-svelte` from 6.1.3 to 6.2.0 <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.0</h2> <h3>Minor Changes</h3> <ul> <li>feat(rolldown-vite): enable <code>optimization.inlineConst</code> by default to ensure treeshaking works with esm-env in svelte (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1207">#1207</a>)</li> </ul> <h2><code>@​sveltejs/vite-plugin-svelte</code><a href="https://github.com/6"><code>@​6</code></a>.1.4</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: allow preprocess plugin to run twice (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1206">#1206</a>)</p> </li> <li> <p>fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1203">#1203</a>)</p> </li> <li> <p>replace kleur dependency with builtin node:utils styleText (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1210">#1210</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.0</h2> <h3>Minor Changes</h3> <ul> <li>feat(rolldown-vite): enable <code>optimization.inlineConst</code> by default to ensure treeshaking works with esm-env in svelte (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1207">#1207</a>)</li> </ul> <h2>6.1.4</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: allow preprocess plugin to run twice (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1206">#1206</a>)</p> </li> <li> <p>fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1203">#1203</a>)</p> </li> <li> <p>replace kleur dependency with builtin node:utils styleText (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1210">#1210</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/2a623f25bd12505f5653cfd1d220933c4f058e47"><code>2a623f2</code></a> Version Packages (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1217">#1217</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/e1ffd096b5f1e553d5221cf33bc4093740d01e4c"><code>e1ffd09</code></a> feat(rolldown-vite): enable optimization.inlineConst by default (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1207">#1207</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/28421598f595e6a794714bf756f1e8f4c6984460"><code>2842159</code></a> Version Packages (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1204">#1204</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/35121ac10f8360b8004c87c6525f398e0f0bcf33"><code>35121ac</code></a> refactor: replace kleur with styleText (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1210">#1210</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/db12c90af23872586f35e9919d0f87fb75e6bb17"><code>db12c90</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1205">#1205</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/79a56c43fa391fa2d908c33c6585bf534d691d13"><code>79a56c4</code></a> fix: allow preprocess plugin to run twice (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1206">#1206</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/e10850b871a2a723b7d9c350398e790c44eb0eab"><code>e10850b</code></a> fix(types): update urls to PreprocessorGroup and CompileOptions docs (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1203">#1203</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@6.2.0/packages/vite-plugin-svelte">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​sveltejs/vite-plugin-svelte</code> since your current version.</p> </details> <br /> Updates `svelte` from 5.38.6 to 5.38.10 <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.38.10</h2> <h3>Patch Changes</h3> <ul> <li>fix: flush effects scheduled during boundary's pending phase (<a href="https://redirect.github.com/sveltejs/svelte/pull/16738">#16738</a>)</li> </ul> <h2>svelte@5.38.9</h2> <h3>Patch Changes</h3> <ul> <li> <p>chore: generate CSS hash using the filename (<a href="https://redirect.github.com/sveltejs/svelte/pull/16740">#16740</a>)</p> </li> <li> <p>fix: correctly analyze <code>&lt;object.property&gt;</code> components (<a href="https://redirect.github.com/sveltejs/svelte/pull/16711">#16711</a>)</p> </li> <li> <p>fix: clean up scheduling system (<a href="https://redirect.github.com/sveltejs/svelte/pull/16741">#16741</a>)</p> </li> <li> <p>fix: transform input defaults from spread (<a href="https://redirect.github.com/sveltejs/svelte/pull/16481">#16481</a>)</p> </li> <li> <p>fix: don't destroy contents of <code>svelte:boundary</code> unless the boundary is an error boundary (<a href="https://redirect.github.com/sveltejs/svelte/pull/16746">#16746</a>)</p> </li> </ul> <h2>svelte@5.38.8</h2> <h3>Patch Changes</h3> <ul> <li>fix: send <code>$effect.pending</code> count to the correct boundary (<a href="https://redirect.github.com/sveltejs/svelte/pull/16732">#16732</a>)</li> </ul> <h2>svelte@5.38.7</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: replace <code>undefined</code> with <code>void(0)</code> in CallExpressions (<a href="https://redirect.github.com/sveltejs/svelte/pull/16693">#16693</a>)</p> </li> <li> <p>fix: ensure batch exists when resetting a failed boundary (<a href="https://redirect.github.com/sveltejs/svelte/pull/16698">#16698</a>)</p> </li> <li> <p>fix: place store setup inside async body (<a href="https://redirect.github.com/sveltejs/svelte/pull/16687">#16687</a>)</p> </li> </ul> </blockquote> </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.38.10</h2> <h3>Patch Changes</h3> <ul> <li>fix: flush effects scheduled during boundary's pending phase (<a href="https://redirect.github.com/sveltejs/svelte/pull/16738">#16738</a>)</li> </ul> <h2>5.38.9</h2> <h3>Patch Changes</h3> <ul> <li> <p>chore: generate CSS hash using the filename (<a href="https://redirect.github.com/sveltejs/svelte/pull/16740">#16740</a>)</p> </li> <li> <p>fix: correctly analyze <code>&lt;object.property&gt;</code> components (<a href="https://redirect.github.com/sveltejs/svelte/pull/16711">#16711</a>)</p> </li> <li> <p>fix: clean up scheduling system (<a href="https://redirect.github.com/sveltejs/svelte/pull/16741">#16741</a>)</p> </li> <li> <p>fix: transform input defaults from spread (<a href="https://redirect.github.com/sveltejs/svelte/pull/16481">#16481</a>)</p> </li> <li> <p>fix: don't destroy contents of <code>svelte:boundary</code> unless the boundary is an error boundary (<a href="https://redirect.github.com/sveltejs/svelte/pull/16746">#16746</a>)</p> </li> </ul> <h2>5.38.8</h2> <h3>Patch Changes</h3> <ul> <li>fix: send <code>$effect.pending</code> count to the correct boundary (<a href="https://redirect.github.com/sveltejs/svelte/pull/16732">#16732</a>)</li> </ul> <h2>5.38.7</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: replace <code>undefined</code> with <code>void(0)</code> in CallExpressions (<a href="https://redirect.github.com/sveltejs/svelte/pull/16693">#16693</a>)</p> </li> <li> <p>fix: ensure batch exists when resetting a failed boundary (<a href="https://redirect.github.com/sveltejs/svelte/pull/16698">#16698</a>)</p> </li> <li> <p>fix: place store setup inside async body (<a href="https://redirect.github.com/sveltejs/svelte/pull/16687">#16687</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/df13be8727ab16319a4f01ac39ff2ab195e953ae"><code>df13be8</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16754">#16754</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/72ce753278a3e1f0046d1d13171d3b86445a241a"><code>72ce753</code></a> fix: flush effects scheduled during boundary's pending phase (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16738">#16738</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/96a4b16842e62a2e4224b084425cac6a191e6c2d"><code>96a4b16</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16744">#16744</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/558a3c963bca4423cdd7b93d9588d05546dfa629"><code>558a3c9</code></a> fix: transform input defaults from spread (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16481">#16481</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/2743cd0fe5a305586e87b65301dc3466b7c265f9"><code>2743cd0</code></a> fix: correctly analyze <code>\&lt;object.property&gt;</code> components (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16711">#16711</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/f09f25e6a3ba7aa3562f62713e7cdc00b267fac7"><code>f09f25e</code></a> fix: Don't destroy boundary contents on error unless the boundary is an error...</li> <li><a href="https://github.com/sveltejs/svelte/commit/68d27f1c4f64b070f322229e1f51460d1bf934b3"><code>68d27f1</code></a> chore: generate CSS hash using the filename (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16740">#16740</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/f343b00cc6b6d2c14a5b6fe941e75928dd841a83"><code>f343b00</code></a> fix: clean up scheduling system (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16741">#16741</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/f778975b760bed4d5ae366d95ddc8d60e94531f3"><code>f778975</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16734">#16734</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/18dd45640b14873ea3485fd1c19b0efaaaccf05f"><code>18dd456</code></a> fix: send <code>$effect.pending</code> count to the correct boundary (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16732">#16732</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/svelte/commits/svelte@5.38.10/packages/svelte">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for svelte since your current version.</p> </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:16:58 +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#26
No description provided.