build(deps-dev): update compatible Astro dependencies - #963
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
developer-sumup-com | 516d8e9 | Commit Preview URL Branch Preview URL |
Sep 11 2026, 10:24 PM |
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/astro-b3a87be7c1
branch
5 times, most recently
from
September 11, 2026 13:38
665ccd6 to
0f5a4ca
Compare
matoous
force-pushed
the
dependabot/npm_and_yarn/astro-b3a87be7c1
branch
from
September 11, 2026 22:18
0f5a4ca to
91b3653
Compare
matoous
force-pushed
the
dependabot/npm_and_yarn/astro-b3a87be7c1
branch
from
September 11, 2026 22:22
91b3653 to
516d8e9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the compatible Astro dependencies and declare MDX directly so the Astro config no longer relies on a hoisted transitive dependency. Align Satteri with the Markdown integration and use Starlight's public config type. Rebased onto main, preserving the merged Astro 7.3.2, Cloudflare 14.3.1, and Browserslist updates.
Keep
@astrojs/starlightat 0.41.7 andstarlight-links-validatorat 0.25.3: Starlight 0.42.0 introduces a Satteri WASM import that fails in the Cloudflare build (@bruits/satteri-wasm32-wasicannot be resolved). The same failure reproduces with Cloudflare adapter 14.3.1. The remaining Astro group upgrades are retained.Validation:
npm run check,npm run lint,npm run test(12 tests), andnpm run linkcheck(production build and rendered API links).