ci(deps): bump astro from 4.16.19 to 6.1.6 in /dev-packages/e2e-tests/test-applications/astro-4#20432
Conversation
| "@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.
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.
Reviewed by Cursor Bugbot for commit a2c5d71. Configure here.
| "@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.
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.
Reviewed by Cursor Bugbot for commit a2c5d71. Configure here.
a2c5d71 to
074db02
Compare
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.19 to 6.1.6. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.1.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
074db02 to
a3abc91
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 3 total unresolved issues (including 2 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a3abc91. Configure here.
| "@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.
@astrojs/check 0.9.2 incompatible with Astro 6
Medium Severity
@astrojs/check 0.9.2 does not support Astro 6. Compatibility was added in version 0.9.7+. Since the build script runs astro check && astro build, this will cause the astro check step to fail, blocking the entire test pipeline.
Reviewed by Cursor Bugbot for commit a3abc91. Configure here.
|
we want to test astro 4 here, this is just a test |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |


Bumps astro from 4.16.19 to 6.1.6.
Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
1945a93[ci] release (#16281)bb4586afix: avoid full-reload in scss modules (#14924)5f3085b[ci] formatb5c2fbaSkip actions server-output validation when an adapter is configured (#16202)b06eabfConsolidate inline script escaping into shared utility (#16303)92fc030refactor(core): rename logger internal types (#16271)ba18015[ci] formatd198e82test: port 16 routing unit tests to TypeScript (#16266)673a871[ci] release (#16244)fab9c00chore: upgrade biome (#16246)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for astro since your current version.