chore(deps): update dependency @vitejs/plugin-react to v5#24
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @vitejs/plugin-react to v5#24renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
2 times, most recently
from
September 1, 2025 13:32
95ec555 to
1dc112a
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
September 17, 2025 11:16
1dc112a to
2c31126
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
September 27, 2025 17:02
2c31126 to
fc9b701
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
October 27, 2025 11:37
fc9b701 to
b48c300
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
November 15, 2025 10:37
b48c300 to
cfc9d94
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
December 11, 2025 14:04
cfc9d94 to
abb6209
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
December 31, 2025 13:15
abb6209 to
4cd1c2f
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
January 19, 2026 20:08
4cd1c2f to
49198c6
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
2 times, most recently
from
February 5, 2026 13:42
d424821 to
5f8eda4
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
2 times, most recently
from
February 13, 2026 09:37
04b09e4 to
9a8a6da
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
March 5, 2026 19:45
9a8a6da to
2e49e96
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
2 times, most recently
from
March 15, 2026 17:20
3803526 to
390a5bf
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
March 27, 2026 12:55
390a5bf to
72879a0
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
May 12, 2026 16:15
72879a0 to
b707400
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
May 28, 2026 19:41
b707400 to
27aaff7
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→^5.2.0Release Notes
vitejs/vite-plugin-react (@vitejs/plugin-react)
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: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here