Upgrade Remix to 3.0.0 beta 4#74
Merged
Merged
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>
|
🔎 Preview deployed: https://epicflare-pr-74.kentcdodds.workers.dev Worker: Mocks:
|
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
remixfrom3.0.0-beta.0to3.0.0-beta.4.remix/routerandremix/routessubpaths.BuildActionannotations with publicAction<typeof routes...>contracts.handle.props.executeScript(sql)and remove the old schema-builder migration compiler.Walkthrough
Notes
fetch-router@0.20.0,ui@0.3.0,data-table@0.3.0,test@0.5.0, andassert@0.3.0package notes.router.mount()was considered but not applied because this app currently has one flat route contract used by both server and client code; adding mounted groups would not reduce complexity in this shape.Testing
bunx prettier --check package.json server/router.ts server/routes.ts server/handlers/account.ts server/handlers/auth-handler.test.ts server/handlers/auth.ts server/handlers/chat-threads.ts server/handlers/chat.ts server/handlers/health-handler.test.ts server/handlers/health.ts server/handlers/home.ts server/handlers/login.ts server/handlers/logout.ts server/handlers/password-reset.ts server/handlers/session-handler.test.ts server/handlers/session.ts server/handlers/signup.ts client/editable-text.tsx worker/d1-data-table-adapter.tsbun run lintbun run typecheckbun run buildbun run test:unitPLAYWRIGHT_BASE_URL=http://localhost:3742 PLAYWRIGHT_PORT=3742 bun run test:e2e e2e/chat.spec.tsPLAYWRIGHT_BASE_URL=http://localhost:3742 PLAYWRIGHT_PORT=3742 bun run test:e2ebun run test:mcpEditableTextcomponent.