Skip to content
Open
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@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.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@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0

- name: Set node version to 20
uses: actions/setup-node@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/issue-close-require.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
issues: write # for actions-cool/issues-helper to update issues
steps:
- name: needs reproduction
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
with:
actions: close-issues
token: ${{ secrets.GITHUB_TOKEN }}
labels: needs reproduction
inactive-day: 3
- name: maybe automated
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
with:
actions: close-issues
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: needs reproduction
if: github.event.label.name == 'needs reproduction'
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
with:
actions: create-comment
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -23,7 +23,7 @@ jobs:
Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository or [StackBlitz](https://vitest.new) (you can also use [examples](https://github.com/vitest-dev/vitest/tree/main/examples)). Issues marked with `needs reproduction` will be closed if they have no activity within 3 days.
- name: maybe automated
if: github.event.label.name == 'maybe automated'
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
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@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0

- name: Set node version to 20
uses: actions/setup-node@v6
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"@vite-pwa/assets-generator": "^1.0.2",
"@vite-pwa/vitepress": "^1.1.0",
"@vitejs/plugin-vue": "catalog:",
"@voidzero-dev/vitepress-theme": "^4.8.3",
"@voidzero-dev/vitepress-theme": "^4.8.4",
"https-localhost": "^4.7.1",
"tinyglobby": "catalog:",
"unocss": "catalog:",
"vite": "^6.3.5",
"vite-plugin-pwa": "^1.2.0",
"vitepress": "2.0.0-alpha.16",
"vitepress-plugin-group-icons": "^1.7.1",
"vitepress-plugin-llms": "^1.11.0",
"vitepress": "2.0.0-alpha.17",
"vitepress-plugin-group-icons": "^1.7.3",
"vitepress-plugin-llms": "^1.12.0",
"vitepress-plugin-tabs": "^0.8.0",
"workbox-window": "^7.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@vitest/ui": "latest",
"fastify": "^5.7.2",
"fastify": "^5.8.4",
"supertest": "^7.2.2",
"tsx": "^4.21.0",
"vite": "latest",
Expand Down
12 changes: 6 additions & 6 deletions examples/opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"test": "vitest"
},
"devDependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/context-zone": "^2.6.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.213.0",
"@opentelemetry/resources": "^2.6.0",
"@opentelemetry/sdk-node": "^0.213.0",
"@opentelemetry/sdk-trace-web": "^2.6.0",
"@opentelemetry/api": "^1.9.1",
"@opentelemetry/context-zone": "^2.6.1",
"@opentelemetry/exporter-trace-otlp-proto": "^0.214.0",
"@opentelemetry/resources": "^2.6.1",
"@opentelemetry/sdk-node": "^0.214.0",
"@opentelemetry/sdk-trace-web": "^2.6.1",
"@vitest/browser-playwright": "latest",
"vite": "latest",
"vitest": "latest"
Expand Down
4 changes: 2 additions & 2 deletions examples/projects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.14",
"@vitejs/plugin-react": "^5.1.4",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/ui": "latest",
"fastify": "^5.7.2",
"fastify": "^5.8.4",
"jsdom": "^27.4.0",
"react": "^19.2.4",
"supertest": "^7.2.2",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "4.1.2",
"private": true,
"packageManager": "pnpm@10.31.0",
"packageManager": "pnpm@10.33.0",
"description": "Next generation testing framework powered by Vite",
"engines": {
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
Expand Down Expand Up @@ -54,13 +54,13 @@
"@vitest/ui": "workspace:*",
"bumpp": "^10.4.1",
"changelogithub": "^14.0.0",
"esbuild": "^0.27.3",
"esbuild": "^0.27.4",
"eslint": "^10.0.3",
"magic-string": "^0.30.21",
"pathe": "^2.0.3",
"premove": "^4.0.0",
"rollup": "^4.59.0",
"rollup-plugin-dts": "^6.3.0",
"rollup": "^4.60.1",
"rollup-plugin-dts": "^6.4.1",
"rollup-plugin-license": "^3.7.0",
"tinyglobby": "catalog:",
"tsx": "^4.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@vitest/browser": "workspace:*"
},
"devDependencies": {
"@wdio/types": "^9.24.0",
"@wdio/types": "^9.27.0",
"vitest": "workspace:*",
"webdriverio": "^9.20.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@
"ws": "catalog:"
},
"devDependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/api": "^1.9.1",
"@testing-library/user-event": "^14.6.1",
"@types/pngjs": "^6.0.5",
"@types/ws": "catalog:",
"@vitest/runner": "workspace:*",
"birpc": "catalog:",
"flatted": "catalog:",
"ivya": "^1.7.1",
"ivya": "^1.8.0",
"mime": "^4.1.0",
"pathe": "catalog:",
"vitest": "workspace:*"
Expand Down
14 changes: 7 additions & 7 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"tinyrainbow": "catalog:"
},
"devDependencies": {
"@faker-js/faker": "^10.3.0",
"@faker-js/faker": "^10.4.0",
"@iconify-json/carbon": "catalog:",
"@iconify-json/logos": "catalog:",
"@types/codemirror": "^5.60.17",
Expand All @@ -80,19 +80,19 @@
"birpc": "catalog:",
"codemirror": "^5.65.18",
"codemirror-theme-vars": "^0.1.2",
"d3-graph-controller": "^3.1.8",
"d3-graph-controller": "^3.1.9",
"floating-vue": "^5.2.2",
"mime": "^4.1.0",
"rollup": "^4.59.0",
"rollup": "^4.60.1",
"splitpanes": "^4.0.4",
"typescript": "^5.9.3",
"unocss": "catalog:",
"vite": "^5.0.0",
"vite-plugin-pages": "^0.33.3",
"vitest-browser-vue": "2.0.2",
"vitest-browser-vue": "2.1.0",
"vue": "catalog:",
"vue-router": "^5.0.3",
"vue-tsc": "^3.2.5",
"vue-virtual-scroller": "2.0.0-beta.8"
"vue-router": "^5.0.4",
"vue-tsc": "^3.2.6",
"vue-virtual-scroller": "2.0.0-beta.10"
}
}
4 changes: 2 additions & 2 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"picomatch": "^4.0.3",
"std-env": "catalog:",
"tinybench": "^2.9.0",
"tinyexec": "^1.0.2",
"tinyexec": "^1.0.4",
"tinyglobby": "catalog:",
"tinyrainbow": "catalog:",
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
Expand All @@ -203,7 +203,7 @@
"@bomb.sh/tab": "^0.0.14",
"@edge-runtime/vm": "^5.0.0",
"@jridgewell/trace-mapping": "catalog:",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/api": "^1.9.1",
"@sinonjs/fake-timers": "15.0.0",
"@types/estree": "catalog:",
"@types/istanbul-lib-coverage": "catalog:",
Expand Down
Loading
Loading