-
-
Notifications
You must be signed in to change notification settings - Fork 891
Astro 6 support #3644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Astro 6 support #3644
Conversation
Vite 7 supports was added to `@tailwindcss/vite` in version `4.1.11`
|
✅ Deploy Preview for astro-starlight ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
* main: [ci] release (withastro#3650) [ci] format Add Greek (el) UI translations (withastro#3647) i18n(ru): update translations (withastro#3643) chore(deps): update stefanzweifel/git-auto-commit-action action to v7.1.0 (withastro#3637) Add STACKIT Docs Showcase (withastro#3633) i18n(fr): update `resources/community-content` & `resources/plugins` (withastro#3631)
|
Exciting to see the working preview deploy! Awesome work @HiDeoo 👏 |

Description
This PR adds support for Astro 6 (currently requires exactly version
6.0.0-beta.1)This is an early draft, more details will be added over time, and preview releases will be published later too for testing purposes.
Known issues
Build issue on Windows when importing an Astro component with a<script>in MDX using an import aliasReproThe Markdoc example is failing to build as an updated version of@astrojs/markdocwas not published as part of the alpha.SSR build issue with explicit URL imports, e.g.import styles from '../styles/custom.css?url&no-inline'ReproSSR issue where visiting some pages matching pre-rendered route patterns can crash the serverReprostarlight-links-validatorplugin not being updated for Zod 4 yet.Remaining tasks
size-limitCSS size limitassetsInlineLimitvalue is 4K, so it makes sense that the CSS is not inlined and the current behavior seems correct. A great idea from Chris could be that it was previously considered several chunks, each under 4K, and now bundled together, but that would need to be verified.TODO(HiDeoo)comments.