Update Remix to 3.0.0-beta.5#75
Merged
Merged
Conversation
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
|
🔎 Preview deployed: https://epicflare-pr-75.kentcdodds.workers.dev Worker: Mocks:
|
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 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
remix@nextdist-tag.@remix-run/cookiesource import with the publicremix/cookieentrypoint so app code consistently consumes Remix through the v3 single-package surface.Remix beta.5 review
remix/components/*exports, removedremix/uihelper re-exports,remix/node-fetch-server, directremix/route-patterninternals,remix/fetch-proxy, orparseFormData().remix/cookie.Testing
bun install --frozen-lockfile✅ no changesbun run lint✅ 0 warnings / 0 errorsbun run typecheck✅bun run build✅bun run test:unit✅ 4 files / 14 tests passedbun run test:mcp✅ 1 file / 4 tests passedbun run test:e2e✅ 19 tests passedd3c187a✅🧹 Lint,🧪 Typecheck,✅ Unit Tests,🧩 MCP E2E,🎭 E2E,🔎 Deploy Preview Resources, and Cursor Bugbot all passedReview loop
Notes
bun run format:checkcurrently fails on pre-existing files outside this dependency update (docs/agents/testing-principles.md,mcp/mcp-server-e2e.test.ts,mock-servers/resend/resend-mock.test.ts,test-support/process-utils.ts,worker/ai-runtime.test.ts,worker/mcp-auth.test.ts,worker/oauth-handlers.ts). I left those unrelated formatting changes untouched.