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.18.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Astro 5 rejects removed output: 'hybrid' config option

High Severity

Bumping astro from 4.x to 5.18.1 without updating astro.config.mjs will cause a build failure. Astro 5 removed output: 'hybrid' entirely — it's no longer a valid configuration value and throws a config validation error. The existing astro-5 test app confirms the fix: it uses output: 'server' instead. The astro.config.mjs needs to be updated alongside this version bump.

Fix in Cursor Fix in Web

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 8.3.4 with Astro 5

High Severity

@astrojs/node 8.3.4 is not compatible with Astro 5 — it requires at least version 9.0.0. The existing astro-5 test app uses @astrojs/node ^9.0.0, and the astro-6 app uses ^10.0.0. This version was not updated alongside the astro major version bump, which will cause build or runtime failures.

Fix in Cursor Fix in Web

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