Skip to content
Open
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": "10.0.5",
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 @astrojs/node 10.x requires Astro 6, not 4

High Severity

@astrojs/node is bumped from 8.3.4 to 10.0.5, but astro remains at 4.16.19. According to the release notes, @astrojs/node@10.0.2 sets peerDependencies#astro to 6.0.0, making 10.x incompatible with Astro 4. The astro-6 test app correctly pairs @astrojs/node: ^10.0.0 with astro: ^6.0.6, while astro-5 uses @astrojs/node: ^9.0.0 with astro: ^5.0.3. This mismatch will likely cause build or runtime failures in the astro-4 E2E tests.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cd6067a. 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