chore: upgrade Astro to v7, Starlight to v0.41, and fix MDX compatibility issues#400
Merged
Conversation
…sharp bitmap issue. - Switch bmp to png for images. - Switch to mdx style comments.
- astro to major version 7.0.3 - @astrojs/starlight updated to 0.41.0 - js-yaml updated to 4.3.0 - prettier updated to 3.9.1
erinxocon
commented
Jun 29, 2026
| title: Thelio Major (thelio-major-r5-n4) | ||
| --- | ||
|
|
||
| - [External Overview](./external-overview.mdx) |
Member
Author
There was a problem hiding this comment.
@jacobgkau Not sure if these links were left out on purpose! Let me know!
Member
There was a problem hiding this comment.
I'd just forgotten and had planned to slip it in with the next update I made (was also a little curious if anyone would bring it up, and was reconsidering whether these links make structural sense, with the new layout of the sidebar where the Specifications page is on the same level as the others).
Member
|
CI's been stuck on the build step for a couple of hours. May need an AWS cache update again or something? |
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
This PR upgrades the core Astro framework and related dependencies to their latest major versions, and applies the necessary content and tooling fixes required for MDX compatibility.
Dependency Updates
6.4.8→7.0.30.40.0→0.41.14.2.0→4.3.03.8.4→3.9.111.7.0→11.9.0MDX Compatibility Fixes
<!-- -->) with JSX-style comments ({/* */}) in.mdxrepair files, required by the MDX parserspecs.mdfiles across all models to point to.mdxextensions where files were previously converted.BMPto.PNGformat inthelio-major-b1-b2-r1-r2to fix a build issue that occurs without cache (sharp does not support BMP)Files Changed
package.json/pnpm-lock.yaml— dependency upgradessrc/content/docs/models/*/specs.md— link extension fixes (.md→.mdx)src/content/docs/models/thelio-b4/repairs.mdx— MDX comment syntax fixsrc/content/docs/models/thelio-major-b1-b2-r1-r2/repairs.mdx— MDX comment syntax fix + image references updated to PNGsrc/content/docs/models/thelio-major-b1-b2-r1-r2/img/— Added PNG versions of BMP BIOS screenshots