dependabot[bot] 210ff4e2cb Bump svelte from 5.53.2 to 5.53.6 in /web in the npm_and_yarn group across 1 directory (#476)
Bumps the npm_and_yarn group with 1 update in the /web directory:
[svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).

Updates `svelte` from 5.53.2 to 5.53.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.53.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>perf: optimize parser hot paths for faster compilation (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17811">#17811</a>)</p>
</li>
<li>
<p>fix: <code>SvelteMap</code> incorrectly handles keys with
<code>undefined</code> values (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17826">#17826</a>)</p>
</li>
<li>
<p>fix: SvelteURL <code>search</code> setter now returns the normalized
value, matching native URL behavior (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17828">#17828</a>)</p>
</li>
<li>
<p>fix: visit synthetic value node during ssr (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17824">#17824</a>)</p>
</li>
<li>
<p>fix: always case insensitive event handlers during ssr (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17822">#17822</a>)</p>
</li>
<li>
<p>chore: more efficient effect scheduling (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17808">#17808</a>)</p>
</li>
<li>
<p>perf: optimize compiler analysis phase (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17823">#17823</a>)</p>
</li>
<li>
<p>fix: skip redundant batch.apply (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17816">#17816</a>)</p>
</li>
<li>
<p>chore: null out current_batch before committing branches (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17809">#17809</a>)</p>
</li>
</ul>
<h2>svelte@5.53.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: escape <code>innerText</code> and <code>textContent</code>
bindings of <code>contenteditable</code> (<a
href="0df5abcae2"><code>0df5abcae223058ceb95491470372065fb87951d</code></a>)</p>
</li>
<li>
<p>fix: sanitize <code>transformError</code> values prior to embedding
in HTML comments (<a
href="0298e97937"><code>0298e979371bb583855c9810db79a70a551d22b9</code></a>)</p>
</li>
</ul>
<h2>svelte@5.53.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: set server context after async transformError (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17799">#17799</a>)</p>
</li>
<li>
<p>fix: hydrate if blocks correctly (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17784">#17784</a>)</p>
</li>
<li>
<p>fix: handle default parameters scope leaks (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17788">#17788</a>)</p>
</li>
<li>
<p>fix: prevent flushed effects from running again (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17787">#17787</a>)</p>
</li>
</ul>
<h2>svelte@5.53.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: render <code>:catch</code> of <code>#await</code> block with
correct key (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17769">#17769</a>)</p>
</li>
<li>
<p>chore: pin aria-query@5.3.1 (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17772">#17772</a>)</p>
</li>
<li>
<p>fix: make string coercion consistent to <code>toString</code> (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17774">#17774</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.53.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>perf: optimize parser hot paths for faster compilation (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17811">#17811</a>)</p>
</li>
<li>
<p>fix: <code>SvelteMap</code> incorrectly handles keys with
<code>undefined</code> values (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17826">#17826</a>)</p>
</li>
<li>
<p>fix: SvelteURL <code>search</code> setter now returns the normalized
value, matching native URL behavior (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17828">#17828</a>)</p>
</li>
<li>
<p>fix: visit synthetic value node during ssr (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17824">#17824</a>)</p>
</li>
<li>
<p>fix: always case insensitive event handlers during ssr (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17822">#17822</a>)</p>
</li>
<li>
<p>chore: more efficient effect scheduling (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17808">#17808</a>)</p>
</li>
<li>
<p>perf: optimize compiler analysis phase (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17823">#17823</a>)</p>
</li>
<li>
<p>fix: skip redundant batch.apply (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17816">#17816</a>)</p>
</li>
<li>
<p>chore: null out current_batch before committing branches (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17809">#17809</a>)</p>
</li>
</ul>
<h2>5.53.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: escape <code>innerText</code> and <code>textContent</code>
bindings of <code>contenteditable</code> (<a
href="0df5abcae2"><code>0df5abcae223058ceb95491470372065fb87951d</code></a>)</p>
</li>
<li>
<p>fix: sanitize <code>transformError</code> values prior to embedding
in HTML comments (<a
href="0298e97937"><code>0298e979371bb583855c9810db79a70a551d22b9</code></a>)</p>
</li>
</ul>
<h2>5.53.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: set server context after async transformError (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17799">#17799</a>)</p>
</li>
<li>
<p>fix: hydrate if blocks correctly (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17784">#17784</a>)</p>
</li>
<li>
<p>fix: handle default parameters scope leaks (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17788">#17788</a>)</p>
</li>
<li>
<p>fix: prevent flushed effects from running again (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17787">#17787</a>)</p>
</li>
</ul>
<h2>5.53.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: render <code>:catch</code> of <code>#await</code> block with
correct key (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17769">#17769</a>)</p>
</li>
<li>
<p>chore: pin aria-query@5.3.1 (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17772">#17772</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d4c78292ed"><code>d4c7829</code></a>
Version Packages (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17812">#17812</a>)</li>
<li><a
href="361b32c7cd"><code>361b32c</code></a>
fix: SvelteURL search setter uses unnormalized value (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17828">#17828</a>)</li>
<li><a
href="1043f79d1e"><code>1043f79</code></a>
perf: optimize compiler analysis phase (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17823">#17823</a>)</li>
<li><a
href="b6faa2a905"><code>b6faa2a</code></a>
fix: always case insensitive event handlers during ssr (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17822">#17822</a>)</li>
<li><a
href="e3d277b000"><code>e3d277b</code></a>
fix: visit synthetic value node during ssr (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17824">#17824</a>)</li>
<li><a
href="18db0cab86"><code>18db0ca</code></a>
fix: SvelteMap incorrectly handles keys with <code>undefined</code>
values (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17826">#17826</a>)</li>
<li><a
href="3fc4bc6774"><code>3fc4bc6</code></a>
chore: remove unused is_flushing variable (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17820">#17820</a>)</li>
<li><a
href="16a13517ef"><code>16a1351</code></a>
fix: skip redundant batch.apply (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17816">#17816</a>)</li>
<li><a
href="04ba134d33"><code>04ba134</code></a>
docs: flesh out <code>attribute_invalid_sequence_expression</code>
message (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17789">#17789</a>)</li>
<li><a
href="fc67c9cfe9"><code>fc67c9c</code></a>
chore(deps-dev): bump rollup from 4.52.5 to 4.59.0 (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17810">#17810</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/svelte/commits/svelte@5.53.6/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=5.53.2&new-version=5.53.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 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
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/maxdorninger/MediaManager/network/alerts).

</details>

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-01 16:42:06 +02:00


Logo

MediaManager

Modern management system for your media library
Explore the docs »
Report Bug · Request Feature

MediaManager is the modern, easy-to-use successor to the fragmented "Arr" stack. Manage, discover, and automate your TV and movie collection in a single, simple interface.

Key features:

  • support for OAuth/OIDC
  • support for TVDB and TMDB
  • made to be deployed with Docker

Quick Start

wget -O docker-compose.yaml https://github.com/maxdorninger/MediaManager/releases/latest/download/docker-compose.yaml
mkdir config
wget -O ./config/config.toml https://github.com/maxdorninger/MediaManager/releases/latest/download/config.example.toml
# you probably need to edit the config.toml file in the ./config directory, for more help see the documentation
docker compose up -d

View the docs for installation instructions and more

Support MediaManager

Sponsor @maxdorninger Buy Me A Coffee

Check out the awesome sponsors of MediaManager ❤️

Aljaž Mur Eržen   Luis Rodriguez   Brandon P.   SeimusS   HadrienKerlero   keyxmakerx   LITUATUI   Nicolas   Josh   PuppiestDoggo   Seferino   syn  

Star History

Star History Chart

Screenshots

Screenshot 2025-12-08 at 00 44 26 Screenshot 2025-12-08 at 00 46 39

Screenshot 2025-07-02 174616

Screenshot 2025-12-08 at 00 48 23

Screenshot 2025-06-28 222908

Developer Quick Start

For the developer guide see the Developer Guide.

License

Distributed under the AGPL 3.0. See LICENSE.txt for more information.

Acknowledgments

Thanks to DigitalOcean for sponsoring the project!

DigitalOcean Referral Badge

Description
No description provided
Readme AGPL-3.0 67 MiB
Languages
Python 47.1%
Svelte 44%
TypeScript 6.3%
Shell 1%
CSS 0.5%
Other 1%