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 docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@astrojs/starlight": "^0.39.2",
"@sentry/astro": "^10.38.0",
"@sentry/starlight-theme": "^0.8.0",
"astro": "^6.4.6",
"astro": "^7.1.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Incompatible Astro 7 Starlight bump

High Severity

This bumps astro to ^7.1.0 while leaving @astrojs/starlight on ^0.39.2 (resolved as 0.39.3), which still peers on astro: ^6.0.0. Starlight only added Astro 7 support in 0.41.0, so the docs site is pairing unsupported major versions and is likely to fail installs or builds.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 27f3c42. Configure here.

"sharp": "^0.33.5",
"shiki": "^3.21.0"
},
Expand Down
Loading
Loading