Skip to content

deps: update dependency @vitejs/plugin-react to v4.7.0#71

Merged
renovate[bot] merged 1 commit intomainfrom
deps/vitejs-plugin-react-4.x
Jul 26, 2025
Merged

deps: update dependency @vitejs/plugin-react to v4.7.0#71
renovate[bot] merged 1 commit intomainfrom
deps/vitejs-plugin-react-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2025

This PR contains the following updates:

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

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 - "after 10:00 before 18:00 every weekday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Never, 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 added the deps label Jul 14, 2025
@renovate renovate bot enabled auto-merge July 26, 2025 21:16
@renovate renovate bot force-pushed the deps/vitejs-plugin-react-4.x branch from e48ea25 to 300d06e Compare July 26, 2025 21:16
@renovate renovate bot changed the title deps: update dependency @vitejs/plugin-react to v4.6.0 deps: update dependency @vitejs/plugin-react to v4.7.0 Jul 26, 2025
@renovate renovate bot removed the rebase label Jul 26, 2025
@renovate renovate bot force-pushed the deps/vitejs-plugin-react-4.x branch from 300d06e to c8c8cfe Compare July 26, 2025 21:18
@renovate renovate bot merged commit 163ff45 into main Jul 26, 2025
4 checks passed
@renovate renovate bot deleted the deps/vitejs-plugin-react-4.x branch July 26, 2025 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants