Commit fdfc790
authored
Bump svelte from 5.33.12 to 5.34.9 (#1376)
Bumps
[svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)
from 5.33.12 to 5.34.9.
<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>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: ensure unowned deriveds can add themselves as reactions while
connected (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16249">#16249</a>)</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: untrack <code>$inspect.with</code> and add check for unsafe
mutation (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16209">#16209</a>)</p>
</li>
<li>
<p>fix: use fine grained for template if the component is not explicitly
in legacy mode (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16232">#16232</a>)</p>
</li>
<li>
<p>lift unsafe_state_mutation constraints for SvelteSet, SvelteMap,
SvelteDate, SvelteURL and SvelteURLSearchParams created inside the
derived (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16221">#16221</a>)</p>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: address css class matching regression (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16204">#16204</a>)</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: match class and style directives against attribute selector (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16179">#16179</a>)</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: keep spread non-delegated event handlers up to date (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16180">#16180</a>)</p>
</li>
<li>
<p>fix: remove undefined attributes on hydration (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16178">#16178</a>)</p>
</li>
<li>
<p>fix: ensure sources within nested effects still register correctly
(<a
href="https://redirect.github.com/sveltejs/svelte/pull/16193">#16193</a>)</p>
</li>
<li>
<p>fix: avoid shadowing a variable in dynamic components (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16185">#16185</a>)</p>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: don't set state withing <code>with_parent</code> in proxy (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16176">#16176</a>)</p>
</li>
<li>
<p>fix: use compiler-driven reactivity in legacy mode template
expressions (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16100">#16100</a>)</p>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: don't eagerly execute deriveds on resume (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16150">#16150</a>)</p>
</li>
<li>
<p>fix: prevent memory leaking signals in legacy mode (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16145">#16145</a>)</p>
</li>
<li>
<p>fix: don't define <code>error.message</code> if it's not configurable
(<a
href="https://redirect.github.com/sveltejs/svelte/pull/16149">#16149</a>)</p>
</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.34.9</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: ensure unowned deriveds can add themselves as reactions while
connected (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16249">#16249</a>)</li>
</ul>
<h2>5.34.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: untrack <code>$inspect.with</code> and add check for unsafe
mutation (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16209">#16209</a>)</p>
</li>
<li>
<p>fix: use fine grained for template if the component is not explicitly
in legacy mode (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16232">#16232</a>)</p>
</li>
<li>
<p>lift unsafe_state_mutation constraints for SvelteSet, SvelteMap,
SvelteDate, SvelteURL and SvelteURLSearchParams created inside the
derived (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16221">#16221</a>)</p>
</li>
</ul>
<h2>5.34.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: address css class matching regression (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16204">#16204</a>)</li>
</ul>
<h2>5.34.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: match class and style directives against attribute selector (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16179">#16179</a>)</li>
</ul>
<h2>5.34.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: keep spread non-delegated event handlers up to date (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16180">#16180</a>)</p>
</li>
<li>
<p>fix: remove undefined attributes on hydration (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16178">#16178</a>)</p>
</li>
<li>
<p>fix: ensure sources within nested effects still register correctly
(<a
href="https://redirect.github.com/sveltejs/svelte/pull/16193">#16193</a>)</p>
</li>
<li>
<p>fix: avoid shadowing a variable in dynamic components (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16185">#16185</a>)</p>
</li>
</ul>
<h2>5.34.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: don't set state withing <code>with_parent</code> in proxy (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16176">#16176</a>)</p>
</li>
<li>
<p>fix: use compiler-driven reactivity in legacy mode template
expressions (<a
href="https://redirect.github.com/sveltejs/svelte/pull/16100">#16100</a>)</p>
</li>
</ul>
<h2>5.34.3</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/svelte/commit/cf9f8c9c6b59544e0106634606d09a5e1a93375b"><code>cf9f8c9</code></a>
Version Packages (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16257">#16257</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/7019894fd9231cefcc0b4bbd13b6a2d8bb90ccb3"><code>7019894</code></a>
fix: ensure unowned deriveds can add themselves as reactions while
connected ...</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/32481bece6018887bd6291b80a4133ebc0a601eb"><code>32481be</code></a>
chore: simplify <code>\<select></code> initialization (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16251">#16251</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/213274a75ecc71dd86a31ba2dab4f594fc2cd265"><code>213274a</code></a>
chore: reduce some select.value indirection (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16250">#16250</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/da2feafe6765d2278ff053f62e6603a60b06833e"><code>da2feaf</code></a>
chore: silence some pesky logs (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16241">#16241</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/0b2b9c724fef657af9371089e468d5c49c209e36"><code>0b2b9c7</code></a>
chore: adjust linting (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16231">#16231</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/777e67b9487ffbc8f433e50752243fcb51d22392"><code>777e67b</code></a>
Version Packages (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16216">#16216</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/922bee9a6d44c2a0313766a9a996411acf451408"><code>922bee9</code></a>
fix: use fine grained for template if the component is not explicitly in
lega...</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/2af7ba21563f1b7f011ffa9f0c08e4acb473eef3"><code>2af7ba2</code></a>
fix: lift unsafe_state_mutation constraints for SvelteSet and SvelteMap
creat...</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/c4b32c2bffed5668a1d1383ca7311e43e6376e27"><code>c4b32c2</code></a>
fix: untrack <code>$inspect.with</code> and add check for unsafe
mutation (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/16209">#16209</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/svelte/commits/[email protected]/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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5018ed9 commit fdfc790
2 files changed
+90
-77
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments