Skip to content

Update dependency @vitejs/plugin-react to v6 - #1594

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/vitejs-plugin-react-6.x
Open

Update dependency @vitejs/plugin-react to v6#1594
renovate[bot] wants to merge 1 commit into
developfrom
renovate/vitejs-plugin-react-6.x

Conversation

@renovate

@renovate renovate Bot commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vitejs/plugin-react (source) ^5.0.0^6.0.0 age confidence

Release Notes

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

v6.1.0

Compare Source

Add experimental native React Compiler support (#​1419)

Add experimental native React Compiler support.

You can use it by installing oxc-transform-react and enabling it via the compiler option:

npm install -D oxc-transform-react
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'

export default defineConfig({
  plugins: [
     react({ compiler: true })
  ]
})

v6.0.5

Compare Source

Fixed the react compiler preset filter to be linear (#​1353)

The improved filter in v6.0.3 was non-linear and caused a performance regression (#​1349). The filter was changed to be linear to avoid that.

v6.0.4

Compare Source

Fixed $RefreshSig$ is not defined error when running vite dev with NODE_ENV=production

When running vite dev with NODE_ENV=production, the app errored with $RefreshSig$ is not defined.
This error is now fixed.

v6.0.3

Compare Source

v6.0.2

Compare Source

Allow all options in reactCompilerPreset (#​1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

v6.0.1

Compare Source

Expand @rolldown/plugin-babel peer dep range (#​1146)

Expanded @rolldown/plugin-babel peer dep range to include ^0.2.0.

v6.0.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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 Pull requests that update a dependency file label Mar 18, 2026
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 4 times, most recently from f0fcdca to 3ab6d4b Compare March 27, 2026 12:49
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 3ab6d4b to 76d71a0 Compare April 10, 2026 13:29
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 4 times, most recently from fe74c55 to 7687cf5 Compare May 12, 2026 11:13
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 2 times, most recently from 8c2cfda to d7b6e42 Compare May 17, 2026 21:42
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 3 times, most recently from 3e58855 to 0c57558 Compare June 4, 2026 12:09
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 3 times, most recently from 92c742e to 8a887a8 Compare June 18, 2026 10:07
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 2 times, most recently from b041650 to 22fa355 Compare June 26, 2026 16:52
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 2 times, most recently from 2734cbd to 602bbd3 Compare July 25, 2026 06:09
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 602bbd3 to a3b84f1 Compare August 2, 2026 13:52
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from a3b84f1 to 6452e20 Compare August 12, 2026 01:53
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 6452e20 to 37f4880 Compare August 23, 2026 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants