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/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@9861779a695cf1898bd984c727f685f351cfc372 # v3.7.2
uses: actions-cool/issues-helper@e2ff99831a4f13625d35064e2b3dfe65c07a0396 # v3.7.5
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@9861779a695cf1898bd984c727f685f351cfc372 # v3.7.2
uses: actions-cool/issues-helper@e2ff99831a4f13625d35064e2b3dfe65c07a0396 # v3.7.5
with:
actions: create-comment
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@iconify-json/carbon": "catalog:",
"@iconify-json/logos": "catalog:",
"@iconify/vue": "catalog:",
"@shikijs/transformers": "^3.17.1",
"@shikijs/vitepress-twoslash": "^3.17.1",
"@shikijs/transformers": "^3.21.0",
"@shikijs/vitepress-twoslash": "^3.21.0",
"@unocss/reset": "catalog:",
"@vite-pwa/assets-generator": "^1.0.2",
"@vite-pwa/vitepress": "^1.1.0",
Expand All @@ -35,7 +35,7 @@
"vite-plugin-pwa": "^0.21.2",
"vitepress": "2.0.0-alpha.15",
"vitepress-plugin-group-icons": "^1.6.5",
"vitepress-plugin-llms": "^1.9.3",
"vitepress-plugin-llms": "^1.10.0",
"vitepress-plugin-tabs": "^0.7.3",
"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 @@ -13,7 +13,7 @@
"devDependencies": {
"@vitest/ui": "latest",
"fastify": "^5.6.2",
"supertest": "^7.1.4",
"supertest": "^7.2.2",
"tsx": "^4.21.0",
"vite": "latest",
"vitest": "latest"
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"lit": "^3.3.1"
"lit": "^3.3.2"
},
"devDependencies": {
"@vitest/browser-playwright": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/opentelemetry/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
# for testing open-telemetry integration locally
# https://www.jaegertracing.io/docs/2.12/getting-started/
jaeger:
image: cr.jaegertracing.io/jaegertracing/jaeger:2.12.0
image: cr.jaegertracing.io/jaegertracing/jaeger:2.14.1
# Assign ports for Jaeger UI and OTLP receiver
ports:
# UI http://localhost:16686
Expand Down
10 changes: 5 additions & 5 deletions examples/opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"devDependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/context-zone": "^2.2.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.208.0",
"@opentelemetry/resources": "^2.2.0",
"@opentelemetry/sdk-node": "^0.208.0",
"@opentelemetry/sdk-trace-web": "^2.2.0",
"@opentelemetry/context-zone": "^2.3.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.209.0",
"@opentelemetry/resources": "^2.3.0",
"@opentelemetry/sdk-node": "^0.209.0",
"@opentelemetry/sdk-trace-web": "^2.3.0",
"@vitest/browser-playwright": "latest",
"vite": "latest",
"vitest": "latest"
Expand Down
10 changes: 5 additions & 5 deletions examples/projects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.7",
"@vitejs/plugin-react": "^5.1.1",
"@types/react": "^19.2.8",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/ui": "latest",
"fastify": "^5.6.2",
"jsdom": "^27.2.0",
"react": "^19.2.0",
"supertest": "^7.1.4",
"jsdom": "^27.4.0",
"react": "^19.2.3",
"supertest": "^7.2.2",
"tsx": "^4.21.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.10.1",
"@types/node": "^24.10.7",
"@vitest/ui": "latest",
"typescript": "^5.9.3",
"vite": "latest",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "4.0.17",
"private": true,
"packageManager": "pnpm@10.24.0",
"packageManager": "pnpm@10.28.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,32 +39,32 @@
},
"devDependencies": {
"@antfu/eslint-config": "^6.7.3",
"@antfu/ni": "^28.0.0",
"@antfu/ni": "^28.1.0",
"@playwright/test": "^1.57.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@types/node": "24.10.1",
"@types/node": "24.10.7",
"@types/ws": "catalog:",
"@vitest/browser": "workspace:*",
"@vitest/coverage-istanbul": "workspace:*",
"@vitest/coverage-v8": "workspace:*",
"@vitest/ui": "workspace:*",
"bumpp": "^10.3.2",
"bumpp": "^10.4.0",
"changelogithub": "^14.0.0",
"esbuild": "^0.27.0",
"esbuild": "^0.27.2",
"eslint": "^9.39.2",
"magic-string": "^0.30.21",
"pathe": "^2.0.3",
"premove": "^4.0.0",
"rollup": "^4.53.3",
"rollup": "^4.55.1",
"rollup-plugin-dts": "^6.3.0",
"rollup-plugin-license": "^3.6.0",
"tinyglobby": "catalog:",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"unplugin-isolated-decl": "^0.15.6",
"unplugin-oxc": "^0.5.5",
"unplugin-isolated-decl": "^0.15.7",
"unplugin-oxc": "^0.5.7",
"vite": "7.1.5",
"vitest": "workspace:*",
"zx": "^8.8.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/expect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dev": "rollup -c --watch"
},
"dependencies": {
"@standard-schema/spec": "^1.0.0",
"@standard-schema/spec": "^1.1.0",
"@types/chai": "catalog:",
"@vitest/spy": "workspace:*",
"@vitest/utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/pretty-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/react-is": "^19.2.0",
"react-is": "^19.2.0",
"react-is": "^19.2.3",
"react-is-18": "npm:react-is@18.3.1"
}
}
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"tinyrainbow": "catalog:"
},
"devDependencies": {
"@faker-js/faker": "^10.1.0",
"@faker-js/faker": "^10.2.0",
"@iconify-json/carbon": "catalog:",
"@iconify-json/logos": "catalog:",
"@types/codemirror": "^5.60.17",
Expand All @@ -78,16 +78,16 @@
"d3-graph-controller": "^3.1.6",
"floating-vue": "^5.2.2",
"mime": "^4.1.0",
"rollup": "^4.53.3",
"rollup": "^4.55.1",
"splitpanes": "^4.0.4",
"typescript": "^5.9.3",
"unocss": "catalog:",
"vite": "^5.0.0",
"vite-plugin-pages": "^0.33.1",
"vite-plugin-pages": "^0.33.2",
"vitest-browser-vue": "2.0.1",
"vue": "catalog:",
"vue-router": "^4.6.3",
"vue-tsc": "^3.1.5",
"vue-router": "^4.6.4",
"vue-tsc": "^3.2.2",
"vue-virtual-scroller": "2.0.0-beta.8"
}
}
4 changes: 2 additions & 2 deletions packages/ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default defineConfig({
},
}),
Unocss({
presets: [presetUno(), presetAttributify(), presetIcons()],
presets: [presetUno(), presetAttributify(), presetIcons()] as any,
shortcuts: {
'bg-base': 'bg-white dark:bg-[#111]',
'bg-overlay': 'bg-[#eee]:50 dark:bg-[#222]:50',
Expand All @@ -48,7 +48,7 @@ export default defineConfig({
'tab-button-active': 'op100 bg-gray-500:10',
},
transformers: [
transformerDirectives(),
transformerDirectives() as any,
],
safelist: 'absolute origin-top mt-[8px]'.split(' '),
}),
Expand Down
8 changes: 4 additions & 4 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"@vitest/spy": "workspace:*",
"@vitest/utils": "workspace:*",
"es-module-lexer": "^1.7.0",
"expect-type": "^1.2.2",
"expect-type": "^1.3.0",
"magic-string": "catalog:",
"obug": "catalog:",
"pathe": "catalog:",
Expand All @@ -200,7 +200,7 @@
"@types/istanbul-lib-coverage": "catalog:",
"@types/istanbul-reports": "catalog:",
"@types/jsdom": "^27.0.0",
"@types/node": "^24.10.1",
"@types/node": "^24.10.7",
"@types/picomatch": "^4.0.2",
"@types/prompts": "^2.4.9",
"@types/sinonjs__fake-timers": "^8.1.5",
Expand All @@ -209,8 +209,8 @@
"cac": "catalog:",
"empathic": "^2.0.0",
"flatted": "catalog:",
"happy-dom": "^20.0.11",
"jsdom": "^27.2.0",
"happy-dom": "^20.1.0",
"jsdom": "^27.4.0",
"local-pkg": "^1.1.2",
"mime": "^4.1.0",
"prompts": "^2.4.2",
Expand Down
Loading
Loading