chore(deps): update dependency svelte to v5.0.0-next.208 #234
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:
5.0.0-next.175
->5.0.0-next.208
Release Notes
sveltejs/svelte (svelte)
v5.0.0-next.208
Compare Source
Patch Changes
feat: add support for
<svelte:options css="injected" />
(#12660)feat: function called as tagged template literal is reactively called (#12692)
v5.0.0-next.207
Compare Source
Patch Changes
document.title
effect if value is dynamic (#12698)v5.0.0-next.206
Compare Source
Patch Changes
fix: allow nested
<dt>
/<dd>
elements if they are within a<dl>
element (#12681)chore: internal refactoring of client transform visitors (#12683)
v5.0.0-next.205
Compare Source
Patch Changes
bind:this
(#12679)v5.0.0-next.204
Compare Source
Patch Changes
feat: allow ignoring runtime warnings (#12608)
feat: perf tweaks for actions/styles/classes (#12654)
v5.0.0-next.203
Compare Source
Patch Changes
chore: internal compiler refactoring (#12651)
fix: widen
ComponentProps
constraint to accept more component shapes (#12666)feat: make
<svelte:component>
unnecessary in runes mode (#12646)v5.0.0-next.202
Compare Source
Patch Changes
fix: remove implicit passive behavior from OnDirective events (#12645)
fix: always set draggable through
setAttribute
to avoid weird behavior (#12649)v5.0.0-next.201
Compare Source
Patch Changes
feat: remove $.unwrap calls from each block indexes (#12640)
fix: error on
bind:this
to each block parameter (#12638)feat: remove
$.unwrap
calls frombind:group
(#12642)v5.0.0-next.200
Compare Source
Patch Changes
fix: never set custom element props as attributes inside templates (#12622)
feat: better code generation for
let:
directives in SSR mode (#12611)fix: correctly update stores when reassigning with operator other than
=
(#12614)v5.0.0-next.199
Compare Source
Patch Changes
fix: add missing hydration mismatch call-site (#12604)
fix: apply dynamic event fixes to OnDirective (#12582)
fix: ensure directives run in sequential order (#12591)
fix: tweak element_invalid_self_closing_tag to exclude namespace (#12585)
breaking: avoid flushing queued updates on mount/hydrate (#12602)
feat: allow
:global
in more places (#12560)v5.0.0-next.198
Compare Source
Patch Changes
chore: remove internal
binding.expression
mechanism (#12530)fix: exclude
bind:this
from reactive state validation (#12566)v5.0.0-next.197
Compare Source
Patch Changes
v5.0.0-next.196
Compare Source
Patch Changes
fix: ensure dynamic event handlers are wrapped in a derived (#12563)
chore: tidy up dynamic event handler generated code (#12553)
fix: dynamic event delegation for stateful call expressions (#12549)
fix: ensure $state.snapshot correctly clones Date objects (#12564)
fix: remove runtime validation of components/snippets, rely on types instead (#12507)
fix: properly update store values (#12562)
v5.0.0-next.195
Compare Source
Patch Changes
v5.0.0-next.194
Compare Source
Patch Changes
fix: bail-out of hydrating head if no anchor is found (#12541)
chore: add warning for invalid render function of createRawSnippet (#12535)
fix: correctly set filename on HMR wrappers (#12543)
fix: only emit binding_property_non_reactive warning in runes mode (#12544)
v5.0.0-next.193
Compare Source
Patch Changes
fix: improve validation error that occurs when using
{@​render ...}
to render default slotted content (#12521)fix: reset hydrate node after
hydrate(...)
(#12512)v5.0.0-next.192
Compare Source
Patch Changes
fix: make animations more robust to quick shuffling (#12496)
feat: warn if binding to a non-reactive property (#12500)
fix: ensure $state proxy invokes set accessor if present (#12503)
v5.0.0-next.191
Compare Source
Patch Changes
fix: properly assign trailing comments (#12471)
breaking: remove deep reactivity from non-bindable props (#12484)
fix: ensure async initial store value is noticed (#12486)
fix: don't add imports to hoisted event parameters (#12493)
fix: set
volume
through DOM property rather than attribute (#12485)v5.0.0-next.190
Compare Source
Patch Changes
fix: hydrate multiple
<svelte:head>
elements correctly (#12475)fix: assign correct scope to attributes of named slot (#12476)
breaking: warn on quoted single-expression attributes in runes mode (#12479)
v5.0.0-next.189
Compare Source
Patch Changes
v5.0.0-next.188
Compare Source
Patch Changes
fix: ensure
$state.snapshot
never errors (#12445)feat: move dev-time component properties to private symbols' (#12461)
v5.0.0-next.187
Compare Source
Patch Changes
fix: always pass original component to HMR wrapper (#12454)
fix: ensure previous transitions are properly aborted (#12460)
v5.0.0-next.186
Compare Source
Patch Changes
feat: skip pending block for already-resolved promises (#12274)
feat: add ability to ignore warnings through
warningFilter
compiler option (#12296)fix: run animations in microtask so that deferred transitions can measure nodes correctly (#12453)
v5.0.0-next.185
Compare Source
Patch Changes
fix: allow leading and trailing comments in mustache expression (#11866)
fix: ensure hydration walks all nodes (#12448)
fix: prevent whitespaces merging across component boundaries (#12449)
fix: detect mutations within assignment expressions (#12429)
v5.0.0-next.184
Compare Source
Patch Changes
fix: show correct errors for invalid runes in
.svelte.js
files (#12432)breaking: use structuredClone inside
$state.snapshot
(#12413)v5.0.0-next.183
Compare Source
Patch Changes
fix: properly validate snippet/slot interop (#12421)
fix: cache call expressions in render tag arguments (#12418)
fix: optimize
bind:group
(#12406)v5.0.0-next.182
Compare Source
Patch Changes
fix: abort outro when intro starts (#12321)
feat: warn in dev on
{@​html ...}
block hydration mismatch (#12396)feat: only create a maximum of one document event listener per event (#12383)
fix: disallow using
let:
directives with component render tags (#12400)fix: mark variables in shorthand style directives as referenced (#12392)
fix: handle empty else if block in legacy AST (#12397)
fix: properly delay intro transitions (#12389)
v5.0.0-next.181
Compare Source
Patch Changes
fix: reflect SvelteURLSearchParams changes to SvelteURL (#12285)
fix: ensure hmr block effects are transparent for transitions (#12384)
feat: simpler HMR logic (#12391)
v5.0.0-next.180
Compare Source
Patch Changes
fix: handle nested
:global(...)
selectors (#12365)feat: include CSS in
<head>
whencss: 'injected'
(#12374)fix: destroy effects that error on creation (#12376)
breaking: rename
legacy.componentApi
tocompatibility.componentApi
(#12370)fix: correctly validate
<svelte:component>
withbind:this
(#12368)v5.0.0-next.179
Compare Source
Patch Changes
fix: ensure
$slots
returns a record of booleans (#12359)feat: single-pass hydration (#12335)
v5.0.0-next.178
Compare Source
Patch Changes
v5.0.0-next.177
Compare Source
Patch Changes
breaking: play transitions on
mount
by default (#12351)fix: make
<select>
<option value>
behavior consistent (#12316)chore: stricter control flow syntax validation in runes mode (#12342)
fix: resolve legacy component props equality for mutations (#12348)
fix: make
$state
component exports settable (#12345)v5.0.0-next.176
Compare Source
Patch Changes
fix: correct start of
{:else if}
and{:else}
(#12043)fix: reverse parent/child order in invalid HTML warning (#12336)
fix: reorder reactive statements during migration (#12329)
feat: better
<svelte:element>
SSR output (#12339)chore: align warning and error objects, add frame property (#12326)
fix: ensure
$effect.root
is ignored on the server (#12332)fix: enable local transitions on
svelte:element
(#12346)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - 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 was generated by Mend Renovate. View the repository job log.