chore(deps): update Remix to 3.0.0-beta.5#40
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>
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 PR is included in version 1.16.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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-alpha.1to3.0.0-beta.5(remix@nextas of registry check).bun.lockwith the matching Remix beta transitive dependency graph.remix/componententrypoints moved toremix/ui.remix/uiin bothtsconfig.jsonand Bun client bundling.on={{ ... }},connect, andcss) were migrated to first-class Remix UImixcomposition withon(...),ref(...), andcss(...)mixins.#remix-ui-compatruntime and tests were removed because the app now uses the beta API directly.Counterwas updated to the beta component prop model (handle.props).AGENTS.mdguidance was updated to document the currentmixconventions for future edits.routemoved toremix/fetch-router/routes.handlerinstead ofaction.Remix prerelease review
mixcomposition for events, DOM refs, and CSS, replacing the alpha-era props and deleting the local compatibility workaround.Review loop
#remix-ui-compatand migrated to direct Remix UImixprimitives.Counterto useHandle<CounterProps>andhandle.props.Testing
bun install --frozen-lockfile(vianpx bun@latest) passed.bun run typecheck(vianpx bun@latest) passed.bun x prettier --check .(vianpx bun@latest) passed.bun run test(vianpx bun@latest) passed: 280 tests, 0 failures.bun run validate(vianpx bun@latest) passed.app/client/entry.tsxwithjsx.importSource = 'remix/ui'passed: 1 output.Known local validation notes
bun run test:allstill fails before running tests because Bun treats the quoted**/*.test.tsscript argument as a filter and reports no matching files.e2e/e2e.test.ts, but that e2e flow fails in this environment becausewhisper-cliis not installed onPATH.