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 @@ -18,7 +18,7 @@
"@sentry/astro": "file:../../packed/sentry-astro-packed.tgz",
"@sentry-internal/test-utils": "link:../../../test-utils",
"@spotlightjs/astro": "2.1.6",
"astro": "4.16.19",
"astro": "6.1.6",
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 6 rejects removed output: 'hybrid' config option

High Severity

Bumping astro from 4.x to 6.x without updating astro.config.mjs breaks the build. The output: 'hybrid' option was removed in Astro 5 and throws an error in Astro 6. The config needs to be updated to remove output: 'hybrid' (or replace it with output: 'static'), since the hybrid behavior is now the default static mode.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a2c5d71. Configure here.

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 version for Astro 6

High Severity

@astrojs/node 8.3.4 is designed for Astro 4.x and is incompatible with Astro 6.x. Astro 6 requires @astrojs/node v10.x (which has astro ^6.0.0 as its peer dependency). Using the old adapter version will cause peer dependency conflicts and likely runtime failures.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a2c5d71. Configure here.

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