chore(deps): update dependency @vitejs/plugin-react-swc to v4#303
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @vitejs/plugin-react-swc to v4#303renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
from
August 19, 2025 06:47
31abb0b to
0b5e4c1
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
from
August 31, 2025 11:42
0b5e4c1 to
25d9462
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
from
September 17, 2025 12:00
25d9462 to
1bab3bd
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
from
September 25, 2025 17:49
1bab3bd to
2257a4b
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
2 times, most recently
from
October 24, 2025 10:05
60611b4 to
3552b12
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
2 times, most recently
from
November 10, 2025 22:47
b9dac19 to
24f21be
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
2 times, most recently
from
November 18, 2025 23:26
9d46e58 to
ac9472a
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
from
December 3, 2025 16:41
ac9472a to
e801446
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
from
December 31, 2025 17:52
e801446 to
94da4ee
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
from
January 23, 2026 21:11
94da4ee to
cf14bba
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
from
February 2, 2026 10:52
cf14bba to
06f847c
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
2 times, most recently
from
March 12, 2026 15:15
b1abc54 to
4a9cc0f
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
2 times, most recently
from
April 8, 2026 16:00
bbdd071 to
bc3eb94
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
from
April 29, 2026 16:58
bc3eb94 to
ccc1760
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
2 times, most recently
from
May 14, 2026 22:49
6596203 to
845530d
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
from
May 28, 2026 22:42
845530d to
4b9730c
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
from
June 11, 2026 10:04
4b9730c to
f575c74
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
from
July 12, 2026 15:14
f575c74 to
b8a3556
Compare
renovate
Bot
force-pushed
the
renovate/vitejs-plugin-react-swc-4.x
branch
from
July 21, 2026 00:10
b8a3556 to
97e0c49
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:
3.11.0→4.3.1Release Notes
vitejs/vite-plugin-react (@vitejs/plugin-react-swc)
v4.3.1Compare Source
Avoid
esbuildwarnings with Vite 8 #1195Fixes #1187.
v4.3.0Compare Source
Add Vite 8 to peerDependencies range #1142
This plugin is compatible with Vite 8.
v4.2.3Compare Source
v4.2.2Compare Source
Update code to support newer
rolldown-vite(#978)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.v4.2.1Compare Source
Fix
@vitejs/plugin-react-swc/preambleon build (#962)v4.2.0Compare Source
Add
@vitejs/plugin-react-swc/preamblevirtual module for SSR HMR (#890)SSR applications can now initialize HMR runtime by importing
@vitejs/plugin-react-swc/preambleat the top of their client entry instead of manually callingtransformIndexHtml. This simplifies SSR setup for applications that don't use thetransformIndexHtmlAPI.Use SWC when useAtYourOwnRisk_mutateSwcOptions is provided (#951)
Previously, this plugin did not use SWC if plugins were not provided even if
useAtYourOwnRisk_mutateSwcOptionswas provided. This is now fixed.v4.1.0Compare Source
Set SWC cacheRoot options
This is set to
{viteCacheDir}/swcand override the default of.swc.Perf: simplify refresh wrapper generation (#835)
v4.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.v4.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.