chore(deps): bump astro from 5.18.1 to 6.1.6#1294
chore(deps): bump astro from 5.18.1 to 6.1.6#1294dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.18.1 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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Results 📊✅ Patch coverage is 100.00%. Project has 1348 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 76.31% 76.31% —%
==========================================
Files 47 47 —
Lines 5690 5690 —
Branches 611 614 +3
==========================================
+ Hits 4342 4342 —
- Misses 1348 1348 —
- Partials 5 5 —Generated by Codecov Action |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 3 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 7c0e42c. Configure here.
| "@types/react-dom": "catalog:", | ||
| "@vercel/analytics": "^1.6.1", | ||
| "astro": "^5.18.1", | ||
| "astro": "^6.1.6", |
There was a problem hiding this comment.
Incompatible peer dependencies with Astro 6 major upgrade
High Severity
Bumping astro to ^6.1.6 without upgrading companion packages creates peer dependency mismatches that will likely cause build failures. The lockfile shows @astrojs/mdx@4.3.6 declares peerDependencies: astro: ^5.0.0, and astro-expressive-code@0.40.2 declares astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0 — neither includes ^6.0.0. Additionally, @astrojs/starlight@0.32.6 requires upgrading to v0.38+ for Astro 6 support, and @astrojs/vercel needs v10+ for the new adapter API.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 7c0e42c. Configure here.
| "@types/react-dom": "catalog:", | ||
| "@vercel/analytics": "^1.6.1", | ||
| "astro": "^5.18.1", | ||
| "astro": "^6.1.6", |
There was a problem hiding this comment.
Content collections config incompatible with Astro 6
High Severity
Astro 6 removed the legacy content collections API. The project's src/content/config.ts uses the old API (type: "data", no loader property) and is in the old file location. Astro 6 requires moving the file to src/content.config.ts, adding a loader to each collection, and removing the type property. Without these changes, content collections will fail.
Reviewed by Cursor Bugbot for commit 7c0e42c. Configure here.
| "@types/react-dom": "catalog:", | ||
| "@vercel/analytics": "^1.6.1", | ||
| "astro": "^5.18.1", | ||
| "astro": "^6.1.6", |
There was a problem hiding this comment.
Removed @astrojs/vercel/static import path in Astro 6
High Severity
The astro.config.mjs imports from @astrojs/vercel/static, a path that is deprecated/removed in the Astro 6 ecosystem. The Vercel adapter for Astro 6 (@astrojs/vercel@10+) consolidates to a single @astrojs/vercel import. The current @astrojs/vercel@^8.0.8 specifier is also incompatible with Astro 6's new adapter API.
Reviewed by Cursor Bugbot for commit 7c0e42c. Configure here.


Bumps astro from 5.18.1 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)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.