Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@fontsource/jetbrains-mono": "^5.0.0",
"@upstash/ratelimit": "^2.0.0",
"@upstash/redis": "^1.37.0",
"astro": "^5.18.1"
"astro": "^6.4.6"

@augmentcode augmentcode Bot Jun 17, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@astrojs/vercel@^9.0.4 and @astrojs/starlight@^0.37.6 both declare peerDependencies on Astro v5 (^5.0.0 / ^5.5.0), so bumping astro to ^6.4.6 here will likely produce peer-dep conflicts and may break the adapter/integration at runtime.

Severity: high

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

@augmentcode augmentcode Bot Jun 17, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Astro v6 requires Node >=22.12.0 (per the package engines.node / v6 upgrade guide); if CI/Vercel/local dev are still on Node 18/20 this upgrade will fail at install/build time.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

},
"devDependencies": {
"@astrojs/check": "^0.9.8",
Expand Down
Loading
Loading