Skip to content

Commit d260cef

Browse files
renovate[bot]hi-ogawasheremet-va
authored
chore(deps): update all non-major dependencies (#6360)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hiroshi Ogawa <[email protected]> Co-authored-by: Vladimir Sheremet <[email protected]>
1 parent 9c518c1 commit d260cef

File tree

39 files changed

+2062
-2409
lines changed

39 files changed

+2062
-2409
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Get changed files
6363
id: changed-files
64-
uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 # v45.0.1
64+
uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45.0.3
6565
with:
6666
files: |
6767
docs/**

docs/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@
1414
"generate-pwa-icons": "pwa-assets-generator"
1515
},
1616
"dependencies": {
17-
"@vueuse/core": "^11.0.0",
18-
"vue": "^3.4.37"
17+
"@vueuse/core": "^11.1.0",
18+
"vue": "3.4.37"
1919
},
2020
"devDependencies": {
21-
"@iconify-json/carbon": "^1.1.37",
22-
"@iconify-json/logos": "^1.1.44",
23-
"@shikijs/vitepress-twoslash": "^1.12.1",
24-
"@unocss/reset": "^0.62.0",
25-
"@vite-pwa/assets-generator": "^0.2.4",
26-
"@vite-pwa/vitepress": "^0.5.0",
27-
"@vitejs/plugin-vue": "^5.1.2",
21+
"@iconify-json/carbon": "^1.2.2",
22+
"@iconify-json/logos": "^1.2.3",
23+
"@shikijs/vitepress-twoslash": "^1.22.0",
24+
"@unocss/reset": "^0.63.4",
25+
"@vite-pwa/assets-generator": "^0.2.6",
26+
"@vite-pwa/vitepress": "^0.5.3",
27+
"@vitejs/plugin-vue": "^5.1.4",
2828
"https-localhost": "^4.7.1",
29-
"tinyglobby": "^0.2.6",
30-
"unocss": "^0.62.0",
29+
"tinyglobby": "^0.2.9",
30+
"unocss": "^0.63.4",
3131
"unplugin-vue-components": "^0.27.4",
3232
"vite": "^5.2.8",
33-
"vite-plugin-pwa": "^0.20.1",
34-
"vitepress": "^1.3.2",
33+
"vite-plugin-pwa": "^0.20.5",
34+
"vitepress": "^1.4.0",
3535
"vitepress-plugin-tabs": "^0.5.0",
3636
"workbox-window": "^7.1.0"
3737
}

examples/lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@vitest/browser": "latest",
2020
"jsdom": "latest",
21-
"playwright": "^1.47.2",
21+
"playwright": "^1.48.0",
2222
"vite": "latest",
2323
"vitest": "latest"
2424
},

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "2.1.3",
55
"private": true,
6-
"packageManager": "pnpm@9.7.0",
6+
"packageManager": "pnpm@9.12.1",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^18.0.0 || >=20.0.0"
@@ -36,42 +36,42 @@
3636
"test:browser:playwright": "pnpm -C test/browser run test:playwright"
3737
},
3838
"devDependencies": {
39-
"@antfu/eslint-config": "^3.0.0",
40-
"@antfu/ni": "^0.22.1",
41-
"@playwright/test": "^1.46.0",
39+
"@antfu/eslint-config": "3.0.0",
40+
"@antfu/ni": "^0.23.0",
41+
"@playwright/test": "^1.48.0",
4242
"@rollup/plugin-commonjs": "^28.0.0",
4343
"@rollup/plugin-json": "^6.1.0",
44-
"@rollup/plugin-node-resolve": "^15.2.3",
45-
"@types/node": "^22.5.2",
44+
"@rollup/plugin-node-resolve": "^15.3.0",
45+
"@types/node": "^22.7.5",
4646
"@types/ws": "^8.5.12",
4747
"@vitest/browser": "workspace:*",
4848
"@vitest/coverage-istanbul": "workspace:*",
4949
"@vitest/coverage-v8": "workspace:*",
5050
"@vitest/ui": "workspace:*",
51-
"bumpp": "^9.5.1",
52-
"changelogithub": "^0.13.9",
53-
"esbuild": "^0.23.0",
54-
"eslint": "^9.9.0",
51+
"bumpp": "^9.6.1",
52+
"changelogithub": "^0.13.11",
53+
"esbuild": "^0.24.0",
54+
"eslint": "^9.12.0",
5555
"magic-string": "^0.30.11",
5656
"pathe": "^1.1.2",
5757
"rimraf": "^6.0.1",
58-
"rollup": "^4.20.0",
58+
"rollup": "^4.24.0",
5959
"rollup-plugin-dts": "^6.1.1",
6060
"rollup-plugin-esbuild": "^6.1.1",
61-
"rollup-plugin-license": "^3.5.2",
62-
"tinyglobby": "^0.2.6",
63-
"tsx": "^4.17.0",
64-
"typescript": "^5.5.4",
61+
"rollup-plugin-license": "^3.5.3",
62+
"tinyglobby": "^0.2.9",
63+
"tsx": "^4.19.1",
64+
"typescript": "^5.6.3",
6565
"vite": "^5.4.0",
6666
"vitest": "workspace:*",
67-
"zx": "^8.1.4"
67+
"zx": "^8.1.9"
6868
},
6969
"pnpm": {
7070
"overrides": {
7171
"@vitest/browser": "workspace:*",
7272
"@vitest/ui": "workspace:*",
7373
"acorn": "8.11.3",
74-
"mlly": "^1.7.1",
74+
"mlly": "^1.7.2",
7575
"rollup": "$rollup",
7676
"vite": "$vite",
7777
"vitest": "workspace:*"

packages/browser/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,28 +89,28 @@
8989
"@vitest/mocker": "workspace:*",
9090
"@vitest/utils": "workspace:*",
9191
"magic-string": "^0.30.11",
92-
"msw": "^2.3.5",
92+
"msw": "^2.4.9",
9393
"sirv": "^3.0.0",
9494
"tinyrainbow": "^1.2.0",
9595
"ws": "^8.18.0"
9696
},
9797
"devDependencies": {
98-
"@testing-library/jest-dom": "^6.4.8",
98+
"@testing-library/jest-dom": "^6.5.0",
9999
"@types/ws": "^8.5.12",
100100
"@vitest/runner": "workspace:*",
101101
"@vitest/ui": "workspace:*",
102102
"@vitest/ws-client": "workspace:*",
103-
"@wdio/protocols": "^8.38.0",
104-
"birpc": "0.2.17",
103+
"@wdio/protocols": "^8.40.3",
104+
"birpc": "0.2.19",
105105
"flatted": "^3.3.1",
106106
"ivya": "^1.1.1",
107107
"mime": "^4.0.4",
108108
"pathe": "^1.1.2",
109109
"periscopic": "^4.0.2",
110-
"playwright": "^1.46.0",
111-
"playwright-core": "^1.46.0",
110+
"playwright": "^1.48.0",
111+
"playwright-core": "^1.48.0",
112112
"safaridriver": "^0.1.2",
113113
"vitest": "workspace:*",
114-
"webdriverio": "^8.40.2"
114+
"webdriverio": "^8.40.6"
115115
}
116116
}

packages/coverage-istanbul/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
},
4646
"dependencies": {
4747
"@istanbuljs/schema": "^0.1.3",
48-
"debug": "^4.3.6",
48+
"debug": "^4.3.7",
4949
"istanbul-lib-coverage": "^3.2.2",
5050
"istanbul-lib-instrument": "^6.0.3",
5151
"istanbul-lib-report": "^3.0.1",
5252
"istanbul-lib-source-maps": "^5.0.6",
5353
"istanbul-reports": "^3.1.7",
54-
"magicast": "^0.3.4",
54+
"magicast": "^0.3.5",
5555
"test-exclude": "^7.0.1",
5656
"tinyrainbow": "^1.2.0"
5757
},

packages/coverage-v8/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
"dependencies": {
5757
"@ampproject/remapping": "^2.3.0",
5858
"@bcoe/v8-coverage": "^0.2.3",
59-
"debug": "^4.3.6",
59+
"debug": "^4.3.7",
6060
"istanbul-lib-coverage": "^3.2.2",
6161
"istanbul-lib-report": "^3.0.1",
6262
"istanbul-lib-source-maps": "^5.0.6",
6363
"istanbul-reports": "^3.1.7",
6464
"magic-string": "^0.30.11",
65-
"magicast": "^0.3.4",
65+
"magicast": "^0.3.5",
6666
"std-env": "^3.7.0",
6767
"test-exclude": "^7.0.1",
6868
"tinyrainbow": "^1.2.0"

packages/expect/src/jest-asymmetric-matchers.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ export class ArrayContaining<T = unknown> extends AsymmetricMatcher<Array<T>> {
188188
const result
189189
= this.sample.length === 0
190190
|| (Array.isArray(other)
191-
&& this.sample.every(item =>
192-
other.some(another =>
193-
equals(item, another, matcherContext.customTesters),
194-
),
195-
))
191+
&& this.sample.every(item =>
192+
other.some(another =>
193+
equals(item, another, matcherContext.customTesters),
194+
),
195+
))
196196

197197
return this.inverse ? !result : result
198198
}

packages/mocker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
"magic-string": "^0.30.11"
7373
},
7474
"devDependencies": {
75-
"@types/estree": "^1.0.5",
75+
"@types/estree": "1.0.5",
7676
"@vitest/spy": "workspace:*",
7777
"@vitest/utils": "workspace:*",
78-
"acorn-walk": "^8.3.3",
79-
"msw": "^2.3.5",
78+
"acorn-walk": "^8.3.4",
79+
"msw": "^2.4.9",
8080
"pathe": "^1.1.2",
8181
"vite": "^5.4.0"
8282
}

packages/mocker/src/node/esmWalker.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ export function esmWalker(
193193
// assignment of a destructuring variable
194194
if (
195195
(parent?.type === 'TemplateLiteral'
196-
&& parent?.expressions.includes(child))
197-
|| (parent?.type === 'CallExpression' && parent?.callee === child)
196+
&& parent?.expressions.includes(child))
197+
|| (parent?.type === 'CallExpression' && parent?.callee === child)
198198
) {
199199
return
200200
}
@@ -247,12 +247,12 @@ export function esmWalker(
247247
= isStaticProperty(parent)
248248
&& parent.shorthand
249249
&& (!isNodeInPattern(parent)
250-
|| isInDestructuringAssignment(parent, parentStack))
250+
|| isInDestructuringAssignment(parent, parentStack))
251251

252252
const classDeclaration
253253
= (parent.type === 'PropertyDefinition'
254-
&& grandparent?.type === 'ClassBody')
255-
|| (parent.type === 'ClassDeclaration' && node === parent.superClass)
254+
&& grandparent?.type === 'ClassBody')
255+
|| (parent.type === 'ClassDeclaration' && node === parent.superClass)
256256

257257
const classExpression
258258
= parent.type === 'ClassExpression' && node === parent.id
@@ -275,8 +275,8 @@ function isRefIdentifier(id: Identifier, parent: _Node, parentStack: _Node[]) {
275275
if (
276276
parent.type === 'CatchClause'
277277
|| ((parent.type === 'VariableDeclarator'
278-
|| parent.type === 'ClassDeclaration')
279-
&& parent.id === id)
278+
|| parent.type === 'ClassDeclaration')
279+
&& parent.id === id)
280280
) {
281281
return false
282282
}

packages/mocker/src/node/hoistMocksPlugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export function hoistMocks(
264264
if (
265265
defaultExport?.declaration === node
266266
|| (defaultExport?.declaration.type === 'AwaitExpression'
267-
&& defaultExport.declaration.argument === node)
267+
&& defaultExport.declaration.argument === node)
268268
) {
269269
throw createSyntaxError(defaultExport, error)
270270
}
@@ -294,7 +294,7 @@ export function hoistMocks(
294294
if (
295295
init
296296
&& (init === node
297-
|| (init.type === 'AwaitExpression' && init.argument === node))
297+
|| (init.type === 'AwaitExpression' && init.argument === node))
298298
) {
299299
return declarationNode
300300
}

packages/pretty-format/src/plugins/DOMElement.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ function testNode(val: any) {
4040

4141
return (
4242
(nodeType === ELEMENT_NODE
43-
&& (ELEMENT_REGEXP.test(constructorName) || isCustomElement))
44-
|| (nodeType === TEXT_NODE && constructorName === 'Text')
45-
|| (nodeType === COMMENT_NODE && constructorName === 'Comment')
46-
|| (nodeType === FRAGMENT_NODE && constructorName === 'DocumentFragment')
43+
&& (ELEMENT_REGEXP.test(constructorName) || isCustomElement))
44+
|| (nodeType === TEXT_NODE && constructorName === 'Text')
45+
|| (nodeType === COMMENT_NODE && constructorName === 'Comment')
46+
|| (nodeType === FRAGMENT_NODE && constructorName === 'DocumentFragment')
4747
)
4848
}
4949

packages/snapshot/src/port/state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export default class SnapshotState {
333333
if (
334334
(hasSnapshot && this._updateSnapshot === 'all')
335335
|| ((!hasSnapshot || !snapshotIsPersisted)
336-
&& (this._updateSnapshot === 'new' || this._updateSnapshot === 'all'))
336+
&& (this._updateSnapshot === 'new' || this._updateSnapshot === 'all'))
337337
) {
338338
if (this._updateSnapshot === 'all') {
339339
if (!pass) {

packages/spy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"dev": "rollup -c --watch"
3434
},
3535
"dependencies": {
36-
"tinyspy": "^3.0.0"
36+
"tinyspy": "^3.0.2"
3737
}
3838
}

packages/spy/src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,9 @@ function enhanceSpy<T extends Procedure>(
484484
const impl = implementationChangedTemporarily
485485
? implementation!
486486
: onceImplementations.shift()
487-
|| implementation
488-
|| state.getOriginal()
489-
|| (() => {})
487+
|| implementation
488+
|| state.getOriginal()
489+
|| (() => {})
490490
return impl.apply(this, args)
491491
}
492492

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// @ts-nocheck
44
// noinspection JSUnusedGlobalSymbols
55
// Generated by unplugin-auto-import
6+
// biome-ignore lint: disable
67
export {}
78
declare global {
89
const EffectScope: typeof import('vue')['EffectScope']
@@ -89,6 +90,7 @@ declare global {
8990
const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
9091
const onUnmounted: typeof import('vue')['onUnmounted']
9192
const onUpdated: typeof import('vue')['onUpdated']
93+
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
9294
const openInEditor: typeof import('./composables/error')['openInEditor']
9395
const openedTreeItems: typeof import('./composables/navigation')['openedTreeItems']
9496
const panels: typeof import('./composables/navigation')['panels']
@@ -217,6 +219,7 @@ declare global {
217219
const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
218220
const useGamepad: typeof import('@vueuse/core')['useGamepad']
219221
const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
222+
const useId: typeof import('vue')['useId']
220223
const useIdle: typeof import('@vueuse/core')['useIdle']
221224
const useImage: typeof import('@vueuse/core')['useImage']
222225
const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
@@ -233,6 +236,7 @@ declare global {
233236
const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
234237
const useMemoize: typeof import('@vueuse/core')['useMemoize']
235238
const useMemory: typeof import('@vueuse/core')['useMemory']
239+
const useModel: typeof import('vue')['useModel']
236240
const useMounted: typeof import('@vueuse/core')['useMounted']
237241
const useMouse: typeof import('@vueuse/core')['useMouse']
238242
const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
@@ -282,6 +286,7 @@ declare global {
282286
const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
283287
const useSupported: typeof import('@vueuse/core')['useSupported']
284288
const useSwipe: typeof import('@vueuse/core')['useSwipe']
289+
const useTemplateRef: typeof import('vue')['useTemplateRef']
285290
const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
286291
const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
287292
const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
@@ -335,6 +340,6 @@ declare global {
335340
// for type re-export
336341
declare global {
337342
// @ts-ignore
338-
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
343+
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
339344
import('vue')
340345
}

0 commit comments

Comments
 (0)