Update dependency @vitejs/plugin-react to v6 - #249
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-6.x
branch
from
April 15, 2026 05:27
38bf87b to
507966f
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-6.x
branch
from
May 10, 2026 04:07
507966f to
dd34c4b
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-6.x
branch
6 times, most recently
from
May 22, 2026 22:10
a6ead06 to
b5a3861
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-6.x
branch
2 times, most recently
from
June 2, 2026 01:16
b0caec8 to
4bdb000
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-6.x
branch
5 times, most recently
from
June 17, 2026 18:03
c39bc0c to
be15e33
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-6.x
branch
5 times, most recently
from
June 18, 2026 01:56
e596572 to
92cc015
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-6.x
branch
from
June 26, 2026 10:45
92cc015 to
fada0a4
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-6.x
branch
4 times, most recently
from
July 22, 2026 15:19
d6e303f to
ef7cf33
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-6.x
branch
2 times, most recently
from
July 31, 2026 23:04
8841e0b to
f560161
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-6.x
branch
2 times, most recently
from
August 2, 2026 12:57
4b8de66 to
84cc779
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-6.x
branch
6 times, most recently
from
August 15, 2026 00:14
ba6b345 to
be58459
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-6.x
branch
5 times, most recently
from
August 23, 2026 06:50
ce792f2 to
29232ef
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-6.x
branch
from
August 23, 2026 21:23
29232ef to
a69cfff
Compare
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.
This PR contains the following updates:
4.7.0→6.1.0Release Notes
vitejs/vite-plugin-react (@vitejs/plugin-react)
v6.1.0Compare Source
Add experimental native React Compiler support (#1419)
Add experimental native React Compiler support.
You can use it by installing
oxc-transform-reactand enabling it via thecompileroption:v6.0.5Compare Source
Fixed the react compiler preset filter to be linear (#1353)
The improved filter in v6.0.3 was non-linear and caused a performance regression (#1349). The filter was changed to be linear to avoid that.
v6.0.4Compare Source
Fixed
$RefreshSig$ is not definederror when runningvite devwithNODE_ENV=productionWhen running
vite devwithNODE_ENV=production, the app errored with$RefreshSig$ is not defined.This error is now fixed.
v6.0.3Compare Source
v6.0.2Compare Source
Allow all options in reactCompilerPreset (#1189)
This is a type only change. Only
compilationModeandtargetoptions were available forreactCompilerPreset.v6.0.1Compare Source
Expand
@rolldown/plugin-babelpeer dep range (#1146)Expanded
@rolldown/plugin-babelpeer dep range to include^0.2.0.v6.0.0Compare Source
v5.2.0Compare Source
v5.1.4Compare Source
Fix
canSkipBabelnot accounting forbabel.overrides(#1098)When configuring
babel.overrideswithout top-level plugins or presets, Babel was incorrectly skipped. ThecanSkipBabelfunction now checks foroverrides.lengthto ensure override configurations are processed.v5.1.3Compare Source
v5.1.2Compare Source
v5.1.1Compare Source
Update code to support newer
rolldown-vite(#976)rolldown-vitewill removeoptimizeDeps.rollupOptionsin favor ofoptimizeDeps.rolldownOptionssoon. This plugin now usesoptimizeDeps.rolldownOptionsto support newerrolldown-vite. Please updaterolldown-viteto the latest version if you are using an older version.v5.1.0Compare Source
Add
@vitejs/plugin-react/preamblevirtual module for SSR HMR (#890)SSR applications can now initialize HMR runtime by importing
@vitejs/plugin-react/preambleat the top of their client entry instead of manually callingtransformIndexHtml. This simplifies SSR setup for applications that don't use thetransformIndexHtmlAPI.Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#930)
Rolldown 1.0.0-beta.44+ removed the top-level
jsxoption in favor oftransform.jsx. This plugin now uses thetransform.jsxoption to support Rolldown 1.0.0-beta.44+.v5.0.4Compare Source
Perf: use native refresh wrapper plugin in rolldown-vite (#881)
v5.0.3Compare Source
HMR did not work for components imported with queries with rolldown-vite (#872)
Perf: simplify refresh wrapper generation (#835)
v5.0.2Compare Source
Skip transform hook completely in rolldown-vite in dev if possible (#783)
v5.0.1Compare Source
Set
optimizeDeps.rollupOptions.transform.jsxinstead ofoptimizeDeps.rollupOptions.jsxfor rolldown-vite (#735)optimizeDeps.rollupOptions.jsxis going to be deprecated in favor ofoptimizeDeps.rollupOptions.transform.jsx.Perf: skip
babel-plugin-react-compilerif code has no"use memo"when{ compilationMode: "annotation" }(#734)Respect tsconfig
jsxImportSource(#726)Fix
reactRefreshHostoption on rolldown-vite (#716)Fix
RefreshRuntimebeing injected twice for class components on rolldown-vite (#708)Skip
babel-plugin-react-compileron non client environment (689)v5.0.0Compare Source
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* * * * 1-5)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.