Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-and-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:

steps:
- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0

- name: Set node version to ${{ inputs.node-version }}
uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0

- name: Set node version to 20
uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-close-require.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
issues: write # for actions-cool/issues-helper to update issues
steps:
- name: needs reproduction
uses: actions-cool/issues-helper@45d75b6cf72bf4f254be6230cb887ad002702491 # v3.6.3
uses: actions-cool/issues-helper@564cd9b1baacd7a9cd634e8039a149901ee5f600 # v3.7.1
with:
actions: close-issues
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: needs reproduction
if: github.event.label.name == 'needs reproduction'
uses: actions-cool/issues-helper@45d75b6cf72bf4f254be6230cb887ad002702491 # v3.6.3
uses: actions-cool/issues-helper@564cd9b1baacd7a9cd634e8039a149901ee5f600 # v3.7.1
with:
actions: create-comment
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0

- name: Set node version to 20
uses: actions/setup-node@v6
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"devDependencies": {
"@iconify-json/carbon": "catalog:",
"@iconify-json/logos": "catalog:",
"@shikijs/transformers": "^3.13.0",
"@shikijs/vitepress-twoslash": "^3.13.0",
"@shikijs/transformers": "^3.15.0",
"@shikijs/vitepress-twoslash": "^3.15.0",
"@unocss/reset": "catalog:",
"@vite-pwa/assets-generator": "^1.0.1",
"@vite-pwa/vitepress": "^1.0.0",
"@vite-pwa/assets-generator": "^1.0.2",
"@vite-pwa/vitepress": "^1.0.1",
"@vitejs/plugin-vue": "catalog:",
"https-localhost": "^4.7.1",
"tinyglobby": "catalog:",
Expand All @@ -33,8 +33,8 @@
"vite": "^6.3.5",
"vite-plugin-pwa": "^0.21.2",
"vitepress": "2.0.0-alpha.12",
"vitepress-plugin-group-icons": "^1.6.3",
"vitepress-plugin-llms": "^1.7.5",
"vitepress-plugin-group-icons": "^1.6.5",
"vitepress-plugin-llms": "^1.9.0",
"vitepress-plugin-tabs": "^0.7.3",
"workbox-window": "^7.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"devDependencies": {
"@vitest/ui": "latest",
"fastify": "^5.6.0",
"fastify": "^5.6.1",
"supertest": "^6.3.4",
"tsx": "^4.20.5",
"tsx": "^4.20.6",
"vite": "latest",
"vitest": "latest"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/in-source-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test:run": "vitest run"
},
"devDependencies": {
"typescript": "^5.9.2",
"typescript": "^5.9.3",
"vitest": "latest"
}
}
2 changes: 1 addition & 1 deletion examples/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@vitest/browser-playwright": "latest",
"jsdom": "latest",
"playwright": "^1.55.0",
"playwright": "^1.56.1",
"vite": "latest",
"vitest": "latest"
},
Expand Down
12 changes: 6 additions & 6 deletions examples/projects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"test:run": "vitest run"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.1.13",
"@vitejs/plugin-react": "^5.0.3",
"@types/react": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"@vitest/ui": "latest",
"fastify": "^5.6.0",
"fastify": "^5.6.1",
"jsdom": "^26.1.0",
"react": "^19.1.1",
"react": "^19.2.0",
"supertest": "^6.3.4",
"tsx": "^4.20.5",
"tsx": "^4.20.6",
"vite": "latest",
"vitest": "latest"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/typecheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"test:run": "vitest run"
},
"devDependencies": {
"@types/node": "^20.19.17",
"@types/node": "^20.19.24",
"@vitest/ui": "latest",
"typescript": "^5.9.2",
"typescript": "^5.9.3",
"vite": "latest",
"vitest": "latest"
},
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "4.0.7",
"private": true,
"packageManager": "pnpm@10.17.0",
"packageManager": "pnpm@10.20.0",
"description": "Next generation testing framework powered by Vite",
"engines": {
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
Expand Down Expand Up @@ -39,34 +39,34 @@
"devDependencies": {
"@antfu/eslint-config": "^5.4.1",
"@antfu/ni": "^27.0.1",
"@playwright/test": "^1.55.0",
"@rollup/plugin-commonjs": "^28.0.6",
"@playwright/test": "^1.56.1",
"@rollup/plugin-commonjs": "^28.0.9",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@types/node": "^22.18.6",
"@rollup/plugin-node-resolve": "^16.0.3",
"@types/node": "^22.19.0",
"@types/ws": "catalog:",
"@vitest/browser": "workspace:*",
"@vitest/coverage-istanbul": "workspace:*",
"@vitest/coverage-v8": "workspace:*",
"@vitest/ui": "workspace:*",
"bumpp": "^10.2.3",
"changelogithub": "^13.16.0",
"esbuild": "^0.25.10",
"bumpp": "^10.3.1",
"changelogithub": "^13.16.1",
"esbuild": "^0.25.12",
"eslint": "^9.39.1",
"magic-string": "^0.30.19",
"magic-string": "^0.30.21",
"pathe": "^2.0.3",
"premove": "^4.0.0",
"rollup": "^4.52.0",
"rollup": "^4.52.5",
"rollup-plugin-dts": "^6.2.3",
"rollup-plugin-license": "^3.6.0",
"tinyglobby": "catalog:",
"tsx": "^4.20.5",
"typescript": "^5.9.2",
"unplugin-isolated-decl": "^0.15.2",
"unplugin-oxc": "^0.5.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"unplugin-isolated-decl": "^0.15.3",
"unplugin-oxc": "^0.5.3",
"vite": "^7.1.5",
"vitest": "workspace:*",
"zx": "^8.8.3"
"zx": "^8.8.5"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"tinyrainbow": "catalog:"
},
"devDependencies": {
"playwright": "^1.55.0",
"playwright": "^1.56.1",
"vitest": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/browser-webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@vitest/browser": "workspace:*"
},
"devDependencies": {
"@wdio/types": "^9.19.2",
"@wdio/types": "^9.20.0",
"vitest": "workspace:*",
"webdriverio": "^9.19.2"
"webdriverio": "^9.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/coverage-v8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"@bcoe/v8-coverage": "^1.0.2",
"@vitest/utils": "workspace:*",
"ast-v8-to-istanbul": "^0.3.5",
"ast-v8-to-istanbul": "^0.3.8",
"debug": "catalog:",
"istanbul-lib-coverage": "catalog:",
"istanbul-lib-report": "catalog:",
Expand Down
4 changes: 2 additions & 2 deletions packages/pretty-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"tinyrainbow": "catalog:"
},
"devDependencies": {
"@types/react-is": "^19.0.0",
"react-is": "^19.1.1",
"@types/react-is": "^19.2.0",
"react-is": "^19.2.0",
"react-is-18": "npm:[email protected]"
}
}
2 changes: 1 addition & 1 deletion packages/ui/client/components/DetailsPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const open = ref(true)
:open="open"
class="details-panel"
data-testid="details-panel"
@toggle="open = $event.target.open"
@toggle="open = ($event.target as any).open"
>
<div
p="y1"
Expand Down
14 changes: 7 additions & 7 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"tinyrainbow": "catalog:"
},
"devDependencies": {
"@faker-js/faker": "^10.0.0",
"@faker-js/faker": "^10.1.0",
"@iconify-json/carbon": "catalog:",
"@iconify-json/logos": "catalog:",
"@types/codemirror": "^5.60.16",
"@types/codemirror": "^5.60.17",
"@types/d3-force": "^3.0.10",
"@types/d3-selection": "^3.0.11",
"@types/ws": "catalog:",
Expand All @@ -75,19 +75,19 @@
"birpc": "catalog:",
"codemirror": "^5.65.18",
"codemirror-theme-vars": "^0.1.2",
"d3-graph-controller": "^3.1.2",
"d3-graph-controller": "^3.1.5",
"floating-vue": "^5.2.2",
"mime": "^4.1.0",
"rollup": "^4.52.0",
"rollup": "^4.52.5",
"splitpanes": "^3.2.0",
"typescript": "^5.9.3",
"unocss": "catalog:",
"vite": "^5.0.0",
"vite-plugin-pages": "^0.33.1",
"vitest-browser-vue": "2.0.0-beta.1",
"vitest-browser-vue": "2.0.1",
"vue": "catalog:",
"vue-router": "^4.5.1",
"vue-tsc": "^3.1.1",
"vue-router": "^4.6.3",
"vue-tsc": "^3.1.3",
"vue-virtual-scroller": "2.0.0-beta.8"
}
}
2 changes: 1 addition & 1 deletion packages/vitest/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Repository: https://github.com/acornjs/acorn.git
## birpc
License: MIT
By: Anthony Fu
Repository: git+https://github.com/antfu/birpc.git
Repository: git+https://github.com/antfu-collective/birpc.git

> MIT License
>
Expand Down
4 changes: 2 additions & 2 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"@types/istanbul-lib-coverage": "catalog:",
"@types/istanbul-reports": "catalog:",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.18.6",
"@types/node": "^22.19.0",
"@types/picomatch": "^4.0.2",
"@types/prompts": "^2.4.9",
"@types/sinonjs__fake-timers": "^8.1.5",
Expand All @@ -213,7 +213,7 @@
"cac": "catalog:",
"empathic": "^2.0.0",
"flatted": "catalog:",
"happy-dom": "^20.0.0",
"happy-dom": "^20.0.10",
"jsdom": "^26.1.0",
"local-pkg": "^1.1.2",
"mime": "^4.1.0",
Expand Down
Loading
Loading