Consolidate dependency major upgrades - #92
Merged
Conversation
Adopt execa 10, helmet 8, cuid2 3, faker 10, remix-utils 10, and @epic-web/totp 4. The totp move to Web Crypto requires dashed algorithm names, so new verifications generate SHA-256 and stored SHA256 rows are normalized during verification to keep enrolled 2FA users working. ESLint 10 is deferred until eslint-plugin-react supports it, and Prisma 7 is deferred because its driver-adapter model needs a dedicated migration.
This was referenced Jul 27, 2026
This was referenced Jul 27, 2026
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.
Consolidates the compatible majors from the ten open Dependabot PRs into one validated upgrade, following the usual consolidation workflow.
Upgraded (closes #81, #84, #87, #88, #89, #90)
execaCommandwith an argvexecacall in the Vitest global setup.server/index.ts.userName()→username()) — mechanical.SHA-256; storedSHA256rows are normalized at verification time so already-enrolled 2FA users keep working.getTOTPAuthUristrips dashes itself, so authenticator-app URIs are unchanged.Deferred
eslint-plugin-react7.37.5 caps its peer range at ESLint ^9.7 and crashes under 10 (getFilenameremoval). Revisit when the plugin ships v10 support.urlfrom schema datasources and requires driver adapters in everyPrismaClientconstructor. With our dual SQLite/PostgreSQL runtime and env-injected test databases, this needs a dedicated migration branch.Validation
validate:release:static,validate:release:unit(full coverage run), production build, and targeted Playwright suites (2fa, onboarding, settings-profile, accessibility — 29 tests) all pass.