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
307 changes: 255 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"typescript": "^7.0.2",
"vite": "^8.2.0",
"vite-plus": "^0.2.7",
"vitest": "^4.1.10",
"vitest": "^4.1.11",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Vitest split from vite-plus pin

Medium Severity

Bumping vitest to 4.1.11 leaves vite-plus on its exact 4.1.10 pin, so npm installs two copies. vp test runs the bundled runner while configs, tests, and @cloudflare/vitest-pool-workers resolve the root package, which can split expect, mocks, and runner state.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 10eca51. Configure here.

"wrangler": "^4.125.0"
},
"overrides": {
Expand Down
Loading