fix(deps): update all non-major dependencies (#8636)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
This commit is contained in:
renovate[bot] 2025-11-06 14:39:50 +01:00 committed by GitHub
parent f72b50d85f
commit da8b93aa53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
29 changed files with 1855 additions and 1935 deletions

View File

@ -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

View File

@ -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

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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

View File

@ -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:",
@ -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"
}

View File

@ -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"
},

View File

@ -7,7 +7,7 @@
"test:run": "vitest run"
},
"devDependencies": {
"typescript": "^5.9.2",
"typescript": "^5.9.3",
"vitest": "latest"
}
}

View File

@ -19,7 +19,7 @@
"devDependencies": {
"@vitest/browser-playwright": "latest",
"jsdom": "latest",
"playwright": "^1.55.0",
"playwright": "^1.56.1",
"vite": "latest",
"vitest": "latest"
},

View File

@ -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"
},

View File

@ -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"
},

View File

@ -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"
@ -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": {

View File

@ -59,7 +59,7 @@
"tinyrainbow": "catalog:"
},
"devDependencies": {
"playwright": "^1.55.0",
"playwright": "^1.56.1",
"vitest": "workspace:*"
}
}

View File

@ -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"
}
}

View File

@ -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:",

View File

@ -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:react-is@18.3.1"
}
}

View File

@ -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"

View File

@ -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:",
@ -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"
}
}

View File

@ -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
>

View File

@ -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",
@ -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",

3622
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -6,8 +6,8 @@ packages:
- test/config/fixtures/conditions-pkg
catalog:
'@iconify-json/carbon': ^1.2.13
'@iconify-json/logos': ^1.2.9
'@iconify-json/carbon': ^1.2.14
'@iconify-json/logos': ^1.2.10
'@jridgewell/remapping': ^2.3.5
'@jridgewell/trace-mapping': 0.3.31
'@types/chai': ^5.2.2
@ -18,29 +18,29 @@ catalog:
'@types/istanbul-lib-source-maps': ^4.0.4
'@types/istanbul-reports': ^3.0.4
'@types/ws': ^8.18.1
'@unocss/reset': ^66.5.1
'@unocss/reset': ^66.5.4
'@vitejs/plugin-vue': ^6.0.1
'@vueuse/core': ^12.8.2
acorn-walk: ^8.3.4
birpc: ^2.5.0
birpc: ^2.7.0
cac: ^6.7.14
chai: ^6.0.1
chai: ^6.2.0
debug: ^4.4.3
flatted: ^3.3.3
istanbul-lib-coverage: ^3.2.2
istanbul-lib-report: ^3.0.1
istanbul-lib-source-maps: ^5.0.6
istanbul-reports: ^3.2.0
magic-string: ^0.30.19
magicast: ^0.3.5
msw: ^2.11.3
magic-string: ^0.30.21
magicast: ^0.5.1
msw: ^2.12.0
pathe: ^2.0.3
sirv: ^3.0.2
std-env: ^3.9.0
strip-literal: ^3.0.0
std-env: ^3.10.0
strip-literal: ^3.1.0
tinyglobby: ^0.2.15
tinyrainbow: ^3.0.3
unocss: ^66.5.1
unocss: ^66.5.4
unplugin-vue-components: ^0.28.0
vue: ^3.5.21
vue: ^3.5.23
ws: ^8.18.3

View File

@ -30,7 +30,7 @@
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@types/react": "^19.1.13",
"@types/react": "^19.2.2",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"@vitest/browser": "workspace:*",
"@vitest/browser-playwright": "workspace:*",
@ -38,12 +38,12 @@
"@vitest/browser-webdriverio": "workspace:*",
"@vitest/bundled-lib": "link:./bundled-lib",
"@vitest/cjs-lib": "link:./cjs-lib",
"playwright": "^1.55.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"playwright": "^1.56.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"url": "^0.11.4",
"vitest": "workspace:*",
"vitest-browser-react": "^2.0.0",
"vitest-browser-react": "^2.0.2",
"ws": "catalog:"
}
}

View File

@ -17,7 +17,7 @@
"@vitest/runner": "workspace:^",
"@vitest/utils": "workspace:*",
"debug": "^4.4.3",
"unplugin-swc": "^1.5.7",
"unplugin-swc": "^1.5.8",
"vite": "latest",
"vitest": "workspace:*",
"ws": "catalog:"

View File

@ -28,11 +28,11 @@
"@vitest/utils": "workspace:*",
"@vitest/web-worker": "workspace:^",
"@vueuse/integrations": "^10.11.1",
"axios": "^1.12.2",
"axios": "^1.13.2",
"debug": "^4.4.3",
"immutable": "5.1.3",
"memfs": "^4.43.0",
"react": "^19.1.1",
"immutable": "5.1.4",
"memfs": "^4.50.0",
"react": "^19.2.0",
"react-18": "npm:react@18.3.1",
"temporal-polyfill": "~0.3.0",
"tinyrainbow": "catalog:",

View File

@ -15,6 +15,8 @@ export default <Environment>{
setTimeout,
clearTimeout,
AbortController,
EventTarget,
Event,
})
return {
getVmContext() {

View File

@ -19,10 +19,10 @@
"happy-dom": "latest",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-report": "catalog:",
"magic-string": "^0.30.19",
"magicast": "^0.3.5",
"sass-embedded": "^1.93.0",
"unplugin-swc": "^1.5.7",
"magic-string": "^0.30.21",
"magicast": "^0.5.1",
"sass-embedded": "^1.93.3",
"unplugin-swc": "^1.5.8",
"vite": "latest",
"vitest": "workspace:*",
"vue": "catalog:"

View File

@ -9,7 +9,7 @@
"devDependencies": {
"@vitest/browser": "workspace:*",
"@vitest/mocker": "workspace:*",
"playwright": "^1.55.0",
"playwright": "^1.56.1",
"vitest": "workspace:*"
}
}

View File

@ -10,7 +10,7 @@
"vitest": "workspace:*"
},
"devDependencies": {
"typescript": "^5.9.2",
"typescript": "^5.9.3",
"vue-tsc": "^1.8.27"
}
}