chore(deps): bump @astrojs/starlight from 0.37.7 to 0.38.3 in the website-framework group across 1 directory#692
Open
dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
Bumps the website-framework group with 1 update in the / directory: [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight). Updates `@astrojs/starlight` from 0.37.7 to 0.38.3 - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.38.3/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.38.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: website-framework ... Signed-off-by: dependabot[bot] <support@github.com>
bryan-thompsoncodes
added a commit
that referenced
this pull request
Apr 9, 2026
Starlight 0.38.x requires Astro v6, which includes Zod 4 and Vite 7. - Upgrade astro from ^5.18.1 to ^6.0.0 - Upgrade @astrojs/starlight from ^0.37.7 to ^0.38.3 - Upgrade @astrojs/react from ^4.4.2 to ^5.0.0 - Upgrade starlight-links-validator from ^0.14.3 to ^0.23.0 (Zod 4 compat) - Update pnpm-lock.yaml Resolves the build error: [vite] The requested module 'astro/zod' does not provide an export named 'locales' This was caused by Starlight 0.38.x using Astro v6 APIs not present in v5. Closes #692
Contributor
|
🚀 Website Preview Deployed! Preview your changes at: https://cg-pr-692.billy-daly.workers.dev This preview will be automatically deleted when the PR is closed. |
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
Changes proposed
Dependabot bumped
@astrojs/starlightto 0.38.3 but didn't bump the required companion packages. Starlight 0.38.x requires Astro v6, which requires its own companion upgrades:Also bumped Node 20→22 in
ci-website-preview.ymlandcd-deploy-website.yml(Astro v6 requires Node >=22.12.0).No website source code changes were needed.
Context for reviewers
Astro v6 breaking change audit: See #681 for the full audit table — identical results apply here. No removed or deprecated APIs are used by this site. The only finding is a deprecated Zod 4 pattern (
z.string().uuid(),z.string().url()) in a docs code example — still works, can be updated separately.@astrojs/react v4→v5: 4 React islands use
client:load/client:only="react"— the directive API is unchanged between v4 and v5.Verification:
pnpm run ci:website— full build + checks + test passstarlight-links-validatorruns during build and catches broken anchor links — build passes, links intactAdditional information
This PR conflicts with #681 (minor-patch group) in
pnpm-lock.yaml. Merge one first, then@dependabot rebasethe other.Original Dependabot description
Bumps the website-framework group with 1 update in the / directory: @astrojs/starlight.
Updates
@astrojs/starlightfrom 0.37.7 to 0.38.3