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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
PNPM_CONFIG_TRUST_LOCKFILE: false
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

Expand Down Expand Up @@ -74,13 +74,13 @@ jobs:
should_skip: ${{ steps.changed-files.outputs.only_changed == 'true' }}

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
with:
files: |
docs/**
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
name: Merge Reports
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
name: 'Release: pkg.pr.new'

steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false

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

- name: Set node version to 24
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
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 @@ -16,7 +16,7 @@ jobs:
issues: write # to close issues
pull-requests: write # to close pull requests
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: needs reproduction
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
contents: read # to check out the repo for local actions
issues: write # adding a label
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
ref: main
Expand All @@ -45,7 +45,7 @@ jobs:
contents: read # to check out the repo for local actions
issues: write # sending a comment
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
ref: main
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
contents: read # to check out the repo for local actions
pull-requests: write # sending a comment
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
issues: write # to lock issue
pull-requests: write # to lock prs
steps:
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
- uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c # v6.0.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-inactive-days: '14'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-labeled-automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: read # to check out the repo for local actions
pull-requests: write # comment and label on PRs
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
ref: main
Expand Down Expand Up @@ -54,15 +54,15 @@ jobs:
contents: read # to check out the repo for local actions
pull-requests: write # comment and label on PRs
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
# we checkout just to read ./issue-helper
# we do not care about user code
ref: main
- name: AgentScan
id: agentscan
uses: MatteoGabriele/agentscan-action@f41545309db947a68e22ed2643f182e754f4d41a # v1.8.0
uses: MatteoGabriele/agentscan-action@d8da234c758c9a195222a68c3ecfe02a603185b6 # v1.15.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
agent-scan-comment: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prepare-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
permissions:
contents: read # checkout target branch
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ inputs.target_branch }}
fetch-depth: 0
persist-credentials: false

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

- name: Set node version to 24
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
release: ${{ steps.detect.outputs.release }}
version: ${{ steps.detect.outputs.version }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
id-token: write # trusted publishing requirement
environment: Release
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -70,7 +70,7 @@ jobs:
fi

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

- name: Set node version to 24
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
permissions:
security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files.
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

# test locally by
# zizmor .github/workflows --pedantic
- name: Run zizmor 🌈
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
with:
persona: pedantic
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"@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-plugin-tabs": "^0.8.0",
"workbox-window": "^7.4.0"
"vite-plugin-pwa": "^1.3.0",
"vitepress": "2.0.0-alpha.18",
"vitepress-plugin-group-icons": "^1.7.5",
"vitepress-plugin-llms": "^1.13.2",
"vitepress-plugin-tabs": "^0.9.0",
"workbox-window": "^7.4.1"
}
}
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@vitest/ui": "latest",
"fastify": "^5.7.2",
"supertest": "^7.2.2",
"tsx": "^4.21.0",
"tsx": "^4.23.0",
"vite": "latest",
"vitest": "latest"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"lit": "^3.3.2"
"lit": "^3.3.3"
},
"devDependencies": {
"@vitest/browser-playwright": "latest",
"jsdom": "^29.1.1",
"playwright": "^1.61.0",
"playwright": "^1.61.1",
"vite": "latest",
"vitest": "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.217.0",
"@opentelemetry/sdk-trace-web": "^2.6.0",
"@opentelemetry/api": "^1.9.1",
"@opentelemetry/context-zone": "^2.9.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.220.0",
"@opentelemetry/resources": "^2.9.0",
"@opentelemetry/sdk-node": "^0.220.0",
"@opentelemetry/sdk-trace-web": "^2.9.0",
"@vitest/browser-playwright": "latest",
"vite": "latest",
"vitest": "latest"
Expand Down
8 changes: 4 additions & 4 deletions examples/projects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.14",
"@vitejs/plugin-react": "^5.1.4",
"@types/react": "^19.2.17",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/ui": "latest",
"fastify": "^5.7.2",
"jsdom": "^29.1.1",
"react": "^19.2.4",
"react": "^19.2.7",
"supertest": "^7.2.2",
"tsx": "^4.21.0",
"tsx": "^4.23.0",
"vite": "latest",
"vitest": "latest"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/typecheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:run": "vitest run"
},
"devDependencies": {
"@types/node": "^24.12.0",
"@types/node": "^24.13.2",
"@vitest/ui": "latest",
"typescript": "^5.9.3",
"vite": "latest",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "5.0.0-beta.6",
"private": true,
"packageManager": "pnpm@11.6.0",
"packageManager": "pnpm@11.10.0",
"description": "Next generation testing framework powered by Vite",
"engines": {
"node": "^22.12.0 || ^24.0.0 || >=26.0.0"
Expand Down Expand Up @@ -44,10 +44,10 @@
"@antfu/eslint-config": "^7.7.3",
"@antfu/ni": "^28.3.0",
"@playwright/test": "catalog:",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-commonjs": "^29.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@types/node": "24.12.0",
"@types/node": "24.13.2",
"@types/semver": "catalog:",
"@types/ws": "catalog:",
"@vitest/browser": "workspace:*",
Expand All @@ -56,20 +56,20 @@
"@vitest/ui": "workspace:*",
"bumpp": "^10.4.1",
"changelogithub": "^14.0.0",
"esbuild": "^0.27.3",
"esbuild": "^0.28.1",
"eslint": "^10.6.0",
"magic-string": "^0.30.21",
"pathe": "^2.0.3",
"premove": "^4.0.0",
"rollup": "^4.59.0",
"rollup-plugin-dts": "^6.3.0",
"rollup-plugin-license": "^3.7.0",
"rollup": "^4.62.2",
"rollup-plugin-dts": "^6.4.1",
"rollup-plugin-license": "^3.7.1",
"semver": "catalog:",
"tinyglobby": "catalog:",
"tsx": "^4.21.0",
"tsx": "^4.23.0",
"typescript": "^5.9.3",
"unplugin-isolated-decl": "^0.15.7",
"unplugin-oxc": "^0.6.0",
"unplugin-isolated-decl": "^0.16.0",
"unplugin-oxc": "^0.6.1",
"vite": "8.0.11",
"vitest": "workspace:*",
"zx": "^8.8.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"vitest": "workspace:*"
},
"dependencies": {
"@blazediff/core": "1.9.1",
"@blazediff/core": "1.9.3",
"@vitest/mocker": "workspace:*",
"@vitest/ui": "workspace:*",
"@vitest/utils": "workspace:*",
Expand All @@ -87,7 +87,7 @@
"ws": "catalog:"
},
"devDependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/api": "^1.9.1",
"@testing-library/user-event": "^14.6.1",
"@types/node": "catalog:",
"@types/pngjs": "^6.0.5",
Expand All @@ -97,7 +97,7 @@
"ivya": "^1.8.2",
"mime": "^4.1.0",
"pathe": "catalog:",
"rrweb-snapshot": "2.0.1",
"rrweb-snapshot": "2.1.0",
"vitest": "workspace:*"
}
}
Loading
Loading