← All changelog entries
July 6, 2026

Dependency upgrade — Astro 6→7, @astrojs/vercel 10→11, @astrojs/svelte 8→9, Tailwind 4.3.1→4.3.2

Authors
Michael Staton
Augmented with
Claude Code on Claude Sonnet 4.6

Dependency upgrade — Astro 6→7, @astrojs/vercel 10→11, @astrojs/svelte 8→9, Tailwind 4.3.1→4.3.2

Why Care?

fullstack-vc is the most content-dense site in the Astro Knots family — 110+ prerendered routes spanning tools, projects, changelog, venture handbook chapters, and slides. Astro 7 + Rolldown means all of those build faster. This upgrade also aligns the site with the same dep baseline as the rest of the maintained sites.

What’s New?

Package Before After
astro ^6.4.8 ^7.0.6
@astrojs/vercel ^10.0.8 ^11.0.2
@astrojs/svelte ^8.1.2 ^9.0.1
@tailwindcss/vite ^4.3.1 ^4.3.2
tailwindcss ^4.3.1 ^4.3.2

Build result: Complete! — 110+ pages prerendered, server output, Vercel adapter, no errors.

Notes

  • @astrojs/db is deprecated upstream. The package warns at install time. Migration to a direct database client (Drizzle, Kysely) is the recommended path — tracked separately.
  • This site uses ignore-workspace=true in its .npmrc and has its own pnpm-lock.yaml, so upgrades run with --ignore-workspace to stay isolated from the monorepo workspace store.