deps(docs): bump astro to 6.1.6 and starlight ecosystem#90
Merged
AnExiledDev merged 1 commit intostagingfrom May 8, 2026
Merged
deps(docs): bump astro to 6.1.6 and starlight ecosystem#90AnExiledDev merged 1 commit intostagingfrom
AnExiledDev merged 1 commit intostagingfrom
Conversation
- astro: ^5.18.0 → ^6.1.6 (fixes XSS in define:vars - CVE alerts #28, #29) - @astrojs/sitemap: 3.7.0 → 3.7.1 - @astrojs/starlight: ^0.37.6 → ^0.39.1 (required for Astro 6) - @astrojs/starlight-tailwind: ^4.0.2 → ^5.0.0 - starlight-image-zoom: ^0.13.2 → ^0.14.1 - starlight-versions: ^0.7.0 → ^0.8.1 - starlight-links-validator: ^0.19.2 → ^0.24.0 (required for Starlight >=0.38) - starlight-llms-txt: ^0.7.0 → ^0.8.1 (required for Starlight >=0.38) - starlight-scroll-to-top: ^0.4.0 → ^1.0.1 (required for Starlight >=0.38) - starlight-sidebar-topics: ^0.6.2 → ^0.7.1 (required for Starlight >=0.38) - starlight-tags: ^0.4.0 → ^1.0.1 (required for Starlight >=0.38) - starlight-kbd: ^0.3.0 → ^0.4.0 (required for Starlight >=0.38) - @tailwindcss/vite: ^4.2.1 → ~4.1.11 (pin to 4.1.x for Vite 7 compat) - tailwindcss: ^4.2.1 → ~4.1.11 (pin to 4.1.x for Vite 7 compat) - Removed zod override (3.25.76) — Astro 6 requires zod ^4.3.6
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced May 8, 2026
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
Bumps the docs site to Astro 6 (fixing XSS security alerts #28, #29) and all starlight ecosystem packages to compatible versions.
Requested bumps
astro: ^5.18.0 → ^6.1.6 (fixes XSS in define:vars — CVE alerts Add container runtime pre-flight check #28, Fix commit-reminder blocking and test-runner tmp file mismatch #29)@astrojs/sitemap: 3.7.0 → 3.7.1@astrojs/starlight-tailwind: ^4.0.2 → ^5.0.0starlight-image-zoom: ^0.13.2 → ^0.14.1starlight-versions: ^0.7.0 → ^0.8.1Cascading Astro 6 compatibility bumps
@astrojs/starlight: ^0.37.6 → ^0.39.1starlight-links-validator: ^0.19.2 → ^0.24.0starlight-llms-txt: ^0.7.0 → ^0.8.1starlight-scroll-to-top: ^0.4.0 → ^1.0.1starlight-sidebar-topics: ^0.6.2 → ^0.7.1starlight-tags: ^0.4.0 → ^1.0.1starlight-kbd: ^0.3.0 → ^0.4.0tailwindcss+@tailwindcss/vite: ^4.2.1 → ~4.1.11 (4.2.x requires Vite 8; Astro 6 ships Vite 7)zodoverride (was 3.25.76; Astro 6 requires zod ^4.3.6)Supersedes #55, #57, #56, #54, #53.
Verification
npm install✅npm run build— 58 pages built, all links valid, 0 vulnerabilities ✅