-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore(deps): bump astro from 4.16.19 to 5.18.1 in /dev-packages/e2e-tests/test-applications/astro-4 #20004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump astro from 4.16.19 to 5.18.1 in /dev-packages/e2e-tests/test-applications/astro-4 #20004
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incompatible
|
||
| "typescript": "^5.5.4" | ||
| }, | ||
| "devDependencies": { | ||
|
|
||


There was a problem hiding this comment.
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 optionHigh Severity
Bumping
astrofrom 4.x to 5.18.1 without updatingastro.config.mjswill cause a build failure. Astro 5 removedoutput: 'hybrid'entirely — it's no longer a valid configuration value and throws a config validation error. The existingastro-5test app confirms the fix: it usesoutput: 'server'instead. Theastro.config.mjsneeds to be updated alongside this version bump.