Astro: [email protected] Release

Release date:
March 26, 2026
Previous version:
[email protected] (released March 19, 2026)
Magnitude:
6,250 Diff Delta
Contributors:
18 total committers
Data confidence:
Commits:

68 Commits in this Release

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

Authored March 26, 2026
Authored March 20, 2026
Authored March 24, 2026
Authored March 25, 2026
Authored March 26, 2026
Authored March 23, 2026

Top Contributors in [email protected]

ematipico
matthewp
astrobot-houston
seroperson
ljharb
renovate-bot
merlinnot
martrapp
kylemclean
florian-lefebvre

Directory Browser for [email protected]

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

Loading File Browser...

Release Notes Published

Patch Changes

  • #16106 d241012 Thanks @matthewp! - Fixes dependency installation failing on Windows when running npm create astro@latest. The previous fix for DEP0190 warnings incorrectly assumed .cmd shims could be spawned directly without a shell β€” on Windows, .cmd files require cmd.exe to execute. Package manager commands are now invoked via cmd.exe /d /s /c on Windows. Also fixes the [object Object] error message that appeared when installation failed, replacing it with the actual error.