Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 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.

@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.7.2 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/vitejs-plugin-react-swc-3.x-lockfile branch December 8, 2024 18:59
@renovate renovate bot changed the title chore(deps): update dependency @vitejs/plugin-react-swc to v3.7.2 - autoclosed chore(deps): update dependency @vitejs/plugin-react-swc to v3.7.2 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 2779d6f to 2e8c9b7 Compare December 8, 2024 23:07
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 2e8c9b7 to 42f99ef Compare December 21, 2024 02:44
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch 2 times, most recently from 9d42dd7 to beaf51e Compare January 2, 2025 11:16
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch 2 times, most recently from 3dc4a2f to 8476665 Compare January 30, 2025 18:26
@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 8476665 to 501738c Compare February 9, 2025 00:21
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 501738c to 9273dd8 Compare March 3, 2025 17:02
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch 3 times, most recently from 15c25d4 to f4c3fae Compare March 17, 2025 16:37
@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 f4c3fae to a59a6b0 Compare March 19, 2025 10:02
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from a59a6b0 to 4379b95 Compare April 1, 2025 12:30
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch 2 times, most recently from a0d918d to e58b419 Compare April 15, 2025 12:05
@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 force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from e58b419 to eec9b21 Compare April 24, 2025 06:15
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch 2 times, most recently from db44dd7 to 8a42ebd Compare May 23, 2025 03:13
@renovate renovate bot changed the title chore(deps): update dependency @vitejs/plugin-react-swc to v3.9.0 chore(deps): 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 8a42ebd to a193a9f Compare May 28, 2025 08:53
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from a193a9f to 8a8116a Compare June 6, 2025 01:22
@renovate renovate bot changed the title chore(deps): update dependency @vitejs/plugin-react-swc to v3.10.0 chore(deps): update dependency @vitejs/plugin-react-swc to v3.10.1 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 8a8116a to 0a05499 Compare June 10, 2025 08:07
@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 0a05499 to d009b12 Compare June 22, 2025 12:51
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from d009b12 to 790283d Compare July 2, 2025 15:10
@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 790283d to 4759043 Compare July 18, 2025 06:06
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 4759043 to cb85cc7 Compare August 10, 2025 12:27
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from cb85cc7 to d330579 Compare August 31, 2025 10:45
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from d330579 to 882b37c Compare September 25, 2025 16:49
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 882b37c to 32e9aff Compare October 21, 2025 10:35
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 32e9aff to 3a60509 Compare November 11, 2025 02:32
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 3a60509 to 2296ccb Compare November 18, 2025 11:57
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from 2296ccb to b7036fb Compare December 3, 2025 18:30
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-swc-3.x-lockfile branch from b7036fb to e7b05ce Compare December 31, 2025 13:57
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.

1 participant