Skip to content
Closed
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 dev-packages/bun-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@sentry-internal/test-utils": "10.56.0",
"bun-types": "^1.2.9",
"vitest": "^3.2.4"
"vitest": "^4.1.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.

Removed poolOptions still configured

Medium Severity

Bumping vitest to ^4.1.0 in these packages while their Vitest configs still set test.poolOptions (removed in Vitest 4) can cause deprecation errors or wrong pool behavior; options like singleThread must move to top-level test settings per the v4 migration guide.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a461fa0. Configure here.

},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/bundler-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sentry/browser": "10.56.0",
"rollup": "^4.60.3",
"vite": "^5.0.0",
"vitest": "^3.2.4",
"vitest": "^4.1.0",
Comment thread
cursor[bot] marked this conversation as resolved.
"webpack": "^5.0.0"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/cloudflare-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@cloudflare/workers-types": "^4.20260426.0",
"@sentry-internal/test-utils": "10.56.0",
"eslint-plugin-regexp": "^3.1.0",
"vitest": "^3.2.4",
"vitest": "^4.1.0",
"wrangler": "4.86.0"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"size-limit": "~12.1.0",
"ts-node": "10.9.2",
"typescript": "~5.8.0",
"vitest": "^3.2.4",
"vitest": "^4.1.0",
Comment thread
cursor[bot] marked this conversation as resolved.
"yalc": "^1.0.0-pre.53",
"yarn-deduplicate": "6.0.2"
},
Expand Down
Loading
Loading