Modernize stack for July 2026 Context7 practices - #58
Merged
Conversation
Align React 19, Vite 8, Express 5, and Prisma 6; extract gateway routers with shared error handling and Zod validation; adopt dashboard Actions/Compiler, Biome, and tests; add Prisma enums with constrained JSON fallback; restyle the admin UI away from purple-neon defaults with basic a11y.
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
added 4 commits
July 26, 2026 08:28
Keep root biome check on modular dashboard/gateway/core-types sources so CI verify no longer fails on pre-existing App.tsx/CSS noise or compiled .js under core-types.
Keep Context7 modernization (React 19, Express 5, Prisma 6, Biome) while adopting main's Vite 8.1.5 and workflow Dependabot bumps; regenerate the lockfile.
Vite 8 CSS minify needs platform-specific optional packages that a macOS-generated lockfile omitted, breaking verify and Docker builds.
… gate The Prisma modernization replaced the inline production check; update the static probe patterns to match the stronger helper-based enforcement.
4 tasks
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
useActionState, React Compiler, feature hooks/components), add Vitest coverage, and restyle away from purple-neon defaults with basic a11y (tablist, reduced motion, focus-visible).DATABASE_URLis set unlessFIDUSGATE_ALLOW_JSON_FALLBACK=true.Test plan
npm run build -w @fidusgate/admin-dashboardnpm run test -w @fidusgate/admin-dashboardnpm run lint -w @fidusgate/admin-dashboardnpm run test:ci -w @fidusgate/secure-gatewaynpm run lint -w @fidusgate/secure-gatewaynpm run test -w @fidusgate/database./scripts/verify.sh(hermetic DoD)