Skip to content

Commit

Permalink
⬆️ Update vitest monorepo to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 8063925 commit 939fb6e
Show file tree
Hide file tree
Showing 8 changed files with 125 additions and 395 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/supertest": "^6.0.2",
"happy-dom": "^16.6.0",
"typescript": "~5.7.2",
"vitest": "^2.1.8"
"vitest": "^3.0.0"
},
"author": "Nicolas DUBIEN <[email protected]>",
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions packages/fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
"@fast-check/poisoning": "workspace:*",
"@microsoft/api-extractor": "^7.49.1",
"@types/node": "^22.10.6",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/coverage-v8": "^3.0.0",
"cross-env": "^7.0.3",
"glob": "^11.0.1",
"not-node-buffer": "npm:buffer@^6.0.3",
"regexp-tree": "^0.1.27",
"replace-in-file": "^8.3.0",
"typedoc": "^0.27.6",
"typescript": "~5.7.2",
"vitest": "^2.1.8"
"vitest": "^3.0.0"
},
"keywords": [
"property-based testing",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"jest": "^29.7.0",
"jest-jasmine2": "^29.7.0",
"typescript": "~5.7.2",
"vitest": "^2.1.8"
"vitest": "^3.0.0"
},
"keywords": [
"jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/packaged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/npm-packlist": "^7.0.3",
"@types/npmcli__arborist": "^6.3.0",
"typescript": "~5.7.2",
"vitest": "^2.1.8"
"vitest": "^3.0.0"
},
"keywords": [],
"funding": [
Expand Down
2 changes: 1 addition & 1 deletion packages/poisoning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@types/node": "^22.10.6",
"typescript": "~5.7.2",
"vitest": "^2.1.8"
"vitest": "^3.0.0"
},
"keywords": [
"poisoning",
Expand Down
4 changes: 2 additions & 2 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"fast-check": "^3.0.0"
},
"peerDependencies": {
"vitest": ">=0.28.1 <1.0.0 || ^1 || ^2"
"vitest": "^3.0.0"
},
"devDependencies": {
"@types/node": "^22.10.6",
"fast-check": "workspace:*",
"typescript": "~5.7.2",
"vite": "^6.0.7",
"vitest": "^2.1.8"
"vitest": "^3.0.0"
},
"keywords": [
"vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@types/node": "^22.10.6",
"typescript": "~5.7.2",
"vitest": "^2.1.8"
"vitest": "^3.0.0"
},
"keywords": [
"worker",
Expand Down
Loading

0 comments on commit 939fb6e

Please sign in to comment.