Astro: astro@6.0.0-alpha.5 Release

Release date:
January 6, 2026
Previous version:
astro@6.0.0-alpha.4 (released December 19, 2025)
Magnitude:
1,302 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in astro@6.0.0-alpha.5

ematipico
HiDeoo

Directory Browser for astro@6.0.0-alpha.5

All files are compared to previous version, astro@6.0.0-alpha.4. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • #15064 caf5621 Thanks @ascorbic! - Fixes a bug that caused incorrect warnings of duplicate entries to be logged by the glob loader when editing a file

  • #15093 8d5f783 Thanks @matthewp! - Reduces build memory by filtering routes per environment so each only builds the pages it needs

  • #15073 2a39c32 Thanks @ascorbic! - Don't log an error when there is no content config

  • #15112 5751d2b Thanks @HiDeoo! - Fixes a Windows-specific build issue when importing an Astro component with a <script> tag using an import alias.