chore(deps): update dependency @vitejs/plugin-react to v6#441
chore(deps): update dependency @vitejs/plugin-react to v6#441renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 80a364d917
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@types/react-dom": "^19.0.0", | ||
| "@types/unist": "^3.0.3", | ||
| "@vitejs/plugin-react": "^5.0.0", | ||
| "@vitejs/plugin-react": "^6.0.0", |
There was a problem hiding this comment.
Keep @vitejs/plugin-react on a Vite 7-compatible major
apps/penpal/frontend/package.json:41 upgrades @vitejs/plugin-react to v6, but the same importer still pins vite to ^7.0.0 (apps/penpal/frontend/package.json:48), and the regenerated lockfile resolves that pair as plugin-react 6.0.1 with Vite 7.3.1 (pnpm-lock.yaml:141-143). Upstream v6 declares a vite:^8.0.0 peer and its 6.0.0 changelog explicitly drops Vite 7 support, so any fresh install/build of the Penpal frontend now runs on an unsupported dependency combination.
Useful? React with 👍 / 👎.
This PR contains the following updates:
^5.0.0→^6.0.0Release 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
v5.2.0Compare Source
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.