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 @@ -18,7 +18,7 @@
"@sentry/astro": "* || latest",
"@sentry-internal/test-utils": "link:../../../test-utils",
"@spotlightjs/astro": "2.1.6",
"astro": "4.16.19",
"astro": "5.15.6",
Copy link

Choose a reason for hiding this comment

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

Bug: Astro Upgrade: Version Incompatibility

Upgrading astro from 4.16.19 to 5.15.6 in the astro-4 test directory creates version mismatches with @astrojs/node 8.3.4 and @astrojs/check 0.9.2, which are designed for Astro 4. The separate astro-5 directory exists for testing Astro 5 with compatible dependencies like @astrojs/node ^9.0.0. Either the other dependencies need updating to Astro 5-compatible versions, or this upgrade targets the wrong directory.

Fix in Cursor Fix in Web

"typescript": "^5.5.4"
},
"devDependencies": {
Expand Down
Loading