chore: bump @vitejs/plugin-rsc to 0.5.30 - #285
Open
sreetamdas wants to merge 1 commit into
Open
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
sreetamdas-com-staging | 3d4c74f | Jul 27 2026, 11:28 AM |
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.
Raises
@vitejs/plugin-rscfrom 0.5.27 to 0.5.30, which includes the fix for suppressed client HMR on route components that co-locate acreateServerFn(vitejs/vite-plugin-react#1248, TanStack/router#7618).Not strictly required here since every server fn already lives in a separate
-*.server.tsxmodule (the workaround), but this unpins us from the affected range and makes co-locating safe again.Lockfile diff is plugin-rsc's own dependency graph only (
es-module-lexer2.1.0→2.3.1,srvx0.11.16→0.11.22 are its direct deps). Verified locally: a throwaway co-located probe route Fast Refreshes with client state preserved on 0.5.30.