FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build(deps): Bump vitest and @vitest/coverage-v8 to 3.2.7 (#22848) · getsentry/sentry-javascript@b5380cf · GitHub

Commit b5380cf

Browse files
andauthored
build(deps): Bump vitest and @vitest/coverage-v8 to 3.2.7 (#22848)
Bumps `vitest` (`^3.2.6` → `^3.2.7`) and `@vitest/coverage-v8` (`^3.2.4` → `^3.2.7`) to the latest v3.x release. Vitest's `latest` dist-tag is already on 4.x, so this deliberately stays on the newest v3.x rather than jumping a major. Applied across all workspace packages that declare vitest, plus the e2e test applications that use it (`debug-id-sourcemaps`, the four `solidstart*` apps). Those e2e apps were previously on much older majors (`0.34` / `1.5`); their vite versions (`^5.4.x`, and vitest bundles vite for `debug-id-sourcemaps`) satisfy vitest 3.x's peer requirement. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f5b5370 commit b5380cf

12 files changed

Lines changed: 61 additions & 65 deletions

File tree

‎dev-packages/bun-integration-tests/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@sentry-internal/test-utils": "10.67.0",
2525
"bun-types": "^1.2.9",
26-
"vitest": "^3.2.6"
26+
"vitest": "^3.2.7"
2727
},
2828
"volta": {
2929
"extends": "../../package.json"

‎dev-packages/bundler-plugin-integration-tests/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"premove": "^4.0.0",
1919
"typescript": "~6.0.3",
20-
"vitest": "^3.2.6"
20+
"vitest": "^3.2.7"
2121
},
2222
"volta": {
2323
"extends": "../../package.json"

‎dev-packages/bundler-tests/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@sentry/browser": "10.67.0",
1717
"rollup": "^4.60.3",
1818
"vite": "^6.4.3",
19-
"vitest": "^3.2.6",
19+
"vitest": "^3.2.7",
2020
"webpack": "^5.0.0"
2121
},
2222
"volta": {

‎dev-packages/cloudflare-integration-tests/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-regexp": "^3.1.0",
3737
"prisma": "6.15.0",
3838
"vite": "7.3.5",
39-
"vitest": "^3.2.6",
39+
"vitest": "^3.2.7",
4040
"wrangler": "4.86.0"
4141
},
4242
"volta": {

‎dev-packages/e2e-tests/test-applications/debug-id-sourcemaps/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"rollup": "^4.35.0",
17-
"vitest": "^0.34.6",
17+
"vitest": "^3.2.7",
1818
"@sentry/rollup-plugin": "^5.3.0"
1919
},
2020
"volta": {

‎dev-packages/e2e-tests/test-applications/solidstart-dynamic-import/package.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@
2323
"@solidjs/testing-library": "^0.8.7",
2424
"@testing-library/jest-dom": "^6.4.2",
2525
"@testing-library/user-event": "^14.5.2",
26-
"@vitest/ui": "^1.5.0",
2726
"jsdom": "^24.0.0",
2827
"solid-js": "1.9.5",
2928
"typescript": "^5.4.5",
3029
"vinxi": "^0.4.0",
3130
"vite": "^5.4.10",
3231
"vite-plugin-solid": "^2.11.6",
33-
"vitest": "^1.5.0"
32+
"vitest": "^3.2.7"
3433
},
3534
"volta": {
3635
"extends": "../../package.json"

‎dev-packages/e2e-tests/test-applications/solidstart-spa/package.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@
2323
"@solidjs/testing-library": "^0.8.7",
2424
"@testing-library/jest-dom": "^6.4.2",
2525
"@testing-library/user-event": "^14.5.2",
26-
"@vitest/ui": "^1.5.0",
2726
"jsdom": "^24.0.0",
2827
"solid-js": "1.9.5",
2928
"typescript": "^5.4.5",
3029
"vinxi": "^0.4.0",
3130
"vite": "^5.4.11",
3231
"vite-plugin-solid": "^2.11.6",
33-
"vitest": "^1.5.0"
32+
"vitest": "^3.2.7"
3433
},
3534
"volta": {
3635
"extends": "../../package.json"

‎dev-packages/e2e-tests/test-applications/solidstart-top-level-import/package.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@
2323
"@solidjs/testing-library": "^0.8.7",
2424
"@testing-library/jest-dom": "^6.4.2",
2525
"@testing-library/user-event": "^14.5.2",
26-
"@vitest/ui": "^1.5.0",
2726
"jsdom": "^24.0.0",
2827
"solid-js": "1.9.5",
2928
"typescript": "^5.4.5",
3029
"vinxi": "^0.4.0",
3130
"vite": "^5.4.11",
3231
"vite-plugin-solid": "^2.11.6",
33-
"vitest": "^1.5.0"
32+
"vitest": "^3.2.7"
3433
},
3534
"volta": {
3635
"extends": "../../package.json"

‎dev-packages/e2e-tests/test-applications/solidstart/package.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@
2525
"@solidjs/testing-library": "^0.8.7",
2626
"@testing-library/jest-dom": "^6.4.2",
2727
"@testing-library/user-event": "^14.5.2",
28-
"@vitest/ui": "^1.5.0",
2928
"jsdom": "^24.0.0",
3029
"solid-js": "1.9.5",
3130
"typescript": "^5.4.5",
3231
"vinxi": "^0.4.0",
3332
"vite": "^5.4.11",
3433
"vite-plugin-solid": "^2.11.6",
35-
"vitest": "^1.5.0"
34+
"vitest": "^3.2.7"
3635
},
3736
"volta": {
3837
"extends": "../../package.json"

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"@size-limit/webpack": "~12.1.0",
125125
"@types/jsdom": "^21.1.6",
126126
"@types/node": "^18.19.1",
127-
"@vitest/coverage-v8": "^3.2.4",
127+
"@vitest/coverage-v8": "^3.2.7",
128128
"deepmerge": "^4.2.2",
129129
"es-check": "^7.2.1",
130130
"esbuild": "^0.28.1",
@@ -143,7 +143,7 @@
143143
"size-limit": "~12.1.0",
144144
"tsx": "^4.23.0",
145145
"typescript": "~7.0.2",
146-
"vitest": "^3.2.6",
146+
"vitest": "^3.2.7",
147147
"yalc": "^1.0.0-pre.53",
148148
"yarn-deduplicate": "6.0.2"
149149
},

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL