From 7faa7b04a9a1e05b270c7d6ebd40cf0705e8d384 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 12:34:05 +0200 Subject: [PATCH] fix(deps): update all non-major dependencies (#9958) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Sheremet --- .github/workflows/ci.yml | 14 +- .github/workflows/cr.yml | 4 +- .github/workflows/issue-close-require.yml | 2 +- .github/workflows/issue-labeled.yml | 6 +- .github/workflows/lock-closed-issues.yml | 2 +- .github/workflows/pr-labeled-automated.yml | 6 +- .github/workflows/prepare-publish.yml | 4 +- .github/workflows/publish.yml | 6 +- .github/workflows/zizmor.yml | 4 +- docs/package.json | 12 +- examples/fastify/package.json | 2 +- examples/lit/package.json | 4 +- examples/opentelemetry/package.json | 12 +- examples/projects/package.json | 8 +- examples/typecheck/package.json | 2 +- package.json | 20 +- packages/browser/package.json | 6 +- packages/coverage-istanbul/package.json | 2 +- packages/mocker/package.json | 2 +- packages/pretty-format/package.json | 2 +- .../client/components/explorer/Explorer.vue | 1 - .../ui/client/components/trace/TraceView.vue | 1 - .../ui/client/composables/explorer/types.ts | 4 + packages/ui/client/pages/index.vue | 1 - packages/ui/package.json | 20 +- packages/vitest/package.json | 18 +- packages/web-worker/package.json | 2 +- ...2.0.1.patch => rrweb-snapshot@2.1.1.patch} | 3 +- pnpm-lock.yaml | 7251 ++++++++--------- pnpm-workspace.yaml | 63 +- test/browser/package.json | 10 +- test/coverage-test/package.json | 10 +- .../fixtures/no-module-runner/package.json | 2 +- test/e2e/package.json | 14 +- test/test-utils/package.json | 2 +- test/typescript/package.json | 2 +- test/ui/package.json | 2 +- test/ui/test/helper.ts | 5 +- test/ui/test/ui.spec.ts | 16 +- test/unit/package.json | 12 +- 40 files changed, 3441 insertions(+), 4118 deletions(-) rename patches/{rrweb-snapshot@2.0.1.patch => rrweb-snapshot@2.1.1.patch} (86%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 270d39acd..be96ee6d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: env: PNPM_CONFIG_TRUST_LOCKFILE: false steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false @@ -74,13 +74,13 @@ jobs: should_skip: ${{ steps.changed-files.outputs.only_changed == 'true' }} steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 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/** @@ -126,7 +126,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false @@ -204,7 +204,7 @@ jobs: timeout-minutes: 30 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false @@ -244,7 +244,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false @@ -284,7 +284,7 @@ jobs: name: Merge Reports timeout-minutes: 10 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false diff --git a/.github/workflows/cr.yml b/.github/workflows/cr.yml index 5adcf2441..a86020099 100644 --- a/.github/workflows/cr.yml +++ b/.github/workflows/cr.yml @@ -19,13 +19,13 @@ jobs: name: 'Release: pkg.pr.new' steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 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@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 diff --git a/.github/workflows/issue-close-require.yml b/.github/workflows/issue-close-require.yml index f5c377dc6..dd9341f28 100644 --- a/.github/workflows/issue-close-require.yml +++ b/.github/workflows/issue-close-require.yml @@ -16,7 +16,7 @@ jobs: issues: write # to close issues pull-requests: write # to close pull requests steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: needs reproduction diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index 8a21149f7..746618a9c 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -24,7 +24,7 @@ jobs: contents: read # to check out the repo for local actions issues: write # adding a label steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false ref: main @@ -45,7 +45,7 @@ jobs: contents: read # to check out the repo for local actions issues: write # sending a comment steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false ref: main @@ -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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false ref: main diff --git a/.github/workflows/lock-closed-issues.yml b/.github/workflows/lock-closed-issues.yml index 45aa4a181..24becce20 100644 --- a/.github/workflows/lock-closed-issues.yml +++ b/.github/workflows/lock-closed-issues.yml @@ -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' diff --git a/.github/workflows/pr-labeled-automated.yml b/.github/workflows/pr-labeled-automated.yml index 1ae6c14db..4dcdc2448 100644 --- a/.github/workflows/pr-labeled-automated.yml +++ b/.github/workflows/pr-labeled-automated.yml @@ -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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false ref: main @@ -54,7 +54,7 @@ jobs: contents: read # to check out the repo for local actions pull-requests: write # comment and label on PRs steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false # we checkout just to read ./issue-helper @@ -62,7 +62,7 @@ jobs: 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 diff --git a/.github/workflows/prepare-publish.yml b/.github/workflows/prepare-publish.yml index aa7cff467..8f60b1b21 100644 --- a/.github/workflows/prepare-publish.yml +++ b/.github/workflows/prepare-publish.yml @@ -40,14 +40,14 @@ jobs: permissions: contents: read # checkout target branch steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 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@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d9de11298..20a4cb48b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: release: ${{ steps.detect.outputs.release }} version: ${{ steps.detect.outputs.version }} steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 persist-credentials: false @@ -53,7 +53,7 @@ jobs: id-token: write # trusted publishing requirement environment: Release steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 persist-credentials: false @@ -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@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 3128a7a8b..160165a9e 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 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@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1 with: persona: pedantic diff --git a/docs/package.json b/docs/package.json index f77d22c13..ebc852e52 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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", + "vite-plugin-pwa": "^1.3.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" + "vitepress-plugin-group-icons": "^1.7.5", + "vitepress-plugin-llms": "^1.13.3", + "vitepress-plugin-tabs": "^0.9.1", + "workbox-window": "^7.4.1" } } diff --git a/examples/fastify/package.json b/examples/fastify/package.json index 6adc8dcf1..0e1cc2dee 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -14,7 +14,7 @@ "@vitest/ui": "latest", "fastify": "^5.7.2", "supertest": "^7.2.2", - "tsx": "^4.21.0", + "tsx": "^4.23.1", "vite": "latest", "vitest": "latest" }, diff --git a/examples/lit/package.json b/examples/lit/package.json index 320e19cb4..78c93517c 100644 --- a/examples/lit/package.json +++ b/examples/lit/package.json @@ -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.62.0", "vite": "latest", "vitest": "latest" }, diff --git a/examples/opentelemetry/package.json b/examples/opentelemetry/package.json index def82d82b..399778bf3 100644 --- a/examples/opentelemetry/package.json +++ b/examples/opentelemetry/package.json @@ -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.10.0", + "@opentelemetry/exporter-trace-otlp-proto": "^0.221.0", + "@opentelemetry/resources": "^2.10.0", + "@opentelemetry/sdk-node": "^0.221.0", + "@opentelemetry/sdk-trace-web": "^2.10.0", "@vitest/browser-playwright": "latest", "vite": "latest", "vitest": "latest" diff --git a/examples/projects/package.json b/examples/projects/package.json index e6a32cc71..81110f350 100644 --- a/examples/projects/package.json +++ b/examples/projects/package.json @@ -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.8", "supertest": "^7.2.2", - "tsx": "^4.21.0", + "tsx": "^4.23.1", "vite": "latest", "vitest": "latest" }, diff --git a/examples/typecheck/package.json b/examples/typecheck/package.json index e8b85ecf2..36e36b8fa 100644 --- a/examples/typecheck/package.json +++ b/examples/typecheck/package.json @@ -10,7 +10,7 @@ "test:run": "vitest run" }, "devDependencies": { - "@types/node": "^24.12.0", + "@types/node": "^24.13.3", "@vitest/ui": "latest", "typescript": "^5.9.3", "vite": "latest", diff --git a/package.json b/package.json index 094053ba3..2c237bd1b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "5.0.0-beta.7", "private": true, - "packageManager": "pnpm@11.6.0", + "packageManager": "pnpm@11.17.0", "description": "Next generation testing framework powered by Vite", "engines": { "node": "^22.12.0 || ^24.0.0 || >=26.0.0" @@ -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.3", "@types/semver": "catalog:", "@types/ws": "catalog:", "@vitest/browser": "workspace:*", @@ -58,18 +58,18 @@ "changelogithub": "^14.0.0", "esbuild": "^0.27.3", "eslint": "^10.7.0", - "magic-string": "^1.0.0", + "magic-string": "^1.1.0", "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.3", + "rollup-plugin-dts": "^6.4.1", + "rollup-plugin-license": "^3.7.1", "semver": "catalog:", "tinyglobby": "catalog:", - "tsx": "^4.21.0", + "tsx": "^4.23.1", "typescript": "^5.9.3", - "unplugin-isolated-decl": "^0.15.7", - "unplugin-oxc": "^0.6.0", + "unplugin-isolated-decl": "^0.17.0", + "unplugin-oxc": "^0.6.1", "vite": "8.0.11", "vitest": "workspace:*", "zx": "^8.8.5" diff --git a/packages/browser/package.json b/packages/browser/package.json index 4a9bfc930..b1666fe68 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -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:*", @@ -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", @@ -97,7 +97,7 @@ "ivya": "^1.8.2", "mime": "^4.1.0", "pathe": "catalog:", - "rrweb-snapshot": "2.0.1", + "rrweb-snapshot": "2.1.1", "vitest": "workspace:*" } } diff --git a/packages/coverage-istanbul/package.json b/packages/coverage-istanbul/package.json index d9842e457..e4d7d7365 100644 --- a/packages/coverage-istanbul/package.json +++ b/packages/coverage-istanbul/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@babel/core": "^7.29.0", - "@istanbuljs/schema": "^0.1.3", + "@istanbuljs/schema": "^0.1.6", "@jridgewell/gen-mapping": "^0.3.13", "@jridgewell/trace-mapping": "catalog:", "istanbul-lib-coverage": "catalog:", diff --git a/packages/mocker/package.json b/packages/mocker/package.json index d73fc3b58..f94e38aca 100644 --- a/packages/mocker/package.json +++ b/packages/mocker/package.json @@ -98,7 +98,7 @@ "@vitest/utils": "workspace:*", "acorn-walk": "catalog:", "cjs-module-lexer": "^2.2.0", - "es-module-lexer": "^2.0.0", + "es-module-lexer": "^2.3.1", "msw": "catalog:", "pathe": "catalog:", "vite": "^6.3.5" diff --git a/packages/pretty-format/package.json b/packages/pretty-format/package.json index 87c43908b..013637232 100644 --- a/packages/pretty-format/package.json +++ b/packages/pretty-format/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@types/react-is": "^19.2.0", - "react-is": "^19.2.4", + "react-is": "^19.2.8", "react-is-18": "npm:react-is@18.3.1" } } diff --git a/packages/ui/client/components/explorer/Explorer.vue b/packages/ui/client/components/explorer/Explorer.vue index 256684861..62f1d007b 100644 --- a/packages/ui/client/components/explorer/Explorer.vue +++ b/packages/ui/client/components/explorer/Explorer.vue @@ -3,7 +3,6 @@ import type { RunnerTestFile as File, RunnerTask as Task } from 'vitest' import { hideAllPoppers } from 'floating-vue' import { computed, ref } from 'vue' -// @ts-expect-error missing types import { RecycleScroller } from 'vue-virtual-scroller' import { availableProjects, config } from '~/composables/client' import { useSearch } from '~/composables/explorer/search' diff --git a/packages/ui/client/components/trace/TraceView.vue b/packages/ui/client/components/trace/TraceView.vue index 4cf7bd13d..4286e840f 100644 --- a/packages/ui/client/components/trace/TraceView.vue +++ b/packages/ui/client/components/trace/TraceView.vue @@ -1,7 +1,6 @@