Skip to content

Update dependency @vitejs/plugin-react-swc to v3.11.0#93

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vitejs-plugin-react-swc-3.x-lockfile
Open

Update dependency @vitejs/plugin-react-swc to v3.11.0#93
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vitejs-plugin-react-swc-3.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitejs/plugin-react-swc (source) 3.7.03.11.0 age adoption passing confidence

Release Notes

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

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.

v3.9.0

Compare Source

Make compatible with rolldown-vite

This plugin is now compatible with rolldown-powered version of Vite.

v3.8.1

Compare Source

Remove WebContainers warning #​268

SWC is now supported in WebContainers 🎉

v3.8.0

Compare Source

Add useAtYourOwnRisk_mutateSwcOptions option

The future of Vite is with OXC, and from the beginning this was a design choice to not exposed too many specialties from SWC so that Vite React users can move to another transformer later.
Also debugging why some specific version of decorators with some other unstable/legacy feature doesn't work is not fun, so we won't provide support for it, hence the name useAtYourOwnRisk.

react({
  useAtYourOwnRisk_mutateSwcOptions(options) {
    options.jsc.parser.decorators = true;
    options.jsc.transform.decoratorVersion = "2022-03";
  },
});

v3.7.2

Compare Source

Add Vite 6 to peerDependencies range #​207

Thanks @​RobinTail

Revert throw when refresh runtime is loaded twice #​237

Revert the throw when refresh runtime is loaded twice to enable usage in micro frontend apps. This was added to help fix setup usage, and this is not worth an annoying warning for others or a config parameter.

This revert was done in the Babel plugin last year and I didn't port it back.

v3.7.1

Compare Source

Ignore directive sourcemap error #​231


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Dec 9, 2024

@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch 2 times, most recently from 1c06dcd to 16ad4cd Compare January 30, 2025 14:27
@renovate renovate bot changed the title Update dependency @vitejs/plugin-react-swc to v3.7.2 Update dependency @vitejs/plugin-react-swc to v3.8.0 Feb 9, 2025
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 16ad4cd to 63e7625 Compare February 9, 2025 08:44
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 63e7625 to 07cf833 Compare March 3, 2025 12:09
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch 3 times, most recently from ea4df4e to 0698675 Compare March 17, 2025 16:13
@renovate renovate bot changed the title Update dependency @vitejs/plugin-react-swc to v3.8.0 Update dependency @vitejs/plugin-react-swc to v3.8.1 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 0698675 to fc54c61 Compare March 19, 2025 10:40
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from fc54c61 to fc9ac84 Compare April 1, 2025 12:15
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from fc9ac84 to 9b8127f Compare April 8, 2025 12:29
@renovate renovate bot changed the title Update dependency @vitejs/plugin-react-swc to v3.8.1 Update dependency @vitejs/plugin-react-swc to v3.9.0 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 9b8127f to 8a07783 Compare April 15, 2025 10:37
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 8a07783 to 111ad96 Compare April 24, 2025 10:43
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch 2 times, most recently from 2e11c6d to 7c9a642 Compare May 23, 2025 03:28
@renovate renovate bot changed the title Update dependency @vitejs/plugin-react-swc to v3.9.0 Update dependency @vitejs/plugin-react-swc to v3.10.0 May 23, 2025
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 7c9a642 to 63459ae Compare June 3, 2025 06:15
@renovate renovate bot changed the title Update dependency @vitejs/plugin-react-swc to v3.10.0 Update dependency @vitejs/plugin-react-swc to v3.10.1 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 63459ae to 6a74347 Compare June 10, 2025 03:35
@renovate renovate bot changed the title Update dependency @vitejs/plugin-react-swc to v3.10.1 Update dependency @vitejs/plugin-react-swc to v3.10.2 Jun 10, 2025
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 6a74347 to a0ee3b9 Compare June 22, 2025 13:58
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from a0ee3b9 to 66a82fc Compare July 2, 2025 19:28
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 66a82fc to 2d3dc2f Compare July 18, 2025 08:33
@renovate renovate bot changed the title Update dependency @vitejs/plugin-react-swc to v3.10.2 Update dependency @vitejs/plugin-react-swc to v3.11.0 Jul 18, 2025
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 2d3dc2f to 5fe3ab3 Compare August 10, 2025 15:06
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 5fe3ab3 to a9b2be8 Compare August 31, 2025 11:04
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from a9b2be8 to 36382e2 Compare September 25, 2025 21:34
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 36382e2 to 6c46051 Compare October 22, 2025 01:17
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 6c46051 to cc1d775 Compare November 10, 2025 17:34
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from cc1d775 to 8da82a9 Compare November 18, 2025 22:53
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 8da82a9 to 7f6846c Compare December 3, 2025 19:40
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 7f6846c to 31635aa Compare December 31, 2025 17:35
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 31635aa to e30c056 Compare January 23, 2026 19:01
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from e30c056 to 7c60436 Compare February 2, 2026 21:40
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 7c60436 to ec5332c Compare February 12, 2026 11:04
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from ec5332c to 2724c61 Compare March 5, 2026 19:08
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 2724c61 to e7bcf01 Compare April 1, 2026 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants