Skip to content

[docs] Update Astro dependencies and apply Starlight 0.39 sidebar migration#33431

Merged
pelikhan merged 4 commits into
mainfrom
copilot/docs-update-astro-dependencies
May 20, 2026
Merged

[docs] Update Astro dependencies and apply Starlight 0.39 sidebar migration#33431
pelikhan merged 4 commits into
mainfrom
copilot/docs-update-astro-dependencies

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 20, 2026

This updates the docs site dependencies in docs/ to the latest requested Astro/Starlight-related versions and applies the Starlight 0.39 sidebar config breaking-change migration.

  • Dependency updates (docs/package.json, lockfile refresh)

    • @astrojs/starlight: ^0.38.4^0.39.2
    • @primer/octicons: ^19.25.0^19.26.0
    • astro: ^6.3.1^6.3.5
    • starlight-llms-txt: ^0.9.0^0.10.0
    • Updated docs/package-lock.json to match.
  • Starlight 0.39 sidebar migration (docs/astro.config.mjs)

    • Updated Introduction and Troubleshooting sections to wrap autogenerate inside items, per the new schema.
{
  label: 'Introduction',
- autogenerate: { directory: 'introduction' },
+ items: [{ autogenerate: { directory: 'introduction' } }],
}

Copilot AI linked an issue May 20, 2026 that may be closed by this pull request
Copilot AI and others added 3 commits May 20, 2026 02:18
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Astro dependencies in docs [docs] Update Astro dependencies and apply Starlight 0.39 sidebar migration May 20, 2026
Copilot AI requested a review from pelikhan May 20, 2026 02:28
@pelikhan pelikhan marked this pull request as ready for review May 20, 2026 02:37
Copilot AI review requested due to automatic review settings May 20, 2026 02:37
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the documentation site (docs/) to newer Astro/Starlight-related dependency versions and applies the Starlight 0.39 sidebar schema migration.

Changes:

  • Bump @astrojs/starlight, astro, @primer/octicons, and starlight-llms-txt versions in docs/package.json.
  • Refresh docs/package-lock.json to match the updated dependency graph.
  • Migrate Starlight sidebar autogenerate entries to the new items: [{ autogenerate: ... }] schema in docs/astro.config.mjs.
Show a summary per file
File Description
docs/package.json Updates docs site dependency versions.
docs/package-lock.json Lockfile refresh reflecting new Astro/Starlight transitive dependencies (incl. updated engines metadata).
docs/astro.config.mjs Applies Starlight 0.39 sidebar autogenerate schema migration.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Files not reviewed (1)
  • docs/package-lock.json: Language not supported
  • Files reviewed: 2/3 changed files
  • Comments generated: 2

Comment thread docs/package.json
Comment on lines +23 to 26
"@astrojs/starlight": "^0.39.2",
"@primer/octicons": "^19.26.0",
"astro": "^6.3.5",
"astro-mermaid": "^2.0.1",
Comment thread docs/package-lock.json
Comment on lines +2683 to +2687
"prismjs": "^1.30.0"
},
"engines": {
"node": ">=22.12.0"
}
@pelikhan pelikhan merged commit 2ede330 into main May 20, 2026
148 of 149 checks passed
@pelikhan pelikhan deleted the copilot/docs-update-astro-dependencies branch May 20, 2026 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs] Update Astro dependencies - 2026-05-20

3 participants