Upgrade Astro 5 -> 7 with Vite 8 (staged via Astro 6) - #1
Merged
Conversation
Staged framework upgrade landing on Astro 7.0.2 + Vite 8 (Rust compiler), keeping the unified() remark/rehype Markdown pipeline for output parity. - astro 5.16 -> 6.4.8 -> 7.0.2; Shiki 4; @astrojs sitemap/rss/check bumped - markdown: processor: unified() via @astrojs/markdown-remark 7 - import z from astro/zod (astro:content re-export deprecated) - fonts moved from experimental to top-level; dropped preserveScriptOrder flag (now default); removed obsolete tailwindcss() @ts-ignore - compressHTML: true to preserve v6 whitespace under the Rust compiler - consolidate on pnpm: remove package-lock.json, add pnpm-workspace.yaml (allowBuilds for sharp/esbuild, verifyDepsBeforeRun: false), add .nvmrc - CI/deploy: Node 20 -> 22, pnpm 10.11 -> 11.9 - repo-wide prettier format; eslint-disable for inline-script console Verified: astro check 0 errors, lint/format clean, 34 pages, pagefind/OG/RSS/sitemap intact.
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.
Staged framework upgrade landing on Astro 7.0.2 + Vite 8 (Rust compiler), keeping the unified() remark/rehype Markdown pipeline for output parity.
Verified: astro check 0 errors, lint/format clean, 34 pages, pagefind/OG/RSS/sitemap intact.
Description
Types of changes
Checklist
Further comments
Related Issue
Closes: #