chore(deps): Bump astro from 6.4.8 to 7.2.0 - #160
Merged
Conversation
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.4.8 to 7.2.0. - [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.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/astro-7.2.0
branch
from
August 13, 2026 21:12
6ab4ba2 to
e8947ca
Compare
Astro 7 (with Vite 8 and the Rust compiler) alongside the integration and config changes it requires. @astrojs/react 5.0.1 -> 6.0.2. @astrojs/tailwind is removed rather than upgraded: its latest release (6.0.2) declares `astro: ^3 || ^4 || ^5`, so it never supported Astro 6 either and is effectively unmaintained — it only resolved at all because .npmrc sets legacy-peer-deps. Astro runs <style> blocks and imported CSS through PostCSS on its own, so Tailwind is wired up there instead: a shared buildPostcssConfig with a thin per-site postcss.config.mjs, mirroring how tailwind.config.mjs already works. The integration also injected the @tailwind directives, which now live in shared/styles/global.css and are imported once by DocsLayout. postcss and autoprefixer become direct dependencies, having been transitive through the integration. Tailwind itself stays on v3 — v4 is its own major migration. @astrojs/markdown-remark becomes a direct dependency. Astro 7 switches the default Markdown pipeline to Sätteri and no longer installs the remark/rehype package, but shared/config/astro.mjs already passes `processor: unified(...)`, so the existing remark/rehype plugin chain keeps working untouched — it just needs the package declared. compressHTML is pinned to true. Astro 7 changed the default to 'jsx', which strips whitespace between inline elements the way React does; docs pages are almost entirely prose, so that would drop spaces around inline <code> and <em>. Not affected: no astro:transitions usage, no getContainerRenderer imports, no experimental flags, and no src/fetch.ts (newly reserved). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Conflicts came from PR #166 (@dolthub 0.4.3 + the react-icons swap) landing on dev while this branch changed the same files. All resolved as unions: - site/*/package.json: dev's @dolthub/react-components 0.4.3, react-hooks 0.3.1, and react-icons (replacing @react-icons/all-files) plus this branch's astro 7.2.0, @astrojs/react 6.0.2, @astrojs/markdown-remark, postcss/autoprefixer, and the removal of @astrojs/tailwind. - DocsLayout.astro: keeps the global.css import this branch added and dev's corrected "react-icons" wording in the client:only comment. - package-lock.json: regenerated with npm install rather than hand-merged. Verified after resolving: tsc clean, all three sites build (196/78/79 pages), Tailwind still emits preflight and compiled @apply rules, and 90/90 Cypress specs pass. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps astro from 6.4.8 to 7.2.0.
Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
60e9432[ci] release (#17558)af92694docs: slightly reword session options description (#17607)caace2e[ci] format0224a3aAdd background mode for astro preview (#17174)961bbe5Experimental incremental static builds (#17084)7f94895feat(logger): allow passing relative string entrypoints (#17532)90c98aefeat(session): addsession: falseto opt out of session support (#16871)3ea55ceSupport detect devEngines for installs (#17579)0089f83Fix Content Layer build crash when neotraverse 0.6.x is hoisted by another de...f4150da[ci] format