-
Notifications
You must be signed in to change notification settings - Fork 2
Commit d91fc0a
authored
Chore(deps-dev): Bump svelte from 5.42.2 to 5.43.2 in the devdependencies group (#2205)
Bumps the devdependencies group with 1 update:
[svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).
Updates `svelte` from 5.42.2 to 5.43.2
<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: treat each blocks with async dependencies as uncontrolled (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17077">#17077</a>)</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: transform <code>$bindable</code> after <code>await</code>
expressions (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17066">#17066</a>)</li>
</ul>
<h2>[email protected]</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: out-of-order rendering (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17038">#17038</a>)</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>fix: settle batch after DOM updates (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17054">#17054</a>)</li>
</ul>
<h2>[email protected]</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: handle <code><svelte:head></code> rendered asynchronously
(<a
href="https://redirect.github.com/sveltejs/svelte/pull/17052">#17052</a>)</p>
</li>
<li>
<p>fix: don't restore batch in <code>#await</code> (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17051">#17051</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.43.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: treat each blocks with async dependencies as uncontrolled (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17077">#17077</a>)</li>
</ul>
<h2>5.43.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: transform <code>$bindable</code> after <code>await</code>
expressions (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17066">#17066</a>)</li>
</ul>
<h2>5.43.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: out-of-order rendering (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17038">#17038</a>)</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>fix: settle batch after DOM updates (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17054">#17054</a>)</li>
</ul>
<h2>5.42.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: handle <code><svelte:head></code> rendered asynchronously
(<a
href="https://redirect.github.com/sveltejs/svelte/pull/17052">#17052</a>)</p>
</li>
<li>
<p>fix: don't restore batch in <code>#await</code> (<a
href="https://redirect.github.com/sveltejs/svelte/pull/17051">#17051</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sveltejs/svelte/commit/723c421fbb1abb8e50d13505b9ef5999df884a9d"><code>723c421</code></a>
Version Packages (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17078">#17078</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/a791e9178b229e720adbbc0156eb03aa08941698"><code>a791e91</code></a>
fix: treat each blocks with async dependencies as uncontrolled (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17077">#17077</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/8ebc3b1337bd12931f5608ab608b9668e10aa6c2"><code>8ebc3b1</code></a>
Version Packages (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17076">#17076</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/9477f18b7705d731ea22bc7dc4e369baec0f31b4"><code>9477f18</code></a>
fix: transform <code>$bindable</code> after <code>await</code>
expressions (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17066">#17066</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/70d020bd9128bf0cc596780636c7f4b0081088a6"><code>70d020b</code></a>
Version Packages (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17055">#17055</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/83746adcf79c41e9b95b41225ee156dc3c08f5b7"><code>83746ad</code></a>
Fix spelling in code comments (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17059">#17059</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/1126ef318650792dcca883eeb72dbe58633b37cc"><code>1126ef3</code></a>
feat: out of order rendering (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17038">#17038</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/90a8a039889ffdf0566dff6b2aa1b55d6a176b98"><code>90a8a03</code></a>
fix: settle batch after DOM updates (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17054">#17054</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/1b2f7b068e01f0407f4013a292ec9f3f3381233e"><code>1b2f7b0</code></a>
Version Packages (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17053">#17053</a>)</li>
<li><a
href="https://github.com/sveltejs/svelte/commit/d2f453f8b099ee46eb5835fc2af2952bda0e2fe6"><code>d2f453f</code></a>
fix: don't restore batch in <code>#await</code> (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17051">#17051</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 <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
</details>File tree
Expand file treeCollapse file tree
2 files changed
+21
-21
lines changedOpen diff view settings
Filter options
- apps/github-pages
Expand file treeCollapse file tree
2 files changed
+21
-21
lines changedOpen diff view settings
Collapse file
apps/github-pages/package.json
Copy file name to clipboardExpand all lines: apps/github-pages/package.json+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Collapse file
+20-20Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments