Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"tsx": "^4.20.3",
"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",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ae3582d. Configure here.

"vitest": "^4.1.8"
},
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ autoInstallPeers: true
minimumReleaseAge: 10080 # 7 days

overrides:
vite: "npm:rolldown-vite@7.3.1"
vite: "npm:rolldown-vite@8.0.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ae3582d. Configure here.

esbuild: "^0.27.0"
"@emnapi/core": "^1.7.1"
"@emnapi/runtime": "^1.7.1"
Expand Down
Loading