Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2025

This PR contains the following updates:

Package Change Age Confidence
svelte (source) 5.43.6 -> 5.46.1 age confidence

Release Notes

sveltejs/svelte (svelte)

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)

v5.45.3

Compare Source

Patch Changes
  • add props to state_referenced_locally (#​17266)

  • fix: preserve node locations for better sourcemaps (#​17269)

  • fix: handle cross-realm Promises in hydratable (#​17284)

v5.45.2

Compare Source

Patch Changes
  • fix: array destructuring after await (#​17254)

  • fix: throw on invalid {@&#8203;tag}s (#​17256)

v5.45.1

Compare Source

Patch Changes
  • fix: link offscreen items and last effect in each block correctly (#​17240)

v5.45.0

Compare Source

Minor Changes

v5.44.1

Compare Source

Patch Changes
  • fix: await blockers before initialising const (#​17226)

  • fix: link offscreen items and last effect in each block correctly (#​17244)

  • fix: generate correct code for simple destructurings (#​17237)

  • fix: ensure each block animations don't mess with transitions (#​17238)

v5.44.0

Compare Source

Minor Changes

v5.43.15

Compare Source

Patch Changes
  • fix: don't execute attachments and attribute effects eagerly (#​17208)

  • chore: lift "flushSync cannot be called in effects" restriction (#​17139)

  • fix: store forked derived values (#​17212)

v5.43.14

Compare Source

Patch Changes
  • fix: correctly migrate named self closing slots (#​17199)

  • fix: error at compile time instead of at runtime on await expressions inside bindings/transitions/animations/attachments (#​17198)

  • fix: take async blockers into account for bindings/transitions/animations/attachments (#​17198)

v5.43.13

Compare Source

Patch Changes
  • fix: don't set derived values during time traveling (#​17200)

v5.43.12

Compare Source

Patch Changes
  • fix: maintain correct linked list of effects when updating each blocks (#​17191)

v5.43.11

Compare Source

Patch Changes
  • perf: don't use tracing overeager during dev (#​17183)

  • fix: don't cancel transition of already outroing elements (#​17186)

v5.43.10

Compare Source

Patch Changes
  • fix: avoid other batches running with queued root effects of main batch (#​17145)

v5.43.9

Compare Source

Patch Changes
  • fix: correctly handle functions when determining async blockers (#​17137)

  • fix: keep deriveds reactive after their original parent effect was destroyed (#​17171)

  • fix: ensure eager effects don't break reactions chain (#​17138)

  • fix: ensure async @const in boundary hydrates correctly (#​17165)

  • fix: take blockers into account when creating #await blocks (#​17137)

  • fix: parallelize async @consts in the template (#​17165)

v5.43.8

Compare Source

Patch Changes
  • fix: each block losing reactivity when items removed while promise pending (#​17150)

v5.43.7

Compare Source

Patch Changes
  • fix: properly defer document title until async work is complete (#​17158)

  • fix: ensure deferred effects can be rescheduled later on (#​17147)

  • fix: take blockers of components into account (#​17153)


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.


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

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

@netlify
Copy link

netlify bot commented Nov 16, 2025

Deploy Preview for release-train ready!

Name Link
🔨 Latest commit 476bcab
🔍 Latest deploy log https://app.netlify.com/projects/release-train/deploys/694bbb9f4e7a930008454ed6
😎 Deploy Preview https://deploy-preview-85--release-train.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.7 chore(deps): update dependency svelte to v5.43.8 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 07448bf to f59fa9b Compare November 16, 2025 22:42
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.8 chore(deps): update dependency svelte to v5.43.10 Nov 18, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from f59fa9b to 9d14247 Compare November 18, 2025 02:54
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.10 chore(deps): update dependency svelte to v5.43.12 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 9d14247 to 35d1e85 Compare November 19, 2025 00:43
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.12 chore(deps): update dependency svelte to v5.43.13 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 2 times, most recently from ba09fac to a2ff2df Compare November 20, 2025 20:43
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.13 chore(deps): update dependency svelte to v5.43.14 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from a2ff2df to 0d6131f Compare November 25, 2025 01:00
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.14 chore(deps): update dependency svelte to v5.43.15 Nov 25, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.43.15 chore(deps): update dependency svelte to v5.44.0 Nov 25, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from 0d6131f to f5f459c Compare November 25, 2025 05:15
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.44.0 chore(deps): update dependency svelte to v5.44.1 Nov 26, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from f5f459c to b6e731c Compare November 26, 2025 05:45
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.44.1 chore(deps): update dependency svelte to v5.45.1 Nov 26, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from b6e731c to 3bfbbbf Compare November 26, 2025 19:56
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.45.1 chore(deps): update dependency svelte to v5.45.2 Nov 27, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch 3 times, most recently from 29b99fe to b990ce3 Compare December 1, 2025 21:32
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.45.2 chore(deps): update dependency svelte to v5.45.3 Dec 1, 2025
@renovate renovate bot changed the title chore(deps): update dependency svelte to v5.45.3 chore(deps): update dependency svelte to v5.45.4 Dec 3, 2025
@renovate renovate bot force-pushed the renovate/svelte-5.x-lockfile branch from b990ce3 to 048dde6 Compare December 3, 2025 02:47
@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 3cd1328 to 659d5f6 Compare December 6, 2025 12:13
@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 force-pushed the renovate/svelte-5.x-lockfile branch from 659d5f6 to e95ba37 Compare December 8, 2025 23:41
@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 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 e95ba37 to 4814d84 Compare December 11, 2025 22:30
@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 2 times, most recently from 106aefd to 3a88102 Compare December 13, 2025 00:54
@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 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 3a88102 to 476bcab Compare December 24, 2025 10:08
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.

1 participant