dependabot[bot] opened a new pull request, #871:
URL: https://github.com/apache/daffodil-vscode/pull/871

   Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) 
from 3.59.2 to 4.2.1.
   <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: 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>
   <h3>Minor Changes</h3>
   <ul>
   <li>feat: add ability to extend custom element class (<a 
href="https://redirect.github.com/sveltejs/svelte/pull/8991";>#8991</a>)</li>
   </ul>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>fix: ensure <code>svelte:component</code> evaluates props once (<a 
href="https://redirect.github.com/sveltejs/svelte/pull/8946";>#8946</a>)</p>
   </li>
   <li>
   <p>fix: remove <code>let:variable</code> slot bindings from select binding 
dependencies (<a 
href="https://redirect.github.com/sveltejs/svelte/pull/8969";>#8969</a>)</p>
   </li>
   <li>
   <p>fix: handle destructured primitive literals (<a 
href="https://redirect.github.com/sveltejs/svelte/pull/8871";>#8871</a>)</p>
   </li>
   </ul>
   <!-- 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.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>
   <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>4.1.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>feat: add ability to extend custom element class (<a 
href="https://redirect.github.com/sveltejs/svelte/pull/8991";>#8991</a>)</li>
   </ul>
   <h3>Patch Changes</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <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><a 
href="https://github.com/sveltejs/svelte/commit/93b17c85f71b763e001ce9c665a1343c654aa38a";><code>93b17c8</code></a>
 fix: spreading attributes on option value attribute get's replaced by 
option'...</li>
   <li><a 
href="https://github.com/sveltejs/svelte/commit/228dd4d9d74f99d820366d0e3f009ba2946e3d05";><code>228dd4d</code></a>
 fix: svelte:element with dynamic this and spread attributes throws error (<a 
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9112";>#9112</a>)</li>
   <li><a 
href="https://github.com/sveltejs/svelte/commit/3191147c2acf52ecf9add8240db6d9c7ac04754e";><code>3191147</code></a>
 chore: document init parameters (<a 
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9118";>#9118</a>)</li>
   <li><a 
href="https://github.com/sveltejs/svelte/commit/6fe17eabf2acd9316037e95c568da494fd34748f";><code>6fe17ea</code></a>
 fix: This makes the indeterminate HTML attribute available for use. Fixes <a 
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/91";>#91</a>...</li>
   <li><a 
href="https://github.com/sveltejs/svelte/commit/d5a1822428f71aec3289f416229c3c96ba4fa010";><code>d5a1822</code></a>
 fix: style directive not updating when style attribute is present and style 
d...</li>
   <li><a 
href="https://github.com/sveltejs/svelte/commit/115ea1ff4afc57766f06bb8d9444ec59d00bc0e1";><code>115ea1f</code></a>
 fix: do not add module declared variables as dependencies (<a 
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9122";>#9122</a>)</li>
   <li><a 
href="https://github.com/sveltejs/svelte/commit/b62fc8c8fd2640c9b99168f01b9d958cb2f7574f";><code>b62fc8c</code></a>
 chore: eslint rule for naming convention (<a 
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9208";>#9208</a>)</li>
   <li><a 
href="https://github.com/sveltejs/svelte/commit/d5839ef1949b67f9a4a875daac869bc5cfd3458e";><code>d5839ef</code></a>
 fix: head duplication when binding is present (<a 
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9124";>#9124</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=3.59.2&new-version=4.2.1)](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]

Reply via email to