chore(deps): bump astro from 4.16.19 to 5.18.1 in /dev-packages/e2e-tests/test-applications/astro-4#20004
Conversation
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.19 to 5.18.1. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@5.18.1/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.18.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨
Bug Fixes 🐛
Documentation 📚
Internal Changes 🔧Core
Other
🤖 This preview updates automatically when you update the PR. |
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.
| "@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.
Astro 5 rejects removed output: 'hybrid' config option
High Severity
Bumping astro from 4.x to 5.18.1 without updating astro.config.mjs will cause a build failure. Astro 5 removed output: 'hybrid' entirely — it's no longer a valid configuration value and throws a config validation error. The existing astro-5 test app confirms the fix: it uses output: 'server' instead. The astro.config.mjs needs to be updated alongside this version bump.
| "@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.
Incompatible @astrojs/node 8.3.4 with Astro 5
High Severity
@astrojs/node 8.3.4 is not compatible with Astro 5 — it requires at least version 9.0.0. The existing astro-5 test app uses @astrojs/node ^9.0.0, and the astro-6 app uses ^10.0.0. This version was not updated alongside the astro major version bump, which will cause build or runtime failures.
|
we need to somehow make this smarter. This is so painful to always manually close. |
|
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 5.18.1.
Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
434d9cc[ci] release (#15829)c2cd371fix(helpers): Backport remote patterns segments fix (#15828)011f061[ci] release (#15597)efae11cfix: X-Forwarded-Proto rejected when allowedDomains includes protocol… (#15594)751ccf0Update actionBodySizeLimit changeset and make minor (#15600)b7dd447make actionBodySizeLimit configurable (#15589)e0f1a2b[ci] release (#15571)522f880Limit action request body size (#15564)436962achore: Upgrade Vite and esbuild (#15554)e01e98bRespect remote image allowlists (#15569)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for astro since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.