Bump svelte from 3.38.3 to 3.47.0
Created by: dependabot[bot]
Bumps svelte from 3.38.3 to 3.47.0.
Changelog
Sourced from svelte's changelog.
3.47.0
- Add support for dynamic elements through
<svelte:element>
(#2324)- Miscellaneous variable context fixes in
{@const}
(#7222)- Fix
{#key}
block not being reactive when the key variable is not otherwise used (#7408)- Add
Symbol
as a known global (#7418)3.46.6
- Actually include action TypeScript interface in published package (#7407)
3.46.5
- Add TypeScript interfaces for typing actions (#6538)
- Do not generate
unused-export-let
warning inside<script context="module">
blocks (#7055)- Do not collapse whitespace-only CSS vars (#7152)
- Add
aria-description
to the list of allowed ARIA attributes (#7301)- Fix attribute escaping during SSR (#7327)
- Prevent
.innerHTML
optimization from being used whenstyle:
directive is present (#7386)3.46.4
- Avoid
maximum call stack size exceeded
errors on large components (#4694)- Preserve leading space with
preserveWhitespace: true
(#4731)- Preserve leading space in
<pre>
tags (#6437)- Improve error message when trying to use
style:
directives on inline components (#7177)- Add
FormData
as a known global (#7199)- Mark
css
/instance
/module
AST properties as optional in types (#7204)3.46.3
- Ignore whitespace in
{#each}
blocks when containing elements withanimate:
(#5477)- Throw compiler error when variable in
context="instance"
collides with import incontext="module"
(#7090)- Fix compiler crash when
{@const}
contains arrow functions (#7134)3.46.2
- Export
FlipParams
interface fromsvelte/animate
(#7103)- Fix
style:
directive reactivity inside{#each}
block (#7136)3.46.1
3.46.0
- Implement
{@const}
tag ([RFC #33](sveltejs/rfcs#33), #6413)- Implement
style:
directive ([RFC #42](sveltejs/rfcs#42), #5923)- Fix style manager conflicts when using multiple Svelte instances (#7026)
... (truncated)
Commits
-
467ba0a
-> v3.47.0 -
cd3bb35
update changelog -
eca1a65
[fix] better context checks for identifiers in const tags (#7222) -
f6fd8e1
update changelog -
e0d9325
[feature] Dynamic elements implementation <svelte:element> (#6898) -
54197c5
Update CHANGELOG.md -
89fda7e
[fix] add key dependencies into block dependencies (#7422) -
6ef0aa2
[docs] add link to vitest svelte example to test faq (#7281) -
31eb623
[docs] add note about initially selected value -
3c11c48
[docs] clarify css option (#7271) - 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)