chore(deps): update dependency @vitejs/plugin-react-swc to v4#1043
Open
renovate[bot] wants to merge 1 commit intodevfrom
Open
chore(deps): update dependency @vitejs/plugin-react-swc to v4#1043renovate[bot] wants to merge 1 commit intodevfrom
renovate[bot] wants to merge 1 commit intodevfrom
Conversation
ee6fb68 to
2edff67
Compare
2edff67 to
2633474
Compare
77e9ed3 to
59c9dfa
Compare
59c9dfa to
ef14ca3
Compare
ef14ca3 to
2ab658f
Compare
c95842e to
b139a78
Compare
2fe6610 to
3bcea17
Compare
1fc7153 to
6d3f92e
Compare
6d3f92e to
5344d6b
Compare
b85ded2 to
f15b63d
Compare
5b9a153 to
bbdeaa8
Compare
bbdeaa8 to
5d3294c
Compare
a88bef9 to
64c938f
Compare
64c938f to
f69a67b
Compare
4081434 to
6d7499d
Compare
6d7499d to
c93e75c
Compare
bbc8589 to
d24020d
Compare
afc3db0 to
cad5535
Compare
cad5535 to
0869064
Compare
0869064 to
2399eb1
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.10.2→4.3.0Release Notes
vitejs/vite-plugin-react (@vitejs/plugin-react-swc)
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
v3.11.0Compare Source
Add HMR support for compound components (#518)
HMR now works for compound components like this:
Return
Plugin[]instead ofPluginOption[](#537)The return type has changed from
react(): PluginOption[]to more specialized typereact(): Plugin[]. This allows for type-safe manipulation of plugins, for example: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.