chore(deps): update dependency @vitejs/plugin-react to ^5.2.0 - #342
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @vitejs/plugin-react to ^5.2.0#342renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
October 20, 2025 15:48
9b5370a to
3041f26
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
October 27, 2025 13:46
3041f26 to
504ee9d
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
November 15, 2025 11:12
504ee9d to
41a7ffb
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
December 3, 2025 19:54
41a7ffb to
2b8d6fe
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
December 8, 2025 23:53
2b8d6fe to
7219b71
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
December 11, 2025 10:49
7219b71 to
871ffee
Compare
|
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
from
December 31, 2025 18:03
871ffee to
e51d78d
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
February 2, 2026 18:57
e51d78d to
0c28366
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
February 5, 2026 11:33
0c28366 to
42baa82
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
February 12, 2026 15:04
42baa82 to
7084732
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
February 13, 2026 07:25
7084732 to
9274786
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
March 13, 2026 15:51
9274786 to
22fe449
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
March 15, 2026 18:38
22fe449 to
95fd8f9
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
March 27, 2026 11:36
95fd8f9 to
3f54472
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
March 27, 2026 16:01
3f54472 to
b565efc
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
April 1, 2026 16:35
b565efc to
6602419
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
May 12, 2026 15:06
6602419 to
2541ff5
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
May 28, 2026 22:37
2541ff5 to
12468f6
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
July 2, 2026 20:11
12468f6 to
198a34b
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
July 12, 2026 16:00
198a34b to
3655b7c
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-5.x
branch
from
July 21, 2026 00:20
3655b7c to
b0d79a3
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:
^5.0.3→^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)
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