dependabot[bot] opened a new pull request, #882: URL: https://github.com/apache/daffodil-vscode/pull/882
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 3.59.2 to 4.2.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> <p>fix: support camelCase properties on custom elements (<a href="https://redirect.github.com/sveltejs/svelte/pull/9328">#9328</a>)</p> </li> <li> <p>fix: add missing plaintext-only value to contenteditable type (<a href="https://redirect.github.com/sveltejs/svelte/pull/9242">#9242</a>)</p> </li> <li> <p>chore: upgrade magic-string to 0.30.4 (<a href="https://redirect.github.com/sveltejs/svelte/pull/9292">#9292</a>)</p> </li> <li> <p>fix: ignore trailing comments when comparing nodes (<a href="https://redirect.github.com/sveltejs/svelte/pull/9197">#9197</a>)</p> </li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: update style directive when style attribute is present and is updated via an object prop (<a href="https://redirect.github.com/sveltejs/svelte/pull/9187">#9187</a>)</p> </li> <li> <p>fix: css sourcemap generation with unicode filenames (<a href="https://redirect.github.com/sveltejs/svelte/pull/9120">#9120</a>)</p> </li> <li> <p>fix: do not add module declared variables as dependencies (<a href="https://redirect.github.com/sveltejs/svelte/pull/9122">#9122</a>)</p> </li> <li> <p>fix: handle <code>svelte:element</code> with dynamic this and spread attributes (<a href="https://redirect.github.com/sveltejs/svelte/pull/9112">#9112</a>)</p> </li> <li> <p>fix: silence false positive reactive component warning (<a href="https://redirect.github.com/sveltejs/svelte/pull/9094">#9094</a>)</p> </li> <li> <p>fix: head duplication when binding is present (<a href="https://redirect.github.com/sveltejs/svelte/pull/9124">#9124</a>)</p> </li> <li> <p>fix: take custom attribute name into account when reflecting property (<a href="https://redirect.github.com/sveltejs/svelte/pull/9140">#9140</a>)</p> </li> <li> <p>fix: add <code>indeterminate</code> to the list of HTMLAttributes (<a href="https://redirect.github.com/sveltejs/svelte/pull/9180">#9180</a>)</p> </li> <li> <p>fix: recognize option value on spread attribute (<a href="https://redirect.github.com/sveltejs/svelte/pull/9125">#9125</a>)</p> </li> </ul> <h2>[email protected]</h2> <h3>Minor Changes</h3> <ul> <li>feat: move <code>svelteHTML</code> from language-tools into core to load the correct <code>svelte/element</code> types (<a href="https://redirect.github.com/sveltejs/svelte/pull/9070">#9070</a>)</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: allow child element with slot attribute within svelte:element (<a href="https://redirect.github.com/sveltejs/svelte/pull/9038">#9038</a>)</p> </li> <li> <p>fix: Add data-* to svg attributes (<a href="https://redirect.github.com/sveltejs/svelte/pull/9036">#9036</a>)</p> </li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>fix: <code>svelte:component</code> spread props change not picked up (<a href="https://redirect.github.com/sveltejs/svelte/pull/9006">#9006</a>)</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/master/packages/svelte/CHANGELOG.md">svelte's changelog</a>.</em></p> <blockquote> <h2>4.2.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: support camelCase properties on custom elements (<a href="https://redirect.github.com/sveltejs/svelte/pull/9328">#9328</a>)</p> </li> <li> <p>fix: add missing plaintext-only value to contenteditable type (<a href="https://redirect.github.com/sveltejs/svelte/pull/9242">#9242</a>)</p> </li> <li> <p>chore: upgrade magic-string to 0.30.4 (<a href="https://redirect.github.com/sveltejs/svelte/pull/9292">#9292</a>)</p> </li> <li> <p>fix: ignore trailing comments when comparing nodes (<a href="https://redirect.github.com/sveltejs/svelte/pull/9197">#9197</a>)</p> </li> </ul> <h2>4.2.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: update style directive when style attribute is present and is updated via an object prop (<a href="https://redirect.github.com/sveltejs/svelte/pull/9187">#9187</a>)</p> </li> <li> <p>fix: css sourcemap generation with unicode filenames (<a href="https://redirect.github.com/sveltejs/svelte/pull/9120">#9120</a>)</p> </li> <li> <p>fix: do not add module declared variables as dependencies (<a href="https://redirect.github.com/sveltejs/svelte/pull/9122">#9122</a>)</p> </li> <li> <p>fix: handle <code>svelte:element</code> with dynamic this and spread attributes (<a href="https://redirect.github.com/sveltejs/svelte/pull/9112">#9112</a>)</p> </li> <li> <p>fix: silence false positive reactive component warning (<a href="https://redirect.github.com/sveltejs/svelte/pull/9094">#9094</a>)</p> </li> <li> <p>fix: head duplication when binding is present (<a href="https://redirect.github.com/sveltejs/svelte/pull/9124">#9124</a>)</p> </li> <li> <p>fix: take custom attribute name into account when reflecting property (<a href="https://redirect.github.com/sveltejs/svelte/pull/9140">#9140</a>)</p> </li> <li> <p>fix: add <code>indeterminate</code> to the list of HTMLAttributes (<a href="https://redirect.github.com/sveltejs/svelte/pull/9180">#9180</a>)</p> </li> <li> <p>fix: recognize option value on spread attribute (<a href="https://redirect.github.com/sveltejs/svelte/pull/9125">#9125</a>)</p> </li> </ul> <h2>4.2.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: move <code>svelteHTML</code> from language-tools into core to load the correct <code>svelte/element</code> types (<a href="https://redirect.github.com/sveltejs/svelte/pull/9070">#9070</a>)</li> </ul> <h2>4.1.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: allow child element with slot attribute within svelte:element (<a href="https://redirect.github.com/sveltejs/svelte/pull/9038">#9038</a>)</p> </li> <li> <p>fix: Add data-* to svg attributes (<a href="https://redirect.github.com/sveltejs/svelte/pull/9036">#9036</a>)</p> </li> </ul> <h2>4.1.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/590503044f92da099e5116e1b8085a76c4538581"><code>5905030</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9293">#9293</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/6b9b8af050eb0eacb9f7891816dff429d6d7238d"><code>6b9b8af</code></a> fix: ignore comments while comparing nodes in node_match (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9197">#9197</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/ab80d9d2143b77935ae2544ddee83cf67ec900b7"><code>ab80d9d</code></a> fix: add missing plaintext-only value to contenteditable type (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9242">#9242</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/16c42cb0850656650653fb71d44c03cfa9e398e7"><code>16c42cb</code></a> fix: add transform-origin to SVGAttributes (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9326">#9326</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/9900c85acf764e43dd686d7522d8e0878235f098"><code>9900c85</code></a> fix: support camelCase properties on custom elements (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9328">#9328</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/4efec418c2794e65b9865f68d44a00bf782527f6"><code>4efec41</code></a> chore: bump jsdom to address word-wrap vulnerability (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9046">#9046</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/052d38158fc5ae4b751f86132bdb99116b9e8133"><code>052d381</code></a> chore: upgrade magic-string (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9292">#9292</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/acb93568b009b078a33e8203bbbf598dc1bac788"><code>acb9356</code></a> docs: fix typo in <code>Action</code> jsdoc (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9254">#9254</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/bd5e5eef9b799297699f4c939afc066c513e4222"><code>bd5e5ee</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9121">#9121</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/26eb2a2f89993322af714031c26721e6c6081ac8"><code>26eb2a2</code></a> fix: false reactive component warning (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9094">#9094</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> -- 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]
