Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 537fa5e

Browse filesBrowse files
fix(deps): update all non-major dependencies (#7147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
1 parent 01600e0 commit 537fa5e
Copy full SHA for 537fa5e

File tree

Expand file treeCollapse file tree

14 files changed

+826
-766
lines changed
Filter options
Expand file treeCollapse file tree

14 files changed

+826
-766
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Get changed files
6767
id: changed-files
68-
uses: tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366 # v45.0.5
68+
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
6969
with:
7070
files: |
7171
docs/**

‎docs/package.json

Copy file name to clipboardExpand all lines: docs/package.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@
1414
"generate-pwa-icons": "pwa-assets-generator"
1515
},
1616
"dependencies": {
17-
"@vueuse/core": "^12.1.0",
17+
"@vueuse/core": "^12.4.0",
1818
"vue": "^3.5.12"
1919
},
2020
"devDependencies": {
2121
"@iconify-json/carbon": "^1.2.5",
2222
"@iconify-json/logos": "^1.2.4",
23-
"@shikijs/transformers": "^1.24.4",
24-
"@shikijs/vitepress-twoslash": "^1.24.4",
25-
"@unocss/reset": "^0.65.2",
23+
"@shikijs/transformers": "^1.27.2",
24+
"@shikijs/vitepress-twoslash": "^1.27.2",
25+
"@unocss/reset": "^0.65.4",
2626
"@vite-pwa/assets-generator": "^0.2.6",
2727
"@vite-pwa/vitepress": "^0.5.3",
2828
"@vitejs/plugin-vue": "^5.2.1",
2929
"https-localhost": "^4.7.1",
3030
"tinyglobby": "^0.2.10",
31-
"unocss": "^0.65.2",
31+
"unocss": "^0.65.4",
3232
"unplugin-vue-components": "^0.28.0",
3333
"vite": "^5.2.8",
3434
"vite-plugin-pwa": "^0.21.1",
3535
"vitepress": "^1.5.0",
36-
"vitepress-plugin-group-icons": "^1.3.2",
36+
"vitepress-plugin-group-icons": "^1.3.4",
3737
"vitepress-plugin-tabs": "^0.5.0",
3838
"workbox-window": "^7.3.0"
3939
}

‎package.json

Copy file name to clipboardExpand all lines: package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "3.0.0",
55
"private": true,
6-
"packageManager": "pnpm@9.15.1",
6+
"packageManager": "pnpm@9.15.4",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^18.0.0 || >=20.0.0"
@@ -42,36 +42,36 @@
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.2",
45+
"@types/node": "^22.10.7",
4646
"@types/ws": "^8.5.13",
4747
"@vitest/browser": "workspace:*",
4848
"@vitest/coverage-istanbul": "workspace:*",
4949
"@vitest/coverage-v8": "workspace:*",
5050
"@vitest/ui": "workspace:*",
51-
"bumpp": "^9.9.2",
51+
"bumpp": "^9.10.1",
5252
"changelogithub": "^0.13.11",
5353
"esbuild": "^0.24.2",
5454
"eslint": "^9.16.0",
5555
"magic-string": "^0.30.17",
56-
"pathe": "^2.0.0",
56+
"pathe": "^2.0.1",
5757
"rimraf": "^6.0.1",
58-
"rollup": "^4.29.1",
58+
"rollup": "^4.30.1",
5959
"rollup-plugin-dts": "^6.1.1",
6060
"rollup-plugin-esbuild": "^6.1.1",
6161
"rollup-plugin-license": "^3.5.3",
6262
"tinyglobby": "^0.2.10",
6363
"tsx": "^4.19.2",
64-
"typescript": "^5.7.2",
64+
"typescript": "^5.7.3",
6565
"vite": "^5.4.0",
6666
"vitest": "workspace:*",
67-
"zx": "^8.2.4"
67+
"zx": "^8.3.0"
6868
},
6969
"pnpm": {
7070
"overrides": {
7171
"@vitest/browser": "workspace:*",
7272
"@vitest/ui": "workspace:*",
7373
"acorn": "8.11.3",
74-
"mlly": "^1.7.3",
74+
"mlly": "^1.7.4",
7575
"rollup": "$rollup",
7676
"vite": "$vite",
7777
"vitest": "workspace:*"

‎packages/browser/package.json

Copy file name to clipboardExpand all lines: packages/browser/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
"dependencies": {
9090
"@testing-library/dom": "^10.4.0",
91-
"@testing-library/user-event": "^14.5.2",
91+
"@testing-library/user-event": "^14.6.0",
9292
"@vitest/mocker": "workspace:*",
9393
"@vitest/utils": "workspace:*",
9494
"magic-string": "^0.30.17",
@@ -108,7 +108,7 @@
108108
"flatted": "^3.3.2",
109109
"ivya": "^1.1.1",
110110
"mime": "^4.0.6",
111-
"pathe": "^2.0.0",
111+
"pathe": "^2.0.1",
112112
"periscopic": "^4.0.2",
113113
"playwright": "^1.49.1",
114114
"playwright-core": "^1.49.1",

‎packages/coverage-istanbul/package.json

Copy file name to clipboardExpand all lines: packages/coverage-istanbul/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@types/istanbul-lib-source-maps": "^4.0.4",
6464
"@types/istanbul-reports": "^3.0.4",
6565
"@types/test-exclude": "^6.0.2",
66-
"pathe": "^2.0.0",
66+
"pathe": "^2.0.1",
6767
"vitest": "workspace:*"
6868
}
6969
}

‎packages/coverage-v8/package.json

Copy file name to clipboardExpand all lines: packages/coverage-v8/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"dependencies": {
5757
"@ampproject/remapping": "^2.3.0",
58-
"@bcoe/v8-coverage": "^1.0.1",
58+
"@bcoe/v8-coverage": "^1.0.2",
5959
"debug": "^4.4.0",
6060
"istanbul-lib-coverage": "^3.2.2",
6161
"istanbul-lib-report": "^3.0.1",
@@ -75,7 +75,7 @@
7575
"@types/istanbul-reports": "^3.0.4",
7676
"@types/test-exclude": "^6.0.2",
7777
"@vitest/browser": "workspace:*",
78-
"pathe": "^2.0.0",
78+
"pathe": "^2.0.1",
7979
"v8-to-istanbul": "^9.3.0",
8080
"vite-node": "workspace:*",
8181
"vitest": "workspace:*"

‎packages/mocker/package.json

Copy file name to clipboardExpand all lines: packages/mocker/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@vitest/utils": "workspace:*",
7777
"acorn-walk": "^8.3.4",
7878
"msw": "^2.7.0",
79-
"pathe": "^2.0.0",
79+
"pathe": "^2.0.1",
8080
"vite": "^5.4.0"
8181
}
8282
}

‎packages/runner/package.json

Copy file name to clipboardExpand all lines: packages/runner/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
},
4444
"dependencies": {
4545
"@vitest/utils": "workspace:*",
46-
"pathe": "^2.0.0"
46+
"pathe": "^2.0.1"
4747
}
4848
}

‎packages/snapshot/package.json

Copy file name to clipboardExpand all lines: packages/snapshot/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@vitest/pretty-format": "workspace:*",
4646
"magic-string": "^0.30.17",
47-
"pathe": "^2.0.0"
47+
"pathe": "^2.0.1"
4848
},
4949
"devDependencies": {
5050
"@types/natural-compare": "^1.4.3",

‎packages/ui/client/auto-imports.d.ts

Copy file name to clipboardExpand all lines: packages/ui/client/auto-imports.d.ts
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ declare global {
7979
const onBrowserPanelResizing: typeof import('./composables/browser')['onBrowserPanelResizing']
8080
const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
8181
const onDeactivated: typeof import('vue')['onDeactivated']
82+
const onElementRemoval: typeof import('@vueuse/core')['onElementRemoval']
8283
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
8384
const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
8485
const onLongPress: typeof import('@vueuse/core')['onLongPress']
@@ -264,6 +265,7 @@ declare global {
264265
const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
265266
const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
266267
const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
268+
const usePreferredReducedTransparency: typeof import('@vueuse/core')['usePreferredReducedTransparency']
267269
const usePrevious: typeof import('@vueuse/core')['usePrevious']
268270
const useRafFn: typeof import('@vueuse/core')['useRafFn']
269271
const useRefHistory: typeof import('@vueuse/core')['useRefHistory']

‎packages/ui/package.json

Copy file name to clipboardExpand all lines: packages/ui/package.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,35 +50,35 @@
5050
"@vitest/utils": "workspace:*",
5151
"fflate": "^0.8.2",
5252
"flatted": "^3.3.2",
53-
"pathe": "^2.0.0",
53+
"pathe": "^2.0.1",
5454
"sirv": "^3.0.0",
5555
"tinyglobby": "^0.2.10",
5656
"tinyrainbow": "^2.0.0"
5757
},
5858
"devDependencies": {
59-
"@faker-js/faker": "^9.3.0",
59+
"@faker-js/faker": "^9.4.0",
6060
"@iconify-json/carbon": "^1.2.5",
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",
6666
"@types/ws": "^8.5.13",
67-
"@unocss/reset": "^0.65.2",
67+
"@unocss/reset": "^0.65.4",
6868
"@vitejs/plugin-vue": "^5.2.1",
6969
"@vitest/runner": "workspace:*",
7070
"@vitest/ws-client": "workspace:*",
7171
"@vue/test-utils": "^2.4.6",
72-
"@vueuse/core": "^12.1.0",
72+
"@vueuse/core": "^12.4.0",
7373
"ansi-to-html": "^0.7.2",
7474
"birpc": "0.2.19",
7575
"codemirror": "^5.65.18",
7676
"codemirror-theme-vars": "^0.1.2",
7777
"d3-graph-controller": "^3.0.11",
7878
"floating-vue": "^5.2.2",
79-
"rollup": "^4.29.1",
80-
"splitpanes": "^3.1.5",
81-
"unocss": "^0.65.2",
79+
"rollup": "^4.30.1",
80+
"splitpanes": "^3.1.8",
81+
"unocss": "^0.65.4",
8282
"unplugin-auto-import": "^0.19.0",
8383
"unplugin-vue-components": "^0.28.0",
8484
"vite": "^5.0.0",

‎packages/vite-node/package.json

Copy file name to clipboardExpand all lines: packages/vite-node/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"dependencies": {
8585
"cac": "^6.7.14",
8686
"debug": "^4.4.0",
87-
"es-module-lexer": "^1.5.4",
88-
"pathe": "^2.0.0",
87+
"es-module-lexer": "^1.6.0",
88+
"pathe": "^2.0.1",
8989
"vite": "^5.0.0 || ^6.0.0"
9090
},
9191
"devDependencies": {

‎packages/vitest/package.json

Copy file name to clipboardExpand all lines: packages/vitest/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"debug": "^4.4.0",
162162
"expect-type": "^1.1.0",
163163
"magic-string": "^0.30.17",
164-
"pathe": "^2.0.0",
164+
"pathe": "^2.0.1",
165165
"std-env": "^3.8.0",
166166
"tinybench": "^2.9.0",
167167
"tinyexec": "^0.3.2",
@@ -182,18 +182,18 @@
182182
"@types/istanbul-reports": "^3.0.4",
183183
"@types/jsdom": "^21.1.7",
184184
"@types/micromatch": "^4.0.9",
185-
"@types/node": "^22.10.2",
185+
"@types/node": "^22.10.7",
186186
"@types/prompts": "^2.4.9",
187187
"@types/sinonjs__fake-timers": "^8.1.5",
188188
"acorn-walk": "^8.3.4",
189189
"birpc": "0.2.19",
190190
"cac": "^6.7.14",
191191
"chai-subset": "^1.6.0",
192-
"fast-glob": "3.3.2",
192+
"fast-glob": "3.3.3",
193193
"find-up": "^6.3.0",
194194
"flatted": "^3.3.2",
195195
"get-tsconfig": "^4.8.1",
196-
"happy-dom": "^16.0.1",
196+
"happy-dom": "^16.6.0",
197197
"jsdom": "^25.0.1",
198198
"local-pkg": "^0.5.1",
199199
"micromatch": "^4.0.8",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.