Skip to content
Open
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 @@ -173,7 +173,7 @@
"tsx": "^4.20.4",
"type-fest": "^5.6.0",
"typescript": "^6.0.3",
"vite": "^7.3.2",
"vite": "^8.0.10",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lockfile not updated for major vite version bump

High Severity

The package.json now requires "vite": "^8.0.10" (minimum 8.0.10), but the bun.lock file still pins vite@7.3.2, which does not satisfy this constraint. This mismatch means CI pipelines using --frozen-lockfile will fail, and regular installs will silently resolve to an untested dependency tree. The lockfile needs to be regenerated to resolve vite 8.x and its transitive dependencies (which switch from rollup to rolldown).

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit de40c9f. Configure here.

"vite-bundle-analyzer": "^1.2.1",
"vitest": "^4.1.4"
},
Expand Down
Loading