Astro: @astrojs/language-server@2.16.12 Release

Release date:
July 13, 2026
Previous version:
@astrojs/language-server@2.16.11 (released July 2, 2026)
Magnitude:
508 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/language-server@2.16.12

adamchal
matthewp
ematipico
ocavue

Directory Browser for @astrojs/language-server@2.16.12

All files are compared to previous version, @astrojs/language-server@2.16.11. 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.