Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react-oxc (source) ^0.2.3 -> ^0.4.0 age confidence

Release Notes

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

v0.4.2

Compare Source

Perf: simplify refresh wrapper generation (#​835)

v0.4.1

Compare Source

Set optimizeDeps.rollupOptions.transform.jsx instead of optimizeDeps.rollupOptions.jsx (#​735)

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

v0.4.0

Compare Source

v0.3.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' }))

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 force-pushed the renovate/vitejs-plugin-react-oxc-0.x branch from eff6576 to bb357c9 Compare August 8, 2025 06:29
@renovate renovate bot changed the title fix(deps): update dependency @vitejs/plugin-react-oxc to ^0.3.0 fix(deps): update dependency @vitejs/plugin-react-oxc to ^0.4.0 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-oxc-0.x branch from bb357c9 to eb08f30 Compare August 23, 2025 00:09
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-oxc-0.x branch from eb08f30 to 0b6f01b Compare September 17, 2025 12:22
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