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/14574
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 6/1/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/dev/svelte-5.33.11`
---
### 📝 Commits (1)
- [`77f0dfd`](https://github.com/open-webui/open-webui/commit/77f0dfdbb5f0b41dc85a0b472839120981b6c003) build(deps-dev): bump svelte from 4.2.19 to 5.33.11
### 📊 Changes
**2 files changed** (+118 additions, -141 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+117 -140)
📝 `package.json` (+1 -1)
</details>
### 📄 Description
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.2.19 to 5.33.11.
<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.33.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: treat transitive dependencies of each blocks as mutable in legacy mode if item is mutated (<a href="https://redirect.github.com/sveltejs/svelte/pull/16038">#16038</a>)</li>
</ul>
<h2>svelte@5.33.10</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: use <code>fill: 'forwards'</code> on transition animations to prevent flicker (<a href="https://redirect.github.com/sveltejs/svelte/pull/16035">#16035</a>)</li>
</ul>
<h2>svelte@5.33.9</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: put expressions in effects unless known to be static (<a href="https://redirect.github.com/sveltejs/svelte/pull/15792">#15792</a>)</li>
</ul>
<h2>svelte@5.33.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: only <code>select_option</code> if <code>'value'</code> is in <code>next</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/16032">#16032</a>)</li>
</ul>
<h2>svelte@5.33.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: <code>bind:value</code> to select with stores (<a href="https://redirect.github.com/sveltejs/svelte/pull/16028">#16028</a>)</li>
</ul>
<h2>svelte@5.33.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: falsy attachments on components (<a href="https://redirect.github.com/sveltejs/svelte/pull/16021">#16021</a>)</p>
</li>
<li>
<p>fix: correctly mark <!-- raw HTML omitted --> elements as selected during SSR (<a href="https://redirect.github.com/sveltejs/svelte/pull/16017">#16017</a>)</p>
</li>
</ul>
<h2>svelte@5.33.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: handle derived destructured iterators (<a href="https://redirect.github.com/sveltejs/svelte/pull/16015">#16015</a>)</p>
</li>
<li>
<p>fix: avoid rerunning attachments when unrelated spread attributes change (<a href="https://redirect.github.com/sveltejs/svelte/pull/15961">#15961</a>)</p>
</li>
</ul>
<h2>svelte@5.33.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: narrow <code>defaultChecked</code> to boolean (<a href="https://redirect.github.com/sveltejs/svelte/pull/16009">#16009</a>)</p>
</li>
<li>
<p>fix: warn when using rest or identifier in custom elements without props option (<a href="https://redirect.github.com/sveltejs/svelte/pull/16003">#16003</a>)</p>
</li>
</ul>
<h2>svelte@5.33.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: allow using typescript in <code>customElement.extend</code> option (<a href="https://redirect.github.com/sveltejs/svelte/pull/16001">#16001</a>)</li>
</ul>
<!-- 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.33.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: treat transitive dependencies of each blocks as mutable in legacy mode if item is mutated (<a href="https://redirect.github.com/sveltejs/svelte/pull/16038">#16038</a>)</li>
</ul>
<h2>5.33.10</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: use <code>fill: 'forwards'</code> on transition animations to prevent flicker (<a href="https://redirect.github.com/sveltejs/svelte/pull/16035">#16035</a>)</li>
</ul>
<h2>5.33.9</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: put expressions in effects unless known to be static (<a href="https://redirect.github.com/sveltejs/svelte/pull/15792">#15792</a>)</li>
</ul>
<h2>5.33.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: only <code>select_option</code> if <code>'value'</code> is in <code>next</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/16032">#16032</a>)</li>
</ul>
<h2>5.33.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: <code>bind:value</code> to select with stores (<a href="https://redirect.github.com/sveltejs/svelte/pull/16028">#16028</a>)</li>
</ul>
<h2>5.33.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: falsy attachments on components (<a href="https://redirect.github.com/sveltejs/svelte/pull/16021">#16021</a>)</p>
</li>
<li>
<p>fix: correctly mark <!-- raw HTML omitted --> elements as selected during SSR (<a href="https://redirect.github.com/sveltejs/svelte/pull/16017">#16017</a>)</p>
</li>
</ul>
<h2>5.33.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: handle derived destructured iterators (<a href="https://redirect.github.com/sveltejs/svelte/pull/16015">#16015</a>)</p>
</li>
<li>
<p>fix: avoid rerunning attachments when unrelated spread attributes change (<a href="https://redirect.github.com/sveltejs/svelte/pull/15961">#15961</a>)</p>
</li>
</ul>
<h2>5.33.4</h2>
<h3>Patch Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sveltejs/svelte/commit/e5d0cd2eb47834bf7584a250e749a564c73a8f1d"><code>e5d0cd2</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16045">#16045</a>)</li>
<li><a href="https://github.com/sveltejs/svelte/commit/54990f2329d3049be79284aa22947f6f85b1f90b"><code>54990f2</code></a> fix: use local mutable sources for props in legacy mode in case they are indi...</li>
<li><a href="https://github.com/sveltejs/svelte/commit/2f90dd8246c380a2b8ff9c665d43fce470886af4"><code>2f90dd8</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16037">#16037</a>)</li>
<li><a href="https://github.com/sveltejs/svelte/commit/ff72dd27bce84f9321e2000d41033b8e5cccad9c"><code>ff72dd2</code></a> fix: transitions might render animated elements without animation styles appl...</li>
<li><a href="https://github.com/sveltejs/svelte/commit/b5b814c7de467a196fad8eda38513287374f77fe"><code>b5b814c</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16034">#16034</a>)</li>
<li><a href="https://github.com/sveltejs/svelte/commit/23d42fb8aca62455c401a917815744d083e0096e"><code>23d42fb</code></a> fix: put expressions in effects unless known to be static (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15792">#15792</a>)</li>
<li><a href="https://github.com/sveltejs/svelte/commit/7a8cb378a154dfc6ab6f9ff319022c68c4ed2b68"><code>7a8cb37</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16033">#16033</a>)</li>
<li><a href="https://github.com/sveltejs/svelte/commit/c9ce4f439f4e8a2380aef3bd309f07335172317d"><code>c9ce4f4</code></a> fix: only <code>select_option</code> if <code>'value'</code> is in <code>next</code> (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16032">#16032</a>)</li>
<li><a href="https://github.com/sveltejs/svelte/commit/0d67ff486532512129992050dffd4c1b774655dd"><code>0d67ff4</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16029">#16029</a>)</li>
<li><a href="https://github.com/sveltejs/svelte/commit/3ea2dbc6a1eebb0bc7692893a134e636f2ab4e99"><code>3ea2dbc</code></a> fix: <code>bind:value</code> to select with stores (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16028">#16028</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/sveltejs/svelte/commits/svelte@5.33.11/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/14574
Author: @dependabot[bot]
Created: 6/1/2025
Status: ❌ Closed
Base:
dev← Head:dependabot/npm_and_yarn/dev/svelte-5.33.11📝 Commits (1)
77f0dfdbuild(deps-dev): bump svelte from 4.2.19 to 5.33.11📊 Changes
2 files changed (+118 additions, -141 deletions)
View changed files
📝
package-lock.json(+117 -140)📝
package.json(+1 -1)📄 Description
Bumps svelte from 4.2.19 to 5.33.11.
Release notes
Sourced from svelte's releases.
... (truncated)
Changelog
Sourced from svelte's changelog.
... (truncated)
Commits
e5d0cd2Version Packages (#16045)54990f2fix: use local mutable sources for props in legacy mode in case they are indi...2f90dd8Version Packages (#16037)ff72dd2fix: transitions might render animated elements without animation styles appl...b5b814cVersion Packages (#16034)23d42fbfix: put expressions in effects unless known to be static (#15792)7a8cb37Version Packages (#16033)c9ce4f4fix: onlyselect_optionif'value'is innext(#16032)0d67ff4Version Packages (#16029)3ea2dbcfix:bind:valueto select with stores (#16028)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.