Update dependency svelte to v3.41.0 #55
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.37.0
->3.41.0
Release Notes
sveltejs/svelte
v3.41.0
Compare Source
export { ... } from
syntax in components (#2214)export let { ... } =
syntax in components (#5612){#await ... then/catch}
without a variable for the resolved/rejected value (#6270)v3.40.3
Compare Source
<slot>
data when a transition is cancelled before completing (#5394)$
so that they result in store updates (#5653)in:
transition configuration not properly updating when it's changed after its initial creation (#6505):global()
for>
selector combinator (#6550)v3.40.2
Compare Source
autofocus={...}
attribute handling (#4995):global()
selectors (#6550)v3.40.1
Compare Source
v3.40.0
Compare Source
:root
selector being erroneously scoped to component (#4767).end
in AST for expressions inside attributes (#6258)<select>
binding when it has a spread attribute (#6433)v3.39.0
Compare Source
bind:group
in SSR (#4621)a11y-mouse-events-have-key-events
which checks thatmouseover
/mouseout
are accompanied byfocus
/blur
event handlers (#5938)|trusted
event modifier (#6137)varsReport
compiler option to include all variables reference in the component in thevariables
report (#6192)errorMode
compiler option to try to continue compiling when an error is detected (#6194)svelte/ssr
which exports lifecycle methods as no-ops (#6416)getAllContexts
(#6447)export default function() {}
andexport default class {}
rather than crashing the compiler (#3275)input
values (#4551)preserveComments
in SSR mode (#4730)context="module"
variables are not the only dependencies in reactive statements (#5954)a11y-media-has-caption
a11y warning on<audio>
elements (#6054)derived
function signature (#6178):where()
inside:global()
(#6434){#each}
(#6444)a11y-no-onchange warning
(#6457):global()
with pseudo element not being seen as global (#6468):global()
to contain multiple selectors when it is not part of a larger selector (#6477)<script>
and<style>
end tag parsing more robust (#6511)v3.38.3
Compare Source
:global()
contains multiple selectors (#5907){}
is empty (#6086)<textarea>
end tag parsing more robust (#6276):global(...):some-pseudoclass
selectors not being seen as global (#6306)writable
andreadable
so it's possible to call them without arguments (#6291, #6345)this
in bubbled events (#6310)SvelteComponentTyped
(#6400)v3.38.2
Compare Source
v3.38.1
Compare Source
v3.38.0
Compare Source
:global()
as part of compound CSS selectors (#6222)<slot>
contents when there's an aborted transition (#3542)derived
to allow explicitly setting an initial value for non-async derived stores (#6172)href
values erroneously triggering a11y warnings (#5990){#await}
block (#6173)script
/style
preprocessors (#6169)crossfade
types to markfallback
as optional (#6201)SvelteComponent
constructor options (#6236)svg
namespace when inforeign
namespace (#6257)Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.