Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2025

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react-swc (source) 3.9.04.2.2 age confidence

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react-swc)

v4.2.2

Compare Source

Update code to support newer rolldown-vite (#​978)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

v4.2.1

Compare Source

Fix @vitejs/plugin-react-swc/preamble on build (#​962)

v4.2.0

Compare Source

Add @vitejs/plugin-react-swc/preamble virtual module for SSR HMR (#​890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react-swc/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Use SWC when useAtYourOwnRisk_mutateSwcOptions is provided (#​951)

Previously, this plugin did not use SWC if plugins were not provided even if useAtYourOwnRisk_mutateSwcOptions was provided. This is now fixed.

v4.1.0

Compare Source

Set SWC cacheRoot options

This is set to {viteCacheDir}/swc and override the default of .swc.

Perf: simplify refresh wrapper generation (#​835)

v4.0.1

Compare Source

Set optimizeDeps.rollupOptions.transform.jsx instead of optimizeDeps.rollupOptions.jsx for rolldown-vite (#​735)

optimizeDeps.rollupOptions.jsx is going to be deprecated in favor of optimizeDeps.rollupOptions.transform.jsx.

v4.0.0

Compare Source

v3.11.0

Compare Source

Add HMR support for compound components (#​518)

HMR now works for compound components like this:

const Root = () => <div>Accordion Root</div>
const Item = () => <div>Accordion Item</div>

export const Accordion = { Root, Item }
Return Plugin[] instead of PluginOption[] (#​537)

The return type has changed from react(): PluginOption[] to more specialized type react(): Plugin[]. This allows for type-safe manipulation of plugins, for example:

// previously this causes type errors
react()
  .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))

v3.10.2

Compare Source

Suggest @vitejs/plugin-react-oxc if rolldown-vite is detected #​491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: true in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #​489

This suppresses the warning about optimizeDeps.esbuildOptions being deprecated in rolldown-vite.

Add Vite 7-beta to peerDependencies range #​497

React plugins are compatible with Vite 7, this removes the warning when testing the beta.

v3.10.1

Compare Source

Add explicit semicolon in preambleCode #​485

This fixes an edge case when using HTML minifiers that strips line breaks aggressively.

v3.10.0

Compare Source

Add filter for rolldown-vite #​470

Added filter so that it is more performant when running this plugin with rolldown-powered version of Vite.

Skip HMR preamble in Vitest browser mode #​478

This was causing annoying Sourcemap for "/@&#8203;react-refresh" points to missing source files and is unnecessary in test mode.

Skip HMR for JSX files with hooks #​480

This removes the HMR warning for hooks with JSX.


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jun 27, 2025
@renovate renovate bot force-pushed the renovate/major-builder-families branch 3 times, most recently from f50ccce to 3293443 Compare July 4, 2025 05:32
@renovate renovate bot force-pushed the renovate/major-builder-families branch 2 times, most recently from e14365b to 2149edf Compare July 10, 2025 12:13
@renovate renovate bot force-pushed the renovate/major-builder-families branch from 2149edf to e30c103 Compare July 17, 2025 04:29
@renovate renovate bot force-pushed the renovate/major-builder-families branch from e30c103 to 83da640 Compare July 24, 2025 08:45
@renovate renovate bot force-pushed the renovate/major-builder-families branch from 83da640 to a0eeac2 Compare August 7, 2025 09:05
@renovate renovate bot changed the title ci: Update dependency vite to v7 ci: Update Builder families (major) Aug 7, 2025
@renovate renovate bot force-pushed the renovate/major-builder-families branch 2 times, most recently from b489edd to 4c3e18f Compare August 12, 2025 02:43
@renovate renovate bot force-pushed the renovate/major-builder-families branch 2 times, most recently from 568d481 to d2a1472 Compare August 19, 2025 10:11
@renovate renovate bot force-pushed the renovate/major-builder-families branch 2 times, most recently from a912a5e to 135c649 Compare September 6, 2025 23:40
@renovate renovate bot force-pushed the renovate/major-builder-families branch from 135c649 to 473aa1d Compare September 8, 2025 10:39
@renovate renovate bot changed the title ci: Update Builder families (major) ci: Update dependency @vitejs/plugin-react-swc to v4 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/major-builder-families branch 2 times, most recently from 8a14a04 to 03a607a Compare September 10, 2025 09:32
@renovate renovate bot changed the title ci: Update dependency @vitejs/plugin-react-swc to v4 ci: Update Builder families (major) Sep 10, 2025
@renovate renovate bot force-pushed the renovate/major-builder-families branch 3 times, most recently from 0dc5064 to 397cb7e Compare September 22, 2025 09:14
@renovate renovate bot force-pushed the renovate/major-builder-families branch 2 times, most recently from e25bb98 to e8b30b3 Compare October 2, 2025 08:54
@renovate renovate bot force-pushed the renovate/major-builder-families branch from e8b30b3 to e5320a3 Compare October 3, 2025 01:35
@renovate renovate bot force-pushed the renovate/major-builder-families branch 2 times, most recently from 1521cd3 to 6e387fe Compare October 20, 2025 06:00
@renovate renovate bot changed the title ci: Update Builder families (major) ci: Update dependency @vitejs/plugin-react-swc to v4 Oct 21, 2025
@renovate renovate bot force-pushed the renovate/major-builder-families branch 2 times, most recently from de2d5dc to 6b71f8d Compare October 24, 2025 13:59
@renovate renovate bot force-pushed the renovate/major-builder-families branch 3 times, most recently from 2b4e224 to a5eb33f Compare November 12, 2025 12:40
@renovate renovate bot force-pushed the renovate/major-builder-families branch from a5eb33f to 2d8a6fa Compare November 18, 2025 22:54
@renovate renovate bot force-pushed the renovate/major-builder-families branch from 2d8a6fa to 31709db Compare December 3, 2025 19:49
@renovate renovate bot force-pushed the renovate/major-builder-families branch from 31709db to e4ec8f7 Compare December 19, 2025 02:57
@renovate renovate bot force-pushed the renovate/major-builder-families branch from e4ec8f7 to 22ac361 Compare December 31, 2025 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant