docs: Deps#14
Merged
Merged
Conversation
nikcio
enabled auto-merge
March 14, 2026 18:44
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Node tooling and docs site dependencies (Astro/Starlight) and refreshes the pnpm lockfile accordingly.
Changes:
- Bump Biome from
2.4.4→2.4.7and update Biome schema URLs. - Upgrade docs stack:
astro5.18.0→6.0.4and@astrojs/starlight0.37.6→0.38.1. - Regenerate
pnpm-lock.yamlto reflect the new dependency graph (notably Astro/Vite/Shiki/Zod transitive updates).
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Lockfile refresh reflecting Biome + Astro/Starlight upgrades and transitive dependency changes. |
| package.json | Bumps root Biome devDependency. |
| docs/package.json | Bumps Astro and Starlight versions for the docs site. |
| docs/biome.json | Updates Biome schema URL to match the new Biome version. |
| biome.json | Updates Biome schema URL to match the new Biome version. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Comment on lines
20
to
23
| "dependencies": { | ||
| "@astrojs/starlight": "0.37.6", | ||
| "astro": "5.18.0", | ||
| "@astrojs/starlight": "0.38.1", | ||
| "astro": "6.0.4", | ||
| "sharp": "0.34.5" |
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.
No description provided.