Skip to content

Commit a27a088

Browse files
chore(deps): update all non-major dependencies (#612)
1 parent 7891be1 commit a27a088

File tree

104 files changed

+1610
-1475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+1610
-1475
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { defineConfig } from 'vitepress'
21
import type { DefaultTheme } from 'vitepress'
2+
import { defineConfig } from 'vitepress'
33
import vite from './vite.config'
44

55
const GETTING_STARTED: DefaultTheme.NavItemWithLink[] = [

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@vueuse/core": "^11.0.3",
1313
"unplugin-vue-components": "^0.27.4",
1414
"vitepress": "1.3.4",
15-
"vue": "^3.5.3"
15+
"vue": "^3.5.5"
1616
}
1717
}

eslint-plugins/test-utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import tsParser from '@typescript-eslint/parser'
1+
import type { RuleTesterInitOptions, TestCasesOptions } from 'eslint-vitest-rule-tester'
22

3+
import tsParser from '@typescript-eslint/parser'
34
import { run as _run } from 'eslint-vitest-rule-tester'
4-
import type { RuleTesterInitOptions, TestCasesOptions } from 'eslint-vitest-rule-tester'
55

66
export * from 'eslint-vitest-rule-tester'
77

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "7.3.2",
55
"private": true,
6-
"packageManager": "pnpm@9.9.0",
6+
"packageManager": "pnpm@9.10.0",
77
"description": "DevTools for Vue.js",
88
"author": "webfansplz",
99
"license": "MIT",
@@ -72,16 +72,16 @@
7272
"gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts"
7373
},
7474
"devDependencies": {
75-
"@antfu/eslint-config": "^3.4.1",
75+
"@antfu/eslint-config": "^3.6.2",
7676
"@antfu/ni": "^0.23.0",
77-
"@arethetypeswrong/cli": "^0.16.1",
77+
"@arethetypeswrong/cli": "^0.16.2",
7878
"@clack/prompts": "^0.7.0",
79-
"@types/chrome": "^0.0.270",
79+
"@types/chrome": "^0.0.271",
8080
"@types/degit": "^2.8.6",
8181
"@types/fs-extra": "^11.0.4",
8282
"@types/node": "^20.16.5",
83-
"@typescript-eslint/parser": "^8.4.0",
84-
"@typescript-eslint/utils": "^8.4.0",
83+
"@typescript-eslint/parser": "^8.5.0",
84+
"@typescript-eslint/utils": "^8.5.0",
8585
"@unocss/eslint-plugin": "^0.62.3",
8686
"@vue/devtools-core": "workspace:^",
8787
"@vue/devtools-kit": "workspace:^",
@@ -98,25 +98,25 @@
9898
"fs-extra": "^11.2.0",
9999
"jsdom": "^25.0.0",
100100
"lint-staged": "^15.2.10",
101-
"npm-run-all2": "^6.2.2",
101+
"npm-run-all2": "^6.2.3",
102102
"picocolors": "^1.1.0",
103-
"pnpm": "^9.9.0",
103+
"pnpm": "^9.10.0",
104104
"progress": "^2.0.3",
105105
"publint": "^0.2.10",
106106
"readdir-glob": "^2.0.0",
107107
"regex-extra": "^0.2.2",
108108
"semver": "^7.6.3",
109109
"simple-git-hooks": "^2.11.1",
110-
"taze": "^0.16.7",
110+
"taze": "^0.16.9",
111111
"tsup": "^8.2.4",
112-
"tsx": "^4.19.0",
113-
"turbo": "^2.1.1",
114-
"typescript": "^5.5.4",
112+
"tsx": "^4.19.1",
113+
"turbo": "^2.1.2",
114+
"typescript": "^5.6.2",
115115
"unbuild": "^2.0.0",
116116
"unocss": "^0.62.3",
117-
"vite": "^5.4.3",
118-
"vitest": "^2.0.5",
119-
"vue": "^3.5.3"
117+
"vite": "^5.4.5",
118+
"vitest": "^2.1.1",
119+
"vue": "^3.5.5"
120120
},
121121
"simple-git-hooks": {
122122
"pre-commit": "pnpm lint-staged"

packages/applet/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"@vue/devtools-ui": "workspace:^",
3636
"lodash-es": "^4.17.21",
3737
"perfect-debounce": "^1.0.0",
38-
"shiki": "^1.16.2",
38+
"shiki": "^1.17.6",
3939
"splitpanes": "^3.1.5",
4040
"vue-virtual-scroller": "2.0.0-beta.8"
4141
},
4242
"devDependencies": {
4343
"@types/lodash-es": "^4.17.12",
44-
"unplugin-vue": "^5.1.4",
44+
"unplugin-vue": "^5.1.5",
4545
"vite-plugin-dts": "^3.9.1",
46-
"vue": "^3.5.3",
47-
"vue-router": "^4.4.3"
46+
"vue": "^3.5.5",
47+
"vue-router": "^4.4.5"
4848
}
4949
}

packages/applet/src/components/basic/NodeTag.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
2-
import { vTooltip } from '@vue/devtools-ui'
32
import type { InspectorNodeTag } from '@vue/devtools-kit'
3+
import { vTooltip } from '@vue/devtools-ui'
44
import { toHex } from '~/utils'
55
66
defineProps<{

packages/applet/src/components/basic/SelectiveList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
2-
import { defineModel } from 'vue'
32
import type { CustomInspectorNode } from '@vue/devtools-kit'
3+
import { defineModel } from 'vue'
44
import NodeTag from '~/components/basic/NodeTag.vue'
55
66
defineProps<{ data: CustomInspectorNode[] }>()

packages/applet/src/components/state/RootStateViewer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
2-
import { watchEffect } from 'vue'
32
import type { CustomInspectorState } from '@vue/devtools-kit'
3+
import { watchEffect } from 'vue'
44
import ToggleExpanded from '~/components/basic/ToggleExpanded.vue'
55
import { createStateEditorContext } from '~/composables/state-editor'
66
import { useToggleExpanded } from '~/composables/toggle-expanded'

packages/applet/src/components/state/StateFieldEditor.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<script setup lang="ts">
2+
import type { CustomInspectorState, DevToolsV6PluginAPIHookPayloads } from '@vue/devtools-kit'
3+
import type { ButtonProps } from '@vue/devtools-ui'
24
import { rpc } from '@vue/devtools-core'
35
import { DevToolsV6PluginAPIHookKeys, getRaw } from '@vue/devtools-kit'
46
import { vTooltip, VueButton, VueDropdown, VueDropdownButton, VueIcon } from '@vue/devtools-ui'
57
import { useClipboard } from '@vueuse/core'
68
import { computed, ref, toRaw } from 'vue'
7-
import type { CustomInspectorState, DevToolsV6PluginAPIHookPayloads } from '@vue/devtools-kit'
8-
import type { ButtonProps } from '@vue/devtools-ui'
99
import { useStateEditorContext } from '~/composables/state-editor'
1010
import type { EditorAddNewPropType, EditorInputValidType } from '~/composables/state-editor'
1111

packages/applet/src/components/state/StateFieldViewer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<script setup lang="ts">
2+
import type { CustomInspectorState, InspectorCustomState } from '@vue/devtools-kit'
23
import { rpc } from '@vue/devtools-core'
34
import { DevToolsV6PluginAPIHookKeys, DevToolsV6PluginAPIHookPayloads, formatInspectorStateValue, getInspectorStateValueType, getRaw, toEdit, toSubmit } from '@vue/devtools-kit'
45
import { isArray, isObject, sortByKey } from '@vue/devtools-shared'
56
import { vTooltip, VueButton, VueIcon } from '@vue/devtools-ui'
67
import { computed, ref, watch } from 'vue'
7-
import type { CustomInspectorState, InspectorCustomState } from '@vue/devtools-kit'
88
import ToggleExpanded from '~/components/basic/ToggleExpanded.vue'
99
import { useHover } from '~/composables/hover'
1010
import { useStateEditor, useStateEditorContext, useStateEditorDrafting } from '~/composables/state-editor'

0 commit comments

Comments
 (0)