spences10 / sveltekit-embed

SvelteKit embed components
https://sveltekit-embed.pages.dev
MIT License
204 stars 11 forks source link

chore(deps): update dependency svelte to v5.0.0-next.260 #719

Closed renovate[bot] closed 4 days ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte (source) 5.0.0-next.203 -> 5.0.0-next.260 age adoption passing confidence

Release Notes

sveltejs/svelte (svelte) ### [`v5.0.0-next.260`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next260) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.259...svelte@5.0.0-next.260) ##### Patch Changes - fix: ensure use directives execute in the correct sequence ([#​13384](https://redirect.github.com/sveltejs/svelte/pull/13384)) - fix: blank CSS contents while migrating ([#​13403](https://redirect.github.com/sveltejs/svelte/pull/13403)) - fix: avoid migrating slots in custom elements ([#​13406](https://redirect.github.com/sveltejs/svelte/pull/13406)) - fix: don't consider children of rules when checking whether they are used or not ([#​13410](https://redirect.github.com/sveltejs/svelte/pull/13410)) - fix: treat `` alt attribute as content for a11y labelling purposes ([#​13411](https://redirect.github.com/sveltejs/svelte/pull/13411)) - fix: make ownership widening more robust to userland proxies ([#​13377](https://redirect.github.com/sveltejs/svelte/pull/13377)) - fix: validation should not fail on anonymous declarations ([#​13393](https://redirect.github.com/sveltejs/svelte/pull/13393)) ### [`v5.0.0-next.259`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next259) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.258...svelte@5.0.0-next.259) ##### Patch Changes - fix: higher fidelity event migration ([#​13362](https://redirect.github.com/sveltejs/svelte/pull/13362)) - fix: properly remove root anchor node on unmount ([#​13381](https://redirect.github.com/sveltejs/svelte/pull/13381)) - fix: improve reconciliation of inert each block rows ([#​13379](https://redirect.github.com/sveltejs/svelte/pull/13379)) ### [`v5.0.0-next.258`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next258) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.257...svelte@5.0.0-next.258) ##### Patch Changes - fix: only use getComputedStyle with elements ([#​13366](https://redirect.github.com/sveltejs/svelte/pull/13366)) - fix: make each items reassignable in legacy mode ([#​12257](https://redirect.github.com/sveltejs/svelte/pull/12257)) ### [`v5.0.0-next.257`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next257) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.256...svelte@5.0.0-next.257) ##### Patch Changes - fix: only set attribute as property if element has setter ([#​13341](https://redirect.github.com/sveltejs/svelte/pull/13341)) ### [`v5.0.0-next.256`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next256) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.255...svelte@5.0.0-next.256) ##### Patch Changes - fix: only warn on context="module" in runes mode ([#​13332](https://redirect.github.com/sveltejs/svelte/pull/13332)) - feat: deprecate `` in runes mode ([#​13333](https://redirect.github.com/sveltejs/svelte/pull/13333)) - fix: set strings as attributes, non-strings as properties if property exists ([#​13327](https://redirect.github.com/sveltejs/svelte/pull/13327)) ### [`v5.0.0-next.255`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next255) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.254...svelte@5.0.0-next.255) ##### Patch Changes - fix: keep bound inputs in sync in runes mode ([#​13328](https://redirect.github.com/sveltejs/svelte/pull/13328)) - fix: silence snapshot warnings inside `$inspect` ([#​13334](https://redirect.github.com/sveltejs/svelte/pull/13334)) ### [`v5.0.0-next.254`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next254) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.253...svelte@5.0.0-next.254) ##### Patch Changes - feat: account for `zoom` when calculating animation transforms ([#​13317](https://redirect.github.com/sveltejs/svelte/pull/13317)) ### [`v5.0.0-next.253`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next253) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.252...svelte@5.0.0-next.253) ##### Patch Changes - fix: delete transformers shadowed by unreassigned state ([#​13316](https://redirect.github.com/sveltejs/svelte/pull/13316)) - fix: don't make wheel events passive by default ([#​13322](https://redirect.github.com/sveltejs/svelte/pull/13322)) ### [`v5.0.0-next.252`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next252) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.251...svelte@5.0.0-next.252) ##### Patch Changes - fix: handle `$Props` interface during migration ([#​13305](https://redirect.github.com/sveltejs/svelte/pull/13305)) - fix: attach effects-inside-deriveds to the parent of the derived ([#​13309](https://redirect.github.com/sveltejs/svelte/pull/13309)) - fix: simplify and robustify appending styles ([#​13303](https://redirect.github.com/sveltejs/svelte/pull/13303)) ### [`v5.0.0-next.251`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next251) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.250...svelte@5.0.0-next.251) ##### Patch Changes - fix: improve performance of scheduling effects ([#​13300](https://redirect.github.com/sveltejs/svelte/pull/13300)) ### [`v5.0.0-next.250`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next250) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.249...svelte@5.0.0-next.250) ##### Patch Changes - fix: correctly migrate sequence expressions ([#​13291](https://redirect.github.com/sveltejs/svelte/pull/13291)) - fix: avoid disconnecting deriveds that are still active ([#​13292](https://redirect.github.com/sveltejs/svelte/pull/13292)) - feat: Add accessibility warnings for buttons and anchors without explicit labels and content ([#​13130](https://redirect.github.com/sveltejs/svelte/pull/13130)) ### [`v5.0.0-next.249`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next249) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.248...svelte@5.0.0-next.249) ##### Patch Changes - fix: ensure snapshot logs don't affect dependency graph ([#​13286](https://redirect.github.com/sveltejs/svelte/pull/13286)) - fix: allow custom element styles to be updated in HMR mode ([#​13225](https://redirect.github.com/sveltejs/svelte/pull/13225)) - fix: inject styles correctly when mounting inside an iframe ([#​13225](https://redirect.github.com/sveltejs/svelte/pull/13225)) ### [`v5.0.0-next.248`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next248) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.247...svelte@5.0.0-next.248) ##### Patch Changes - feat: provide guidance in browser console when logging $state objects ([#​13142](https://redirect.github.com/sveltejs/svelte/pull/13142)) - fix: ensure correct parent effect is associated with render effects ([#​13274](https://redirect.github.com/sveltejs/svelte/pull/13274)) - feat: unwrap function expressions where possible, and optimise bindings ([#​13269](https://redirect.github.com/sveltejs/svelte/pull/13269)) ### [`v5.0.0-next.247`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next247) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.246...svelte@5.0.0-next.247) ##### Patch Changes - fix: wait until template strings are complete before sanitizing ([#​13262](https://redirect.github.com/sveltejs/svelte/pull/13262)) - fix: avoid flushing sync with $inspect ([#​13239](https://redirect.github.com/sveltejs/svelte/pull/13239)) - fix: separate `template_effect` for dynamic class/style directive with dynamic attributes ([#​13171](https://redirect.github.com/sveltejs/svelte/pull/13171)) - fix: treat pure call expressions as potentially reactive if they reference local bindings ([#​13264](https://redirect.github.com/sveltejs/svelte/pull/13264)) - fix: follow spec for `customElement` option ([#​13247](https://redirect.github.com/sveltejs/svelte/pull/13247)) - fix: tighten up \`# svelte prefix validation ([#​13261](https://redirect.github.com/sveltejs/svelte/pull/13261)) ### [`v5.0.0-next.246`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next246) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.245...svelte@5.0.0-next.246) ##### Patch Changes - perf: inline module variables into template ([#​13075](https://redirect.github.com/sveltejs/svelte/pull/13075)) - fix: allow custom element events on slot to bubble inside custom element ([#​13222](https://redirect.github.com/sveltejs/svelte/pull/13222)) - fix: add missing `autocomplete` attribute tokens ([#​13229](https://redirect.github.com/sveltejs/svelte/pull/13229)) - feat: add infinite loop effect callstack ([#​13231](https://redirect.github.com/sveltejs/svelte/pull/13231)) ### [`v5.0.0-next.245`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next245) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.244...svelte@5.0.0-next.245) ##### Patch Changes - fix: visit expression for `svelte:component` references ([#​13151](https://redirect.github.com/sveltejs/svelte/pull/13151)) - fix: ensure signal graph is consistent before triggering $inspect signals ([#​13153](https://redirect.github.com/sveltejs/svelte/pull/13153)) - feat: better types for the `autocomplete` attribute ([#​13201](https://redirect.github.com/sveltejs/svelte/pull/13201)) - fix: widen ownership upon property access if necessary ([#​13175](https://redirect.github.com/sveltejs/svelte/pull/13175)) - fix: don't show `state_referenced_locally` warning on types ([#​13177](https://redirect.github.com/sveltejs/svelte/pull/13177)) - fix: ensure locally mutated bindable props persist with spreading props ([#​13190](https://redirect.github.com/sveltejs/svelte/pull/13190)) - fix: try catch `strict_equals` to avoid error accessing `STATE_SYMBOL` ([#​13216](https://redirect.github.com/sveltejs/svelte/pull/13216)) - fix: ensure types are easier to follow for TypeScript ([#​13140](https://redirect.github.com/sveltejs/svelte/pull/13140)) - fix: ensure $inspect effects are fine-grain ([#​13199](https://redirect.github.com/sveltejs/svelte/pull/13199)) - fix: ensure unowned derived signals correctly re-connect to graph ([#​13184](https://redirect.github.com/sveltejs/svelte/pull/13184)) - fix: ensure inner script tags are properly removed ([#​13152](https://redirect.github.com/sveltejs/svelte/pull/13152)) - chore: improve ssr parent validation ([#​13158](https://redirect.github.com/sveltejs/svelte/pull/13158)) - fix: prevent nullish snippet for rendering empty content ([#​13083](https://redirect.github.com/sveltejs/svelte/pull/13083)) - fix: allow more characters in the unicode range as component identifiers ([#​13198](https://redirect.github.com/sveltejs/svelte/pull/13198)) - fix: allow for nesting selector in pseudoclasses ([#​13209](https://redirect.github.com/sveltejs/svelte/pull/13209)) - fix: ensure StyleDirective and ClassDirective are marked as dynamic ([#​13205](https://redirect.github.com/sveltejs/svelte/pull/13205)) ### [`v5.0.0-next.244`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next244) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.243...svelte@5.0.0-next.244) ##### Patch Changes - fix: error on duplicate style and class directive ([#​13097](https://redirect.github.com/sveltejs/svelte/pull/13097)) - fix: ensure $host rune correctly compiles in variable declarations ([#​13127](https://redirect.github.com/sveltejs/svelte/pull/13127)) - fix: remove unnecessary update assignments ([#​13113](https://redirect.github.com/sveltejs/svelte/pull/13113)) - fix: error at compile time on unsupported TypeScript language features ([#​12982](https://redirect.github.com/sveltejs/svelte/pull/12982)) - fix: Ensure imports are above other statements ([#​13132](https://redirect.github.com/sveltejs/svelte/pull/13132)) ### [`v5.0.0-next.243`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next243) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.242...svelte@5.0.0-next.243) ##### Patch Changes - fix: ensure reactive graph is fully traversed in the marking phase for non-runes mode ([#​13059](https://redirect.github.com/sveltejs/svelte/pull/13059)) - fix: ensure reactivity system remains consistent with removals ([#​13087](https://redirect.github.com/sveltejs/svelte/pull/13087)) - fix: render undefined html as the empty string ([#​13092](https://redirect.github.com/sveltejs/svelte/pull/13092)) - fix: error on incorrect attributes for svelte:body ([#​13084](https://redirect.github.com/sveltejs/svelte/pull/13084)) - feat: provide AST node types with internal types stripped out ([#​12968](https://redirect.github.com/sveltejs/svelte/pull/12968)) ### [`v5.0.0-next.242`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next242) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.241...svelte@5.0.0-next.242) ##### Patch Changes - fix: insert comment before text in an each block, to prevent glued nodes ([#​13073](https://redirect.github.com/sveltejs/svelte/pull/13073)) - feat: better generated each block code in SSR mode ([#​13060](https://redirect.github.com/sveltejs/svelte/pull/13060)) ### [`v5.0.0-next.241`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next241) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.240...svelte@5.0.0-next.241) ##### Patch Changes - fix: prevent div/0 when generating transition keyframes ([#​13058](https://redirect.github.com/sveltejs/svelte/pull/13058)) - fix: error on invalid element name ([#​13057](https://redirect.github.com/sveltejs/svelte/pull/13057)) - fix: better compile errors for invalid tag names/placement ([#​13045](https://redirect.github.com/sveltejs/svelte/pull/13045)) - fix: ensure event currentTarget is reset after propagation logic ([#​13042](https://redirect.github.com/sveltejs/svelte/pull/13042)) ### [`v5.0.0-next.240`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next240) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.239...svelte@5.0.0-next.240) ##### Patch Changes - fix: use WAAPI to control timing of JS-based animations ([#​13018](https://redirect.github.com/sveltejs/svelte/pull/13018)) - fix: prevent binding to imports ([#​13035](https://redirect.github.com/sveltejs/svelte/pull/13035)) - fix: never abort bidirectional transitions ([#​13018](https://redirect.github.com/sveltejs/svelte/pull/13018)) ### [`v5.0.0-next.239`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next239) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.238...svelte@5.0.0-next.239) ##### Patch Changes - fix: properly handle proxied array length mutations ([#​13026](https://redirect.github.com/sveltejs/svelte/pull/13026)) - fix: repair `href` attribute mismatches ([#​13032](https://redirect.github.com/sveltejs/svelte/pull/13032)) ### [`v5.0.0-next.238`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next238) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.237...svelte@5.0.0-next.238) ##### Patch Changes - fix: always return true from `deleteProperty` trap ([#​13008](https://redirect.github.com/sveltejs/svelte/pull/13008)) - fix: handle deletions of previously-unread state proxy properties ([#​13008](https://redirect.github.com/sveltejs/svelte/pull/13008)) - fix: make internal sources ownerless ([#​13013](https://redirect.github.com/sveltejs/svelte/pull/13013)) - fix: join text nodes separated by comments ([#​13009](https://redirect.github.com/sveltejs/svelte/pull/13009)) ### [`v5.0.0-next.237`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next237) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.236...svelte@5.0.0-next.237) ##### Patch Changes - breaking: throw error if derived creates state and then depends on it ([#​12985](https://redirect.github.com/sveltejs/svelte/pull/12985)) - fix: ensure assignments to state field inside constructor trigger effects ([#​12985](https://redirect.github.com/sveltejs/svelte/pull/12985)) - fix: ensure $inspect works with SvelteMap and SvelteSet ([#​12994](https://redirect.github.com/sveltejs/svelte/pull/12994)) - chore: default options.filename to "(unknown)" ([#​12997](https://redirect.github.com/sveltejs/svelte/pull/12997)) - feat: allow non-synchronous legacy component instantiation ([#​12970](https://redirect.github.com/sveltejs/svelte/pull/12970)) ### [`v5.0.0-next.236`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next236) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.235...svelte@5.0.0-next.236) ##### Patch Changes - fix: properly transform destructured `$derived.by` declarations ([#​12984](https://redirect.github.com/sveltejs/svelte/pull/12984)) ### [`v5.0.0-next.235`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next235) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.234...svelte@5.0.0-next.235) ##### Patch Changes - chore: update client check for smaller bundle size ([#​12975](https://redirect.github.com/sveltejs/svelte/pull/12975)) - fix: correctly hydrate empty raw blocks ([#​12979](https://redirect.github.com/sveltejs/svelte/pull/12979)) ### [`v5.0.0-next.234`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next234) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.233...svelte@5.0.0-next.234) ##### Patch Changes - fix: allow deleting non-existent `$restProps` properties ([#​12971](https://redirect.github.com/sveltejs/svelte/pull/12971)) - feat: only traverse trailing static nodes during hydration ([#​12935](https://redirect.github.com/sveltejs/svelte/pull/12935)) ### [`v5.0.0-next.233`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next233) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.232...svelte@5.0.0-next.233) ##### Patch Changes - fix: more robust handling of var declarations ([#​12949](https://redirect.github.com/sveltejs/svelte/pull/12949)) - fix: remove buggy `validate_dynamic_component` check ([#​12960](https://redirect.github.com/sveltejs/svelte/pull/12960)) ### [`v5.0.0-next.232`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next232) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.231...svelte@5.0.0-next.232) ##### Patch Changes - breaking: remove `$state.link` rune pending further design work ([#​12943](https://redirect.github.com/sveltejs/svelte/pull/12943)) - fix: ensure `$store` reads are properly transformed ([#​12952](https://redirect.github.com/sveltejs/svelte/pull/12952)) - breaking: deprecate `context="module"` in favor of `module` ([#​12948](https://redirect.github.com/sveltejs/svelte/pull/12948)) ### [`v5.0.0-next.231`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next231) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.230...svelte@5.0.0-next.231) ##### Patch Changes - breaking: remove callback from `$state.link` ([#​12942](https://redirect.github.com/sveltejs/svelte/pull/12942)) ### [`v5.0.0-next.230`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next230) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.229...svelte@5.0.0-next.230) ##### Patch Changes - fix: align list of passive events with browser defaults ([#​12933](https://redirect.github.com/sveltejs/svelte/pull/12933)) - fix: ensure `{#await}` scope shadowing is computed in the correct order ([#​12945](https://redirect.github.com/sveltejs/svelte/pull/12945)) - fix: don't skip custom elements with attributes ([#​12939](https://redirect.github.com/sveltejs/svelte/pull/12939)) ### [`v5.0.0-next.229`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next229) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.228...svelte@5.0.0-next.229) ##### Patch Changes - feat: add `$state.link` rune ([#​12545](https://redirect.github.com/sveltejs/svelte/pull/12545)) - fix: allow mixing slots and snippets in custom elements mode ([#​12929](https://redirect.github.com/sveltejs/svelte/pull/12929)) - fix: small legibility improvement in `Snippet` type hint ([#​12928](https://redirect.github.com/sveltejs/svelte/pull/12928)) - feat: support HMR with custom elements ([#​12926](https://redirect.github.com/sveltejs/svelte/pull/12926)) - feat: error on invalid component name ([#​12821](https://redirect.github.com/sveltejs/svelte/pull/12821)) ### [`v5.0.0-next.228`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next228) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.227...svelte@5.0.0-next.228) ##### Patch Changes - feat: skip over static nodes in compiled client code ([#​12914](https://redirect.github.com/sveltejs/svelte/pull/12914)) ### [`v5.0.0-next.227`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next227) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.226...svelte@5.0.0-next.227) ##### Patch Changes - breaking: disallow `Object.defineProperty` on state proxies with non-basic descriptors ([#​12916](https://redirect.github.com/sveltejs/svelte/pull/12916)) - breaking: allow frozen objects to be proxied ([#​12916](https://redirect.github.com/sveltejs/svelte/pull/12916)) - breaking: avoid mutations to underlying proxied object with $state ([#​12916](https://redirect.github.com/sveltejs/svelte/pull/12916)) - breaking: remove $state.is rune ([#​12916](https://redirect.github.com/sveltejs/svelte/pull/12916)) ### [`v5.0.0-next.226`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next226) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.225...svelte@5.0.0-next.226) ##### Patch Changes - fix: ensure typings for `` are picked up ([#​12903](https://redirect.github.com/sveltejs/svelte/pull/12903)) - fix: exclude local declarations from non-reactive property warnings ([#​12909](https://redirect.github.com/sveltejs/svelte/pull/12909)) ### [`v5.0.0-next.225`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next225) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.224...svelte@5.0.0-next.225) ##### Patch Changes - chore: improve the performance of set_text for single expressions ([#​12893](https://redirect.github.com/sveltejs/svelte/pull/12893)) - fix: add cleanup function signature to `createRawSnippet` ([#​12894](https://redirect.github.com/sveltejs/svelte/pull/12894)) - feat: more efficient checking for missing SSR text node ([#​12891](https://redirect.github.com/sveltejs/svelte/pull/12891)) - fix: ensure nullish expressions render empty text ([#​12898](https://redirect.github.com/sveltejs/svelte/pull/12898)) ### [`v5.0.0-next.224`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next224) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.223...svelte@5.0.0-next.224) ##### Patch Changes - chore: inline start and end node properties into effect ([#​12878](https://redirect.github.com/sveltejs/svelte/pull/12878)) - fix: correctly ensure prop bindings are reactive when bound ([#​12879](https://redirect.github.com/sveltejs/svelte/pull/12879)) - fix: remove sapper bindings ([#​12875](https://redirect.github.com/sveltejs/svelte/pull/12875)) - chore: refactor internal signal dependency heuristic ([#​12881](https://redirect.github.com/sveltejs/svelte/pull/12881)) - fix: allow store as initial value for props in ssr ([#​12885](https://redirect.github.com/sveltejs/svelte/pull/12885)) ### [`v5.0.0-next.223`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next223) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.222...svelte@5.0.0-next.223) ##### Patch Changes - fix: treat module-level imports as non-reactive in legacy mode ([#​12845](https://redirect.github.com/sveltejs/svelte/pull/12845)) - breaking: remove foreign namespace ([#​12869](https://redirect.github.com/sveltejs/svelte/pull/12869)) - feat: more efficient text-only fragments ([#​12864](https://redirect.github.com/sveltejs/svelte/pull/12864)) - fix: ensure outro animation is not prematurely aborted ([#​12865](https://redirect.github.com/sveltejs/svelte/pull/12865)) - chore: improve performance of DOM traversal operations ([#​12863](https://redirect.github.com/sveltejs/svelte/pull/12863)) - feat: better destructuring assignments ([#​12872](https://redirect.github.com/sveltejs/svelte/pull/12872)) - fix: stricter `crossorigin` and `wrap` attributes types ([#​12858](https://redirect.github.com/sveltejs/svelte/pull/12858)) ### [`v5.0.0-next.222`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next222) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.221...svelte@5.0.0-next.222) ##### Patch Changes - fix: avoid throwing `store_invalid_subscription_module` for runes ([#​12848](https://redirect.github.com/sveltejs/svelte/pull/12848)) - fix: omit `$index` parameter where possible ([#​12851](https://redirect.github.com/sveltejs/svelte/pull/12851)) - feat: skip over static subtrees ([#​12849](https://redirect.github.com/sveltejs/svelte/pull/12849)) - chore: set `binding.kind` before analysis ([#​12843](https://redirect.github.com/sveltejs/svelte/pull/12843)) - feat: better compiler warnings for non-reactive dependencies of reactive statements ([#​12824](https://redirect.github.com/sveltejs/svelte/pull/12824)) - fix: skip unnecessary `$legacy` flag ([#​12850](https://redirect.github.com/sveltejs/svelte/pull/12850)) ### [`v5.0.0-next.221`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next221) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.220...svelte@5.0.0-next.221) ##### Patch Changes - fix: ensure onwheel is passive by default ([#​12837](https://redirect.github.com/sveltejs/svelte/pull/12837)) - chore: improve signal perf by using Set rather than array for reactions ([#​12831](https://redirect.github.com/sveltejs/svelte/pull/12831)) - fix: ensure each key validation occurs for updates ([#​12836](https://redirect.github.com/sveltejs/svelte/pull/12836)) ### [`v5.0.0-next.220`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next220) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.219...svelte@5.0.0-next.220) ##### Patch Changes - feat: warn on invalid event handlers ([#​12818](https://redirect.github.com/sveltejs/svelte/pull/12818)) ### [`v5.0.0-next.219`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next219) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.218...svelte@5.0.0-next.219) ##### Patch Changes - feat: add compiler error when encountering a $-prefixed store value outside a .svelte file ([#​12799](https://redirect.github.com/sveltejs/svelte/pull/12799)) ### [`v5.0.0-next.218`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next218) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.217...svelte@5.0.0-next.218) ##### Patch Changes - breaking: replace `$state.frozen` with `$state.raw` ([#​12808](https://redirect.github.com/sveltejs/svelte/pull/12808)) - fix: ensure inspect effects are skipped from effect parent logic ([#​12810](https://redirect.github.com/sveltejs/svelte/pull/12810)) ### [`v5.0.0-next.217`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next217) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.216...svelte@5.0.0-next.217) ##### Patch Changes - feat: deprecate `svelte:component` ([#​12694](https://redirect.github.com/sveltejs/svelte/pull/12694)) - feat: treat tag with `.` as a component, even if lowercase ([#​12798](https://redirect.github.com/sveltejs/svelte/pull/12798)) ### [`v5.0.0-next.216`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next216) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.215...svelte@5.0.0-next.216) ##### Patch Changes - feat: make custom element `tag` property optional ([#​12754](https://redirect.github.com/sveltejs/svelte/pull/12754)) - fix: improved memory profile for transitions/animations ([#​12796](https://redirect.github.com/sveltejs/svelte/pull/12796)) ### [`v5.0.0-next.215`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next215) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.214...svelte@5.0.0-next.215) ##### Patch Changes - fix: propagate custom element component prop changes ([#​12774](https://redirect.github.com/sveltejs/svelte/pull/12774)) - fix: prevent numerous transition/animation memory leaks ([#​12759](https://redirect.github.com/sveltejs/svelte/pull/12759)) ### [`v5.0.0-next.214`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next214) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.213...svelte@5.0.0-next.214) ##### Patch Changes - fix: ensure custom element styles append correctly during prod ([#​12777](https://redirect.github.com/sveltejs/svelte/pull/12777)) - fix: invalidate signals following ++/-- inside each block ([#​12780](https://redirect.github.com/sveltejs/svelte/pull/12780)) - feat: better code generation for destructuring assignments ([#​12780](https://redirect.github.com/sveltejs/svelte/pull/12780)) ### [`v5.0.0-next.213`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next213) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.212...svelte@5.0.0-next.213) ##### Patch Changes - fix: ensure custom elements do not sync flush on mount ([#​12787](https://redirect.github.com/sveltejs/svelte/pull/12787)) - fix: ensure event handlers referencing $host are not hoisted ([#​12775](https://redirect.github.com/sveltejs/svelte/pull/12775)) - fix: provide more hydration mismatch coverage ([#​12755](https://redirect.github.com/sveltejs/svelte/pull/12755)) - chore: simpler fallback values ([#​12788](https://redirect.github.com/sveltejs/svelte/pull/12788)) ### [`v5.0.0-next.212`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next212) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.211...svelte@5.0.0-next.212) ##### Patch Changes - perf: speed up $.exclude_from_object ([#​12783](https://redirect.github.com/sveltejs/svelte/pull/12783)) - chore: publish package provenance info ([#​12779](https://redirect.github.com/sveltejs/svelte/pull/12779)) - feat: simplify derived object destructuring ([#​12781](https://redirect.github.com/sveltejs/svelte/pull/12781)) ### [`v5.0.0-next.211`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next211) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.210...svelte@5.0.0-next.211) ##### Patch Changes - fix: improve prop binding warning validation for stores ([#​12745](https://redirect.github.com/sveltejs/svelte/pull/12745)) - chore: add error for derived self referencing ([#​12746](https://redirect.github.com/sveltejs/svelte/pull/12746)) - fix: skip `is_standalone` optimisation for dynamic components ([#​12767](https://redirect.github.com/sveltejs/svelte/pull/12767)) - fix: ensure unowned deriveds correctly update ([#​12747](https://redirect.github.com/sveltejs/svelte/pull/12747)) - fix: order of arguments for `push_element` in `svelte:element` ([#​12763](https://redirect.github.com/sveltejs/svelte/pull/12763)) ### [`v5.0.0-next.210`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next210) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.208...svelte@5.0.0-next.210) ##### Patch Changes - fix: avoid recreating handlers for component events ([#​12722](https://redirect.github.com/sveltejs/svelte/pull/12722)) - fix: call correct event handler for properties of non-reactive objects ([#​12722](https://redirect.github.com/sveltejs/svelte/pull/12722)) ### [`v5.0.0-next.208`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next208) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.207...svelte@5.0.0-next.208) ##### Patch Changes - feat: add support for `` ([#​12660](https://redirect.github.com/sveltejs/svelte/pull/12660)) - feat: function called as tagged template literal is reactively called ([#​12692](https://redirect.github.com/sveltejs/svelte/pull/12692)) ### [`v5.0.0-next.207`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next207) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.206...svelte@5.0.0-next.207) ##### Patch Changes - fix: only create `document.title` effect if value is dynamic ([#​12698](https://redirect.github.com/sveltejs/svelte/pull/12698)) ### [`v5.0.0-next.206`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next206) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.205...svelte@5.0.0-next.206) ##### Patch Changes - fix: allow nested `
`/`
` elements if they are within a `
` element ([#​12681](https://redirect.github.com/sveltejs/svelte/pull/12681)) - chore: internal refactoring of client transform visitors ([#​12683](https://redirect.github.com/sveltejs/svelte/pull/12683)) ### [`v5.0.0-next.205`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next205) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.204...svelte@5.0.0-next.205) ##### Patch Changes - fix: always synchronously call `bind:this` ([#​12679](https://redirect.github.com/sveltejs/svelte/pull/12679)) ### [`v5.0.0-next.204`](https://redirect.github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next204) [Compare Source](https://redirect.github.com/sveltejs/svelte/compare/svelte@5.0.0-next.203...svelte@5.0.0-next.204) ##### Patch Changes - feat: allow ignoring runtime warnings ([#​12608](https://redirect.github.com/sveltejs/svelte/pull/12608)) - feat: perf tweaks for actions/styles/classes ([#​12654](https://redirect.github.com/sveltejs/svelte/pull/12654))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

cloudflare-workers-and-pages[bot] commented 1 month ago

Deploying sveltekit-embed with  Cloudflare Pages  Cloudflare Pages

Latest commit: 987dabe
Status: ✅  Deploy successful!
Preview URL: https://c523b178.sveltekit-embed.pages.dev
Branch Preview URL: https://renovate-svelte-5-x.sveltekit-embed.pages.dev

View logs