build(deps-dev): bump @vitejs/plugin-react from 5.2.0 to 6.0.2#1
build(deps-dev): bump @vitejs/plugin-react from 5.2.0 to 6.0.2#1dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Review summary
This Dependabot PR bumps @vitejs/plugin-react from 5.2.0 to 6.0.2, a major version upgrade with breaking changes. The v6 release removes all Babel-related features and requires Vite 8+. The project uses electron-vite 5.x, which may not bundle a compatible Vite version. Verify Vite 8 compatibility before merging, and ensure the project does not rely on the removed babel option or react-refresh transforms that were handled by the previous v5 plugin.
| "@types/react": "^19.2.15", | ||
| "@types/react-dom": "^19.2.3", | ||
| "@vitejs/plugin-react": "^5.2.0", | ||
| "@vitejs/plugin-react": "^6.0.2", |
There was a problem hiding this comment.
❗ Bug 🟠 High
Major version bump with breaking changes: @vitejs/plugin-react v6 removes Babel dependency and requires Vite ^8.0.0. The project depends on electron-vite ^5.0.0 — verify that the underlying Vite version satisfies this peer dependency. If the project was using the babel option (e.g., custom Babel plugins or React Compiler via babel-plugin-react-compiler), those must be migrated to @rolldown/plugin-babel with the reactCompilerPreset helper.
476735d to
c4c7ea7
Compare
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 5.2.0 to 6.0.2. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.2/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
c4c7ea7 to
688537e
Compare
Bumps @vitejs/plugin-react from 5.2.0 to 6.0.2.
Release notes
Sourced from @vitejs/plugin-react's releases.
... (truncated)
Changelog
Sourced from @vitejs/plugin-react's changelog.
... (truncated)
Commits
6535b55release: plugin-react@6.0.2bf0e43bfeat(react): whitelist debugging-options (#1189)3bd1f08feat: use carets for rolldown versions (#1216)2b8df67fix(deps): update all non-major dependencies (#1218)8fa9619fix(deps): update react 19.2.6 (#1211)a4296adfix(deps): update all non-major dependencies (#1209)323ccd7fix(deps): update all non-major dependencies (#1196)a7506e1chore(deps): update vite 8.0.10 (#1198)02cff2afix(deps): update all non-major dependencies (#1184)4b9c890fix(deps): update react 19.2.5 (#1181)