chore(deps): update dependency @vitejs/plugin-react to v6#1265
chore(deps): update dependency @vitejs/plugin-react to v6#1265renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
❌ Deploy Preview for doist-typist failed.
|
There was a problem hiding this comment.
This PR updates @vitejs/plugin-react to version 6.0.0 as part of a routine dependency maintenance effort. While staying up-to-date is important for the health of the project, this major version bump introduces a compatibility conflict because the plugin now requires Vite 8, which is currently unsupported by the project's Storybook integration.
package.json
Outdated
| "@types/turndown": "5.0.6", | ||
| "@types/unist": "3.0.3", | ||
| "@vitejs/plugin-react": "5.2.0", | ||
| "@vitejs/plugin-react": "6.0.0", |
There was a problem hiding this comment.
[P1] This major bump is not compatible with the current toolchain. @vitejs/plugin-react@6.0.0 requires vite@^8.0.0, but @storybook/react-vite@10.2.17 still peers only on Vite 5-7, so a clean npm resolve breaks before tests or builds can run. Upgrade Storybook/Vite in the same PR (and refresh the lockfile), or keep the plugin on v5 for now. citeturn2view4turn2view6
5bf57d3 to
6982717
Compare
6982717 to
3ced0a6
Compare
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 - Monday through Friday ( * * * * 1-5 ) (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.