Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react (source) 4.5.2 -> 4.7.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v4.7.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({ babel: { plugins: ['babel-plugin-react-compiler'] } })
  .map(p => ({ ...p, applyToEnvironment: e => e.name === 'client' }))

v4.6.0

Compare Source

Add raw Rolldown support

This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.


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.

@renovate renovate bot requested review from tay1orjones and a team as code owners June 23, 2025 07:43
@renovate renovate bot requested a review from annawen1 June 23, 2025 07:43
@renovate renovate bot changed the title chore(deps): update dependency @vitejs/plugin-react to v4.6.0 chore(deps): update dependency @vitejs/plugin-react to v4.7.0 Jul 18, 2025
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-4.x-lockfile branch from d462dce to b215f8d Compare July 18, 2025 03:35
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-4.x-lockfile branch from b215f8d to 7361d20 Compare August 10, 2025 15:02
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-4.x-lockfile branch from 7361d20 to 6aef53d Compare August 13, 2025 17:02
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