Skip to content

Comments

chore(deps): update dependency svelte to v5.53.0#61

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/svelte-5.x-lockfile
Open

chore(deps): update dependency svelte to v5.53.0#61
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/svelte-5.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2026

This PR contains the following updates:

Package Change Age Confidence
svelte (source) 5.46.15.53.0 age confidence

Release Notes

sveltejs/svelte (svelte)

v5.53.0

Compare Source

Minor Changes
  • feat: allow comments in tags (#​17671)

  • feat: allow error boundaries to work on the server (#​17672)

Patch Changes
  • fix: use TrustedHTML to test for customizable support, where necessary (#​17743) fix: ensure head effects are kept in the effect tree (#​17746) chore: deactivate current_batch by default in unset_context (#​17738) v5.52.0 Compare Source Minor Changes feat: support TrustedHTML in {@&#8203;html} expressions (#​17701) Patch Changes fix: repair dynamic component truthy/falsy hydration mismatches (#​17737) fix: re-run non-render-bound deriveds on the server (#​17674) v5.51.5 Compare Source Patch Changes fix: check to make sure svelte:element tags are valid during SSR (73098bb26c6f06e7fd1b0746d817d2c5ee90755f) fix: misc option escaping and backwards compatibility (#​17741) fix: strip event handlers during SSR (a0c7f289156e9fafaeaf5ca14af6c06fe9b9eae5) fix: replace usage of for in with for of Object.keys (f89c7ddd7eebaa1ef3cc540400bec2c9140b330c) fix: always escape option body in SSR (f7c80da18c215e3727c2a611b0b8744cc6e504c5) chore: upgrade devalue (#​17739) v5.51.4 Compare Source Patch Changes chore: proactively defer effects in pending boundary (#​17734) fix: detect and error on non-idempotent each block keys in dev mode (#​17732) v5.51.3 Compare Source Patch Changes fix: prevent event delegation logic conflicting between svelte instances (#​17728) fix: treat CSS attribute selectors as case-insensitive for HTML enumerated attributes (#​17712) fix: locate Rollup annontaion friendly to JS downgraders (#​17724) fix: run effects in pending snippets (#​17719) v5.51.2 Compare Source Patch Changes fix: take async into consideration for dev delegated handlers (#​17710) fix: emit state_referenced_locally warning for non-destructured props (#​17708) v5.51.1 Compare Source Patch Changes fix: don't crash on undefined document.contentType (#​17707) fix: use symbols for encapsulated event delegation (#​17703) v5.51.0 Compare Source Minor Changes feat: Use TrustedTypes for HTML handling where supported (#​16271) Patch Changes fix: sanitize template-literal-special-characters in SSR attribute values (#​17692) fix: follow-up formatting in print() — flush block-level elements into separate sequences (#​17699) fix: preserve delegated event handlers as long as one or more root components are using them (#​17695) v5.50.3 Compare Source Patch Changes fix: take into account nodeName case sensitivity on XHTML pages (#​17689) fix: render multiple and selected attributes as empty strings for XHTML compliance (#​17689) fix: always lowercase HTML elements, for XHTML compliance (#​17664) fix: freeze effects-inside-deriveds when disconnecting, unfreeze on reconnect (#​17682) fix: propagate $effect errors to <svelte:boundary> (#​17684) v5.50.2 Compare Source Patch Changes fix: resolve effect_update_depth_exceeded when using bind:value on <select> with derived state in legacy mode (#​17645) fix: don't swallow DOMException when media.play() fails in bind:paused (#​17656) chore: provide proper public type for parseCss result (#​17654) fix: robustify blocker calculation (#​17676) fix: reduce if block nesting (#​17662) v5.50.1 Compare Source Patch Changes fix: render boolean attribute values as empty strings for XHTML compliance (#​17648) fix: prevent async render tag hydration mismatches (#​17652) v5.50.0 Compare Source Minor Changes feat: allow use of createContext when instantiating components programmatically (#​17575) Patch Changes fix: ensure infinite effect loops are cleared after flushing (#​17601) fix: allow {#key NaN} (#​17642) fix: detect store in each block expression regardless of AST shape (#​17636) fix: treat <menu> like <ul>/<ol> for a11y role checks (#​17638) fix: add vite-ignore comment inside dynamic crypto import (#​17623) chore: wrap JSDoc URLs in @see and @link tags (#​17617) fix: properly hydrate already-resolved async blocks (#​17641) fix: emit each_key_duplicate error in production (#​16724) fix: exit resolved async blocks on correct node when hydrating (#​17640) v5.49.2 Compare Source Patch Changes chore: remove SvelteKit data attributes from elements.d.ts (#​17613) fix: avoid erroneous async derived expressions for blocks (#​17604) fix: avoid Cloudflare warnings about not having the "node:crypto" module (#​17612) fix: reschedule effects inside unskipped branches (#​17604) v5.49.1 Compare Source Patch Changes fix: merge consecutive large text nodes (#​17587) fix: only create async functions in SSR output when necessary (#​17593) fix: properly separate multiline html blocks from each other in print() (#​17319) fix: prevent unhandled exceptions arising from dangling promises in <script> (#​17591) v5.49.0 Compare Source Minor Changes feat: allow passing ShadowRootInit object to custom element shadow option (#​17088) Patch Changes fix: throw for unset createContext get on the server (#​17580) fix: reset effects inside skipped branches (#​17581) fix: preserve old dependencies when updating reaction inside fork (#​17579) fix: more conservative assignment_value_stale warnings (#​17574) fix: disregard popover elements when determining whether an element has content (#​17367) fix: fire introstart/outrostart events after delay, if specified (#​17567) fix: increment signal versions when discarding forks (#​17577) v5.48.5 Compare Source Patch Changes fix: run boundary onerror callbacks in a microtask, in case they result in the boundary's destruction (#​17561) fix: prevent unintended exports from namespaces (#​17562) fix: each block breaking with effects interspersed among items (#​17550) v5.48.4 Compare Source Patch Changes fix: avoid duplicating escaped characters in CSS AST (#​17554) v5.48.3 Compare Source Patch Changes fix: hydration failing with settled async blocks (#​17539) fix: add pointer and touch events to a11y_no_static_element_interactions warning (#​17551) fix: handle false dynamic components in SSR (#​17542) fix: avoid unnecessary block effect re-runs after async work completes (#​17535) fix: avoid using dev-mode array.includes wrapper on internal array checks (#​17536) v5.48.2 Compare Source Patch Changes fix: export wait function from internal client index (#​17530) v5.48.1 Compare Source Patch Changes fix: hoist snippets above const in same block (#​17516) fix: properly hydrate await in {@&#8203;html} (#​17528) fix: batch resolution of async work (#​17511) fix: account for empty statements when visiting in transform async (#​17524) fix: avoid async overhead for already settled promises (#​17461) fix: better code generation for const tags with async dependencies (#​17518) v5.48.0 Compare Source Minor Changes feat: export parseCss from svelte/compiler (#​17496) Patch Changes fix: handle non-string values in svelte:element this attribute (#​17499) fix: faster deduplication of dependencies (#​17503) v5.47.1 Compare Source Patch Changes fix: trigger selectedcontent reactivity (#​17486) v5.47.0 Compare Source Minor Changes feat: customizable <select> elements (#​17429) Patch Changes fix: mark subtree of svelte boundary as dynamic (#​17468) fix: don't reset static elements with debug/snippets (#​17477) v5.46.4 Compare Source Patch Changes fix: use devalue.uneval to serialize hydratable keys (ef81048e238844b729942441541d6dcfe6c8ccca) v5.46.3 Compare Source Patch Changes fix: reconnect clean deriveds when they are read in a reactive context (#​17362) fix: don't transform references of function declarations in legacy mode (#​17431) fix: notify deriveds of changes to sources inside forks (#​17437) fix: always reconnect deriveds in get, when appropriate (#​17451) fix: prevent derives without dependencies from ever re-running (286b40c4526ce9970cb81ddd5e65b93b722fe468) fix: correctly update writable deriveds inside forks (#​17437) fix: remove $inspect calls after await expressions when compiling for production server code (#​17407) fix: clear batch between runs (#​17424) fix: adjust loc property of Program nodes created from <script> elements (#​17428) fix: don't revert source to UNINITIALIZED state when time travelling (#​17409) Configuration 📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 Automerge: Enabled. ♻ 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. [ ] If you want to rebase/retry this PR, check this box This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.46.3 chore(deps): update dependency svelte to v5.46.4 Jan 15, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 01b9463 to 4828abc Compare January 18, 2026 22:53
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.46.4 chore(deps): update dependency svelte to v5.47.0 Jan 18, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 4828abc to e10697a Compare January 19, 2026 21:13
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.47.0 chore(deps): update dependency svelte to v5.47.1 Jan 19, 2026
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.47.1 chore(deps): update dependency svelte to v5.48.0 Jan 22, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 529b227 to 7a1fd6b Compare January 24, 2026 06:14
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.48.0 chore(deps): update dependency svelte to v5.48.1 Jan 24, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 7a1fd6b to 19d3a9a Compare January 24, 2026 18:12
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.48.1 chore(deps): update dependency svelte to v5.48.2 Jan 24, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 19d3a9a to edd7ceb Compare January 27, 2026 01:28
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.48.2 chore(deps): update dependency svelte to v5.48.3 Jan 27, 2026
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.48.3 chore(deps): update dependency svelte to v5.48.4 Jan 27, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 3e76c7f to b7dc278 Compare January 28, 2026 00:53
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.48.4 chore(deps): update dependency svelte to v5.48.5 Jan 28, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from b7dc278 to 714dbc6 Compare January 29, 2026 02:04
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.48.5 chore(deps): update dependency svelte to v5.49.0 Jan 29, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 714dbc6 to 75756ee Compare January 30, 2026 04:44
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.49.0 chore(deps): update dependency svelte to v5.49.1 Jan 30, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 75756ee to 9ba0428 Compare February 4, 2026 18:28
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.49.1 chore(deps): update dependency svelte to v5.49.2 Feb 4, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 9ba0428 to d8a22bf Compare February 6, 2026 20:30
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.49.2 chore(deps): update dependency svelte to v5.50.0 Feb 6, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from d8a22bf to 80f67e4 Compare February 10, 2026 05:23
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.50.0 chore(deps): update dependency svelte to v5.50.1 Feb 10, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 80f67e4 to 4a5c398 Compare February 11, 2026 21:45
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.50.1 chore(deps): update dependency svelte to v5.50.2 Feb 11, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 4a5c398 to 1ef6f6b Compare February 12, 2026 23:00
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.50.2 chore(deps): update dependency svelte to v5.50.3 Feb 12, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 1ef6f6b to d4f4df0 Compare February 13, 2026 18:38
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.50.3 chore(deps): update dependency svelte to v5.51.0 Feb 13, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from d4f4df0 to 1a95b53 Compare February 14, 2026 21:56
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.51.0 chore(deps): update dependency svelte to v5.51.1 Feb 14, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 1a95b53 to 387e29d Compare February 15, 2026 14:15
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.51.1 chore(deps): update dependency svelte to v5.51.2 Feb 15, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 387e29d to 305c404 Compare February 17, 2026 20:41
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.51.2 chore(deps): update dependency svelte to v5.51.3 Feb 17, 2026
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.51.3 chore(deps): update dependency svelte to v5.51.4 Feb 18, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 305c404 to 2ce2186 Compare February 18, 2026 18:44
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 2ce2186 to 32fe4c7 Compare February 18, 2026 22:34
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.51.4 chore(deps): update dependency svelte to v5.53.0 Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants