Astro: @astrojs/[email protected] Release

Release date:
August 18, 2026
Previous version:
@astrojs/[email protected] (released July 2, 2026)
Magnitude:
6,490 Diff Delta
Contributors:
15 total committers
Data confidence:
Commits:

88 Commits in this Release

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

Authored July 15, 2026
Authored August 13, 2026
Authored August 18, 2026
Authored July 28, 2026
Authored August 13, 2026

Top Contributors in @astrojs/[email protected]

matthewp
ematipico
florian-lefebvre
adamchal
Daedalus-Icarus
thelazylamaGit
alexanderniebuhr
ocavue
astrobot-houston
gtritchie

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

  • #17668 bef9db5 Thanks @lazerg! - Fixes Astro's ambient types leaking into unrelated TypeScript projects. In a monorepo with hoisted node_modules, the plugin found the shared astro install from any project and injected env.d.ts and astro-jsx.d.ts into it, which pulled @types/node into projects that never asked for it. The plugin now only injects those types when the project actually depends on astro or has an astro.config.* file.