Bump svelte from 3.48.0 to 3.49.0 #43

Closed
Ghost wants to merge 1 commit from refs/pull/43/head into main
Ghost commented 2022-07-15 16:55:41 +00:00 (Migrated from codeberg.org)

Bumps svelte from 3.48.0 to 3.49.0.

Changelog

Sourced from svelte's changelog.

3.49.0

  • Improve performance of string escaping during SSR (#5701)
  • Add ComponentType and ComponentProps convenience types (#6770)
  • Add support for CSS @layer (#7504)
  • Export CompileOptions from svelte/compiler (#7658)
  • Fix DOM-less components not being properly destroyed (#7488)
  • Fix class: directive updates with <svelte:element> (#7521, #7571)
  • Harden attribute escaping during SSR (#7530)
Commits

Dependabot compatibility score

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 commands and options

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [svelte](https://github.com/sveltejs/svelte) from 3.48.0 to 3.49.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md">svelte's changelog</a>.</em></p> <blockquote> <h2>3.49.0</h2> <ul> <li>Improve performance of string escaping during SSR (<a href="https://github-redirect.dependabot.com/sveltejs/svelte/pull/5701">#5701</a>)</li> <li>Add <code>ComponentType</code> and <code>ComponentProps</code> convenience types (<a href="https://github-redirect.dependabot.com/sveltejs/svelte/pull/6770">#6770</a>)</li> <li>Add support for CSS <code>@layer</code> (<a href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7504">#7504</a>)</li> <li>Export <code>CompileOptions</code> from <code>svelte/compiler</code> (<a href="https://github-redirect.dependabot.com/sveltejs/svelte/pull/7658">#7658</a>)</li> <li>Fix DOM-less components not being properly destroyed (<a href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7488">#7488</a>)</li> <li>Fix <code>class:</code> directive updates with <code>&lt;svelte:element&gt;</code> (<a href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7521">#7521</a>, <a href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7571">#7571</a>)</li> <li>Harden attribute escaping during SSR (<a href="https://github-redirect.dependabot.com/sveltejs/svelte/pull/7530">#7530</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/52153dbce0237f0c36e4ff36377398d7f95276ef"><code>52153db</code></a> -&gt; v3.49.0</li> <li><a href="https://github.com/sveltejs/svelte/commit/3798808e7484b7eeee6acb2860c45bb2e59d84bd"><code>3798808</code></a> update changelog</li> <li><a href="https://github.com/sveltejs/svelte/commit/0fa0a38d5168a1767843fdb0a43c00aa30b8670f"><code>0fa0a38</code></a> [fix] export CompileOptions (<a href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7658">#7658</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/a3ecb44b5346dbf116c5bec5dcf47cd7f459784d"><code>a3ecb44</code></a> update changelog</li> <li><a href="https://github.com/sveltejs/svelte/commit/7e1691cd62df0593882480d00eb7e9a7616bb029"><code>7e1691c</code></a> [fix] support <a href="https://github.com/layer"><code>@​layer</code></a> (<a href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7514">#7514</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/4583b170842208bcafcbb095221c8ac12689f739"><code>4583b17</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/sveltejs/svelte/commit/02f60fbebf7cdb036472d1aec8dc9d9f8215cd7a"><code>02f60fb</code></a> [fix]destroy empty component (<a href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7492">#7492</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/31e5f8b5de24e2e058cb1a70467c0092e422ee5d"><code>31e5f8b</code></a> [docs] &quot;What's new in Svelte&quot; July newsletter (<a href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7637">#7637</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/6f575715073f4a1eb1abdd7a2d22a75ae6017cf7"><code>6f57571</code></a> [feat] add convenience types ComponentType and ComponentProps (<a href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/6770">#6770</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/2f562d9e2817d911d0eec437d2b0e45074ec8291"><code>2f562d9</code></a> [docs] use npm create instead of npm init (<a href="https://github-redirect.dependabot.com/sveltejs/svelte/issues/7641">#7641</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/svelte/compare/v3.48.0...v3.49.0">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.48.0&new-version=3.49.0)](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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/jamesmcewan/mvl/network/alerts). </details>
Ghost commented 2022-07-15 16:55:44 +00:00 (Migrated from codeberg.org)

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
mvl Ready (Inspect) Visit Preview Jul 15, 2022 at 4:56PM (UTC)
**The latest updates on your projects**. Learn more about [Vercel for Git ↗︎](https://vercel.link/github-learn-more) | Name | Status | Preview | Updated | | :--- | :----- | :------ | :------ | | **mvl** | ✅ Ready ([Inspect](https://vercel.com/mce/mvl/RYTRyTfa6SU14AH3TvixfoEaHHw2)) | [Visit Preview](https://mvl-git-dependabot-npmandyarnsvelte-3490-mce.vercel.app) | Jul 15, 2022 at 4:56PM (UTC) |
Ghost commented 2022-07-19 10:41:07 +00:00 (Migrated from codeberg.org)

Looks like svelte is no longer a dependency, so this is no longer needed.

Looks like svelte is no longer a dependency, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No description provided.