mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
fix(deps): update all non-major dependencies (#7363)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
This commit is contained in:
parent
1e857d25e8
commit
e348bd4c99
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
|
||||
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
|
||||
with:
|
||||
files: |
|
||||
docs/**
|
||||
|
||||
@ -18,10 +18,10 @@
|
||||
"vue": "^3.5.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/carbon": "^1.2.5",
|
||||
"@iconify-json/carbon": "^1.2.6",
|
||||
"@iconify-json/logos": "^1.2.4",
|
||||
"@shikijs/transformers": "^1.29.1",
|
||||
"@shikijs/vitepress-twoslash": "^1.29.1",
|
||||
"@shikijs/transformers": "^1.29.2",
|
||||
"@shikijs/vitepress-twoslash": "^1.29.2",
|
||||
"@unocss/reset": "^0.65.4",
|
||||
"@vite-pwa/assets-generator": "^0.2.6",
|
||||
"@vite-pwa/vitepress": "^0.5.3",
|
||||
@ -34,7 +34,7 @@
|
||||
"vite-plugin-pwa": "^0.21.1",
|
||||
"vitepress": "^1.6.3",
|
||||
"vitepress-plugin-group-icons": "^1.3.5",
|
||||
"vitepress-plugin-tabs": "^0.5.0",
|
||||
"vitepress-plugin-tabs": "^0.6.0",
|
||||
"workbox-window": "^7.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
"devDependencies": {
|
||||
"@vitest/browser": "latest",
|
||||
"jsdom": "latest",
|
||||
"playwright": "^1.49.0",
|
||||
"playwright": "^1.50.1",
|
||||
"vite": "latest",
|
||||
"vitest": "latest"
|
||||
},
|
||||
|
||||
@ -7,6 +7,8 @@ ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs/ package.json pnp
|
||||
NODE_VERSION = "22"
|
||||
# don't need playwright for docs build
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"
|
||||
# https://github.com/nodejs/corepack/issues/612#issuecomment-2631462297
|
||||
COREPACK_INTEGRITY_KEYS = '{"npm":[{"expires":"2025-01-29T00:00:00.000Z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","keytype":"ecdsa-sha2-nistp256","scheme":"ecdsa-sha2-nistp256","key":"MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1Olb3zMAFFxXKHiIkQO5cJ3Yhl5i6UPp+IhuteBJbuHcA5UogKo0EWtlWwW6KSaKoTNEYL7JlCQiVnkhBktUgg=="},{"expires":null,"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","keytype":"ecdsa-sha2-nistp256","scheme":"ecdsa-sha2-nistp256","key":"MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEY6Ya7W++7aUPzvMTrezH6Ycx3c+HOKYCcNGybJZSCJq/fd7Qa8uuAKtdIkUQtQiEKERhAmE5lMMJhP8OkDOa2g=="}]}'
|
||||
|
||||
[[redirects]]
|
||||
from = "/new"
|
||||
|
||||
18
package.json
18
package.json
@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"version": "3.0.5",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.4",
|
||||
"packageManager": "pnpm@9.15.5",
|
||||
"description": "Next generation testing framework powered by Vite",
|
||||
"engines": {
|
||||
"node": "^18.0.0 || >=20.0.0"
|
||||
@ -37,34 +37,34 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^3.16.0",
|
||||
"@antfu/ni": "^23.2.0",
|
||||
"@playwright/test": "^1.49.1",
|
||||
"@antfu/ni": "^23.3.1",
|
||||
"@playwright/test": "^1.50.1",
|
||||
"@rollup/plugin-commonjs": "^28.0.2",
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
"@rollup/plugin-node-resolve": "^16.0.0",
|
||||
"@types/node": "^22.10.9",
|
||||
"@types/ws": "^8.5.13",
|
||||
"@types/node": "^22.13.1",
|
||||
"@types/ws": "^8.5.14",
|
||||
"@vitest/browser": "workspace:*",
|
||||
"@vitest/coverage-istanbul": "workspace:*",
|
||||
"@vitest/coverage-v8": "workspace:*",
|
||||
"@vitest/ui": "workspace:*",
|
||||
"bumpp": "^10.0.2",
|
||||
"changelogithub": "^13.12.1",
|
||||
"esbuild": "^0.24.2",
|
||||
"esbuild": "^0.25.0",
|
||||
"eslint": "^9.20.0",
|
||||
"magic-string": "^0.30.17",
|
||||
"pathe": "^2.0.2",
|
||||
"rimraf": "^6.0.1",
|
||||
"rollup": "^4.31.0",
|
||||
"rollup": "^4.34.6",
|
||||
"rollup-plugin-dts": "^6.1.1",
|
||||
"rollup-plugin-esbuild": "^6.1.1",
|
||||
"rollup-plugin-esbuild": "^6.2.0",
|
||||
"rollup-plugin-license": "^3.5.3",
|
||||
"tinyglobby": "^0.2.10",
|
||||
"tsx": "^4.19.2",
|
||||
"typescript": "^5.7.3",
|
||||
"vite": "^6.0.11",
|
||||
"vitest": "workspace:*",
|
||||
"zx": "^8.3.0"
|
||||
"zx": "^8.3.2"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
|
||||
@ -99,7 +99,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@types/ws": "^8.5.13",
|
||||
"@types/ws": "^8.5.14",
|
||||
"@vitest/runner": "workspace:*",
|
||||
"@vitest/ui": "workspace:*",
|
||||
"@vitest/ws-client": "workspace:*",
|
||||
@ -110,8 +110,8 @@
|
||||
"mime": "^4.0.6",
|
||||
"pathe": "^2.0.2",
|
||||
"periscopic": "^4.0.2",
|
||||
"playwright": "^1.49.1",
|
||||
"playwright-core": "^1.49.1",
|
||||
"playwright": "^1.50.1",
|
||||
"playwright-core": "^1.50.1",
|
||||
"safaridriver": "^1.0.0",
|
||||
"vitest": "workspace:*",
|
||||
"webdriverio": "^8.41.0"
|
||||
|
||||
@ -57,13 +57,13 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@faker-js/faker": "^9.4.0",
|
||||
"@iconify-json/carbon": "^1.2.5",
|
||||
"@iconify-json/carbon": "^1.2.6",
|
||||
"@iconify-json/logos": "^1.2.4",
|
||||
"@testing-library/vue": "^8.1.0",
|
||||
"@types/codemirror": "^5.60.15",
|
||||
"@types/d3-force": "^3.0.10",
|
||||
"@types/d3-selection": "^3.0.11",
|
||||
"@types/ws": "^8.5.13",
|
||||
"@types/ws": "^8.5.14",
|
||||
"@unocss/reset": "^0.65.4",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vitest/runner": "workspace:*",
|
||||
@ -74,9 +74,9 @@
|
||||
"birpc": "0.2.19",
|
||||
"codemirror": "^5.65.18",
|
||||
"codemirror-theme-vars": "^0.1.2",
|
||||
"d3-graph-controller": "^3.0.12",
|
||||
"d3-graph-controller": "^3.0.13",
|
||||
"floating-vue": "^5.2.2",
|
||||
"rollup": "^4.31.0",
|
||||
"rollup": "^4.34.6",
|
||||
"splitpanes": "^3.1.8",
|
||||
"unocss": "^0.65.4",
|
||||
"unplugin-auto-import": "^0.19.0",
|
||||
|
||||
@ -65,7 +65,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@vitest/pretty-format": "workspace:*",
|
||||
"loupe": "^3.1.2",
|
||||
"loupe": "^3.1.3",
|
||||
"tinyrainbow": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -186,7 +186,7 @@
|
||||
"@types/istanbul-reports": "^3.0.4",
|
||||
"@types/jsdom": "^21.1.7",
|
||||
"@types/micromatch": "^4.0.9",
|
||||
"@types/node": "^22.10.9",
|
||||
"@types/node": "^22.13.1",
|
||||
"@types/prompts": "^2.4.9",
|
||||
"@types/sinonjs__fake-timers": "^8.1.5",
|
||||
"acorn-walk": "^8.3.4",
|
||||
|
||||
@ -161,6 +161,7 @@ export class CommonjsExecutor {
|
||||
static enableCompileCache = _Module.enableCompileCache
|
||||
static getCompileCacheDir = _Module.getCompileCacheDir
|
||||
static flushCompileCache = _Module.flushCompileCache
|
||||
static stripTypeScriptTypes = _Module.stripTypeScriptTypes
|
||||
|
||||
static Module = Module
|
||||
}
|
||||
|
||||
@ -46,6 +46,6 @@
|
||||
"devDependencies": {
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/ungap__structured-clone": "^1.2.0",
|
||||
"@ungap/structured-clone": "^1.2.1"
|
||||
"@ungap/structured-clone": "^1.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
1196
pnpm-lock.yaml
generated
1196
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,7 @@
|
||||
"devDependencies": {
|
||||
"@vitest/browser": "workspace:*",
|
||||
"@vitest/mocker": "workspace:*",
|
||||
"playwright": "^1.49.0",
|
||||
"playwright": "^1.50.1",
|
||||
"vitest": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user