Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion apps/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@astrojs/check": "^0.5.10",
"@astrojs/node": "^8.2.5",
"@sentry/astro": "8.9.2",
"astro": "^4.7.0",
"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.

Incompatible @astrojs/node version for Astro 5

High Severity

Bumping astro to ^5.18.1 without updating @astrojs/node from ^8.2.5 breaks the build. Astro 5 requires @astrojs/node v9.x; v8.x has a peer dependency on Astro 4.x and is incompatible with the new major version.

Additional Locations (1)
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.

output: 'hybrid' removed in Astro 5

High Severity

Bumping to Astro 5 breaks the existing astro.config.mjs which uses output: 'hybrid'. This option was removed in Astro 5 and causes an "Invalid input" configuration error. It needs to be changed to output: 'static' (or removed entirely) as the hybrid behavior is now the default in static mode.

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.

@sentry/astro 8.9.2 lacks Astro 5 support

High Severity

@sentry/astro at version 8.9.2 predates Astro 5 support, which was added later in the Sentry SDK. Bumping astro to v5 without upgrading @sentry/astro to a version with Astro 5 compatibility will likely cause integration failures.

Additional Locations (1)
Fix in Cursor Fix in Web

"typescript": "^5.4.5"
}
}
Loading
Loading