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 />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/12536
Author: @dependabot[bot]
Created: 4/7/2025
Status: ❌ Closed
Base:
dev← Head:dependabot/npm_and_yarn/dev/svelte-5.25.7📝 Commits (1)
9c413f2build(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.
... (truncated)
Changelog
Sourced from svelte's changelog.
... (truncated)
Commits
c544a59Version Packages (#15665)80557bbfix: ensure clearing of old values happens independent of root flushes (#15664)5b9053dVersion Packages (#15650)959f593fix: ignore generic type arguments while creating AST (#15659)3682371chore: doc fix (#15651)e035e28Fix: consider component and its snippets during css pruning (#15630)c822f9bVersion Packages (#15649)ec91cacinit (#15628)9754204fix: silence assignment warning on more function bindings (#15644)046145ffix: make sure CSS is preserved during SSR with bindings (#15645)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.