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": "file:../../packed/sentry-astro-packed.tgz",
"@sentry-internal/test-utils": "link:../../../test-utils",
"@spotlightjs/astro": "2.1.6",
"astro": "4.16.19",
"astro": "7.1.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Wrong major bump in Astro 4 app

High Severity

Dependabot bumped astro from 4.16.19 to 7.1.0 inside the astro-4 e2e app, which is pinned to Astro 4.x for version-matrix coverage. An astro-7 app already exists. This also leaves incompatible peers (@astrojs/node 8.x) and a removed output: 'hybrid' config, so the suite likely fails and Astro 4 coverage is lost.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 0407875. Configure here.

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