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": "9.5.4",
Copy link

Choose a reason for hiding this comment

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

Incompatible major version bump breaks Astro 4 test app

High Severity

@astrojs/node 9.x requires astro ^5 as a peer dependency (and 9.5.4 specifically requires astro@5.17.3 minimum), but this test application pins astro to 4.16.19. This version mismatch will cause the build to fail or produce runtime errors. The astro-5 test app correctly pairs @astrojs/node ^9.0.0 with astro ^5.0.3, confirming these are meant for different Astro major versions. The adapter version here needs to stay in the 8.x range to remain compatible with Astro 4.

Additional Locations (1)

Fix in Cursor Fix in Web

"@playwright/test": "~1.56.0",
"@sentry/astro": "* || latest",
"@sentry-internal/test-utils": "link:../../../test-utils",
Expand Down
Loading