chore(deps): update dependency @vitejs/plugin-react to v6#1705
chore(deps): update dependency @vitejs/plugin-react to v6#1705renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
|
|
See the guidelines for reviewing dependency updates for info on how to review dependency update PRs. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "@types/react": "^19.2.14", | ||
| "@types/react-dom": "^19.2.3", | ||
| "@vitejs/plugin-react": "^5.2.0", | ||
| "@vitejs/plugin-react": "^6.0.1", |
There was a problem hiding this comment.
Plugin v6 requires Vite 8 but project uses Vite 7
High Severity
@vitejs/plugin-react v6 dropped support for Vite 7 and now requires Vite 8+. The project still declares "vite": "^7.3.1" as a dependency, making the two packages incompatible. This will likely cause a peer dependency conflict during install or a runtime failure.
Additional Locations (1)
|
Reject this PR, since it requires Vite 8. Defer updating to Vite 8 until feature request cypress-io/cypress#33078 is resolved, keeping both E2E and component testing in this repo on Vite 7 in the interim. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |


This PR contains the following updates:
^5.2.0→^6.0.1Release Notes
vitejs/vite-plugin-react (@vitejs/plugin-react)
v6.0.1Compare Source
Expand
@rolldown/plugin-babelpeer dep range (#1146)Expanded
@rolldown/plugin-babelpeer dep range to include^0.2.0.v6.0.0Compare Source
Configuration
📅 Schedule: 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Note
Low Risk
Low risk dependency-only change affecting only the
examples/component-teststooling; main risk is build/test behavior changes from the new plugin major version.Overview
Updates the
examples/component-testsdev dependency@vitejs/plugin-reactfrom^5.2.0to^6.0.1to align the example’s Vite React plugin with the latest major release.Written by Cursor Bugbot for commit 95db071. This will update automatically on new commits. Configure here.