Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/check": "0.9.2",
"@astrojs/node": "8.3.4",
"@astrojs/node": "11.0.2",

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 adapter major bump

High Severity

Dependabot bumped @astrojs/node from 8.3.4 to 11.0.2 while this app stays on astro@4.16.19. In this repo, adapter majors track Astro majors (8→4, 9→5, 10→6, 11→7), and @astrojs/node@11 targets Astro 7. That mismatch is likely to break install or the Astro 4 e2e build that still uses output: 'hybrid'.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 0f817e0. Configure here.

"@playwright/test": "~1.56.0",
"@sentry/astro": "file:../../packed/sentry-astro-packed.tgz",
"@sentry-internal/test-utils": "link:../../../test-utils",
Expand Down
Loading