chore(website): upgrade astro from v5 to v6#1339
Merged
Merged
Conversation
- astro: ^5.18.1 → ^6.4.8 - @astrojs/node: ^9.5.3 → ^10.1.4 (v10 requires astro ^6.3.0) - @astrojs/react: ^4.4.2 → ^5.0.7 No code changes needed: the project has no content collections, no ViewTransitions, no legacy experimental flags, and all Astro imports use stable APIs that are unchanged in v6. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
I spot checked this, running it locally, and it looked fine to me! |
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades the website/ Astro stack to Astro v6, aligning the Node adapter and React integration to compatible major versions for the frontend package.
Changes:
- Bump
astrofrom^5.18.1to^6.4.8 - Bump
@astrojs/nodefrom^9.5.3to^10.1.4 - Bump
@astrojs/reactfrom^4.4.2to^5.0.7
Contributor
|
Sometimes astro has a major version upgrade script. Let's check whether it is also available for this version. @fhennig will check this again |
Contributor
Author
|
The script goes directly to v7. But it also doesn't do anything besides the bumps for us. |
fengelniederhammer
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No code changes needed: the project has no content collections, no ViewTransitions, no legacy experimental flags, and all Astro imports use stable APIs that are unchanged in v6.
Upgrade guide: https://docs.astro.build/en/guides/upgrade-to/v6/