From 4e56afec11fe1ecd02f8ddf4d1e264d8c99c792d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 3 Sep 2026 09:14:00 -0700
Subject: [PATCH] chore(deps-dev): bump @vitejs/plugin-react from 4.7.0 to
6.1.1 (#12566)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)
from 4.7.0 to 6.1.1.
Sourced from @vitejs/plugin-react's
releases. Recoverable React Compiler diagnostics are no longer logged by
default. Set The React Compiler transform was using the top-level sourcemap option
instead of the environment sourcemap option. This caused a problem when
the experimental Add experimental native React Compiler support. You can use it by installing export default defineConfig({Release notes
plugin-react@6.1.1
Add
compiler.logDiagnostics optioncompiler.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)builder.sharedPlugins was enabled.plugin-react@6.1.0
Add experimental native React Compiler support (#1419)
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'
plugins: [
react({ compiler: true })
]
})
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.
$RefreshSig$ is not defined error when running
vite dev with NODE_ENV=productionWhen running vite dev with
NODE_ENV=production, the app errored with
$RefreshSig$ is not defined.
This error is now fixed.
No release notes provided.
This is a type only change. Only compilationMode and
target options were available for
reactCompilerPreset.
@rolldown/plugin-babel peer dep range (#1146)... (truncated)
Sourced from @vitejs/plugin-react's changelog.
6.1.1 (2026-08-28)
Add
compiler.logDiagnosticsoptionRecoverable React Compiler diagnostics are no longer logged by default. Set
compiler.logDiagnosticstotrueto log them through Vite. Fatal diagnostics are always logged and fail the transform.Respect environment sourcemap option for React Compiler transform when
builder.sharedPluginsis 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.sharedPluginswas enabled.6.1.0 (2026-08-19)
Add experimental native React Compiler support (#1419)
Add experimental native React Compiler support.
You can use it by installing
oxc-transform-reactand enabling it via thecompileroption:npm install -D oxc-transform-reactimport { defineConfig } from 'vite' import react from '@vitejs/plugin-react'export default defineConfig({
plugins: [
react({ compiler: true })
]
})
6.0.5 (2026-07-30)
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.
6.0.4 (2026-07-22)
Fixed
$RefreshSig$ is not definederror when runningvite devwithNODE_ENV=productionWhen running
vite devwithNODE_ENV=production, the app errored with$RefreshSig$ is not defined. This error is now fixed.6.0.3 (2026-06-23)
Improve the react compiler preset filter to reduce false-positives (#1138)
Improved the filter in the react compiler babel preset to reduce the false-positives so that less modules are processed by the react compiler.
... (truncated)
04cac50
release: plugin-react@6.1.1 (#1440)82d35ab
fix(react): respect environment sourcemap option when
builder.sharedPlugins...397e847
fix(react): make logging diagnostics an opt-in for React Compiler (#1431)61006e6
fix(deps): update all non-major dependencies (#1433)e2a649c
chore: use deps.neverBundle instead of
external in tsdown config (#1430)fb2d6f3
fix(deps): update all non-major dependencies (#1427)39b3173
release: plugin-react@6.1.0 (#1428)f1340b0
feat(react): add native React Compiler support (#1419)9ab698e
fix(deps): update all non-major dependencies (#1375)68c0cb8
release: plugin-react@6.0.5 (#1362)This version was pushed to npm by GitHub Actions, a new
releaser for @vitejs/plugin-react since your current
version.