chore: update Astro templates to latest versions and prepare for v6#897
chore: update Astro templates to latest versions and prepare for v6#897deloreyj merged 5 commits intocloudflare:mainfrom
Conversation
…sions - astro: 5.16.2 -> 5.16.9 - @astrojs/mdx: 4.3.12 -> 4.3.13 - @astrojs/sitemap: 3.6.0 -> 3.6.1 - Add engines.node >= 22 for Astro 6 compatibility
…lity Import z from 'astro/zod' instead of 'astro:content'. The z export from astro:content is deprecated in Astro 6. See: https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-astroschema-and-z-from-astrocontent
- astro: 5.16.2 -> 5.16.9 - Add engines.node >= 22 for Astro 6 compatibility - Add TODO comment about @astrojs/tailwind deprecation for Tailwind v4
|
@zeke Looks like the lockfiles are out of date now. Can you run a |
Yeah, it changed the lockfiles for each of the templates you changed, the top-level lockfile for the monorepo, and the |
|
|
Preview link not generated: you must be on a branch, not on a fork. |
This PR updates the Astro templates to the latest stable versions and prepares them for Astro 6 compatibility.
Astro 6 is currently in beta (released today, Jan 13, 2026). These changes ensure the templates:
References
Testing locally