-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore(deps): bump astro from 4.16.19 to 6.1.6 in /dev-packages/e2e-tests/test-applications/astro-4 #20432
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
base: develop
Are you sure you want to change the base?
chore(deps): bump astro from 4.16.19 to 6.1.6 in /dev-packages/e2e-tests/test-applications/astro-4 #20432
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": "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", | ||
|
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 6 rejects removed
output: 'hybrid'config optionHigh Severity
Bumping
astrofrom 4.x to 6.x without updatingastro.config.mjsbreaks the build. Theoutput: 'hybrid'option was removed in Astro 5 and throws an error in Astro 6. The config needs to be updated to removeoutput: 'hybrid'(or replace it withoutput: 'static'), since the hybrid behavior is now the default static mode.Reviewed by Cursor Bugbot for commit a2c5d71. Configure here.