chore(site): upgrade to Astro 7#2119
Merged
Merged
Conversation
Bump astro 6.4.8 -> 7.0.0 and @astrojs/sitemap 3.7.2 -> 3.7.3.
Astro 7 deprecates markdown.remarkPlugins/rehypePlugins/remarkRehype in
favor of markdown.processor: unified({...}) from @astrojs/markdown-remark
(now an explicit dependency; shikiConfig stays top-level as a
processor-agnostic option).
Build, astro check, and all postbuild verify-* scripts pass.
Claude-Session: https://claude.ai/code/session_019SqDkxvouysztz8RV7vCVK
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
bashkit | e8e1a7f | Commit Preview URL Branch Preview URL |
Jun 22 2026, 09:01 PM |
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.
What
Upgrades the bashkit.sh site (
site/) to Astro 7.astro^6.4.8→^7.0.0@astrojs/sitemap^3.7.2→^3.7.3@astrojs/markdown-remark^7.2.0as an explicit dependencyWhy
Astro 7 is the current major. It deprecates
markdown.remarkPlugins/markdown.rehypePlugins/markdown.remarkRehypeand no longerauto-installs
@astrojs/markdown-remark.How
(
normalizeGuideMarkdown,rewriteRenderedLinks) intomarkdown.processor: unified({ ... })from@astrojs/markdown-remark,the Astro 7 replacement for the deprecated options.
shikiConfigstays atmarkdowntop-level since it's aprocessor-agnostic, cross-cutting option (not part of the deprecation).
@astrojs/markdown-remarkas a direct dependency since theconfig now imports
unifiedfrom it.Verified
pnpm run build— clean, no deprecation warnings, 31 pages builtverify-*scripts pass (doc routes, sitemap, robots,link headers, llms, agent skills, etc.)
pnpm run check(astro check) — 0 errors / 0 warnings / 0 hintspnpm install --frozen-lockfile— passes (matchessite.ymlCI)https://claude.ai/code/session_019SqDkxvouysztz8RV7vCVK
Generated by Claude Code