Skip to content

Commit 0646e04

Browse files
examples(dev-deps): bump svelte from 5.43.3 to 5.43.5 in /examples/with-svelte (#11087)
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.43.3 to 5.43.5. <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> <p>fix: ensure async static props/attributes are awaited (<a href="https://redirect.github.com/sveltejs/svelte/pull/17120">#17120</a>)</p> </li> <li> <p>fix: wait on dependencies of async bindings (<a href="https://redirect.github.com/sveltejs/svelte/pull/17120">#17120</a>)</p> </li> <li> <p>fix: await dependencies of style directives (<a href="https://redirect.github.com/sveltejs/svelte/pull/17120">#17120</a>)</p> </li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p>chore: simplify connection/disconnection logic (<a href="https://redirect.github.com/sveltejs/svelte/pull/17105">#17105</a>)</p> </li> <li> <p>fix: reconnect deriveds to effect tree when time-travelling (<a href="https://redirect.github.com/sveltejs/svelte/pull/17105">#17105</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.5</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: ensure async static props/attributes are awaited (<a href="https://redirect.github.com/sveltejs/svelte/pull/17120">#17120</a>)</p> </li> <li> <p>fix: wait on dependencies of async bindings (<a href="https://redirect.github.com/sveltejs/svelte/pull/17120">#17120</a>)</p> </li> <li> <p>fix: await dependencies of style directives (<a href="https://redirect.github.com/sveltejs/svelte/pull/17120">#17120</a>)</p> </li> </ul> <h2>5.43.4</h2> <h3>Patch Changes</h3> <ul> <li> <p>chore: simplify connection/disconnection logic (<a href="https://redirect.github.com/sveltejs/svelte/pull/17105">#17105</a>)</p> </li> <li> <p>fix: reconnect deriveds to effect tree when time-travelling (<a href="https://redirect.github.com/sveltejs/svelte/pull/17105">#17105</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/554202ecf461bc8b1a52934c497fd7f88ab4dd66"><code>554202e</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17127">#17127</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/68d4f9c3b68040c7e8e5260d399008c0ad43fa66"><code>68d4f9c</code></a> fix: wait on dependencies of async bindings (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17120">#17120</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/3a4dc7d83de9ccdbb1ae46827cd6ef01138e27e7"><code>3a4dc7d</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17119">#17119</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/46e9d2d357d724479fbf6db6c0d9ebb22bab9796"><code>46e9d2d</code></a> chore: remove <code>UNOWNED</code> flag (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/17105">#17105</a>)</li> <li>See full diff 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.43.3&new-version=5.43.5)](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 ee469d4 commit 0646e04

File tree

4 files changed

+53
-53
lines changed

4 files changed

+53
-53
lines changed

examples/with-svelte/apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"prettier": "^3.6.0",
2828
"eslint": "^9.39.1",
2929
"prettier-plugin-svelte": "^3.4.0",
30-
"svelte": "^5.43.3",
30+
"svelte": "^5.43.5",
3131
"svelte-check": "^4.3.0",
3232
"tslib": "^2.8.1",
3333
"typescript": "5.9.2",

examples/with-svelte/apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"prettier": "^3.6.0",
2828
"eslint": "^9.39.1",
2929
"prettier-plugin-svelte": "^3.4.0",
30-
"svelte": "^5.43.3",
30+
"svelte": "^5.43.5",
3131
"svelte-check": "^4.3.0",
3232
"tslib": "^2.8.1",
3333
"typescript": "5.9.2",

examples/with-svelte/packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@sveltejs/package": "^2.5.0",
3636
"@sveltejs/vite-plugin-svelte": "^5.1.0",
3737
"eslint": "^9.39.1",
38-
"svelte": "^5.43.3",
38+
"svelte": "^5.43.5",
3939
"svelte-check": "^4.3.0",
4040
"typescript": "5.9.2",
4141
"vite": "^6.3.2"

examples/with-svelte/pnpm-lock.yaml

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)