Skip to content

Commit a1e576a

Browse files
fix(deps): update all non-major dependencies (#8235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
1 parent 8249b83 commit a1e576a

File tree

15 files changed

+1450
-1092
lines changed

15 files changed

+1450
-1092
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
node-version: 20
142142

143143
- uses: browser-actions/setup-chrome@b94431e051d1c52dcbe9a7092a4f10f827795416 # v2.1.0
144-
- uses: browser-actions/setup-firefox@634a60ccd6599686158cf5a570481b4cd30455a2 # v1.5.4
144+
- uses: browser-actions/setup-firefox@c04e669ab1d810acd2530e553388c1d183d765cf # v1.6.0
145145

146146
- name: Install
147147
run: pnpm i

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"devDependencies": {
2121
"@iconify-json/carbon": "catalog:",
2222
"@iconify-json/logos": "catalog:",
23-
"@shikijs/transformers": "^3.7.0",
24-
"@shikijs/vitepress-twoslash": "^3.7.0",
23+
"@shikijs/transformers": "^3.8.0",
24+
"@shikijs/vitepress-twoslash": "^3.8.0",
2525
"@unocss/reset": "catalog:",
2626
"@vite-pwa/assets-generator": "^1.0.0",
2727
"@vite-pwa/vitepress": "^1.0.0",
@@ -32,8 +32,8 @@
3232
"unplugin-vue-components": "catalog:",
3333
"vite": "^6.3.5",
3434
"vite-plugin-pwa": "^0.21.2",
35-
"vitepress": "2.0.0-alpha.6",
36-
"vitepress-plugin-group-icons": "^1.6.0",
35+
"vitepress": "2.0.0-alpha.8",
36+
"vitepress-plugin-group-icons": "^1.6.1",
3737
"vitepress-plugin-tabs": "^0.7.1",
3838
"workbox-window": "^7.3.0"
3939
}

examples/lit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"test:ui": "vitest --ui"
1515
},
1616
"dependencies": {
17-
"lit": "^3.3.0"
17+
"lit": "^3.3.1"
1818
},
1919
"devDependencies": {
2020
"@vitest/browser": "latest",
2121
"jsdom": "latest",
22-
"playwright": "^1.53.1",
22+
"playwright": "^1.54.1",
2323
"vite": "latest",
2424
"vitest": "latest"
2525
},

examples/typecheck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:run": "vitest run"
1111
},
1212
"devDependencies": {
13-
"@types/node": "^20.19.1",
13+
"@types/node": "^20.19.7",
1414
"@vitest/ui": "latest",
1515
"typescript": "^5.8.3",
1616
"vite": "latest",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "4.0.0-beta.2",
55
"private": true,
6-
"packageManager": "pnpm@10.12.2",
6+
"packageManager": "pnpm@10.13.1",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^18.0.0 || >=20.0.0"
@@ -39,34 +39,34 @@
3939
"devDependencies": {
4040
"@antfu/eslint-config": "^4.13.2",
4141
"@antfu/ni": "^25.0.0",
42-
"@playwright/test": "^1.53.1",
42+
"@playwright/test": "^1.54.1",
4343
"@rollup/plugin-commonjs": "^28.0.6",
4444
"@rollup/plugin-json": "^6.1.0",
4545
"@rollup/plugin-node-resolve": "^16.0.1",
46-
"@types/node": "^22.15.32",
46+
"@types/node": "^22.16.3",
4747
"@types/ws": "catalog:",
4848
"@vitest/browser": "workspace:*",
4949
"@vitest/coverage-istanbul": "workspace:*",
5050
"@vitest/coverage-v8": "workspace:*",
5151
"@vitest/ui": "workspace:*",
5252
"bumpp": "^10.2.0",
5353
"changelogithub": "^13.16.0",
54-
"esbuild": "^0.25.5",
54+
"esbuild": "^0.25.6",
5555
"eslint": "^9.28.0",
5656
"magic-string": "^0.30.17",
5757
"pathe": "^2.0.3",
5858
"rimraf": "^6.0.1",
59-
"rollup": "^4.44.0",
59+
"rollup": "^4.45.0",
6060
"rollup-plugin-dts": "^6.2.1",
6161
"rollup-plugin-license": "^3.6.0",
6262
"tinyglobby": "catalog:",
6363
"tsx": "^4.20.3",
6464
"typescript": "^5.8.3",
65-
"unplugin-isolated-decl": "^0.14.3",
66-
"unplugin-oxc": "^0.4.5",
65+
"unplugin-isolated-decl": "^0.14.5",
66+
"unplugin-oxc": "^0.4.6",
6767
"vite": "^6.3.5",
6868
"vitest": "workspace:*",
69-
"zx": "^8.5.5"
69+
"zx": "^8.7.0"
7070
},
7171
"pnpm": {
7272
"overrides": {

packages/browser/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,18 @@
104104
"@vitest/runner": "workspace:*",
105105
"@vitest/ui": "workspace:*",
106106
"@vitest/ws-client": "workspace:*",
107-
"@wdio/protocols": "^9.15.0",
108-
"@wdio/types": "^9.15.0",
107+
"@wdio/protocols": "^9.16.2",
108+
"@wdio/types": "^9.16.2",
109109
"birpc": "catalog:",
110110
"flatted": "catalog:",
111111
"ivya": "^1.7.0",
112112
"mime": "^4.0.7",
113113
"pathe": "catalog:",
114114
"periscopic": "^4.0.2",
115-
"playwright": "^1.53.1",
116-
"playwright-core": "^1.53.1",
115+
"playwright": "^1.54.1",
116+
"playwright-core": "^1.54.1",
117117
"safaridriver": "^1.0.0",
118118
"vitest": "workspace:*",
119-
"webdriverio": "^9.15.0"
119+
"webdriverio": "^9.17.0"
120120
}
121121
}

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"tinyrainbow": "catalog:"
5757
},
5858
"devDependencies": {
59-
"@faker-js/faker": "^9.8.0",
59+
"@faker-js/faker": "^9.9.0",
6060
"@iconify-json/carbon": "catalog:",
6161
"@iconify-json/logos": "catalog:",
6262
"@testing-library/vue": "^8.1.0",
@@ -78,13 +78,13 @@
7878
"d3-graph-controller": "^3.1.1",
7979
"floating-vue": "^5.2.2",
8080
"mime": "^4.0.7",
81-
"rollup": "^4.44.0",
81+
"rollup": "^4.45.0",
8282
"splitpanes": "^3.2.0",
8383
"unocss": "catalog:",
8484
"unplugin-auto-import": "^0.19.0",
8585
"unplugin-vue-components": "catalog:",
8686
"vite": "^5.0.0",
87-
"vite-plugin-pages": "^0.33.0",
87+
"vite-plugin-pages": "^0.33.1",
8888
"vue": "catalog:",
8989
"vue-router": "^4.5.1",
9090
"vue-virtual-scroller": "2.0.0-beta.8"

packages/vitest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"@vitest/utils": "workspace:*",
161161
"chai": "catalog:",
162162
"debug": "catalog:",
163-
"expect-type": "^1.2.1",
163+
"expect-type": "^1.2.2",
164164
"magic-string": "catalog:",
165165
"pathe": "catalog:",
166166
"picomatch": "^4.0.2",
@@ -185,7 +185,7 @@
185185
"@types/istanbul-reports": "catalog:",
186186
"@types/jsdom": "^21.1.7",
187187
"@types/mime": "^4.0.0",
188-
"@types/node": "^22.15.32",
188+
"@types/node": "^22.16.3",
189189
"@types/picomatch": "^4.0.0",
190190
"@types/prompts": "^2.4.9",
191191
"@types/sinonjs__fake-timers": "^8.1.5",

packages/vitest/src/runtime/vm/commonjs-executor.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,16 @@ export class CommonjsExecutor {
8686
return _require
8787
}
8888

89+
static getSourceMapsSupport = () => ({
90+
enabled: false,
91+
nodeModules: false,
92+
generatedCode: false,
93+
})
94+
95+
static setSourceMapsSupport = () => {
96+
// noop
97+
}
98+
8999
static register = () => {
90100
throw new Error(
91101
`[vitest] "register" is not available when running in Vitest.`,

0 commit comments

Comments
 (0)