Astro: @astrojs/[email protected] Release

Release date:
May 22, 2025
Previous version:
@astrojs/[email protected] (released December 3, 2024)
Magnitude:
39,773 Diff Delta
Contributors:
64 total committers
Data confidence:
Commits:

614 Commits in this Release

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

Authored April 28, 2025
Authored April 22, 2025
Authored December 18, 2024
Authored April 14, 2025
Authored January 9, 2025
Authored April 23, 2025
Authored January 20, 2025
Authored March 11, 2025
Authored December 5, 2024
Authored January 2, 2025
Authored April 28, 2025
Authored May 22, 2025
Authored December 20, 2024
Authored December 11, 2024
Authored January 29, 2025
Authored May 21, 2025
Authored April 30, 2025

Top Contributors in @astrojs/[email protected]

ematipico
renovate-bot
p0lyw0lf
louisescher
kaytwo
kyr0
ArmandPhilippot
mtwilliams-code
colinbate
mattyoho

Directory Browser for @astrojs/[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

Minor Changes

  • #13809 3c3b492 Thanks @ascorbic! - Increases minimum Node.js version to 18.20.8

    Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's Node.js support policy for more details.

    :warning: Important note for users of Cloudflare Pages: The current build image for Cloudflare Pages uses Node.js 18.17.1 by default, which is no longer supported by Astro. If you are using Cloudflare Pages you should override the default Node.js version to Node.js 22. This does not affect users of Cloudflare Workers, which uses Node.js 22 by default.