Skip to content

chore(deps): update dependency @vitejs/plugin-react to v4.7.0 (main)#40

Open
anaconda-renovate[bot] wants to merge 1 commit intomainfrom
deps-update/main-@vitejsplugin-react
Open

chore(deps): update dependency @vitejs/plugin-react to v4.7.0 (main)#40
anaconda-renovate[bot] wants to merge 1 commit intomainfrom
deps-update/main-@vitejsplugin-react

Conversation

@anaconda-renovate
Copy link
Copy Markdown

@anaconda-renovate anaconda-renovate bot commented Jul 19, 2025

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react (source) 4.6.04.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' }))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

@anaconda-renovate anaconda-renovate bot force-pushed the deps-update/main-@vitejsplugin-react branch from e03c9c0 to 2437a6b Compare July 25, 2025 03:17
@anaconda-renovate anaconda-renovate bot force-pushed the deps-update/main-@vitejsplugin-react branch 2 times, most recently from eab9db4 to 49bf5e0 Compare August 15, 2025 16:38
@anaconda-renovate anaconda-renovate bot force-pushed the deps-update/main-@vitejsplugin-react branch 2 times, most recently from 822dff9 to e4b5b96 Compare September 11, 2025 10:35
@anaconda-renovate anaconda-renovate bot force-pushed the deps-update/main-@vitejsplugin-react branch from e4b5b96 to 08c4618 Compare September 25, 2025 12:39
@anaconda-renovate anaconda-renovate bot force-pushed the deps-update/main-@vitejsplugin-react branch from 08c4618 to bbcc4a3 Compare October 24, 2025 07:40
@anaconda-renovate anaconda-renovate bot force-pushed the deps-update/main-@vitejsplugin-react branch from bbcc4a3 to e6e0a42 Compare November 20, 2025 08:29
@anaconda-renovate anaconda-renovate bot force-pushed the deps-update/main-@vitejsplugin-react branch from e6e0a42 to bf4c9b5 Compare December 9, 2025 15:55
@anaconda-renovate anaconda-renovate bot force-pushed the deps-update/main-@vitejsplugin-react branch from bf4c9b5 to a62dddc Compare January 12, 2026 20:41
@anaconda-renovate anaconda-renovate bot force-pushed the deps-update/main-@vitejsplugin-react branch 2 times, most recently from 9976033 to 0b1cfc6 Compare February 5, 2026 17:30
@anaconda-renovate anaconda-renovate bot force-pushed the deps-update/main-@vitejsplugin-react branch from 0b1cfc6 to e9a46aa Compare February 11, 2026 00:11
@anaconda-renovate anaconda-renovate bot force-pushed the deps-update/main-@vitejsplugin-react branch from e9a46aa to dce5ad1 Compare March 22, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants