Commit 74b7d90
chore(deps): consolidate Dependabot updates incl. astro 7 / vite 8 migration (#117)
Combines the two open Dependabot PRs into a single change:
- astro 6.4.8 -> 7.0.3 (#116)
- minor-and-patch group: framer-motion, preact, tailwindcss,
@playwright/test, @tailwindcss/postcss->vite, @types/node,
baseline-browser-mapping (#115)
Astro 7 upgrades to Vite 8, which broke the build:
- Bump the vite override from ^7 to ^8 (the ^7 pin from #114 forced a
Vite/Astro mismatch -> 'rollupOptions.input should not be an html
file' SSR error).
- Migrate Tailwind v4 from the PostCSS plugin to the official
@tailwindcss/vite plugin. Vite 8's CSS pipeline could not resolve
'@import "tailwindcss"' via postcss-import. Add @tailwindcss/vite,
wire it into astro.config, drop @tailwindcss/postcss and
postcss.config.mjs.
Ignore Playwright output dirs (test-results/, playwright-report/).
Verified with Node: astro build, astro check (0 errors), and the
Playwright suite all pass.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 303944f commit 74b7d90
5 files changed
Lines changed: 818 additions & 1596 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
24 | 30 | | |
25 | 31 | | |
0 commit comments