From 733ffbf7c3e24942138d1d610494d7b22945918c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 20 Aug 2026 16:23:26 -0700
Subject: [PATCH] build(deps-dev): bump @vitejs/plugin-react from 4.7.0 to
6.0.5 (#11710)
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.0.5.
Sourced from @vitejs/plugin-react's
releases. 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. When running No release notes provided. This is a type only change. Only Expanded Vite 8+ can handle React Refresh Transform by Oxc and doesn't need
Babel for it. With that, there are no transform applied that requires
Babel. To reduce the installation size of this plugin, babel is no
longer a dependency of this plugin and the related features are
removed. If you are using Babel, you can use
export default defineConfig({
plugins: [ ... (truncated) Sourced from @vitejs/plugin-react's
changelog. 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. When running Improved the filter in the react compiler babel preset to reduce the
false-positives so that less modules are processed by the react
compiler. This is a type only change. Only Expanded Vite 8+ can handle React Refresh Transform by Oxc and doesn't need
Babel for it. With that, there are no transform applied that requires
Babel. To reduce the installation size of this plugin, babel is no
longer a dependency of this plugin and the related features are
removed. If you are using Babel, you can use
export default defineConfig({
plugins: [ </tr></table>
Release notes
plugin-react@6.0.5
Fixed the react compiler preset filter to be linear (#1353)
plugin-react@6.0.4
Fixed
$RefreshSig$ is not defined error when running
vite dev with NODE_ENV=productionvite dev with
NODE_ENV=production, the app errored with
$RefreshSig$ is not defined.
This error is now fixed.plugin-react@6.0.3
plugin-react@6.0.2
Allow all options in reactCompilerPreset (#1189)
compilationMode and
target options were available for
reactCompilerPreset.plugin-react@6.0.1
Expand
@rolldown/plugin-babel peer dep range (#1146)@rolldown/plugin-babel peer dep range to
include ^0.2.0.plugin-react@6.0.0
Remove Babel Related Features (#1123)
@rolldown/plugin-babel together with this plugin: import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
+import babel from '@rolldown/plugin-babel'
react({
babel: {
plugins: ['@babel/plugin-proposal-throw-expressions'],
},
}),
react(),
babel({
plugins: ['@babel/plugin-proposal-throw-expressions'],
]
})
}),
Changelog
6.0.5 (2026-07-30)
Fixed the react compiler preset filter to be linear (#1353)
6.0.4 (2026-07-22)
Fixed
$RefreshSig$ is not defined error when running
vite dev with NODE_ENV=productionvite dev with
NODE_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)
6.0.2 (2026-05-14)
Allow all options in reactCompilerPreset (#1189)
compilationMode and
target options were available for
reactCompilerPreset.6.0.1 (2026-03-13)
Expand
@rolldown/plugin-babel peer dep range (#1146)@rolldown/plugin-babel peer dep range to
include ^0.2.0.6.0.0 (2026-03-12)
6.0.0-beta.0 (2026-03-03)
Remove Babel Related Features (#1123)
@rolldown/plugin-babel together with this plugin: import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
+import babel from '@rolldown/plugin-babel'
react({
babel: {
... (truncated)
68c0cb8
release: plugin-react@6.0.5 (#1362)555cdbc
fix(react): make the react compiler preset filter linear (#1353)a00a9f8
fix(deps): update all non-major dependencies (#1327)f4b5498
release: plugin-react@6.0.47a40659
fix(react): $RefreshSig$ is not defined with
NODE_ENV=production vite dev ...98b32d4
fix(deps): update react 19.2.8 (#1298)8ae5449
fix: babel-plugin-react-compiler cannot be imported when used in a
framework ...f09ea01
fix(deps): update all non-major dependencies (#1282)640fd35
release: plugin-react@6.0.3889efb0
fix(deps): update all non-major dependencies (#1249)This version was pushed to npm by GitHub Actions, a new
releaser for @vitejs/plugin-react since your current
version.