Skip to content

chore(deps): update @vitejs/plugin-react (6.0.2 → 6.1.0) - #428

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

chore(deps): update @vitejs/plugin-react (6.0.2 → 6.1.0)#428
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitejs-plugin-react-6.x

Conversation

@renovate

@renovate renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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


Configuration

📅 Schedule: (in timezone America/Toronto)

  • Branch creation
    • "before 6am on saturday"
  • 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 type/patch label Jun 27, 2026
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from b618c3d to 3559284 Compare July 12, 2026 10:13
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 2 times, most recently from 109a566 to 7caaf81 Compare July 25, 2026 05:09
@renovate renovate Bot changed the title chore(deps): update @vitejs/plugin-react (6.0.2 → 6.0.3) chore(deps): update @vitejs/plugin-react (6.0.2 → 6.0.4) Jul 25, 2026
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch 2 times, most recently from ac11a00 to 2f12228 Compare August 2, 2026 10:53
@renovate renovate Bot changed the title chore(deps): update @vitejs/plugin-react (6.0.2 → 6.0.4) chore(deps): update @vitejs/plugin-react (6.0.2 → 6.0.5) Aug 2, 2026
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 2f12228 to 72a5344 Compare August 12, 2026 03:15
| datasource | package              | from  | to    |
| ---------- | -------------------- | ----- | ----- |
| npm        | @vitejs/plugin-react | 6.0.2 | 6.1.0 |
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 72a5344 to 98f90cb Compare August 23, 2026 06:14
@renovate renovate Bot added type/minor and removed type/patch labels Aug 23, 2026
@renovate renovate Bot changed the title chore(deps): update @vitejs/plugin-react (6.0.2 → 6.0.5) chore(deps): update @vitejs/plugin-react (6.0.2 → 6.1.0) Aug 23, 2026
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