-
-
Notifications
You must be signed in to change notification settings - Fork 34
chore(deps): bump astro from 5.18.1 to 6.1.6 #1294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,7 @@ | |
| "@types/react": "catalog:", | ||
| "@types/react-dom": "catalog:", | ||
| "@vercel/analytics": "^1.6.1", | ||
| "astro": "^5.18.1", | ||
| "astro": "^6.1.6", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Content collections config incompatible with Astro 6High Severity Astro 6 removed the legacy content collections API. The project's Reviewed by Cursor Bugbot for commit 7c0e42c. Configure here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed
|
||
| "react": "catalog:", | ||
| "react-dom": "catalog:", | ||
| "sharp": "^0.33.5", | ||
|
|
||


There was a problem hiding this comment.
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
astroto^6.1.6without upgrading companion packages creates peer dependency mismatches that will likely cause build failures. The lockfile shows@astrojs/mdx@4.3.6declarespeerDependencies: astro: ^5.0.0, andastro-expressive-code@0.40.2declaresastro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0— neither includes^6.0.0. Additionally,@astrojs/starlight@0.32.6requires upgrading to v0.38+ for Astro 6 support, and@astrojs/vercelneeds v10+ for the new adapter API.Additional Locations (2)
pnpm-lock.yaml#L457-L459pnpm-lock.yaml#L3894-L3896Reviewed by Cursor Bugbot for commit 7c0e42c. Configure here.