Update Starlight packages alongside astro and markdoc major version bumps#61
Merged
Merged
Conversation
…umps Bumps @astrojs/starlight to ^0.41.0 and @astrojs/starlight-markdoc to ^0.7.0, which require astro ^7.0.0. Also updates @astrojs/markdoc to ^2.0.0 to complete the coordinated upgrade needed for the build to pass. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QCKr7e7426ywY5FRW1JUXE
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 2b7d7d8 | Commit Preview URL Branch Preview URL |
Jun 24 2026, 11:19 AM |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the docs site’s Astro/Starlight/Markdoc dependency stack to the new major versions required for compatibility and a passing build.
Changes:
- Bump
astroto^7.0.0and update Starlight packages to versions compatible with Astro 7. - Upgrade
@astrojs/markdocto^2.0.0to complete the coordinated Markdoc/Starlight upgrade. - Refresh
package-lock.jsonto reflect the new dependency tree (Astro 7 / Vite 8 ecosystem).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates Astro/Starlight/Markdoc dependency versions for the coordinated major upgrade. |
| package-lock.json | Updates the resolved dependency graph for the new versions (Astro 7, Starlight 0.41, Markdoc 2). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+22
to
27
| "@astrojs/markdoc": "^2.0.0", | ||
| "@astrojs/starlight": "^0.41.0", | ||
| "@astrojs/starlight-markdoc": "^0.7.0", | ||
| "@markdoc/markdoc": "^0.5.7", | ||
| "astro": "^6.3.7", | ||
| "astro": "^7.0.0", | ||
| "sharp": "^0.35.0" |
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.
Bumps @astrojs/starlight to ^0.41.0 and @astrojs/starlight-markdoc to ^0.7.0, which require astro ^7.0.0. Also updates @astrojs/markdoc to ^2.0.0 to complete the coordinated upgrade needed for the build to pass.