Skip to content

Conversation

@HiDeoo
Copy link
Member

@HiDeoo HiDeoo commented Jan 2, 2026

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

Symbol Status
🟢 Fixed
🟡 Fix pending review
🔴 No fix yet, under investigation

Remaining tasks

  • Bump Netlify Node.js version to 22.12.0+.
  • Fix links validation errors once all docs changes are validated.
    • Use Lunaria directives if needed when merging this PR
  • Bump size-limit CSS size limit
    • Only did a really quick check, but it seems that some previously inlined CSS is now extracted to a separate file and linked in the HTML. The CSS is similar between Astro v5 and v6, and its size is around 7.4K. Vite default assetsInlineLimit value 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.
  • Bump some peer dependencies versions once ready to release.
  • Search and address any TODO(HiDeoo) comments.
  • Add changesets.

@changeset-bot
Copy link

changeset-bot bot commented Jan 2, 2026

⚠️ No Changeset found

Latest commit: 770105c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify
Copy link

netlify bot commented Jan 2, 2026

Deploy Preview for astro-starlight ready!

Name Link
🔨 Latest commit 770105c
🔍 Latest deploy log https://app.netlify.com/projects/astro-starlight/deploys/6967a4c17d397b00088e4653
😎 Deploy Preview https://deploy-preview-3644--astro-starlight.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (🟢 up 5 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added 🚨 action Changes to GitHub Action workflows 📚 docs Documentation website changes 🌟 core Changes to Starlight’s main package 🌟 tailwind Changes to Starlight’s Tailwind package 🌟 markdoc Changes to Starlight’s Markdoc package 🌟 docsearch Changes to Starlight’s DocSearch plugin labels Jan 2, 2026
@astrobot-houston
Copy link
Contributor

astrobot-houston commented Jan 2, 2026

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

Locale File Note
en guides/i18n.mdx Source changed, localizations will be marked as outdated.
en guides/sidebar.mdx Source changed, localizations will be marked as outdated.
en manual-setup.mdx Source changed, localizations will be marked as outdated.
en reference/frontmatter.md Source changed, localizations will be marked as outdated.
en reference/route-data.mdx Source changed, localizations will be marked as outdated.
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

HiDeoo added 7 commits January 9, 2026 09:17
* 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)
@delucis
Copy link
Member

delucis commented Jan 14, 2026

Exciting to see the working preview deploy! Awesome work @HiDeoo 👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚨 action Changes to GitHub Action workflows 🌟 core Changes to Starlight’s main package 📚 docs Documentation website changes 🌟 docsearch Changes to Starlight’s DocSearch plugin 🌟 markdoc Changes to Starlight’s Markdoc package 🌟 tailwind Changes to Starlight’s Tailwind package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants