Astro: [email protected] Release

Release date:
March 10, 2026
Previous version:
[email protected] (released February 9, 2026)
Magnitude:
42,594 Diff Delta
Contributors:
10 total committers
Data confidence:
Commits:

157 Commits in this Release

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

Authored March 10, 2026
Authored February 26, 2026
Authored February 24, 2026
Authored March 4, 2026
Authored February 26, 2026
Authored February 27, 2026
Authored February 23, 2026
Authored February 27, 2026
Authored February 15, 2026
Authored February 20, 2026
Authored March 4, 2026
Authored March 2, 2026
Authored February 24, 2026
Authored February 24, 2026
Authored March 9, 2026
Authored February 12, 2026
Authored February 18, 2026

Top Contributors in [email protected]

ematipico
florian-lefebvre
Princesseuh
alexanderniebuhr
rururux
jcayzac
trueberryless
ArmandPhilippot
sapphi-red
sarah11918

Directory Browser for [email protected]

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Major Changes

Patch Changes

  • #15187 bbb5811 Thanks @matthewp! - Update to Astro 6 beta

  • #15344 9d87f77 Thanks @matthewp! - Fixes a hang that could occur when the npm registry is slow or unresponsive by adding a 10 second timeout to the version check

  • #15350 d758b68 Thanks @matthewp! - Errors when --add and --no-install flags are used together, as --add requires dependencies to be installed

  • #15264 11efb05 Thanks @florian-lefebvre! - Lower the Node version requirement to allow running on Stackblitz until it supports v22

  • #15419 a18d727 Thanks @ematipico! - Fixes an issue where --add could accept any kind of string, leading to different errors. Now --add accepts only values of valid integrations and adapters.

  • #15419 a18d727 Thanks @ematipico! - Fixes an issue where the add command could accept any arbitrary value, leading the possible command injections. Now add and --add accepts values that are only acceptable npmjs.org names.