Skip to content

Commit 94d99bf

Browse files
committed
chore: update deps (#1633)
* chore(tests): update deps Signed-off-by: braks <[email protected]> * chore(workflows): update actions to latest Signed-off-by: braks <[email protected]> * chore: update pnpm-lock.yaml Signed-off-by: braks <[email protected]> * chore(examples,vite): update deps Signed-off-by: braks <[email protected]> * chore(examples,nuxt): update deps Signed-off-by: braks <[email protected]> * chore(examples,quasar): update deps Signed-off-by: braks <[email protected]> * chore(examples,docs): update deps Signed-off-by: braks <[email protected]> --------- Signed-off-by: braks <[email protected]>
1 parent a90010b commit 94d99bf

File tree

10 files changed

+2949
-3563
lines changed

10 files changed

+2949
-3563
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@master
2727

2828
- name: Setup node env 🏗
29-
uses: actions/setup-node@v3
29+
uses: actions/setup-node@v4
3030
with:
3131
node-version: ${{ matrix.node }}
3232
check-latest: true
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Setup Turbo cache 🏎️
3838
id: turbo-cache
39-
uses: actions/cache@v2
39+
uses: actions/cache@v4
4040
with:
4141
path: .turbo
4242
key: turbo-${{ runner.os }}-${{ github.sha }}
@@ -50,7 +50,7 @@ jobs:
5050
run: pnpm run build --cache-dir=.turbo
5151

5252
- name: Run tests 🧪
53-
uses: cypress-io/github-action@v5
53+
uses: cypress-io/github-action@v6
5454
with:
5555
install-command: pnpm cypress install
5656
command: pnpm run test --cache-dir=.turbo

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@master
2929

3030
- name: Setup node env 🏗
31-
uses: actions/setup-node@v3
31+
uses: actions/setup-node@v4
3232
with:
3333
node-version: ${{ matrix.node }}
3434
check-latest: true

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"typedocs": "typedoc --options ./typedoc.json"
1212
},
1313
"dependencies": {
14-
"@algolia/client-search": "^5.1.1",
14+
"@algolia/client-search": "^5.7.0",
1515
"@stackblitz/sdk": "^1.11.0",
1616
"@vercel/analytics": "^1.3.1",
1717
"@vercel/speed-insights": "^1.0.12",
@@ -23,21 +23,21 @@
2323
"@vue-flow/node-toolbar": "workspace:*",
2424
"@vue/repl": "3.4.0",
2525
"blobity": "^0.2.3",
26-
"vue": "^3.4.38",
26+
"vue": "^3.5.11",
2727
"web-vitals": "^4.2.3"
2828
},
2929
"devDependencies": {
30-
"@iconify/json": "^2.2.241",
30+
"@iconify/json": "^2.2.256",
3131
"@tooling/eslint-config": "workspace:*",
3232
"@tooling/tsconfig": "workspace:*",
3333
"@windicss/plugin-scrollbar": "^1.2.3",
3434
"dotenv": "^16.4.5",
3535
"ohmyfetch": "^0.4.21",
36-
"typedoc": "^0.26.6",
37-
"typedoc-plugin-markdown": "^4.2.6",
38-
"typedoc-plugin-merge-modules": "^6.0.0",
39-
"unplugin-auto-import": "^0.18.2",
40-
"unplugin-icons": "^0.19.2",
36+
"typedoc": "^0.26.7",
37+
"typedoc-plugin-markdown": "^4.2.9",
38+
"typedoc-plugin-merge-modules": "^6.0.1",
39+
"unplugin-auto-import": "^0.18.3",
40+
"unplugin-icons": "^0.19.3",
4141
"unplugin-vue-components": "^0.27.4",
4242
"vite-plugin-windicss": "^1.9.3",
4343
"vitepress": "^1.3.4",

docs/src/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']
@@ -63,6 +64,7 @@ declare global {
6364
const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
6465
const onUnmounted: typeof import('vue')['onUnmounted']
6566
const onUpdated: typeof import('vue')['onUpdated']
67+
const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
6668
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
6769
const provide: typeof import('vue')['provide']
6870
const provideLocal: typeof import('@vueuse/core')['provideLocal']
@@ -170,6 +172,7 @@ declare global {
170172
const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
171173
const useGamepad: typeof import('@vueuse/core')['useGamepad']
172174
const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
175+
const useId: typeof import('vue')['useId']
173176
const useIdle: typeof import('@vueuse/core')['useIdle']
174177
const useImage: typeof import('@vueuse/core')['useImage']
175178
const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
@@ -185,6 +188,7 @@ declare global {
185188
const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
186189
const useMemoize: typeof import('@vueuse/core')['useMemoize']
187190
const useMemory: typeof import('@vueuse/core')['useMemory']
191+
const useModel: typeof import('vue')['useModel']
188192
const useMounted: typeof import('@vueuse/core')['useMounted']
189193
const useMouse: typeof import('@vueuse/core')['useMouse']
190194
const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
@@ -230,6 +234,7 @@ declare global {
230234
const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
231235
const useSupported: typeof import('@vueuse/core')['useSupported']
232236
const useSwipe: typeof import('@vueuse/core')['useSwipe']
237+
const useTemplateRef: typeof import('vue')['useTemplateRef']
233238
const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
234239
const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
235240
const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
@@ -281,6 +286,6 @@ declare global {
281286
// for type re-export
282287
declare global {
283288
// @ts-ignore
284-
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
289+
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
285290
import('vue')
286291
}

examples/nuxt3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"devDependencies": {
1616
"@tooling/eslint-config": "workspace:*",
17-
"nuxt": "^3.10.2"
17+
"nuxt": "^3.13.2"
1818
}
1919
}

examples/nuxt3/pages/index.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<template>
22
<div style="height: 100%">
3-
<Flow />
3+
<ClientOnly>
4+
<Flow />
5+
</ClientOnly>
46
</div>
57
</template>

examples/quasar/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,21 @@
77
"lint": "eslint --ext .js,.ts,.vue ./"
88
},
99
"dependencies": {
10-
"@quasar/extras": "^1.16.7",
10+
"@quasar/extras": "^1.16.12",
1111
"@vue-flow/background": "workspace:*",
1212
"@vue-flow/controls": "workspace:*",
1313
"@vue-flow/core": "workspace:*",
1414
"@vue-flow/minimap": "workspace:*",
15-
"quasar": "^2.12.7",
16-
"vue": "^3.3.4",
17-
"vue-router": "^4.2.5"
15+
"quasar": "^2.17.0",
16+
"vue": "^3.5.11",
17+
"vue-router": "^4.4.5"
1818
},
1919
"devDependencies": {
20-
"@quasar/app-vite": "^1.6.2",
20+
"@quasar/app-vite": "^1.10.0",
2121
"@tooling/eslint-config": "workspace:*",
2222
"@types/node": "^18.18.4",
23-
"@vitejs/plugin-vue": "^4.4.0",
24-
"autoprefixer": "^10.4.16"
23+
"@vitejs/plugin-vue": "^5.1.4",
24+
"autoprefixer": "^10.4.20",
25+
"vite": "^5.4.8"
2526
}
2627
}

examples/vite/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
"lint": "eslint --ext .js,.ts,.vue ./ && vue-tsc --noEmit"
88
},
99
"dependencies": {
10-
"@dagrejs/dagre": "^1.1.2",
10+
"@dagrejs/dagre": "^1.1.4",
1111
"@vue-flow/background": "workspace:*",
1212
"@vue-flow/controls": "workspace:*",
1313
"@vue-flow/core": "workspace:*",
1414
"@vue-flow/minimap": "workspace:*",
1515
"@vue-flow/node-resizer": "workspace:*",
1616
"@vue-flow/node-toolbar": "workspace:*",
1717
"html-to-image": "^1.11.11",
18-
"pinia": "^2.1.7"
18+
"pinia": "^2.2.4"
1919
},
2020
"devDependencies": {
2121
"@tooling/eslint-config": "workspace:*",
2222
"@tooling/tsconfig": "workspace:*",
23-
"@vitejs/plugin-vue": "^4.4.0",
24-
"unplugin-auto-import": "^0.16.6",
25-
"vite": "^4.4.11",
26-
"vite-svg-loader": "^4.0.0",
27-
"vue": "^3.3.4",
28-
"vue-router": "^4.2.5",
29-
"vue-tsc": "^1.8.16"
23+
"@vitejs/plugin-vue": "^5.1.4",
24+
"unplugin-auto-import": "^0.18.3",
25+
"vite": "^5.4.8",
26+
"vite-svg-loader": "^5.1.0",
27+
"vue": "^3.5.11",
28+
"vue-router": "^4.4.5",
29+
"vue-tsc": "^2.1.6"
3030
}
3131
}

0 commit comments

Comments
 (0)