Conversation
Major version bumps for vite (7→8), @vitejs/plugin-react (5→6), typescript (5→6), and jsdom (28→29). TypeScript 6 tightens side-effect imports, so add src/vite-env.d.ts with a vite/client triple-slash reference to declare ambient CSS module types. Tests (68/68), typecheck, and install all clean.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
1d4-web | 97e755a | Commit Preview URL Branch Preview URL |
Apr 08 2026, 04:03 AM |
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.
Summary
Major dep bumps in
domains/games/apps/1d4_web/: vite 7→8, @vitejs/plugin-react 5→6, typescript 5→6, jsdom 28→29. TS 6 tightens side-effect imports, sosrc/vite-env.d.tsis added with avite/clienttriple-slash reference to provide ambient CSS module types.Testing Done
npm install— clean, 0 vulnerabilitiesnpm run typecheck— cleannpm test— 68/68 passing