Skip to content

chore(deps): update dependency svelte to v5.53.7#47

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2026

This PR contains the following updates:

Package Change Age Confidence
svelte (source) 5.49.25.53.7 age confidence

Release Notes

sveltejs/svelte (svelte)

v5.53.7

Compare Source

Patch Changes
  • fix: correctly add __svelte_meta after else-if chains (#​17830)

  • perf: cache element interactivity and source line splitting in compiler (#​17839)

  • chore: avoid rescheduling effects during branch commit (#​17837)

  • perf: optimize CSS selector pruning (#​17846)

  • fix: preserve original boundary errors when keyed each rows are removed during async updates (#​17843)

  • perf: avoid O(n²) name scanning in scope generate and unique (#​17844)

  • fix: preserve each items that are needed by pending batches (#​17819)

v5.53.6

Compare Source

Patch Changes
  • perf: optimize parser hot paths for faster compilation (#​17811)

  • fix: SvelteMap incorrectly handles keys with undefined values (#​17826)

  • fix: SvelteURL search setter now returns the normalized value, matching native URL behavior (#​17828)

  • fix: visit synthetic value node during ssr (#​17824)

  • fix: always case insensitive event handlers during ssr (#​17822)

  • chore: more efficient effect scheduling (#​17808)

  • perf: optimize compiler analysis phase (#​17823)

  • fix: skip redundant batch.apply (#​17816)

  • chore: null out current_batch before committing branches (#​17809)

v5.53.5

Compare Source

Patch Changes

v5.53.4

Compare Source

Patch Changes
  • fix: set server context after async transformError (#​17799)

  • fix: hydrate if blocks correctly (#​17784)

  • fix: handle default parameters scope leaks (#​17788)

  • fix: prevent flushed effects from running again (#​17787)

v5.53.3

Compare Source

Patch Changes
  • fix: render :catch of #await block with correct key (#​17769)

  • chore: pin aria-query@​5.3.1 (#​17772)

  • fix: make string coercion consistent to toString (#​17774)

v5.53.2

Compare Source

Patch Changes
  • fix: update expressions on server deriveds (#​17767)

  • fix: further obfuscate node:crypto import from overzealous static analysis (#​17763)

v5.53.1

Compare Source

Patch Changes
  • fix: handle shadowed function names correctly (#​17753)

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 <select> 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

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)


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added the chore label Feb 6, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 459bcbd to 7180a48 Compare February 10, 2026 04:44
@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 7180a48 to 14be3b7 Compare February 11, 2026 22:42
@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 14be3b7 to 0c63576 Compare February 12, 2026 23:03
@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 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 2 times, most recently from 23370c9 to 29a289d Compare February 14, 2026 21:33
@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 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 29a289d to 1d72f94 Compare February 15, 2026 14:11
@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 force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 27aa5c0 to e35fffc Compare February 18, 2026 19:12
@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 changed the title chore(deps): update dependency svelte to v5.51.4 chore(deps): update dependency svelte to v5.53.0 Feb 18, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 6c43d90 to 3887555 Compare February 21, 2026 08:48
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.53.0 chore(deps): update dependency svelte to v5.53.1 Feb 21, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 3887555 to af03786 Compare February 21, 2026 20:43
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.53.1 chore(deps): update dependency svelte to v5.53.2 Feb 21, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from af03786 to e04aa6b Compare February 23, 2026 13:16
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.53.2 chore(deps): update dependency svelte to v5.53.3 Feb 23, 2026
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.53.3 chore(deps): update dependency svelte to v5.53.5 Feb 25, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 2f5daa7 to 4a5a017 Compare February 28, 2026 01:54
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.53.5 chore(deps): update dependency svelte to v5.53.6 Feb 28, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 4a5a017 to b6ed1b2 Compare March 3, 2026 16:44
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.53.6 chore(deps): update dependency svelte to v5.53.7 Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants