-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply patches from remix 2.9.0 #11488
Conversation
Co-authored-by: Sergio Xalambrí <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <[email protected]>
|
🤖 Hello there, We just published version Thanks! |
10 similar comments
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
1 similar comment
🤖 Hello there, We just published version Thanks! |
We originally migrated remix packages to the
v7
as of[email protected]
. Now that2.9.0
is released and merged intodev
this brings over all subsequent changes up to the merge commit ofrelease-next -> dev
(SHA 470bb1c2e4e6e15cbcddc689b857f19cdd03bca8).Patches generated via (on the
dev
branch):And applied via:
A few patches required manual intervention:
Vite critical CSS resolution
I made this change manually in this branch.
Fix Vite critical CSS resolution for route files with absolute paths (#9194)
The naive fetch flag changes will need to be-applied manually
chore(remix-node): put native fetch behind config option (#9198)
Playwright Hanging Fix
This was skipped because it has already been changed in RR.
Fix Playwright hanging in Node 20.5.2+ (#9232)
Babel/react-refresh change
This was skipped because it has already been changed in RR.
Applying: Ignore Babel config for
react-refresh
transform (#9241)