Skip to content

Commit e348bd4

Browse files
renovate[bot]hi-ogawa
andauthoredFeb 11, 2025··
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>
1 parent 1e857d2 commit e348bd4

File tree

13 files changed

+780
-471
lines changed

13 files changed

+780
-471
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Get changed files
6565
id: changed-files
66-
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
66+
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
6767
with:
6868
files: |
6969
docs/**

‎docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"vue": "^3.5.12"
1919
},
2020
"devDependencies": {
21-
"@iconify-json/carbon": "^1.2.5",
21+
"@iconify-json/carbon": "^1.2.6",
2222
"@iconify-json/logos": "^1.2.4",
23-
"@shikijs/transformers": "^1.29.1",
24-
"@shikijs/vitepress-twoslash": "^1.29.1",
23+
"@shikijs/transformers": "^1.29.2",
24+
"@shikijs/vitepress-twoslash": "^1.29.2",
2525
"@unocss/reset": "^0.65.4",
2626
"@vite-pwa/assets-generator": "^0.2.6",
2727
"@vite-pwa/vitepress": "^0.5.3",
@@ -34,7 +34,7 @@
3434
"vite-plugin-pwa": "^0.21.1",
3535
"vitepress": "^1.6.3",
3636
"vitepress-plugin-group-icons": "^1.3.5",
37-
"vitepress-plugin-tabs": "^0.5.0",
37+
"vitepress-plugin-tabs": "^0.6.0",
3838
"workbox-window": "^7.3.0"
3939
}
4040
}

‎examples/lit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@vitest/browser": "latest",
2121
"jsdom": "latest",
22-
"playwright": "^1.49.0",
22+
"playwright": "^1.50.1",
2323
"vite": "latest",
2424
"vitest": "latest"
2525
},

‎netlify.toml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs/ package.json pnp
77
NODE_VERSION = "22"
88
# don't need playwright for docs build
99
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"
10+
# https://github.com/nodejs/corepack/issues/612#issuecomment-2631462297
11+
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=="}]}'
1012

1113
[[redirects]]
1214
from = "/new"

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "3.0.5",
55
"private": true,
6-
"packageManager": "pnpm@9.15.4",
6+
"packageManager": "pnpm@9.15.5",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^18.0.0 || >=20.0.0"
@@ -37,34 +37,34 @@
3737
},
3838
"devDependencies": {
3939
"@antfu/eslint-config": "^3.16.0",
40-
"@antfu/ni": "^23.2.0",
41-
"@playwright/test": "^1.49.1",
40+
"@antfu/ni": "^23.3.1",
41+
"@playwright/test": "^1.50.1",
4242
"@rollup/plugin-commonjs": "^28.0.2",
4343
"@rollup/plugin-json": "^6.1.0",
4444
"@rollup/plugin-node-resolve": "^16.0.0",
45-
"@types/node": "^22.10.9",
46-
"@types/ws": "^8.5.13",
45+
"@types/node": "^22.13.1",
46+
"@types/ws": "^8.5.14",
4747
"@vitest/browser": "workspace:*",
4848
"@vitest/coverage-istanbul": "workspace:*",
4949
"@vitest/coverage-v8": "workspace:*",
5050
"@vitest/ui": "workspace:*",
5151
"bumpp": "^10.0.2",
5252
"changelogithub": "^13.12.1",
53-
"esbuild": "^0.24.2",
53+
"esbuild": "^0.25.0",
5454
"eslint": "^9.20.0",
5555
"magic-string": "^0.30.17",
5656
"pathe": "^2.0.2",
5757
"rimraf": "^6.0.1",
58-
"rollup": "^4.31.0",
58+
"rollup": "^4.34.6",
5959
"rollup-plugin-dts": "^6.1.1",
60-
"rollup-plugin-esbuild": "^6.1.1",
60+
"rollup-plugin-esbuild": "^6.2.0",
6161
"rollup-plugin-license": "^3.5.3",
6262
"tinyglobby": "^0.2.10",
6363
"tsx": "^4.19.2",
6464
"typescript": "^5.7.3",
6565
"vite": "^6.0.11",
6666
"vitest": "workspace:*",
67-
"zx": "^8.3.0"
67+
"zx": "^8.3.2"
6868
},
6969
"pnpm": {
7070
"overrides": {

‎packages/browser/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
"devDependencies": {
101101
"@testing-library/jest-dom": "^6.6.3",
102-
"@types/ws": "^8.5.13",
102+
"@types/ws": "^8.5.14",
103103
"@vitest/runner": "workspace:*",
104104
"@vitest/ui": "workspace:*",
105105
"@vitest/ws-client": "workspace:*",
@@ -110,8 +110,8 @@
110110
"mime": "^4.0.6",
111111
"pathe": "^2.0.2",
112112
"periscopic": "^4.0.2",
113-
"playwright": "^1.49.1",
114-
"playwright-core": "^1.49.1",
113+
"playwright": "^1.50.1",
114+
"playwright-core": "^1.50.1",
115115
"safaridriver": "^1.0.0",
116116
"vitest": "workspace:*",
117117
"webdriverio": "^8.41.0"

‎packages/ui/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
},
5858
"devDependencies": {
5959
"@faker-js/faker": "^9.4.0",
60-
"@iconify-json/carbon": "^1.2.5",
60+
"@iconify-json/carbon": "^1.2.6",
6161
"@iconify-json/logos": "^1.2.4",
6262
"@testing-library/vue": "^8.1.0",
6363
"@types/codemirror": "^5.60.15",
6464
"@types/d3-force": "^3.0.10",
6565
"@types/d3-selection": "^3.0.11",
66-
"@types/ws": "^8.5.13",
66+
"@types/ws": "^8.5.14",
6767
"@unocss/reset": "^0.65.4",
6868
"@vitejs/plugin-vue": "^5.2.1",
6969
"@vitest/runner": "workspace:*",
@@ -74,9 +74,9 @@
7474
"birpc": "0.2.19",
7575
"codemirror": "^5.65.18",
7676
"codemirror-theme-vars": "^0.1.2",
77-
"d3-graph-controller": "^3.0.12",
77+
"d3-graph-controller": "^3.0.13",
7878
"floating-vue": "^5.2.2",
79-
"rollup": "^4.31.0",
79+
"rollup": "^4.34.6",
8080
"splitpanes": "^3.1.8",
8181
"unocss": "^0.65.4",
8282
"unplugin-auto-import": "^0.19.0",

‎packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"dependencies": {
6767
"@vitest/pretty-format": "workspace:*",
68-
"loupe": "^3.1.2",
68+
"loupe": "^3.1.3",
6969
"tinyrainbow": "^2.0.0"
7070
},
7171
"devDependencies": {

‎packages/vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
"@types/istanbul-reports": "^3.0.4",
187187
"@types/jsdom": "^21.1.7",
188188
"@types/micromatch": "^4.0.9",
189-
"@types/node": "^22.10.9",
189+
"@types/node": "^22.13.1",
190190
"@types/prompts": "^2.4.9",
191191
"@types/sinonjs__fake-timers": "^8.1.5",
192192
"acorn-walk": "^8.3.4",

‎packages/vitest/src/runtime/vm/commonjs-executor.ts

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export class CommonjsExecutor {
161161
static enableCompileCache = _Module.enableCompileCache
162162
static getCompileCacheDir = _Module.getCompileCacheDir
163163
static flushCompileCache = _Module.flushCompileCache
164+
static stripTypeScriptTypes = _Module.stripTypeScriptTypes
164165

165166
static Module = Module
166167
}

‎packages/web-worker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"devDependencies": {
4747
"@types/debug": "^4.1.12",
4848
"@types/ungap__structured-clone": "^1.2.0",
49-
"@ungap/structured-clone": "^1.2.1"
49+
"@ungap/structured-clone": "^1.3.0"
5050
}
5151
}

‎pnpm-lock.yaml

+751-445
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎test/public-mocker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"@vitest/browser": "workspace:*",
1111
"@vitest/mocker": "workspace:*",
12-
"playwright": "^1.49.0",
12+
"playwright": "^1.50.1",
1313
"vitest": "workspace:*"
1414
}
1515
}

0 commit comments

Comments
 (0)
Please sign in to comment.