chore(deps): replace dependency vite with vite 8.0.0 - #1964
Conversation
|
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ae3582d. Configure here.
| "typescript": "^5.8.2", | ||
| "typescript-plugin-css-modules": "^5.1.0", | ||
| "vite": "npm:rolldown-vite@7.3.1", | ||
| "vite": "npm:rolldown-vite@8.0.0", |
There was a problem hiding this comment.
Invalid Vite 8 replacement alias
High Severity
The bump replaces vite with npm:rolldown-vite@8.0.0, but rolldown-vite stopped at 7.3.1 and was archived when Rolldown landed in core Vite 8. That version is not published, so installs fail. Vite’s migration path drops the alias and depends on vite@8 directly.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit ae3582d. Configure here.
|
|
||
| overrides: | ||
| vite: "npm:rolldown-vite@7.3.1" | ||
| vite: "npm:rolldown-vite@8.0.0" |
There was a problem hiding this comment.
Stale Vite peer allowlist
Medium Severity
The Vite override moves to version 8, but peerDependencyRules.allowedVersions.vite still only allows 6 || 7 while strictPeerDependencies is enabled. Several tooling peers (including @vitejs/plugin-react-oxc and @vitejs/plugin-react-swc) do not declare Vite 8, so installs can fail on peer mismatches.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit ae3582d. Configure here.


This PR contains the following updates:
7.3.1→8.0.07.3.1→8.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
This is a special PR that replaces
vitewith the community suggested minimal stable replacement version.Configuration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.