diff --git a/.changeset/clean-falcons-dance.md b/.changeset/clean-falcons-dance.md deleted file mode 100644 index b3450a95a078..000000000000 --- a/.changeset/clean-falcons-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/cloudflare": patch ---- - -Fixes a bug where dependencies imported by prerender-only `server:defer` islands could remain as bare imports in server output, causing module resolution failures in preview and Cloudflare Workers. diff --git a/.changeset/curly-mails-lie.md b/.changeset/curly-mails-lie.md deleted file mode 100644 index 70f57323fd3d..000000000000 --- a/.changeset/curly-mails-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix dev routing for `server:defer` islands when adapters opt into handling prerendered routes in Astro core. Server island requests are now treated as prerender-handler eligible so prerendered pages using `prerenderEnvironment: 'node'` can load island content without `400` errors. diff --git a/.changeset/fair-buttons-float.md b/.changeset/fair-buttons-float.md deleted file mode 100644 index f23f307d54a8..000000000000 --- a/.changeset/fair-buttons-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes `astro:actions` validation to check resolved routes, so projects using default static output with at least one `prerender = false` page or endpoint no longer fail during startup. diff --git a/.changeset/fair-points-raise.md b/.changeset/fair-points-raise.md deleted file mode 100644 index aab0298e9d1a..000000000000 --- a/.changeset/fair-points-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Avoid a `MaxListenersExceededWarning` during `astro dev` startup by increasing the shared Vite watcher listener limit when attaching content server listeners. diff --git a/.changeset/few-houses-dance.md b/.changeset/few-houses-dance.md deleted file mode 100644 index d0bf72bde5c0..000000000000 --- a/.changeset/few-houses-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/preact': patch ---- - -Fix `useId()` collisions across multiple Astro islands by seeding a unique per-island root mask for Preact SSR and hydration. diff --git a/.changeset/fix-before-hydration-client.md b/.changeset/fix-before-hydration-client.md deleted file mode 100644 index 0c2d37e862d8..000000000000 --- a/.changeset/fix-before-hydration-client.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Emit the `before-hydration` script chunk for the `client` Vite environment. The chunk was only emitted for `prerender` and `ssr` environments, causing a 404 when browsers tried to load it. This broke hydration for any integration using `injectScript('before-hydration', ...)`, including Lit SSR. diff --git a/.changeset/jolly-dragons-hear.md b/.changeset/jolly-dragons-hear.md deleted file mode 100644 index 1dd81a7c68ec..000000000000 --- a/.changeset/jolly-dragons-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where `