Bump svelte from 3.48.0 to 3.49.0
Created by: dependabot[bot]
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
andComponentProps
convenience types (#6770)- Add support for CSS
@layer
(#7504)- Export
CompileOptions
fromsvelte/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
-
52153db
-> v3.49.0 -
3798808
update changelog -
0fa0a38
[fix] export CompileOptions (#7658) -
a3ecb44
update changelog -
7e1691c
[fix] support@layer
(#7514) -
4583b17
Update CHANGELOG.md -
02f60fb
[fix]destroy empty component (#7492) -
31e5f8b
[docs] "What's new in Svelte" July newsletter (#7637) -
6f57571
[feat] add convenience types ComponentType and ComponentProps (#6770) -
2f562d9
[docs] use npm create instead of npm init (#7641) - Additional commits viewable in compare view
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)