chore(deps-dev): bump astro from 3.5.0 to 6.1.6#20431
chore(deps-dev): bump astro from 3.5.0 to 6.1.6#20431dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e6d05b1. Configure here.
| }, | ||
| "devDependencies": { | ||
| "astro": "^3.5.0", | ||
| "astro": "^6.1.6", |
There was a problem hiding this comment.
Vite devDependency incompatible with Astro 6 requirement
Medium Severity
Bumping astro to ^6.1.6 while keeping vite at ^5.4.11 creates a version conflict. Astro 6 requires Vite 7 as a peer dependency. This mismatch can cause type resolution issues (e.g., import type { Plugin } from 'vite' in cloudflare.ts would resolve against Vite 5 types while Astro 6 expects Vite 7 types) and potentially break TypeScript compilation or tests.
Reviewed by Cursor Bugbot for commit e6d05b1. Configure here.
| optionalDependencies: | ||
| fsevents "~2.3.3" | ||
|
|
||
| vite@^6.0.0, vite@^6.1.0, vite@^6.3.5, vite@^6.4.1: |
There was a problem hiding this comment.
Risk: Affected versions of vite are vulnerable to Exposure of Sensitive Information to an Unauthorized Actor / Missing Authentication for Critical Function. This occurs because the Vite Dev Server WebSocket improperly exposes the fetchModule method, allowing unauthenticated remote attackers to bypass filesystem restrictions and read arbitrary files from the host machine
Manual Review Advice: A vulnerability from this advisory is reachable if you enable vite dev server using --host flag and websocket is not disabled
Fix: Upgrade this library to at least version 6.4.2 at sentry-javascript/yarn.lock:30204.
Reference(s): GHSA-p9ff-h696-f583, CVE-2026-39363
🧁 Fixed in commit 9ecdcd5 🧁
c372bbb to
9e464a6
Compare
|
Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request. |
20c4d15 to
a46d5aa
Compare
|
@dependabot rebase |
40ab59a to
38b27ea
Compare
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 3.5.0 to 6.1.6. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG-v3.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:development ... Signed-off-by: dependabot[bot] <support@github.com>
38b27ea to
9ecdcd5
Compare
|
Currently we still support Astro v3 so it still makes sense to keep this version. And as the Cursor comment already states ("Vite devDependency incompatible with Astro 6 requirement"), the types are not compatible and the build fails. I will close this now. We can update this manually once we decide on the new version ranges to support. |
|
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 3.5.0 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.