build(deps): bump astro from 6.1.6 to 7.1.1 - #533
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 92227eaa42
ℹ️ 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".
| version: 0.38.3(astro@7.1.0(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@types/node@25.6.0)(jiti@2.6.1)(rollup@4.60.1)(terser@5.46.1)(yaml@2.8.3)) | ||
| '@astrojs/svelte': | ||
| specifier: ^8.0.5 | ||
| version: 8.0.5(@types/node@25.6.0)(astro@6.1.6(@types/node@25.6.0)(jiti@2.6.1)(lightningcss@1.32.0)(rollup@4.60.1)(terser@5.46.1)(typescript@6.0.2)(yaml@2.8.3))(jiti@2.6.1)(lightningcss@1.32.0)(svelte@5.55.4)(terser@5.46.1)(typescript@6.0.2)(yaml@2.8.3) | ||
| version: 8.0.5(@types/node@25.6.0)(astro@7.1.0(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)(@types/node@25.6.0)(jiti@2.6.1)(rollup@4.60.1)(terser@5.46.1)(yaml@2.8.3))(jiti@2.6.1)(lightningcss@1.33.0)(svelte@5.55.4)(terser@5.46.1)(typescript@6.0.2)(yaml@2.8.3) |
There was a problem hiding this comment.
Upgrade the Astro integrations with the core bump
This lockfile now resolves @astrojs/starlight@0.38.3 and @astrojs/svelte@8.0.5 against astro@7.1.0, but their own package entries still declare peerDependencies: astro: ^6.0.0 (pnpm-lock.yaml lines 1165-1174). Because CI and the docs Dockerfile use frozen installs, docs builds are pinned to v6-only Starlight/Svelte integration versions with Astro 7; update the official integrations and lockfile together with the Astro major bump instead of only changing the core package.
Useful? React with 👍 / 👎.
| '@clack/prompts': 1.2.0 | ||
| '@astrojs/compiler-rs': 0.3.1(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) | ||
| '@astrojs/internal-helpers': 0.10.1 | ||
| '@astrojs/markdown-satteri': 0.3.4 |
There was a problem hiding this comment.
Keep unified markdown enabled for docs plugins
website_docs/astro.config.mjs still configures remarkPlugins and rehypePlugins for placeholder replacement and base-path link rewriting, but this Astro 7 snapshot switches Astro itself to the Sätteri markdown pipeline and the docs package does not declare/select @astrojs/markdown-remark. For Markdown/MDX pages containing %...% placeholders or root-relative links under a base path, the v7 build will not run those existing unified plugins correctly unless this bump also adds the unified markdown processor (or ports the plugins).
Useful? React with 👍 / 👎.
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.6 to 7.1.1. - [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.1.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
92227ea to
3886cb0
Compare
Bumps astro from 6.1.6 to 7.1.1.
Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
91c645a[ci] release (#17403)4b03702Normalize domain-based i18n request paths consistently (#17399)fdd673c[ci] release (#17387)d9f99e1Preserve CSP resource defaults for element directives (#17394)092da56Add more escaping for rendered content (#17393)186a1e7fix(logger): allows setting in updateConfig() (#17391)4407483fix(logger): useconsoleAPI in JSON logger for cross-runtime compatibility...16de021feat(logger): allow passing entrypoint as URL (#17389)ed71eaffix(logger): make AstroLoggerDestination not generic (#17390)30698a2feat: chunk data store (#17296)