Skip to content

chore(deps): update dependency @vitejs/plugin-react-swc to v3.11.0#259

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

chore(deps): update dependency @vitejs/plugin-react-swc to v3.11.0#259
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vitejs-plugin-react-swc-3.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react-swc (source) 3.7.03.11.0 age 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 becomes conflicted, 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.

@vercel
Copy link

vercel bot commented Sep 30, 2024

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
time-wizard Ready Ready Preview, Comment Mar 5, 2026 6:04pm

@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from c936b5f to 03a384b Compare November 18, 2024 02:22
@renovate renovate bot changed the title chore(deps): update dependency @vitejs/plugin-react-swc to v3.7.1 chore(deps): update dependency @vitejs/plugin-react-swc to v3.7.2 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 03a384b to d8257c4 Compare January 23, 2025 21:54
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from d8257c4 to 3e5e10c Compare January 30, 2025 17:38
@renovate renovate bot changed the title chore(deps): update dependency @vitejs/plugin-react-swc to v3.7.2 chore(deps): 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 3e5e10c to ba59b0d Compare February 9, 2025 08:43
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from ba59b0d to d219ae4 Compare March 3, 2025 16:11
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from d219ae4 to f1ec254 Compare March 11, 2025 10:14
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from f1ec254 to 7207a38 Compare March 13, 2025 18:33
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 7207a38 to 0358643 Compare March 17, 2025 16:26
@renovate renovate bot changed the title chore(deps): update dependency @vitejs/plugin-react-swc to v3.8.0 chore(deps): 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 0358643 to a384754 Compare March 19, 2025 10:12
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from a384754 to 3e2257f Compare April 1, 2025 11:19
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 3e2257f to 32db6a0 Compare April 8, 2025 13:11
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 32db6a0 to c000941 Compare April 15, 2025 10:55
@renovate renovate bot changed the title chore(deps): update dependency @vitejs/plugin-react-swc to v3.8.1 chore(deps): update dependency @vitejs/plugin-react-swc to v3.9.0 Apr 15, 2025
@renovate renovate bot changed the title chore(deps): update dependency @vitejs/plugin-react-swc to v3.10.1 chore(deps): 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 9e2aa2d to b1740c6 Compare June 10, 2025 01:31
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from b1740c6 to c05e4e2 Compare June 22, 2025 15:12
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from c05e4e2 to 28dca79 Compare July 2, 2025 17:28
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 28dca79 to 2964f56 Compare July 12, 2025 14:13
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 2964f56 to 0f63af6 Compare July 12, 2025 16:04
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 0f63af6 to 80b7fdd Compare July 12, 2025 16:16
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 80b7fdd to 3c44866 Compare July 12, 2025 16:32
@renovate renovate bot changed the title chore(deps): update dependency @vitejs/plugin-react-swc to v3.10.2 chore(deps): 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 3c44866 to 25a19c6 Compare July 18, 2025 03:41
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 25a19c6 to ebed372 Compare August 10, 2025 14:05
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from ebed372 to 87953b7 Compare August 19, 2025 16:10
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 87953b7 to 5b371d8 Compare August 31, 2025 11:22
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 5b371d8 to 06721d1 Compare September 25, 2025 16:36
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 06721d1 to 809df90 Compare October 21, 2025 09:08
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 809df90 to be33cca Compare November 10, 2025 17:42
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