chore(deps): bump astro 6.1.6 → 6.3.1 + @astrojs/svelte 8.0.4 → 8.1.0#169
Merged
Conversation
Framework pair isolated to its own PR for clean visual spot-check post-merge (these touch the page-render path). Astro 6.3 patch notes: HMR + content-collection rendering fixes; no breaking changes from 6.1.x. @astrojs/svelte 8.1.0 is a minor over 8.0. Verified locally on top of post-#167 main: pnpm build, test (267 passing), typecheck (0 errors 0 warnings 27 hints — same baseline as pre-bump), lint all green. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1267a49 to
750354f
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.
Summary
Isolated Astro framework pair bump (two minors). Split from #167 so any page-render regression is bisectable to the framework rather than mixed-dependency churn.
Astro 6.3 changelog highlights: HMR fixes, content-collection render path improvements, no breaking changes from 6.1.x. @astrojs/svelte 8.1.0 is a minor over 8.0.4.
Test plan
pnpm installresolves cleanlypnpm build(Astro SSG + Pagefind) passespnpm test(267 tests) greenpnpm typecheckclean (0 errors, 0 warnings, 27 hints — same baseline)pnpm lintclean🤖 Generated with Claude Code