build(website): update astro and @astrojs/markdown-remark to satisfy Starlight 0.42 peers - #197
Merged
Merged
Conversation
…Starlight 0.42 peers The website deploy has been failing since #192: Starlight 0.42 brings `@astrojs/mdx@8`, which needs `@astrojs/markdown-remark@^7.3.0` and `astro@^7.2.10`, while the lockfile kept `7.2.1` and `7.0.6` — the `^` ranges allowed the newer versions but nothing asked for them, and `astro build` fails with "`@astrojs/markdown-remark` is too old to render `.mdx` files". Bump both ranges so the lockfile resolves `7.3.0` and `7.3.1`; `pnpm docs:build` passes again.
Coverage Report for CI Build 33973336855Coverage remained the same at 69.769%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
3 tasks
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.
Summary
The Website deploy has been failing since #192. Starlight 0.42 brings
@astrojs/mdx@8, whose peers are@astrojs/markdown-remark@^7.3.0andastro@^7.2.10, while the lockfile kept@astrojs/markdown-remark@7.2.1andastro@7.0.6: the website's^ranges allowed the newer versions, but nothing asked for them, soastro buildfails with:This bumps the website's ranges to
@astrojs/markdown-remark@^7.3.0andastro@^7.3.1, so the lockfile resolves7.3.0and7.3.1.Test plan
pnpm docs:buildlocally:astro check0 errors, 22 pages builtmainafter merge🤖 Generated with Claude Code