feat(astro-builder): target Astro 7 - #52
Merged
Merged
Conversation
Retarget the whole plugin from Astro 6 to Astro 7.1.3: docs, agents, skills, and init templates. Every disputed Astro 7 fact was verified against official sources (astro.build blog, v7 upgrade guide, CHANGELOG, npm registry). Highlights: - docs/astro-patterns.md: Astro 7 migration-notes table, updated config example (compressHTML 'jsx', markdown processor opt-out), new anti-pattern rows (removed experimental.* keys, @astrojs/db, astro:transitions internals, reserved src/fetch.ts, Rust-compiler strictness) - init: scaffolds engines.node >=22.12.0, Astro 7 config template, fixed self-failing verification greps - audit: Astro 7 config-surface checks; severities now defer to html-conventions rule IDs (new HTML-15 for nested interactive elements) - html/translate/seo skills aligned with the Rust compiler and Sätteri markdown processor behavior - urls.ts template: locale-bound createUrls(locale) factory mirroring createTranslator; RSS/404/BaseLayout templates aligned (@ aliases, fill-marker hygiene) - marketplace.json/README/CLAUDE.md description prose updated to Astro 7 (no version fields touched — release-please owns them) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Merged
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
Retargets astro-builder from Astro 6 to Astro 7.1.3 across docs, agents, skills, and init templates. All Astro 7 claims were verified against official sources (astro.build blog, v7 upgrade guide, withastro/astro CHANGELOG, npm registry) through three research/fix/validate rounds.
Astro 7 delta covered
<p>nesting / unclosed tags) → html-conventions + audit rules@astrojs/markdown-remark+processor: unified()opt-in)compressHTML: 'jsx'default, experimental flags stabilized to top-level,@astrojs/dbremoved, reservedsrc/fetch.tsentrypoint, Vite 8/Rolldown, Node >= 22.12.0 (now scaffolded intoengines)astro dev(--background/status/logs/stop),glob({ deferRender: true })Also in this PR
urls.tstemplate redesigned as a locale-boundcreateUrls(locale)factory mirroringcreateTranslator— components bind the locale onceengines.node,experimental-key grep), audit severities defer to html-conventions rule IDs (new HTML-15), RSS/404/BaseLayout templates use@aliases and proper fill-marker hygiene🤖 Generated with Claude Code