This repository was archived by the owner on Jun 12, 2026. It is now read-only.
Update vite packages from v4.7.0 to v6 - #489
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
2 times, most recently
from
August 19, 2025 06:51
64d8d08 to
3123f3c
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
from
August 28, 2025 04:03
3123f3c to
4fbf0d3
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
from
September 17, 2025 07:10
4fbf0d3 to
6301331
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
from
September 27, 2025 18:06
6301331 to
ccf6162
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
2 times, most recently
from
October 24, 2025 09:32
6ef5d15 to
88b8e5a
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
2 times, most recently
from
November 12, 2025 15:59
6749bfb to
5663998
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
from
November 18, 2025 23:42
5663998 to
9811222
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
2 times, most recently
from
December 8, 2025 11:03
58a2b85 to
ffda163
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
from
December 31, 2025 18:09
ffda163 to
c4cb317
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
from
January 8, 2026 21:25
c4cb317 to
8c9dd9f
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
from
February 2, 2026 11:06
8c9dd9f to
59e1a07
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
from
February 10, 2026 06:28
59e1a07 to
04ea30c
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
from
March 14, 2026 13:09
04ea30c to
c87b65c
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
from
March 27, 2026 02:57
c87b65c to
13a2a6f
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
2 times, most recently
from
March 30, 2026 18:57
0d7c193 to
21e0305
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
from
April 27, 2026 16:44
21e0305 to
eb21125
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
from
April 27, 2026 20:33
eb21125 to
62aee4d
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
from
May 18, 2026 22:56
62aee4d to
820a742
Compare
renovate
Bot
force-pushed
the
renovate/major-vite-packages
branch
from
June 11, 2026 10:01
820a742 to
ff2c98d
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.0.2Release Notes
vitejs/vite-plugin-react (@vitejs/plugin-react)
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: (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 was generated by Mend Renovate. View the repository job log.