Skip to content

chore(deps): upgrade /site to Astro 7.x + Starlight 0.41+#356

Open
spboyer with Copilot wants to merge 2 commits into
mainfrom
copilot/upgrade-site-to-astro-7
Open

chore(deps): upgrade /site to Astro 7.x + Starlight 0.41+#356
spboyer with Copilot wants to merge 2 commits into
mainfrom
copilot/upgrade-site-to-astro-7

Conversation

Copilot AI commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Upgrades the Starlight docs site from Astro 6.4.x → 7.0.x and @astrojs/starlight 0.40.x → 0.41.x. Astro 7 is a major release; this PR evaluates all breaking changes before merging rather than auto-merging Dependabot's partial bump (#347).

Dependency changes (site/package.json)

  • astro: ^6.4.7^7.0.2 (resolved: 7.0.3)
  • @astrojs/starlight: ^0.40.0^0.41.1 (resolved: 0.41.1)
  • package-lock.json regenerated cleanly

Astro 7 breaking changes

Change Impact
compressHTML default → 'jsx' None — Starlight owns its templates; build emits zero warnings
@astrojs/db removed None — not referenced anywhere in /site
Vite v8 transitive None — /site has no direct Vite imports

astro.config.mjs required no changes; all existing Starlight option shapes are compatible with 0.41.

Copilot AI self-assigned this Jun 26, 2026
Copilot AI review requested due to automatic review settings June 26, 2026 18:15
Copilot AI removed the request for review from Copilot June 26, 2026 18:15
- Bump astro from ^6.4.7 to ^7.0.2 (installed 7.0.3)
- Bump @astrojs/starlight from ^0.40.0 to ^0.41.1 (installed 0.41.1)
- Regenerate package-lock.json

Build verified: 18 pages built with no errors.
compressHTML default change to 'jsx' evaluated — no action needed.
@astrojs/db removal — not used in /site, no action needed.

Closes #355
Copilot AI requested review from Copilot and removed request for Copilot June 26, 2026 18:19
Copilot AI changed the title [WIP] Upgrade /site to Astro 7.x with compatible Starlight version chore(deps): upgrade /site to Astro 7.x + Starlight 0.41+ Jun 26, 2026
Copilot AI requested a review from spboyer June 26, 2026 18:20
@spboyer spboyer marked this pull request as ready for review July 6, 2026 17:57
Copilot AI review requested due to automatic review settings July 6, 2026 17:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Upgrades the /site documentation site dependencies to Astro 7 and Starlight 0.41 to take the major Astro release (including transitive Vite v8) in a controlled PR rather than a partial Dependabot bump.

Changes:

  • Bump astro from ^6.4.7 to ^7.0.2.
  • Bump @astrojs/starlight from ^0.40.0 to ^0.41.1.
  • Regenerate site/package-lock.json to reflect the new dependency graph.
Show a summary per file
File Description
site/package.json Updates top-level Astro + Starlight dependency ranges to the targeted new versions.
site/package-lock.json Refreshes the lockfile to the resolved Astro 7 / Starlight 0.41 dependency tree.

Review details

Files not reviewed (1)
  • site/package-lock.json: Generated file
  • Files reviewed: 1/2 changed files
  • Comments generated: 0
  • Review effort level: Low

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.

3 participants