Skip to content
Closed
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 packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@sentry/vite-plugin": "^5.1.0"
},
"devDependencies": {
"astro": "^3.5.0",
"astro": "^5.18.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Vite devDependency version incompatible with Astro 5

Medium Severity

Bumping astro from ^3.5.0 to ^5.18.1 without updating the vite devDependency creates a version mismatch. Astro 5 upgraded to Vite 6, but "vite": "^5.4.11" still resolves to Vite 5.x. This can cause type conflicts (e.g., the Plugin type imported from vite in cloudflare.ts) and potential build or test failures due to mismatched Vite APIs between what Astro expects and what's installed.

Additional Locations (1)
Fix in Cursor Fix in Web

"vite": "^5.4.11"
},
"scripts": {
Expand Down
Loading
Loading