[PR #12536] [CLOSED] build(deps-dev): bump svelte from 4.2.19 to 5.25.7 #22955

Closed
opened 2026-04-20 04:31:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/12536
Author: @dependabot[bot]
Created: 4/7/2025
Status: Closed

Base: devHead: dependabot/npm_and_yarn/dev/svelte-5.25.7


📝 Commits (1)

  • 9c413f2 build(deps-dev): bump svelte from 4.2.19 to 5.25.7

📊 Changes

2 files changed (+128 additions, -148 deletions)

View changed files

📝 package-lock.json (+127 -147)
📝 package.json (+1 -1)

📄 Description

Bumps svelte from 4.2.19 to 5.25.7.

Release notes

Sourced from svelte's releases.

svelte@5.25.7

Patch Changes

  • fix: ensure clearing of old values happens independent of root flushes (#15664)

svelte@5.25.6

Patch Changes

  • fix: ignore generic type arguments while creating AST (#15659)

  • fix: better consider component and its snippets during css pruning (#15630)

svelte@5.25.5

Patch Changes

  • fix: add setters to $derived class properties (#15628)

  • fix: silence assignment warning on more function bindings (#15644)

  • fix: make sure CSS is preserved during SSR with bindings (#15645)

svelte@5.25.4

Patch Changes

  • fix: support TS type assertions (#15642)

  • fix: ensure undefined class still applies scoping class, if necessary (#15643)

svelte@5.25.3

Patch Changes

  • fix: prevent state runes from being called with spread (#15585)

svelte@5.25.2

Patch Changes

  • feat: migrate reassigned deriveds to $derived (#15581)

svelte@5.25.1

Patch Changes

  • fix: prevent dev server from throwing errors when attempting to retrieve the proxied value of an iframe's contentWindow (#15577)

svelte@5.25.0

Minor Changes

  • feat: make deriveds writable (#15570)

svelte@5.24.1

Patch Changes

... (truncated)

Changelog

Sourced from svelte's changelog.

5.25.7

Patch Changes

  • fix: ensure clearing of old values happens independent of root flushes (#15664)

5.25.6

Patch Changes

  • fix: ignore generic type arguments while creating AST (#15659)

  • fix: better consider component and its snippets during css pruning (#15630)

5.25.5

Patch Changes

  • fix: add setters to $derived class properties (#15628)

  • fix: silence assignment warning on more function bindings (#15644)

  • fix: make sure CSS is preserved during SSR with bindings (#15645)

5.25.4

Patch Changes

  • fix: support TS type assertions (#15642)

  • fix: ensure undefined class still applies scoping class, if necessary (#15643)

5.25.3

Patch Changes

  • fix: prevent state runes from being called with spread (#15585)

5.25.2

Patch Changes

  • feat: migrate reassigned deriveds to $derived (#15581)

5.25.1

Patch Changes

  • fix: prevent dev server from throwing errors when attempting to retrieve the proxied value of an iframe's contentWindow (#15577)

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 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/open-webui/open-webui/pull/12536 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/7/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/dev/svelte-5.25.7` --- ### 📝 Commits (1) - [`9c413f2`](https://github.com/open-webui/open-webui/commit/9c413f200b237ef2b6f46d4e035bd9d19401a497) build(deps-dev): bump svelte from 4.2.19 to 5.25.7 ### 📊 Changes **2 files changed** (+128 additions, -148 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+127 -147) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.2.19 to 5.25.7. <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.25.7</h2> <h3>Patch Changes</h3> <ul> <li>fix: ensure clearing of old values happens independent of root flushes (<a href="https://redirect.github.com/sveltejs/svelte/pull/15664">#15664</a>)</li> </ul> <h2>svelte@5.25.6</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: ignore generic type arguments while creating AST (<a href="https://redirect.github.com/sveltejs/svelte/pull/15659">#15659</a>)</p> </li> <li> <p>fix: better consider component and its snippets during css pruning (<a href="https://redirect.github.com/sveltejs/svelte/pull/15630">#15630</a>)</p> </li> </ul> <h2>svelte@5.25.5</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: add setters to <code>$derived</code> class properties (<a href="https://redirect.github.com/sveltejs/svelte/pull/15628">#15628</a>)</p> </li> <li> <p>fix: silence assignment warning on more function bindings (<a href="https://redirect.github.com/sveltejs/svelte/pull/15644">#15644</a>)</p> </li> <li> <p>fix: make sure CSS is preserved during SSR with bindings (<a href="https://redirect.github.com/sveltejs/svelte/pull/15645">#15645</a>)</p> </li> </ul> <h2>svelte@5.25.4</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: support TS type assertions (<a href="https://redirect.github.com/sveltejs/svelte/pull/15642">#15642</a>)</p> </li> <li> <p>fix: ensure <code>undefined</code> class still applies scoping class, if necessary (<a href="https://redirect.github.com/sveltejs/svelte/pull/15643">#15643</a>)</p> </li> </ul> <h2>svelte@5.25.3</h2> <h3>Patch Changes</h3> <ul> <li>fix: prevent state runes from being called with spread (<a href="https://redirect.github.com/sveltejs/svelte/pull/15585">#15585</a>)</li> </ul> <h2>svelte@5.25.2</h2> <h3>Patch Changes</h3> <ul> <li>feat: migrate reassigned deriveds to <code>$derived</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/15581">#15581</a>)</li> </ul> <h2>svelte@5.25.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: prevent dev server from throwing errors when attempting to retrieve the proxied value of an iframe's contentWindow (<a href="https://redirect.github.com/sveltejs/svelte/pull/15577">#15577</a>)</li> </ul> <h2>svelte@5.25.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: make deriveds writable (<a href="https://redirect.github.com/sveltejs/svelte/pull/15570">#15570</a>)</li> </ul> <h2>svelte@5.24.1</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.25.7</h2> <h3>Patch Changes</h3> <ul> <li>fix: ensure clearing of old values happens independent of root flushes (<a href="https://redirect.github.com/sveltejs/svelte/pull/15664">#15664</a>)</li> </ul> <h2>5.25.6</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: ignore generic type arguments while creating AST (<a href="https://redirect.github.com/sveltejs/svelte/pull/15659">#15659</a>)</p> </li> <li> <p>fix: better consider component and its snippets during css pruning (<a href="https://redirect.github.com/sveltejs/svelte/pull/15630">#15630</a>)</p> </li> </ul> <h2>5.25.5</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: add setters to <code>$derived</code> class properties (<a href="https://redirect.github.com/sveltejs/svelte/pull/15628">#15628</a>)</p> </li> <li> <p>fix: silence assignment warning on more function bindings (<a href="https://redirect.github.com/sveltejs/svelte/pull/15644">#15644</a>)</p> </li> <li> <p>fix: make sure CSS is preserved during SSR with bindings (<a href="https://redirect.github.com/sveltejs/svelte/pull/15645">#15645</a>)</p> </li> </ul> <h2>5.25.4</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: support TS type assertions (<a href="https://redirect.github.com/sveltejs/svelte/pull/15642">#15642</a>)</p> </li> <li> <p>fix: ensure <code>undefined</code> class still applies scoping class, if necessary (<a href="https://redirect.github.com/sveltejs/svelte/pull/15643">#15643</a>)</p> </li> </ul> <h2>5.25.3</h2> <h3>Patch Changes</h3> <ul> <li>fix: prevent state runes from being called with spread (<a href="https://redirect.github.com/sveltejs/svelte/pull/15585">#15585</a>)</li> </ul> <h2>5.25.2</h2> <h3>Patch Changes</h3> <ul> <li>feat: migrate reassigned deriveds to <code>$derived</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/15581">#15581</a>)</li> </ul> <h2>5.25.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: prevent dev server from throwing errors when attempting to retrieve the proxied value of an iframe's contentWindow (<a href="https://redirect.github.com/sveltejs/svelte/pull/15577">#15577</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/c544a5935131817123ffa6b405260f53b21ba6b3"><code>c544a59</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15665">#15665</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/80557bbc1c8a94c43a95bfbdc51d37764d2065ea"><code>80557bb</code></a> fix: ensure clearing of old values happens independent of root flushes (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15664">#15664</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/5b9053d11178975eeeb93c187f5b01d8ff625244"><code>5b9053d</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15650">#15650</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/959f593487d749f92fc924964bbe87190b3da4f0"><code>959f593</code></a> fix: ignore generic type arguments while creating AST (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15659">#15659</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/3682371fb602badc48dc4c006288177d398033c7"><code>3682371</code></a> chore: doc fix (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15651">#15651</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/e035e2838faf26da476e73831fb0e555464bf1d1"><code>e035e28</code></a> Fix: consider component and its snippets during css pruning (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15630">#15630</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/c822f9b0bf77abe105123a8809bb183312aa9b74"><code>c822f9b</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15649">#15649</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/ec91cacab2f10529a55ce8b6e8a2cdd21794a57e"><code>ec91cac</code></a> init (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15628">#15628</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/97542048dfc5f40d0ce31ccad29509613da07f21"><code>9754204</code></a> fix: silence assignment warning on more function bindings (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15644">#15644</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/046145fdd7a0bf245770f7866530ae263b927708"><code>046145f</code></a> fix: make sure CSS is preserved during SSR with bindings (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15645">#15645</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/svelte/commits/svelte@5.25.7/packages/svelte">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svelte&package-manager=npm_and_yarn&previous-version=4.2.19&new-version=5.25.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 04:31:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#22955