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 Mar 1, 2025
1 parent cf43db9 commit b54ac3a
Show file tree
Hide file tree
Showing 10 changed files with 115 additions and 384 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": "^17.1.8",
"typescript": "~5.7.3",
"vitest": "^2.1.9"
"vitest": "^3.0.7"
},
"author": "Nicolas DUBIEN <github@dubien.org>",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/ava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"rxjs": "^7.8.2",
"typescript": "~5.7.3",
"vite": "^6.2.0",
"vitest": "^2.1.9"
"vitest": "^3.0.7"
},
"keywords": [
"ava",
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,7 +63,7 @@
"@fast-check/poisoning": "workspace:*",
"@microsoft/api-extractor": "^7.51.1",
"@types/node": "^22.13.8",
"@vitest/coverage-v8": "^2.1.9",
"@vitest/coverage-v8": "^3.0.7",
"cross-env": "^7.0.3",
"fast-check": "workspace:*",
"glob": "^11.0.1",
Expand All @@ -72,7 +72,7 @@
"replace-in-file": "^8.3.0",
"typedoc": "^0.27.9",
"typescript": "~5.7.3",
"vitest": "^2.1.9"
"vitest": "^3.0.7"
},
"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 @@ -83,7 +83,7 @@
"jest-jasmine2": "^29.7.0",
"typescript": "~5.7.3",
"vite": "^6.2.0",
"vitest": "^2.1.9"
"vitest": "^3.0.7"
},
"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 @@ -42,7 +42,7 @@
"@types/npmcli__arborist": "^6.3.0",
"typescript": "~5.7.3",
"vite": "^6.2.0",
"vitest": "^2.1.9"
"vitest": "^3.0.7"
},
"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 @@ -46,7 +46,7 @@
"@fast-check/poisoning": "workspace:*",
"@types/node": "^22.13.8",
"typescript": "~5.7.3",
"vitest": "^2.1.9"
"vitest": "^3.0.7"
},
"keywords": [
"poisoning",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"fast-check": "workspace:*",
"typescript": "~5.7.3",
"vite": "^6.2.0",
"vitest": "^2.1.9"
"vitest": "^3.0.7"
},
"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 @@ -53,7 +53,7 @@
"@fast-check/worker": "workspace:*",
"@types/node": "^22.13.8",
"typescript": "~5.7.3",
"vitest": "^2.1.9"
"vitest": "^3.0.7"
},
"keywords": [
"worker",
Expand Down
Loading

0 comments on commit b54ac3a

Please # to comment.