chore(deps): upgrade to Astro 7 + Vite 8 (consolidates #8 #9 #10 #11)#13
Merged
Conversation
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.28.1 and updates ancestor dependencies [esbuild](https://github.com/evanw/esbuild), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). These dependencies need to be updated together. Updates `esbuild` from 0.27.3 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.27.3...v0.28.1) Updates `vite` from 6.4.1 to 8.1.0 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@8.1.0/packages/vite) Updates `astro` from 5.18.0 to 7.0.3 - [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.0.3/packages/astro) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: indirect - dependency-name: vite dependency-version: 8.1.0 dependency-type: indirect - dependency-name: astro dependency-version: 7.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [devalue](https://github.com/sveltejs/devalue) from 5.6.3 to 5.8.1. - [Release notes](https://github.com/sveltejs/devalue/releases) - [Changelog](https://github.com/sveltejs/devalue/blob/main/CHANGELOG.md) - [Commits](sveltejs/devalue@v5.6.3...v5.8.1) --- updated-dependencies: - dependency-name: devalue dependency-version: 5.8.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 8.1.0 and updates ancestor dependencies [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). These dependencies need to be updated together. Updates `vite` from 6.4.1 to 8.1.0 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@8.1.0/packages/vite) Updates `@tailwindcss/vite` from 4.2.1 to 4.3.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.1/packages/@tailwindcss-vite) Updates `astro` from 5.18.0 to 7.0.3 - [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.0.3/packages/astro) --- updated-dependencies: - dependency-name: vite dependency-version: 8.1.0 dependency-type: indirect - dependency-name: "@tailwindcss/vite" dependency-version: 4.3.1 dependency-type: direct:production - dependency-name: astro dependency-version: 7.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.1...4.2.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
# Conflicts: # package-lock.json # package.json
# Conflicts: # package-lock.json
# Conflicts: # package-lock.json
Consolidates dependabot PRs #8, #9, #10, #11 into a single verified upgrade: - astro 6.4.5 -> 7.0.3 (major; Vite 7 -> 8, Rust compiler) - @tailwindcss/vite -> 4.3.1, tailwindcss -> 4.3.1 (pinned exact) - transitive: devalue -> 5.8.1, esbuild -> 0.28.1, vite -> 8.1.0 Verified locally: bun run build passes (15 pages). No v7 breaking-change patterns in codebase (no astro:transitions internals, no src/fetch.ts, no @astrojs/db, View Transitions use string-literal events). Node 24 (>=22.12 OK). Both bun.lock and package-lock.json synced. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 27, 2026
There was a problem hiding this comment.
Pull request overview
This PR consolidates multiple Dependabot upgrades into a single dependency bump for the site’s Astro/Tailwind/Vite toolchain, aligning the runtime deps (in package.json) with the Bun-based install/build path (via bun.lock).
Changes:
- Upgrade Astro to 7.0.3 (pulling in Vite 8.x transitively) and bump Tailwind-related deps to 4.3.1.
- Pin
astro,tailwindcss, and@tailwindcss/viteto exact versions inpackage.json. - Update
bun.lockdependency graph to match the upgraded toolchain.
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Pins Astro/Tailwind deps to the intended upgraded versions. |
| bun.lock | Updates Bun’s resolved dependency tree for Astro 7 / Vite 8 / Tailwind 4.3.1. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Consolidates the four open Dependabot PRs (#8, #9, #10, #11) into a single, locally-verified upgrade. Those PRs overlapped (#8/#10 are near-duplicates both bumping Astro→7/Vite→8) and only updated `package-lock.json`, which the deploy pipeline does not use — the actual build runs `bun install` against `bun.lock`.
Changes
Astro v7 breaking-change review — codebase impact
Already on v6.4.5, so this is a clean 6→7 jump.
bun run buildpasses, 15 pagesastro:transitionsinternals removedstudio.tsuses string-literal eventssrc/fetch.tsreserved@astrojs/dbremoved@astrojs/sitemapsitemap-index.xmlgeneratedcompressHTMLdefault changedtrue→'jsx'per the v7 docs (inline-element whitespace) — low risk, worth a visual spot-check post-deploy.Verification
bun run build✅ (15 pages, no errors)Closes #8, #9, #10, #11.
🤖 Generated with Claude Code