From c2fc95a4674f2db34fd71de70f088810bf2204b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 16:56:09 -0500 Subject: [PATCH] Version Packages (#17747) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## svelte@5.53.0 ### Minor Changes - feat: allow comments in tags ([#17671](https://github.com/sveltejs/svelte/pull/17671)) - feat: allow error boundaries to work on the server ([#17672](https://github.com/sveltejs/svelte/pull/17672)) ### Patch Changes - fix: use TrustedHTML to test for customizable support, where necessary diff --git a/.changeset/old-crabs-dance.md b/.changeset/old-crabs-dance.md deleted file mode 100644 index efb375aa2a..0000000000 --- a/.changeset/old-crabs-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'svelte': patch ---- - -fix: ensure head effects are kept in the effect tree diff --git a/.changeset/pink-dogs-like.md b/.changeset/pink-dogs-like.md deleted file mode 100644 index f2980979c5..0000000000 --- a/.changeset/pink-dogs-like.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'svelte': minor ---- - -feat: allow error boundaries to work on the server diff --git a/.changeset/rich-months-glow.md b/.changeset/rich-months-glow.md deleted file mode 100644 index 3108777750..0000000000 --- a/.changeset/rich-months-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'svelte': patch ---- - -chore: deactivate current_batch by default in unset_context diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 22bff2c2b4..123c1aa666 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,21 @@ # svelte +## 5.53.0 + +### Minor Changes + +- feat: allow comments in tags ([#17671](https://github.com/sveltejs/svelte/pull/17671)) + +- feat: allow error boundaries to work on the server ([#17672](https://github.com/sveltejs/svelte/pull/17672)) + +### Patch Changes + +- fix: use TrustedHTML to test for customizable