Skip to content

Commit

Permalink
Build(deps): Bump svelte from 5.2.2 to 5.2.7 (#961)
Browse files Browse the repository at this point in the history
Bumps
[svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)
from 5.2.2 to 5.2.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>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: always use set for private identifiers (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14378">#14378</a>)</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: remove template expression inlining (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14374">#14374</a>)</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: correctly handle srcObject attribute on video elements (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14369">#14369</a>)</p>
</li>
<li>
<p>add <code>contentvisibilityautostatechange</code> event to element
definitions (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14373">#14373</a>)</p>
</li>
<li>
<p>fix: tighten up <code>export default</code> validation (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14368">#14368</a>)</p>
</li>
<li>
<p>fix: include method definitions in class private fields (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14365">#14365</a>)</p>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure internal cloning can work circular values (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14347">#14347</a>)</p>
</li>
<li>
<p>fix: correctly update dynamic member expressions (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14359">#14359</a>)</p>
</li>
<li>
<p>fix: ensure is_pure takes into account $effect.tracking() (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14333">#14333</a>)</p>
</li>
<li>
<p>fix: coerce value to number when hydrating range/number input with
changed value (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14349">#14349</a>)</p>
</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: ensure dynamic call expressions correctly generate output (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14345">#14345</a>)</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.2.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: always use set for private identifiers (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14378">#14378</a>)</li>
</ul>
<h2>5.2.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: remove template expression inlining (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14374">#14374</a>)</li>
</ul>
<h2>5.2.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: correctly handle srcObject attribute on video elements (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14369">#14369</a>)</p>
</li>
<li>
<p>add <code>contentvisibilityautostatechange</code> event to element
definitions (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14373">#14373</a>)</p>
</li>
<li>
<p>fix: tighten up <code>export default</code> validation (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14368">#14368</a>)</p>
</li>
<li>
<p>fix: include method definitions in class private fields (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14365">#14365</a>)</p>
</li>
</ul>
<h2>5.2.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure internal cloning can work circular values (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14347">#14347</a>)</p>
</li>
<li>
<p>fix: correctly update dynamic member expressions (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14359">#14359</a>)</p>
</li>
<li>
<p>fix: ensure is_pure takes into account $effect.tracking() (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14333">#14333</a>)</p>
</li>
<li>
<p>fix: coerce value to number when hydrating range/number input with
changed value (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14349">#14349</a>)</p>
</li>
</ul>
<h2>5.2.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: ensure dynamic call expressions correctly generate output (<a
href="https://redirect.github.com/sveltejs/svelte/pull/14345">#14345</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/svelte/commit/6e391fce59c5c79cd42b0b214a54143e05e01db3"><code>6e391fc</code></a>
Version Packages (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14380">#14380</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/520055cf5c6635e44aa2cb04fdabc6ecb776d527"><code>520055c</code></a>
fix: always use set for private identifiers (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14378">#14378</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/85ec6fa276e1cf3202ccadf751b7c3c387debb75"><code>85ec6fa</code></a>
Version Packages (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14377">#14377</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/9d12fd1a01d7020855122a8bfb5a35a3dd4e1c8f"><code>9d12fd1</code></a>
chore: remove template expression inlining (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14374">#14374</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/f616c2205399090965d6cf11e9e9b7d5c542fafc"><code>f616c22</code></a>
Version Packages (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14366">#14366</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/811c8d32ebcd38501ec5acf1eabe461693bc24d7"><code>811c8d3</code></a>
fix: correctly handle srcObject attribute on video elements (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14369">#14369</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/7bd1cdf4271078c977cc39497cbe545a9de4dd62"><code>7bd1cdf</code></a>
feat: add content-visibility: auto state change event (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14373">#14373</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/4dfa0e31fe70174538ca47efe1b276ca13b2cd80"><code>4dfa0e3</code></a>
fix: tighten up <code>export default</code> validation (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14368">#14368</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/4c98c2e4a6aaa54650cc834e109a0e2dabd5a574"><code>4c98c2e</code></a>
chore: consolidate checks for never-static attributes (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14372">#14372</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/32a14538051a9ab382b467d4c5f772114809b7d1"><code>32a1453</code></a>
fix: include method definitions in class private fields (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/14365">#14365</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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svelte&package-manager=npm_and_yarn&previous-version=5.2.2&new-version=5.2.7)](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>
  • Loading branch information
derTobsch authored Nov 21, 2024
2 parents 98739a3 + 3f31529 commit 3c02a75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-svelte": "7.2.2",
"svelte": "5.2.2",
"svelte": "5.2.7",
"svelte-check": "4.0.9",
"svelte-preprocess": "6.0.3",
"tailwindcss": "3.4.15",
Expand Down

0 comments on commit 3c02a75

Please sign in to comment.