Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
138 changes: 56 additions & 82 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/starlight": "^0.38.3",
"@primer/octicons": "^19.24.0",
"astro": "^6.1.6",
"@primer/octicons": "^19.24.1",
"astro": "^6.1.8",
"astro-mermaid": "^2.0.1",
Comment on lines 21 to 25
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description says Node.js 22 is required, but the updated dependency tree now has packages (e.g., Astro/@astrojs/mdx) declaring an engine requirement of >=22.12.0. To avoid confusing install/build failures for contributors using older 22.x (or 20.x), consider updating the PR description and adding an explicit "engines" field in docs/package.json (at least for node) to reflect the minimum supported version.

Copilot uses AI. Check for mistakes.
"mermaid": "^11.14.0",
"sharp": "^0.34.5",
"starlight-blog": "^0.26.1",
"starlight-changelogs": "^0.5.0",
"starlight-links-validator": "^0.23.0",
"starlight-llms-txt": "^0.8.0",
"starlight-llms-txt": "^0.8.1",
"yaml": "^2.8.3"
},
"devDependencies": {
Expand Down
Loading