mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-06-11 00:55:16 -04:00
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 /> [](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>
This commit is contained in:
16
web/package-lock.json
generated
16
web/package-lock.json
generated
@@ -52,7 +52,7 @@
|
||||
"prettier-plugin-svelte": "^3.4.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
||||
"superstruct": "^2.0.2",
|
||||
"svelte": "^5.53.0",
|
||||
"svelte": "^5.53.6",
|
||||
"svelte-check": "^4.3.1",
|
||||
"svelte-sonner": "^1.0.7",
|
||||
"sveltekit-superforms": "^2.29.1",
|
||||
@@ -2956,9 +2956,9 @@
|
||||
"license": "Python-2.0"
|
||||
},
|
||||
"node_modules/aria-query": {
|
||||
"version": "5.3.2",
|
||||
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.2.tgz",
|
||||
"integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.1.tgz",
|
||||
"integrity": "sha512-Z/ZeOgVl7bcSYZ/u/rh0fOpvEpq//LZmdbkXyc7syVzjPAhfOa9ebsdTSjEBDU4vs5nC98Kfduj1uFo0qyET3g==",
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"node": ">= 0.4"
|
||||
@@ -5500,9 +5500,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/svelte": {
|
||||
"version": "5.53.2",
|
||||
"resolved": "https://registry.npmjs.org/svelte/-/svelte-5.53.2.tgz",
|
||||
"integrity": "sha512-yGONuIrcl/BMmqbm6/52Q/NYzfkta7uVlos5NSzGTfNJTTFtPPzra6rAQoQIwAqupeM3s9uuTf5PvioeiCdg9g==",
|
||||
"version": "5.53.6",
|
||||
"resolved": "https://registry.npmjs.org/svelte/-/svelte-5.53.6.tgz",
|
||||
"integrity": "sha512-lP5DGF3oDDI9fhHcSpaBiJEkFLuS16h92DhM1L5K1lFm0WjOmUh1i2sNkBBk8rkxJRpob0dBE75jRfUzGZUOGA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@jridgewell/remapping": "^2.3.4",
|
||||
@@ -5511,7 +5511,7 @@
|
||||
"@types/estree": "^1.0.5",
|
||||
"@types/trusted-types": "^2.0.7",
|
||||
"acorn": "^8.12.1",
|
||||
"aria-query": "^5.3.1",
|
||||
"aria-query": "5.3.1",
|
||||
"axobject-query": "^4.1.0",
|
||||
"clsx": "^2.1.1",
|
||||
"devalue": "^5.6.3",
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"prettier-plugin-svelte": "^3.4.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
||||
"superstruct": "^2.0.2",
|
||||
"svelte": "^5.53.0",
|
||||
"svelte": "^5.53.6",
|
||||
"svelte-check": "^4.3.1",
|
||||
"svelte-sonner": "^1.0.7",
|
||||
"sveltekit-superforms": "^2.29.1",
|
||||
|
||||
Reference in New Issue
Block a user