Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Diffend
@vitejs/plugin-react (source) ^4.6.0 -> ^4.7.0 age adoption passing confidence Diff

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: 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 added the dependencies This updates dependency files label Jul 18, 2025
Copy link
Contributor

github-actions bot commented Jul 18, 2025

GitLab Pipeline Action

General information

Link to pipeline: https://gitlab.com/code0-tech/development/pictor/-/pipelines/2073954430

Status: Passed
Duration: 2 minutes

Job summaries

storybook:build

Storybook available at https://code0-tech.gitlab.io/-/development/pictor/-/jobs/11561497761/artifacts/storybook-static/index.html

@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-4.x branch from 740c92a to 65d119d Compare August 10, 2025 13:35
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-4.x branch from 65d119d to e343895 Compare August 31, 2025 10:44
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-4.x branch from e343895 to 8c8f251 Compare September 25, 2025 19:57
@renovate renovate bot force-pushed the renovate/vitejs-plugin-react-4.x branch from 8c8f251 to a386881 Compare October 1, 2025 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This updates dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant