Astro: @astrojs/ts-plugin@1.10.10 Release

Release date:
July 2, 2026
Previous version:
@astrojs/ts-plugin@1.10.9 (released May 20, 2026)
Magnitude:
13,451 Diff Delta
Contributors:
17 total committers
Data confidence:
Commits:

213 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/ts-plugin@1.10.10

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

Directory Browser for @astrojs/ts-plugin@1.10.10

All files are compared to previous version, @astrojs/ts-plugin@1.10.9. 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.