Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Conversation

@anaconda-renovate
Copy link

@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.0 -> 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' }))

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
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.

1 participant