Skip to content

Commit a73bb30

Browse files
serpentbladeclaude
andcommitted
chore: bump solid-vite + lit-vanilla-demo consumers to vite 8.1
The two consumers whose plugins already support Vite 8 (vite-plugin-solid ^2 lists ^8; lit-vanilla has no framework plugin). Bumps vite ^6 → ^8, resolving to 8.1.0 via the existing override. Shrinks the repo's Vite major sprawl (was 5/6/7/8). Verified per surface: build clean, tsc --noEmit clean, and full e2e green — solid-vite-demo 10/10, lit-vanilla-demo 14/14 (incl. HMR dev-server specs). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KSYH6VBAJwa7nYy4AksuNH
1 parent 4b0d72b commit a73bb30

3 files changed

Lines changed: 131 additions & 35 deletions

File tree

examples/consumers/lit-vanilla-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"@types/node": "^20",
2626
"playwright": "^1",
2727
"typescript": "^5.6",
28-
"vite": "^6"
28+
"vite": "^8"
2929
}
3030
}

examples/consumers/solid-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"playwright": "^1",
2525
"source-map-js": "^1.2.1",
2626
"typescript": "^5.6",
27-
"vite": "^6",
27+
"vite": "^8",
2828
"vite-plugin-solid": "^2.11.12"
2929
}
3030
}

pnpm-lock.yaml

Lines changed: 129 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)