spences10 / c-counter

Cryptocurrency ticker with Svelte
https://c-counter.vercel.app/
2 stars 2 forks source link

chore(deps): update dependency svelte to v5.0.0-next.240 #992

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

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

Release Notes

sveltejs/svelte (svelte) ### [`v5.0.0-next.240`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next240) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/13018)) - fix: prevent binding to imports ([#​13035](https://togithub.com/sveltejs/svelte/pull/13035)) - fix: never abort bidirectional transitions ([#​13018](https://togithub.com/sveltejs/svelte/pull/13018)) ### [`v5.0.0-next.239`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next239) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/13026)) - fix: repair `href` attribute mismatches ([#​13032](https://togithub.com/sveltejs/svelte/pull/13032)) ### [`v5.0.0-next.238`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next238) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/13008)) - fix: handle deletions of previously-unread state proxy properties ([#​13008](https://togithub.com/sveltejs/svelte/pull/13008)) - fix: make internal sources ownerless ([#​13013](https://togithub.com/sveltejs/svelte/pull/13013)) - fix: join text nodes separated by comments ([#​13009](https://togithub.com/sveltejs/svelte/pull/13009)) ### [`v5.0.0-next.237`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next237) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/12985)) - fix: ensure assignments to state field inside constructor trigger effects ([#​12985](https://togithub.com/sveltejs/svelte/pull/12985)) - fix: ensure $inspect works with SvelteMap and SvelteSet ([#​12994](https://togithub.com/sveltejs/svelte/pull/12994)) - chore: default options.filename to "(unknown)" ([#​12997](https://togithub.com/sveltejs/svelte/pull/12997)) - feat: allow non-synchronous legacy component instantiation ([#​12970](https://togithub.com/sveltejs/svelte/pull/12970)) ### [`v5.0.0-next.236`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next236) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/12984)) ### [`v5.0.0-next.235`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next235) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/12975)) - fix: correctly hydrate empty raw blocks ([#​12979](https://togithub.com/sveltejs/svelte/pull/12979)) ### [`v5.0.0-next.234`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next234) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/12971)) - feat: only traverse trailing static nodes during hydration ([#​12935](https://togithub.com/sveltejs/svelte/pull/12935)) ### [`v5.0.0-next.233`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next233) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/12949)) - fix: remove buggy `validate_dynamic_component` check ([#​12960](https://togithub.com/sveltejs/svelte/pull/12960)) ### [`v5.0.0-next.232`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next232) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/12943)) - fix: ensure `$store` reads are properly transformed ([#​12952](https://togithub.com/sveltejs/svelte/pull/12952)) - breaking: deprecate `context="module"` in favor of `module` ([#​12948](https://togithub.com/sveltejs/svelte/pull/12948)) ### [`v5.0.0-next.231`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next231) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/12942)) ### [`v5.0.0-next.230`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next230) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/12933)) - fix: ensure `{#await}` scope shadowing is computed in the correct order ([#​12945](https://togithub.com/sveltejs/svelte/pull/12945)) - fix: don't skip custom elements with attributes ([#​12939](https://togithub.com/sveltejs/svelte/pull/12939)) ### [`v5.0.0-next.229`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next229) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/12545)) - fix: allow mixing slots and snippets in custom elements mode ([#​12929](https://togithub.com/sveltejs/svelte/pull/12929)) - fix: small legibility improvement in `Snippet` type hint ([#​12928](https://togithub.com/sveltejs/svelte/pull/12928)) - feat: support HMR with custom elements ([#​12926](https://togithub.com/sveltejs/svelte/pull/12926)) - feat: error on invalid component name ([#​12821](https://togithub.com/sveltejs/svelte/pull/12821)) ### [`v5.0.0-next.228`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next228) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/12914)) ### [`v5.0.0-next.227`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next227) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/12916)) - breaking: allow frozen objects to be proxied ([#​12916](https://togithub.com/sveltejs/svelte/pull/12916)) - breaking: avoid mutations to underlying proxied object with $state ([#​12916](https://togithub.com/sveltejs/svelte/pull/12916)) - breaking: remove $state.is rune ([#​12916](https://togithub.com/sveltejs/svelte/pull/12916)) ### [`v5.0.0-next.226`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next226) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/12903)) - fix: exclude local declarations from non-reactive property warnings ([#​12909](https://togithub.com/sveltejs/svelte/pull/12909)) ### [`v5.0.0-next.225`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next225) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/12893)) - fix: add cleanup function signature to `createRawSnippet` ([#​12894](https://togithub.com/sveltejs/svelte/pull/12894)) - feat: more efficient checking for missing SSR text node ([#​12891](https://togithub.com/sveltejs/svelte/pull/12891)) - fix: ensure nullish expressions render empty text ([#​12898](https://togithub.com/sveltejs/svelte/pull/12898)) ### [`v5.0.0-next.224`](https://togithub.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#500-next224) [Compare Source](https://togithub.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://togithub.com/sveltejs/svelte/pull/12878)) - fix: correctly ensure prop bindings are reactive when bound ([#​12879](https://togithub.com/sveltejs/svelte/pull/12879)) - fix: remove sapper bindings ([#​12875](https://togithub.com/sveltejs/svelte/pull/12875)) - chore: refactor internal signal dependency heuristic ([#​12881](https://togithub.com/sveltejs/svelte/pull/12881)) - fix: allow store as initial value for props in ssr ([#​12885](https://togithub.com/sveltejs/svelte/pull/12885))

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 is behind base branch, 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.