Astro: @astrojs/[email protected] Release

Release date:
July 13, 2026
Previous version:
@astrojs/[email protected] (released July 2, 2026)
Magnitude:
508 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/[email protected]

adamchal
matthewp
ocavue

Directory Browser for @astrojs/[email protected]

All files are compared to previous version, @astrojs/[email protected]. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • #17345 5196fb4 Thanks @kkhys! - Fixes an opaque Cannot read properties of undefined (reading 'fileExists') crash when astro check runs against the TypeScript 7 native compiler. The native compiler does not ship the programmatic API the checker relies on yet, so astro check now fails early with a clear message pointing to the tracking issue instead.