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 packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@sentry/vite-plugin": "^5.2.0"
},
"devDependencies": {
"astro": "^3.5.0",
"astro": "^6.1.6",
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 incompatible with Astro 6 requirement

Medium Severity

Bumping astro to ^6.1.6 while keeping vite at ^5.4.11 creates a version conflict. Astro 6 requires Vite 7 as a peer dependency. This mismatch can cause type resolution issues (e.g., import type { Plugin } from 'vite' in cloudflare.ts would resolve against Vite 5 types while Astro 6 expects Vite 7 types) and potentially break TypeScript compilation or tests.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit e6d05b1. Configure here.

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