[PR #22] [CLOSED] deps(deps-dev): bump the svelte group across 1 directory with 5 updates #124

Closed
opened 2026-03-15 02:26:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/svelte-428d158caf


📝 Commits (1)

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

📊 Changes

2 files changed (+41 additions, -33 deletions)

View changed files

📝 package-lock.json (+36 -28)
📝 package.json (+5 -5)

📄 Description

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

Package From To
@sveltejs/adapter-node 5.3.1 5.3.2
@sveltejs/kit 2.37.0 2.43.5
@sveltejs/vite-plugin-svelte 6.1.3 6.2.1
svelte 5.38.6 5.39.6
svelte-check 4.3.1 4.3.2

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

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.43.5

Patch Changes

  • fix: fall back to non-relative resolution when calling resolve(...) outside an event context (#14532)

@​sveltejs/kit@​2.43.4

Patch Changes

  • fix: Webcontainer AsyncLocalStorage workaround (#14526)

@​sveltejs/kit@​2.43.3

Patch Changes

  • fix: Webcontainer AsyncLocalStorage workaround (#14521)

  • fix: include the value of form submitters on form remote functions (#14475)

@​sveltejs/kit@​2.43.2

Patch Changes

  • fix: ensure rendering starts off synchronously (#14517)

  • fix: keep serialized remote data alive until navigation (#14508)

@​sveltejs/kit@​2.43.1

Patch Changes

  • fix: consistently use bare import for internals (#14506)

@​sveltejs/kit@​2.43.0

Minor Changes

  • feat: experimental async SSR (#14447)

Patch Changes

  • fix: ensure __SVELTEKIT_PAYLOAD__.data is accessed safely (#14491)

  • fix: create separate cache entries for non-exported remote function queries (#14499)

@​sveltejs/kit@​2.42.2

Patch Changes

  • fix: prevent loops in postbuild analysis phase (#14450)

  • fix: handle nested object fields in form data (#14469)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.43.5

Patch Changes

  • fix: fall back to non-relative resolution when calling resolve(...) outside an event context (#14532)

2.43.4

Patch Changes

  • fix: Webcontainer AsyncLocalStorage workaround (#14526)

2.43.3

Patch Changes

  • fix: Webcontainer AsyncLocalStorage workaround (#14521)

  • fix: include the value of form submitters on form remote functions (#14475)

2.43.2

Patch Changes

  • fix: ensure rendering starts off synchronously (#14517)

  • fix: keep serialized remote data alive until navigation (#14508)

2.43.1

Patch Changes

  • fix: consistently use bare import for internals (#14506)

2.43.0

Minor Changes

  • feat: experimental async SSR (#14447)

Patch Changes

  • fix: ensure __SVELTEKIT_PAYLOAD__.data is accessed safely (#14491)

  • fix: create separate cache entries for non-exported remote function queries (#14499)

... (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.1

Release notes

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

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

Patch Changes

  • fix: remove unscopable global styles warning (#1223)

  • Remove automatic configuration for rolldownOptions.optimization.inlineConst because latest version of rolldown-vite has it enabled by default. (#1225)

@​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.1

Patch Changes

  • fix: remove unscopable global styles warning (#1223)

  • Remove automatic configuration for rolldownOptions.optimization.inlineConst because latest version of rolldown-vite has it enabled by default. (#1225)

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

Release notes

Sourced from svelte's releases.

svelte@5.39.6

Patch Changes

  • fix: depend on reads of deriveds created within reaction (async mode) (#16823)

  • fix: SSR regression of processing attributes of <select> and <option> (#16821)

  • fix: async class: + spread attributes were compiled into sync server-side code (#16834)

  • fix: ensure tick resolves within a macrotask (#16825)

svelte@5.39.5

Patch Changes

  • fix: allow {@html await ...} and snippets with async content on the server (#16817)

  • fix: use nginx SSI-compatible comments for $props.id() (#16820)

svelte@5.39.4

Patch Changes

  • fix: restore hydration state after await in <script> (#16806)

svelte@5.39.3

Patch Changes

  • fix: remove outer hydration markers (#16800)

  • fix: async hydration (#16797)

svelte@5.39.2

Patch Changes

  • fix: preserve SSR context when block expressions contain await (#16791)

  • chore: bump some devDependencies (#16787)

svelte@5.39.1

Patch Changes

  • fix: issue state_proxy_unmount warning when unmounting a state proxy (#16747)

  • fix: add then to class component render output (#16783)

svelte@5.39.0

Minor Changes

  • feat: experimental async SSR (#16748)

Patch Changes

... (truncated)

Changelog

Sourced from svelte's changelog.

5.39.6

Patch Changes

  • fix: depend on reads of deriveds created within reaction (async mode) (#16823)

  • fix: SSR regression of processing attributes of <select> and <option> (#16821)

  • fix: async class: + spread attributes were compiled into sync server-side code (#16834)

  • fix: ensure tick resolves within a macrotask (#16825)

5.39.5

Patch Changes

  • fix: allow {@html await ...} and snippets with async content on the server (#16817)

  • fix: use nginx SSI-compatible comments for $props.id() (#16820)

5.39.4

Patch Changes

  • fix: restore hydration state after await in <script> (#16806)

5.39.3

Patch Changes

  • fix: remove outer hydration markers (#16800)

  • fix: async hydration (#16797)

5.39.2

Patch Changes

  • fix: preserve SSR context when block expressions contain await (#16791)

  • chore: bump some devDependencies (#16787)

5.39.1

Patch Changes

  • fix: issue state_proxy_unmount warning when unmounting a state proxy (#16747)

  • fix: add then to class component render output (#16783)

... (truncated)

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.


Updates svelte-check from 4.3.1 to 4.3.2

Release notes

Sourced from svelte-check's releases.

svelte-check@4.3.2

Patch Changes

  • perf: tweak some snapshot hot paths (#2852)

  • perf: more precise module cache invalidation (#2853)

  • fix: properly handle runes={false} in <svelte:options> (#2847)

See https://github.com/sveltejs/language-tools/releases

Commits
Maintainer changes

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


You can trigger a rebase of this PR 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

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


🔄 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/22 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/svelte-428d158caf` --- ### 📝 Commits (1) - [`41c54bc`](https://github.com/asalimonov/authelia-admin/commit/41c54bceb9281bde49a55d29cf811bebbcf9de7d) deps(deps-dev): bump the svelte group across 1 directory with 5 updates ### 📊 Changes **2 files changed** (+41 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+36 -28) 📝 `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.3.1` | `5.3.2` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.37.0` | `2.43.5` | | [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `6.1.3` | `6.2.1` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.38.6` | `5.39.6` | | [svelte-check](https://github.com/sveltejs/language-tools) | `4.3.1` | `4.3.2` | 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.43.5 <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>.43.5</h2> <h3>Patch Changes</h3> <ul> <li>fix: fall back to non-relative resolution when calling <code>resolve(...)</code> outside an event context (<a href="https://redirect.github.com/sveltejs/kit/pull/14532">#14532</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.43.4</h2> <h3>Patch Changes</h3> <ul> <li>fix: Webcontainer AsyncLocalStorage workaround (<a href="https://redirect.github.com/sveltejs/kit/pull/14526">#14526</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.43.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: Webcontainer AsyncLocalStorage workaround (<a href="https://redirect.github.com/sveltejs/kit/pull/14521">#14521</a>)</p> </li> <li> <p>fix: include the value of form submitters on <code>form</code> remote functions (<a href="https://redirect.github.com/sveltejs/kit/pull/14475">#14475</a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.43.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: ensure rendering starts off synchronously (<a href="https://redirect.github.com/sveltejs/kit/pull/14517">#14517</a>)</p> </li> <li> <p>fix: keep serialized remote data alive until navigation (<a href="https://redirect.github.com/sveltejs/kit/pull/14508">#14508</a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.43.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: consistently use bare import for internals (<a href="https://redirect.github.com/sveltejs/kit/pull/14506">#14506</a>)</li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.43.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: experimental async SSR (<a href="https://redirect.github.com/sveltejs/kit/pull/14447">#14447</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: ensure <code>__SVELTEKIT_PAYLOAD__.data</code> is accessed safely (<a href="https://redirect.github.com/sveltejs/kit/pull/14491">#14491</a>)</p> </li> <li> <p>fix: create separate cache entries for non-exported remote function queries (<a href="https://redirect.github.com/sveltejs/kit/pull/14499">#14499</a>)</p> </li> </ul> <h2><code>@​sveltejs/kit</code><a href="https://github.com/2"><code>@​2</code></a>.42.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: prevent loops in postbuild analysis phase (<a href="https://redirect.github.com/sveltejs/kit/pull/14450">#14450</a>)</p> </li> <li> <p>fix: handle nested object fields in form data (<a href="https://redirect.github.com/sveltejs/kit/pull/14469">#14469</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/kit/blob/main/packages/kit/CHANGELOG.md"><code>@​sveltejs/kit</code>'s changelog</a>.</em></p> <blockquote> <h2>2.43.5</h2> <h3>Patch Changes</h3> <ul> <li>fix: fall back to non-relative resolution when calling <code>resolve(...)</code> outside an event context (<a href="https://redirect.github.com/sveltejs/kit/pull/14532">#14532</a>)</li> </ul> <h2>2.43.4</h2> <h3>Patch Changes</h3> <ul> <li>fix: Webcontainer AsyncLocalStorage workaround (<a href="https://redirect.github.com/sveltejs/kit/pull/14526">#14526</a>)</li> </ul> <h2>2.43.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: Webcontainer AsyncLocalStorage workaround (<a href="https://redirect.github.com/sveltejs/kit/pull/14521">#14521</a>)</p> </li> <li> <p>fix: include the value of form submitters on <code>form</code> remote functions (<a href="https://redirect.github.com/sveltejs/kit/pull/14475">#14475</a>)</p> </li> </ul> <h2>2.43.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: ensure rendering starts off synchronously (<a href="https://redirect.github.com/sveltejs/kit/pull/14517">#14517</a>)</p> </li> <li> <p>fix: keep serialized remote data alive until navigation (<a href="https://redirect.github.com/sveltejs/kit/pull/14508">#14508</a>)</p> </li> </ul> <h2>2.43.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: consistently use bare import for internals (<a href="https://redirect.github.com/sveltejs/kit/pull/14506">#14506</a>)</li> </ul> <h2>2.43.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: experimental async SSR (<a href="https://redirect.github.com/sveltejs/kit/pull/14447">#14447</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: ensure <code>__SVELTEKIT_PAYLOAD__.data</code> is accessed safely (<a href="https://redirect.github.com/sveltejs/kit/pull/14491">#14491</a>)</p> </li> <li> <p>fix: create separate cache entries for non-exported remote function queries (<a href="https://redirect.github.com/sveltejs/kit/pull/14499">#14499</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/197ad583acf9acea3cc9b73a6288c1f0c355f639"><code>197ad58</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14538">#14538</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/09d096116f3eeea27c18b4139a0370fbbf40b570"><code>09d0961</code></a> fix: fall back to non-relative resolution when calling <code>resolve(...)</code> outside...</li> <li><a href="https://github.com/sveltejs/kit/commit/abc98878b7dacd9467806e516787a8bd035f14f3"><code>abc9887</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14527">#14527</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/c78b17714fcb6f912d289e1ab57495a56a3b179d"><code>c78b177</code></a> fix: Webcontainer AsyncLocalStorage workaround throttle (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14526">#14526</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/4769d16b079980e60342953f6d0296242eec962f"><code>4769d16</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14524">#14524</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/13176ad74edaf0dd4178c4e05112c3b292f120fd"><code>13176ad</code></a> fix: Webcontainer AsyncLocalStorage workaround (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14521">#14521</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/85596d081aea833baafd1c4a6535b3d7010a8786"><code>85596d0</code></a> chore: use specific versions instead catalog for dependencies (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14525">#14525</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/71b2c491d50f3eb409a0a1b7a0caa14a4093b489"><code>71b2c49</code></a> fix: submitters on remote forms (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14475">#14475</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/5f9df615ab720fde6dfe066a1c9cabb6fa9f00d6"><code>5f9df61</code></a> use catalog dependencies for everything (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14509">#14509</a>)</li> <li><a href="https://github.com/sveltejs/kit/commit/28e24ce1aeac10dea7da8f4ce3c6f7026ac7a994"><code>28e24ce</code></a> Version Packages (<a href="https://github.com/sveltejs/kit/tree/HEAD/packages/kit/issues/14511">#14511</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.43.5/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.1 <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.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: remove unscopable global styles warning (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1223">#1223</a>)</p> </li> <li> <p>Remove automatic configuration for rolldownOptions.optimization.inlineConst because latest version of rolldown-vite has it enabled by default. (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1225">#1225</a>)</p> </li> </ul> <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.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: remove unscopable global styles warning (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1223">#1223</a>)</p> </li> <li> <p>Remove automatic configuration for rolldownOptions.optimization.inlineConst because latest version of rolldown-vite has it enabled by default. (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/1225">#1225</a>)</p> </li> </ul> <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/1b50eb943c8d0ef315df482325f1bc5a64d2b623"><code>1b50eb9</code></a> Version Packages (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1224">#1224</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/b81ef40aced1f1b396e347f1184c1061652412da"><code>b81ef40</code></a> fix: remove automatic setting of rolldown inlineConst (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1225">#1225</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/bb4b0337051dd9fddef0146b40c16ed32b94047b"><code>bb4b033</code></a> fix: remove unscopable global warning (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/1223">#1223</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/e3c60c56f44a41dfab0e437d6b9826d07a3293c3"><code>e3c60c5</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/1218">#1218</a>)</li> <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>Additional commits viewable in <a href="https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@6.2.1/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.39.6 <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.39.6</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: depend on reads of deriveds created within reaction (async mode) (<a href="https://redirect.github.com/sveltejs/svelte/pull/16823">#16823</a>)</p> </li> <li> <p>fix: SSR regression of processing attributes of <code>&lt;select&gt;</code> and <code>&lt;option&gt;</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/16821">#16821</a>)</p> </li> <li> <p>fix: async <code>class:</code> + spread attributes were compiled into sync server-side code (<a href="https://redirect.github.com/sveltejs/svelte/pull/16834">#16834</a>)</p> </li> <li> <p>fix: ensure tick resolves within a macrotask (<a href="https://redirect.github.com/sveltejs/svelte/pull/16825">#16825</a>)</p> </li> </ul> <h2>svelte@5.39.5</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: allow <code>{@html await ...}</code> and snippets with async content on the server (<a href="https://redirect.github.com/sveltejs/svelte/pull/16817">#16817</a>)</p> </li> <li> <p>fix: use nginx SSI-compatible comments for <code>$props.id()</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/16820">#16820</a>)</p> </li> </ul> <h2>svelte@5.39.4</h2> <h3>Patch Changes</h3> <ul> <li>fix: restore hydration state after <code>await</code> in <code>&lt;script&gt;</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/16806">#16806</a>)</li> </ul> <h2>svelte@5.39.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: remove outer hydration markers (<a href="https://redirect.github.com/sveltejs/svelte/pull/16800">#16800</a>)</p> </li> <li> <p>fix: async hydration (<a href="https://redirect.github.com/sveltejs/svelte/pull/16797">#16797</a>)</p> </li> </ul> <h2>svelte@5.39.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: preserve SSR context when block expressions contain <code>await</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/16791">#16791</a>)</p> </li> <li> <p>chore: bump some devDependencies (<a href="https://redirect.github.com/sveltejs/svelte/pull/16787">#16787</a>)</p> </li> </ul> <h2>svelte@5.39.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: issue <code>state_proxy_unmount</code> warning when unmounting a state proxy (<a href="https://redirect.github.com/sveltejs/svelte/pull/16747">#16747</a>)</p> </li> <li> <p>fix: add <code>then</code> to class component <code>render</code> output (<a href="https://redirect.github.com/sveltejs/svelte/pull/16783">#16783</a>)</p> </li> </ul> <h2>svelte@5.39.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: experimental async SSR (<a href="https://redirect.github.com/sveltejs/svelte/pull/16748">#16748</a>)</li> </ul> <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.39.6</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: depend on reads of deriveds created within reaction (async mode) (<a href="https://redirect.github.com/sveltejs/svelte/pull/16823">#16823</a>)</p> </li> <li> <p>fix: SSR regression of processing attributes of <code>&lt;select&gt;</code> and <code>&lt;option&gt;</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/16821">#16821</a>)</p> </li> <li> <p>fix: async <code>class:</code> + spread attributes were compiled into sync server-side code (<a href="https://redirect.github.com/sveltejs/svelte/pull/16834">#16834</a>)</p> </li> <li> <p>fix: ensure tick resolves within a macrotask (<a href="https://redirect.github.com/sveltejs/svelte/pull/16825">#16825</a>)</p> </li> </ul> <h2>5.39.5</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: allow <code>{@html await ...}</code> and snippets with async content on the server (<a href="https://redirect.github.com/sveltejs/svelte/pull/16817">#16817</a>)</p> </li> <li> <p>fix: use nginx SSI-compatible comments for <code>$props.id()</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/16820">#16820</a>)</p> </li> </ul> <h2>5.39.4</h2> <h3>Patch Changes</h3> <ul> <li>fix: restore hydration state after <code>await</code> in <code>&lt;script&gt;</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/16806">#16806</a>)</li> </ul> <h2>5.39.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: remove outer hydration markers (<a href="https://redirect.github.com/sveltejs/svelte/pull/16800">#16800</a>)</p> </li> <li> <p>fix: async hydration (<a href="https://redirect.github.com/sveltejs/svelte/pull/16797">#16797</a>)</p> </li> </ul> <h2>5.39.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: preserve SSR context when block expressions contain <code>await</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/16791">#16791</a>)</p> </li> <li> <p>chore: bump some devDependencies (<a href="https://redirect.github.com/sveltejs/svelte/pull/16787">#16787</a>)</p> </li> </ul> <h2>5.39.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: issue <code>state_proxy_unmount</code> warning when unmounting a state proxy (<a href="https://redirect.github.com/sveltejs/svelte/pull/16747">#16747</a>)</p> </li> <li> <p>fix: add <code>then</code> to class component <code>render</code> output (<a href="https://redirect.github.com/sveltejs/svelte/pull/16783">#16783</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/b92a55994b7349e5c681df97a571481488020bc4"><code>b92a559</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16824">#16824</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/ac7e16002939f627bd961a9194e497f53ff466f9"><code>ac7e160</code></a> fix: SSR scoped classes for &lt;select value&gt; elements (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16821">#16821</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/24944e61f5ef5aebf00aa6f86f86edaf3ad70986"><code>24944e6</code></a> fix: async <code>class:</code> + spread attributes were compiled into sync server-side c...</li> <li><a href="https://github.com/sveltejs/svelte/commit/7b2113e1bfb6da2078abe532b0530e25f8f85285"><code>7b2113e</code></a> chore: fix typos (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16830">#16830</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/1ef297f25de64f220bce8ff020f38d399b69a647"><code>1ef297f</code></a> fix: ensure tick resolves within a macrotask (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16825">#16825</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/5e6fed6bab2423f7469f29ee9cd002dd698b91a2"><code>5e6fed6</code></a> fix: depend on reads of deriveds created within reaction (async mode) (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16823">#16823</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/8680c29a0a7bdb7993c40e8a34394d95c23d19c8"><code>8680c29</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16818">#16818</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/562623d536e9e2c3473d13a5cccce8d14ce98870"><code>562623d</code></a> fix: use SSR format compatible with nginx SSI for props.id (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16820">#16820</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/cf35a22568be2e767c419a6b8ac36fe73c270eb3"><code>cf35a22</code></a> fix: allow <code>{@html await ...}</code> and async snippets on the server (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16817">#16817</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/3c694ce3a4806241405b7ffeff5de398c9e43241"><code>3c694ce</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16807">#16807</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/svelte/commits/svelte@5.39.6/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 /> Updates `svelte-check` from 4.3.1 to 4.3.2 <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.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>perf: tweak some snapshot hot paths (<a href="https://redirect.github.com/sveltejs/language-tools/pull/2852">#2852</a>)</p> </li> <li> <p>perf: more precise module cache invalidation (<a href="https://redirect.github.com/sveltejs/language-tools/pull/2853">#2853</a>)</p> </li> <li> <p>fix: properly handle <code>runes={false}</code> in <code>&lt;svelte:options&gt;</code> (<a href="https://redirect.github.com/sveltejs/language-tools/pull/2847">#2847</a>)</p> </li> </ul> <p>See <a href="https://github.com/sveltejs/language-tools/releases">https://github.com/sveltejs/language-tools/releases</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/language-tools/commit/b46704549331172845b814c63c4020e16eb2ccb1"><code>b467045</code></a> chore: fix svelte-check build</li> <li><a href="https://github.com/sveltejs/language-tools/commit/62b31ffce11887f01d7483fe72c346e0dfe69e01"><code>62b31ff</code></a> Version Packages (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2848">#2848</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/69e258e0fb03fee7c890d20fc03a4f6ffe2bf69d"><code>69e258e</code></a> perf: rework snapshot hot paths (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2852">#2852</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/ec7be4bf74e85e36cbcf269aba5bf78a266fdd87"><code>ec7be4b</code></a> perf: use failed path to invalidate module cache (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2853">#2853</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/dec37eabe44370615d98af2d19ae6ed7feafc297"><code>dec37ea</code></a> fix(svelte2tsx): support for runes={false} in svelte:options (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2847">#2847</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/f799839a5a5dfc5dcffdc42fb34b5b10b4345be5"><code>f799839</code></a> (deps) Replace <code>pascal-case</code> with <code>scule</code> (Maintained &amp; Lighter) (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2842">#2842</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/0d8e5ae1b17e920e212e5b3d99f38d824915da8e"><code>0d8e5ae</code></a> chore: set vscode package to private</li> <li><a href="https://github.com/sveltejs/language-tools/commit/8269ff7aaf94442592800a02ed3ad975b2b58336"><code>8269ff7</code></a> chore: fix release script</li> <li><a href="https://github.com/sveltejs/language-tools/commit/b9bf2577133568674188209ea559c1ad92084f45"><code>b9bf257</code></a> Version Packages (<a href="https://redirect.github.com/sveltejs/language-tools/issues/2846">#2846</a>)</li> <li><a href="https://github.com/sveltejs/language-tools/commit/c73e4f5019ac2bd442d0c3d9618fa80032c3ccab"><code>c73e4f5</code></a> chore: add missing changeset formatting package</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/language-tools/compare/svelte-check-4.3.1...svelte-check@4.3.2">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-check since your current version.</p> </details> <br /> You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 02:26:05 +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#124
No description provided.