Skip to content

fix(docs): complete Astro 7 upgrade [Codex] - #354

Merged
jderochervlk merged 2 commits into
mainfrom
dependabot/npm_and_yarn/astro-7.2.9
Sep 5, 2026
Merged

fix(docs): complete Astro 7 upgrade [Codex]#354
jderochervlk merged 2 commits into
mainfrom
dependabot/npm_and_yarn/astro-7.2.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Astro 7 requires a compatible Starlight release and content-collection configuration changes. The original Dependabot update left Starlight's Astro 5 peer requirement in place, so npm ci could not resolve the dependency graph.

  • Upgrade @astrojs/starlight to 0.41.10, compatible with Astro 7.
  • Migrate the Starlight content config to docs/content.config.ts and use docsLoader().
  • Update sidebar autogeneration to Starlight's current group syntax.
  • Group Astro and Starlight updates under Dependabot's npm configuration.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/astro-7.2.9 branch 2 times, most recently from 7b4fce2 to e3673d0 Compare September 2, 2026 13:05
@jderochervlk

Copy link
Copy Markdown
Collaborator

@dependabot recreate

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.18.2 to 7.2.9.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@7.2.9/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 7.2.9
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/astro-7.2.9 branch from e3673d0 to 674292d Compare September 3, 2026 13:17
@jderochervlk

Copy link
Copy Markdown
Collaborator

@codex can you get this PR to pass? We might have to combine Astro and starlight together, and perhaps go from 5->6->7.

@chatgpt-codex-connector

Copy link
Copy Markdown

Summary

  • Added an npm override that makes Starlight resolve the repository’s direct Astro 7 dependency, eliminating the ERESOLVE peer-dependency conflict during npm ci. package.jsonL48-L64
  • Committed the change on the current branch as 1ee0e79 (fix(deps): align Starlight with Astro 7).
  • A pull request could not be created because the required make_pr tool is unavailable in this environment.

Testing

  • npm ci --package-lock-only --offline
  • git diff --check
  • ⚠️ npm ci --offline (dependency tarball zwitch-2.0.4.tgz was not available in the local npm cache)
  • ⚠️ npm run format:check (the incomplete dependency installation left the rescript executable unavailable)
  • ⚠️ npm run build:docs (the incomplete dependency installation left ReScript runtime files unavailable)

View task →

@jderochervlk jderochervlk changed the title chore(deps-dev): bump astro from 5.18.2 to 7.2.9 fix(docs): complete Astro 7 upgrade [Codex] Sep 5, 2026
@jderochervlk
jderochervlk merged commit d9ff291 into main Sep 5, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/astro-7.2.9 branch September 5, 2026 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant