This repository was archived by the owner on Jul 1, 2026. It is now read-only.
Update Remix v3 prerelease to beta.5#11
Draft
kentcdodds wants to merge 5 commits into
Draft
Conversation
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
extra/*manifests from3.0.0-alpha.3to3.0.0-beta.5.package-lock.jsonso Remix v3 lock entries resolve to the beta.5 prerelease.#client/remix-ui-compatlayer overremix/uihandlercontracttable/columnAPIs and the expanded adapter interfaceTesting
npm view remix@next version->3.0.0-beta.5npx -y -p node@24 -p npm@10 npm installnpx -y -p node@24 -p npm@10 npm run typecheckprettier --checkpassednpx -y -p node@24 -p npm@10 npm run lintcompleted with 0 errors and 2 pre-existing warnings in untouchedwidget-host-bridge.tsfilesnpx -y -p node@24 -p npm@10 npm run build --workspaces --if-presentpassed for all four appsextra_03.improved-implementation test:unitpassed (includes MCP E2E file)extra_04.with-accounts test:unitpassed after restoring local.envtestCOOKIE_SECRETfrom.env.example(includes MCP E2E file)test:mcp --workspaces --if-presentpassed forextra_01,extra_02, andextra_03; the standaloneextra_04 test:mcprun exceeded Vitest/default timing when repeated separately, while the same MCP file passed insidetest:unitNotes
npx -y -p node@24 -p npm@10 ....