dependabot[bot] opened a new pull request, #1510: URL: https://github.com/apache/daffodil-vscode/pull/1510
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.38.7 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> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: better error message for global variable assignments (<a href="https://redirect.github.com/sveltejs/svelte/pull/17036">#17036</a>)</p> </li> <li> <p>chore: tweak memoizer logic (<a href="https://redirect.github.com/sveltejs/svelte/pull/17042">#17042</a>)</p> </li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>fix: ignore fork <code>discard()</code> after <code>commit()</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17034">#17034</a>)</li> </ul> <h2>[email protected]</h2> <h3>Minor Changes</h3> <ul> <li>feat: experimental <code>fork</code> API (<a href="https://redirect.github.com/sveltejs/svelte/pull/17004">#17004</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: always allow <code>setContext</code> before first await in component (<a href="https://redirect.github.com/sveltejs/svelte/pull/17031">#17031</a>)</p> </li> <li> <p>fix: less confusing names for inspect errors (<a href="https://redirect.github.com/sveltejs/svelte/pull/17026">#17026</a>)</p> </li> </ul> <h2>[email protected]</h2> <!-- 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.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> <h2>5.42.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: better error message for global variable assignments (<a href="https://redirect.github.com/sveltejs/svelte/pull/17036">#17036</a>)</p> </li> <li> <p>chore: tweak memoizer logic (<a href="https://redirect.github.com/sveltejs/svelte/pull/17042">#17042</a>)</p> </li> </ul> <h2>5.42.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: ignore fork <code>discard()</code> after <code>commit()</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17034">#17034</a>)</li> </ul> <h2>5.42.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: experimental <code>fork</code> API (<a href="https://redirect.github.com/sveltejs/svelte/pull/17004">#17004</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for svelte since your current version.</p> </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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
