chore(deps): bump astro from 4.16.19 to 6.1.6 in /dev-packages/e2e-tests/test-applications/astro-4#20432
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
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.
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.
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>
a2c5d71 to
074db02
Compare


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.