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.
High severity vulnerability may affect your project—review required:
Line 30924 lists a dependency (vite) with a known High severity vulnerability.
ℹ️ Why this matters
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
To resolve this comment:
Check if you enable vite dev server using --host flag and websocket is not disabled.
- If you're affected, upgrade this dependency to at least version 6.4.2 at yarn.lock.
- If you're not affected, comment
/fp we don't use this [condition]
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
You can view more details on this finding in the Semgrep AppSec Platform here.
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>
e6d05b1 to
e8b9adc
Compare


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.