Skip to content

Update dependency @vitejs/plugin-react to ^6.1.1 - #37

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

Update dependency @vitejs/plugin-react to ^6.1.1#37
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitejs-plugin-react-6.x

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v6.1.1

Compare Source

Add compiler.logDiagnostics option

Recoverable React Compiler diagnostics are no longer logged by default. Set compiler.logDiagnostics to true to log them through Vite. Fatal diagnostics are always logged and fail the transform.

Respect environment sourcemap option for React Compiler transform when builder.sharedPlugins is enabled (#​1439)

The React Compiler transform was using the top-level sourcemap option instead of the environment sourcemap option. This caused a problem when the experimental builder.sharedPlugins was enabled.

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.


Configuration

📅 Schedule: (UTC)

  • 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 renovate Renovate bot did it label Aug 1, 2026
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 1f2bc69 to f946eda Compare August 2, 2026 20:40
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from f946eda to e70e728 Compare August 12, 2026 00:07
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from e70e728 to fdb915b Compare August 20, 2026 06:31
@renovate renovate Bot changed the title Update dependency @vitejs/plugin-react to ^6.0.5 Update dependency @vitejs/plugin-react to ^6.1.0 Aug 20, 2026
@renovate renovate Bot changed the title Update dependency @vitejs/plugin-react to ^6.1.0 Update dependency @vitejs/plugin-react to ^6.1.1 Aug 28, 2026
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from fdb915b to 75ca353 Compare August 28, 2026 05:49
@renovate
renovate Bot force-pushed the renovate/vitejs-plugin-react-6.x branch from 75ca353 to 8b1fe22 Compare September 2, 2026 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate Renovate bot did it

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants