chore(deps): bump astro from 5.18.2 to 7.2.8 in /site in the npm_and_yarn group across 1 directory - #79
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c7e35d6be2
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "dependencies": { | ||
| "@astrojs/starlight": "^0.36.0", | ||
| "astro": "^5.0.0" | ||
| "astro": "^7.2.8" |
There was a problem hiding this comment.
Regenerate the Bun lockfile with the manifest
The Pages build in .github/workflows/pages.yml runs cd site && bun install --frozen-lockfile, and Bun documents this flag as “Disallow changes to lockfile.” Because site/bun.lock still records astro: "^5.0.0" and resolves Astro 5.18.2, this manifest change requires a lockfile update and therefore prevents the documentation deployment from reaching bun run build. Commit the regenerated site/bun.lock alongside this change.
AGENTS.md reference: AGENTS.md:L11-L12
Useful? React with 👍 / 👎.
| "dependencies": { | ||
| "@astrojs/starlight": "^0.36.0", | ||
| "astro": "^5.0.0" | ||
| "astro": "^7.2.8" |
There was a problem hiding this comment.
Upgrade Starlight together with Astro
Once the lockfile is regenerated, this requests Astro 7 while retaining @astrojs/starlight at ^0.36.0; the locked Starlight 0.36.3 package declares an Astro ^5.5.0 peer, and its MDX integration declares ^5.0.0. The site's only configured integration would therefore run against an unsupported major version, so upgrade Starlight and its integration stack to versions supporting Astro 7, or keep Astro on 5.x.
Useful? React with 👍 / 👎.
Bumps the npm_and_yarn group with 1 update in the /site directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.18.2 to 7.2.8 - [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.8/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.2.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
c7e35d6 to
bd19695
Compare
Bumps the npm_and_yarn group with 1 update in the /site directory: astro.
Updates
astrofrom 5.18.2 to 7.2.8Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
7cadf10[ci] release (#17826)ecb4082Update Sharp to 0.35.4 (#17837)8bf6f1achore: split v5/v6 changelogs (#17825)db7c53bchore(deps): replace "find-process" with a smaller, lighter alternative (#17786)eface15[ci] release (#17815)633855bUse workerd's compatibility date for Cloudflare defaults (#17819)55d38c8Deserialize each route once when loading the manifest (#17415)a0d2fe3Pass file path to SVGO soprefixIdsgenerates unique per-file prefixes (#17...ae26d18Handle GET and HEAD request bodies during rewrites (#17813)023b48bNormalize request paths before route matching (#17772)