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/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vercel/analytics": "^1.6.1",
"astro": "^5.18.1",
"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.

Incompatible peer dependencies with Astro 6 major upgrade

High Severity

Bumping astro to ^6.1.6 without upgrading companion packages creates peer dependency mismatches that will likely cause build failures. The lockfile shows @astrojs/mdx@4.3.6 declares peerDependencies: astro: ^5.0.0, and astro-expressive-code@0.40.2 declares astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0 — neither includes ^6.0.0. Additionally, @astrojs/starlight@0.32.6 requires upgrading to v0.38+ for Astro 6 support, and @astrojs/vercel needs v10+ for the new adapter API.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7c0e42c. Configure here.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Content collections config incompatible with Astro 6

High Severity

Astro 6 removed the legacy content collections API. The project's src/content/config.ts uses the old API (type: "data", no loader property) and is in the old file location. Astro 6 requires moving the file to src/content.config.ts, adding a loader to each collection, and removing the type property. Without these changes, content collections will fail.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7c0e42c. Configure here.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Removed @astrojs/vercel/static import path in Astro 6

High Severity

The astro.config.mjs imports from @astrojs/vercel/static, a path that is deprecated/removed in the Astro 6 ecosystem. The Vercel adapter for Astro 6 (@astrojs/vercel@10+) consolidates to a single @astrojs/vercel import. The current @astrojs/vercel@^8.0.8 specifier is also incompatible with Astro 6's new adapter API.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7c0e42c. Configure here.

"react": "catalog:",
"react-dom": "catalog:",
"sharp": "^0.33.5",
Expand Down
Loading
Loading