Skip to content

Commit

Permalink
Merge pull request #1885 from belgattitude/renovate/vitest
Browse files Browse the repository at this point in the history
fix(deps): update vitest monorepo to v3.0.5
  • Loading branch information
belgattitude authored Feb 3, 2025
2 parents 07d1ffe + 41a0e7f commit d750365
Show file tree
Hide file tree
Showing 11 changed files with 211 additions and 45 deletions.
10 changes: 5 additions & 5 deletions devtools/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"@cloudflare/vitest-pool-workers": "0.6.11",
"@codspeed/vitest-plugin": "4.0.0",
"@edge-runtime/vm": "5.0.0",
"@vitest/browser": "3.0.4",
"@vitest/coverage-istanbul": "3.0.4",
"@vitest/runner": "3.0.4",
"@vitest/snapshot": "3.0.4",
"@vitest/ui": "3.0.4",
"@vitest/browser": "3.0.5",
"@vitest/coverage-istanbul": "3.0.5",
"@vitest/runner": "3.0.5",
"@vitest/snapshot": "3.0.5",
"@vitest/ui": "3.0.5",
"esbuild": "0.24.2",
"eslint": "8.57.1",
"playwright": "1.50.1",
Expand Down
6 changes: 3 additions & 3 deletions integrations/prisma-exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"@size-limit/webpack": "11.1.6",
"@size-limit/webpack-why": "11.1.6",
"@types/node": "22.13.0",
"@vitest/coverage-istanbul": "3.0.4",
"@vitest/ui": "3.0.4",
"@vitest/coverage-istanbul": "3.0.5",
"@vitest/ui": "3.0.5",
"browserslist": "4.24.4",
"browserslist-to-esbuild": "2.1.1",
"cross-env": "7.0.3",
Expand All @@ -92,7 +92,7 @@
"typedoc-plugin-markdown": "4.4.1",
"typescript": "5.7.3",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.4",
"vitest": "3.0.5",
"webpack": "5.97.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"typedoc-plugin-markdown": "4.4.1",
"typescript": "5.7.3",
"valibot": "0.42.1",
"vitest": "3.0.4",
"vitest": "3.0.5",
"webpack": "5.97.1",
"zod": "3.24.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/dsn-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"typedoc": "0.27.6",
"typedoc-plugin-markdown": "4.4.1",
"typescript": "5.7.3",
"vitest": "3.0.4",
"vitest": "3.0.5",
"webpack": "5.97.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"typedoc": "0.27.6",
"typedoc-plugin-markdown": "4.4.1",
"typescript": "5.7.3",
"vitest": "3.0.4",
"vitest": "3.0.5",
"webpack": "5.97.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/json-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"typedoc": "0.27.6",
"typedoc-plugin-markdown": "4.4.1",
"typescript": "5.7.3",
"vitest": "3.0.4",
"vitest": "3.0.5",
"webpack": "5.97.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lru/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"typedoc": "0.27.6",
"typedoc-plugin-markdown": "4.4.1",
"typescript": "5.7.3",
"vitest": "3.0.4",
"vitest": "3.0.5",
"webpack": "5.97.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/memo-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"typedoc": "0.27.6",
"typedoc-plugin-markdown": "4.4.1",
"typescript": "5.7.3",
"vitest": "3.0.4",
"vitest": "3.0.5",
"webpack": "5.97.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plain-object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"typedoc": "0.27.6",
"typedoc-plugin-markdown": "4.4.1",
"typescript": "5.7.3",
"vitest": "3.0.4",
"vitest": "3.0.5",
"webpack": "5.97.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/treeu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"typedoc": "0.27.6",
"typedoc-plugin-markdown": "4.4.1",
"typescript": "5.7.3",
"vitest": "3.0.4",
"vitest": "3.0.5",
"webpack": "5.97.1"
},
"engines": {
Expand Down
Loading

0 comments on commit d750365

Please sign in to comment.