Astro: @astrojs/[email protected] Release

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

209 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored May 18, 2026
Authored June 9, 2026
Authored June 2, 2026
Authored June 9, 2026
Authored June 3, 2026
Authored May 20, 2026
Authored June 8, 2026
Authored May 21, 2026
Authored May 28, 2026

Top Contributors in @astrojs/[email protected]

ematipico
matthewp
Princesseuh
astrobot-houston
ascorbic
florian-lefebvre
iseraph-dev
ocavue
adamchal
fkatsuhiro

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

  • #17269 c72d4f2 Thanks @matthewp! - Fixes "Go To References" from .ts files missing usages inside .astro files that are reached through Astro.locals. The plugin now injects Astro's ambient types so type chains like Astro.locals.utils.toUpper() resolve, matching the language server.