Astro: @astrojs/cloudflare@13.5.4 Release

Release date:
May 21, 2026
Previous version:
@astrojs/cloudflare@13.5.3 (released May 20, 2026)
Magnitude:
622 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/cloudflare@13.5.4

astrobot-houston
ematipico
ljharb
matthewp

Directory Browser for @astrojs/cloudflare@13.5.4

All files are compared to previous version, @astrojs/cloudflare@13.5.3. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • #16769 428cb1b Thanks @astrobot-houston! - Forwards user-provided optimizeDeps settings (exclude, include, esbuildOptions.loader) to SSR/prerender environments. Previously, top-level vite.optimizeDeps in the Astro config was silently ignored for server environments because Vite 6 scopes it to client-only and the adapter's configEnvironment hook did not forward it. This caused packages with non-standard file types (e.g. .data files) to fail during dev-mode dependency optimization with errors like "No loader is configured for '.data' files".

  • Updated dependencies []: