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": "10.0.0",
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.0.0 requires Astro 6, not 4

High Severity

@astrojs/node 10.0.0 has a peer dependency of astro ^6.0.0, but this test application pins astro at 4.16.19. This version mismatch will cause build or runtime failures for the astro-4 e2e test suite. The sibling astro-6 test app correctly pairs @astrojs/node ^10.0.0 with astro ^6.0.6, confirming the intended pairing. The astro-4 app likely needs to stay on @astrojs/node 8.x.

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