Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2025

This PR contains the following updates:

Package Change Age Confidence
svelte (source) 5.45.35.49.1 age confidence

Release Notes

sveltejs/svelte (svelte)

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

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)

v5.46.1

Compare Source

Patch Changes
  • fix: type currentTarget in on function (#​17370)

  • fix: skip static optimisation for stateless deriveds after await (#​17389)

  • fix: prevent infinite loop when HMRing a component with an await (#​17380)

v5.46.0

Compare Source

Minor Changes
  • feat: Add csp option to render(...), and emit hashes when using hydratable (#​17338)

v5.45.10

Compare Source

Patch Changes
  • fix: race condition when importing AsyncLocalStorage (#​17350)

v5.45.9

Compare Source

Patch Changes
  • fix: correctly reschedule deferred effects when reviving a batch after async work (#​17332)

  • fix: correctly print !doctype during print (#​17341)

v5.45.8

Compare Source

Patch Changes
  • fix: set AST root.start to 0 and root.end to template.length (#​17125)

  • fix: prevent erroneous state_referenced_locally warnings on prop fallbacks (#​17329)

v5.45.7

Compare Source

Patch Changes
  • fix: Add <textarea wrap="off"> as a valid attribute value (#​17326)

  • fix: add more css selectors to print() (#​17330)

  • fix: don't crash on hydratable serialization failure (#​17315)

v5.45.6

Compare Source

Patch Changes
  • fix: don't issue a11y warning for <video> without captions if it has no src (#​17311)

  • fix: add srcObject to permitted <audio>/<video> attributes (#​17310)

v5.45.5

Compare Source

Patch Changes
  • fix: correctly reconcile each blocks after outroing branches are resumed (#​17258)

  • fix: destroy each items after siblings are resumed (#​17258)

v5.45.4

Compare Source

Patch Changes
  • chore: move DOM-related effect properties to effect.nodes (#​17293)

  • fix: allow $props.id() to occur after an await (#​17285)

  • fix: keep reactions up to date even when read outside of effect (#​17295)


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.

@coolify-spences10
Copy link

coolify-spences10 bot commented Dec 3, 2025

The preview deployment for skykit:main failed. 🔴

Open Build Logs

Last updated at: 2026-01-30 06:07:40 CET

@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.45.4 chore(deps): update dependency svelte to v5.45.5 Dec 3, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from 067595a to 5f12f22 Compare December 6, 2025 09:01
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.45.5 chore(deps): update dependency svelte to v5.45.6 Dec 6, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.45.6 chore(deps): update dependency svelte to v5.45.8 Dec 8, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 5f12f22 to 13fd442 Compare December 8, 2025 23:07
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.45.8 chore(deps): update dependency svelte to v5.45.9 Dec 11, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 13fd442 to 84f1e82 Compare December 11, 2025 21:56
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.45.9 chore(deps): update dependency svelte to v5.45.10 Dec 12, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 84f1e82 to ca5cf12 Compare December 12, 2025 03:52
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.45.10 chore(deps): update dependency svelte to v5.46.0 Dec 13, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from ca5cf12 to c4fb664 Compare December 13, 2025 02:01
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from c4fb664 to 38c2300 Compare December 24, 2025 09:37
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.46.0 chore(deps): update dependency svelte to v5.46.1 Dec 24, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 38c2300 to b7d5715 Compare December 31, 2025 17:00
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from b7d5715 to 8cd2b17 Compare January 13, 2026 02:01
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.46.1 chore(deps): update dependency svelte to v5.46.3 Jan 13, 2026
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 8cd2b17 to 87c47e8 Compare January 15, 2026 17:06
@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 from 87c47e8 to afe8fdf Compare January 19, 2026 00:35
@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 19, 2026
@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 force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from f4638f1 to 16a0e14 Compare January 22, 2026 04:50
@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 from 16a0e14 to 55efd21 Compare January 24, 2026 10:03
@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 55efd21 to 103206e Compare January 24, 2026 17:07
@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 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 force-pushed the renovate/svelte-5.x-lockfile branch from 103206e to a381785 Compare January 27, 2026 02:16
@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 69db65a to 905482f Compare January 28, 2026 03:09
@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 905482f to c84d2eb Compare January 29, 2026 05:47
@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 c84d2eb to 5608e34 Compare January 30, 2026 06:07
@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
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