Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent 7891be1 commit a27a088
Show file tree
Hide file tree
Showing 104 changed files with 1,610 additions and 1,475 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'vitepress'
import type { DefaultTheme } from 'vitepress'
import { defineConfig } from 'vitepress'
import vite from './vite.config'

const GETTING_STARTED: DefaultTheme.NavItemWithLink[] = [
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@vueuse/core": "^11.0.3",
"unplugin-vue-components": "^0.27.4",
"vitepress": "1.3.4",
"vue": "^3.5.3"
"vue": "^3.5.5"
}
}
4 changes: 2 additions & 2 deletions eslint-plugins/test-utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import tsParser from '@typescript-eslint/parser'
import type { RuleTesterInitOptions, TestCasesOptions } from 'eslint-vitest-rule-tester'

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

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

Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "7.3.2",
"private": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"description": "DevTools for Vue.js",
"author": "webfansplz",
"license": "MIT",
Expand Down Expand Up @@ -72,16 +72,16 @@
"gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts"
},
"devDependencies": {
"@antfu/eslint-config": "^3.4.1",
"@antfu/eslint-config": "^3.6.2",
"@antfu/ni": "^0.23.0",
"@arethetypeswrong/cli": "^0.16.1",
"@arethetypeswrong/cli": "^0.16.2",
"@clack/prompts": "^0.7.0",
"@types/chrome": "^0.0.270",
"@types/chrome": "^0.0.271",
"@types/degit": "^2.8.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.16.5",
"@typescript-eslint/parser": "^8.4.0",
"@typescript-eslint/utils": "^8.4.0",
"@typescript-eslint/parser": "^8.5.0",
"@typescript-eslint/utils": "^8.5.0",
"@unocss/eslint-plugin": "^0.62.3",
"@vue/devtools-core": "workspace:^",
"@vue/devtools-kit": "workspace:^",
Expand All @@ -98,25 +98,25 @@
"fs-extra": "^11.2.0",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.10",
"npm-run-all2": "^6.2.2",
"npm-run-all2": "^6.2.3",
"picocolors": "^1.1.0",
"pnpm": "^9.9.0",
"pnpm": "^9.10.0",
"progress": "^2.0.3",
"publint": "^0.2.10",
"readdir-glob": "^2.0.0",
"regex-extra": "^0.2.2",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"taze": "^0.16.7",
"taze": "^0.16.9",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"turbo": "^2.1.1",
"typescript": "^5.5.4",
"tsx": "^4.19.1",
"turbo": "^2.1.2",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"unocss": "^0.62.3",
"vite": "^5.4.3",
"vitest": "^2.0.5",
"vue": "^3.5.3"
"vite": "^5.4.5",
"vitest": "^2.1.1",
"vue": "^3.5.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
8 changes: 4 additions & 4 deletions packages/applet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"@vue/devtools-ui": "workspace:^",
"lodash-es": "^4.17.21",
"perfect-debounce": "^1.0.0",
"shiki": "^1.16.2",
"shiki": "^1.17.6",
"splitpanes": "^3.1.5",
"vue-virtual-scroller": "2.0.0-beta.8"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"unplugin-vue": "^5.1.4",
"unplugin-vue": "^5.1.5",
"vite-plugin-dts": "^3.9.1",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
"vue": "^3.5.5",
"vue-router": "^4.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/applet/src/components/basic/NodeTag.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { vTooltip } from '@vue/devtools-ui'
import type { InspectorNodeTag } from '@vue/devtools-kit'
import { vTooltip } from '@vue/devtools-ui'
import { toHex } from '~/utils'
defineProps<{
Expand Down
2 changes: 1 addition & 1 deletion packages/applet/src/components/basic/SelectiveList.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { defineModel } from 'vue'
import type { CustomInspectorNode } from '@vue/devtools-kit'
import { defineModel } from 'vue'
import NodeTag from '~/components/basic/NodeTag.vue'
defineProps<{ data: CustomInspectorNode[] }>()
Expand Down
2 changes: 1 addition & 1 deletion packages/applet/src/components/state/RootStateViewer.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { watchEffect } from 'vue'
import type { CustomInspectorState } from '@vue/devtools-kit'
import { watchEffect } from 'vue'
import ToggleExpanded from '~/components/basic/ToggleExpanded.vue'
import { createStateEditorContext } from '~/composables/state-editor'
import { useToggleExpanded } from '~/composables/toggle-expanded'
Expand Down
4 changes: 2 additions & 2 deletions packages/applet/src/components/state/StateFieldEditor.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<script setup lang="ts">
import type { CustomInspectorState, DevToolsV6PluginAPIHookPayloads } from '@vue/devtools-kit'
import type { ButtonProps } from '@vue/devtools-ui'
import { rpc } from '@vue/devtools-core'
import { DevToolsV6PluginAPIHookKeys, getRaw } from '@vue/devtools-kit'
import { vTooltip, VueButton, VueDropdown, VueDropdownButton, VueIcon } from '@vue/devtools-ui'
import { useClipboard } from '@vueuse/core'
import { computed, ref, toRaw } from 'vue'
import type { CustomInspectorState, DevToolsV6PluginAPIHookPayloads } from '@vue/devtools-kit'
import type { ButtonProps } from '@vue/devtools-ui'
import { useStateEditorContext } from '~/composables/state-editor'
import type { EditorAddNewPropType, EditorInputValidType } from '~/composables/state-editor'
Expand Down
2 changes: 1 addition & 1 deletion packages/applet/src/components/state/StateFieldViewer.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<script setup lang="ts">
import type { CustomInspectorState, InspectorCustomState } from '@vue/devtools-kit'
import { rpc } from '@vue/devtools-core'
import { DevToolsV6PluginAPIHookKeys, DevToolsV6PluginAPIHookPayloads, formatInspectorStateValue, getInspectorStateValueType, getRaw, toEdit, toSubmit } from '@vue/devtools-kit'
import { isArray, isObject, sortByKey } from '@vue/devtools-shared'
import { vTooltip, VueButton, VueIcon } from '@vue/devtools-ui'
import { computed, ref, watch } from 'vue'
import type { CustomInspectorState, InspectorCustomState } from '@vue/devtools-kit'
import ToggleExpanded from '~/components/basic/ToggleExpanded.vue'
import { useHover } from '~/composables/hover'
import { useStateEditor, useStateEditorContext, useStateEditorDrafting } from '~/composables/state-editor'
Expand Down
2 changes: 1 addition & 1 deletion packages/applet/src/components/timeline/EventList.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts">
import type { TimelineEventOptions } from '@vue/devtools-kit'
import { computed, ref, watch } from 'vue'
import { RecycleScroller } from 'vue-virtual-scroller'
import type { TimelineEventOptions } from '@vue/devtools-kit'
import { formatTime } from '~/utils'
import 'vue-virtual-scroller/dist/vue-virtual-scroller.css'
Expand Down
4 changes: 2 additions & 2 deletions packages/applet/src/components/timeline/index.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<script setup lang="ts">
import type { CustomInspectorState, TimelineEventOptions } from '@vue/devtools-kit'
import { DevToolsMessagingEvents, rpc } from '@vue/devtools-core'
import { parse } from '@vue/devtools-kit'
import { Pane, Splitpanes } from 'splitpanes'
import { Pane, Splitpanes } from 'splitpanes'
import { computed, onUnmounted, ref } from 'vue'
import type { CustomInspectorState, TimelineEventOptions } from '@vue/devtools-kit'
import DevToolsHeader from '~/components/basic/DevToolsHeader.vue'
import Empty from '~/components/basic/Empty.vue'
import Navbar from '~/components/basic/Navbar.vue'
Expand Down
2 changes: 1 addition & 1 deletion packages/applet/src/composables/custom-inspector-state.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { inject, provide, ref } from 'vue'
import type { InjectionKey, Ref } from 'vue'
import { inject, provide, ref } from 'vue'

type CustomInspectorState = Partial<{
homepage: string
Expand Down
2 changes: 1 addition & 1 deletion packages/applet/src/composables/hover.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { MaybeRefOrGetter } from '@vueuse/core'
import { useEventListener } from '@vueuse/core'
import { ref } from 'vue'
import type { MaybeRefOrGetter } from '@vueuse/core'

export interface UseHoverOptions {
enter?: () => void
Expand Down
2 changes: 1 addition & 1 deletion packages/applet/src/composables/select.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { inject, provide, ref } from 'vue'
import type { InjectionKey, Ref } from 'vue'
import { inject, provide, ref } from 'vue'

const SelectedSymbolKey: InjectionKey<Ref<string>> = Symbol('SelectedSymbolKey')

Expand Down
2 changes: 1 addition & 1 deletion packages/applet/src/composables/state-editor.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { computed, inject, provide, ref } from 'vue'
import type { InjectionKey, Ref } from 'vue'
import { computed, inject, provide, ref } from 'vue'

interface StateEditorContext {
nodeId: string
Expand Down
2 changes: 1 addition & 1 deletion packages/applet/src/composables/toggle-expanded.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { inject, provide, ref } from 'vue'
import type { Ref } from 'vue'
import { inject, provide, ref } from 'vue'

const expandedKey = 'expanded-state'

Expand Down
2 changes: 1 addition & 1 deletion packages/applet/src/composables/virtual-router.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { computed, defineComponent, h, inject, provide, ref, toValue } from 'vue'
import type { MaybeRef } from '@vueuse/core'
import type { Component, ComputedRef, InjectionKey, Ref } from 'vue'
import { computed, defineComponent, h, inject, provide, ref, toValue } from 'vue'

export interface VirtualRoute { path: string, component: Component, icon?: string, name?: string }
const VirtualRouteKey: InjectionKey<Ref<{ path: string }>> = Symbol('VirtualRouteKey')
Expand Down
2 changes: 1 addition & 1 deletion packages/applet/src/modules/components/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script setup lang="ts">
import type { CustomInspectorNode, CustomInspectorState } from '@vue/devtools-kit'
import {
DevToolsMessagingEvents,
rpc,
Expand All @@ -11,7 +12,6 @@ import { useElementSize, useToggle, watchDebounced } from '@vueuse/core'
import { flatten, groupBy } from 'lodash-es'
import { Pane, Splitpanes } from 'splitpanes'
import { computed, onUnmounted, ref, watch, watchEffect } from 'vue'
import type { CustomInspectorNode, CustomInspectorState } from '@vue/devtools-kit'
import SelectiveList from '~/components/basic/SelectiveList.vue'
import RootStateViewer from '~/components/state/RootStateViewer.vue'
import ComponentTree from '~/components/tree/TreeViewer.vue'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { computed, inject } from 'vue'
import type { Ref } from 'vue'
import { computed, inject } from 'vue'
import DevToolsHeader from '~/components/basic/DevToolsHeader.vue'
import Navbar from '~/components/basic/Navbar.vue'
import Settings from '~/components/settings/Settings.vue'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<script setup lang="ts">
import type { CustomInspectorNode, CustomInspectorOptions, CustomInspectorState } from '@vue/devtools-kit'
import { DevToolsMessagingEvents, onRpcConnected, rpc } from '@vue/devtools-core'
import { parse } from '@vue/devtools-kit'
import { vTooltip, VueIcIcon } from '@vue/devtools-ui'
import { until } from '@vueuse/core'
import { Pane, Splitpanes } from 'splitpanes'
import { computed, onUnmounted, ref, watch } from 'vue'
import type { CustomInspectorNode, CustomInspectorOptions, CustomInspectorState } from '@vue/devtools-kit'
import DevToolsHeader from '~/components/basic/DevToolsHeader.vue'
import Empty from '~/components/basic/Empty.vue'
import Navbar from '~/components/basic/Navbar.vue'
Expand Down
2 changes: 1 addition & 1 deletion packages/applet/src/modules/pinia/components/Settings.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { computed, inject } from 'vue'
import type { Ref } from 'vue'
import { computed, inject } from 'vue'
import DevToolsHeader from '~/components/basic/DevToolsHeader.vue'
import Navbar from '~/components/basic/Navbar.vue'
import Settings from '~/components/settings/Settings.vue'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<script setup lang="ts">
import type { CustomInspectorNode, CustomInspectorOptions, CustomInspectorState } from '@vue/devtools-kit'
import { DevToolsMessagingEvents, rpc } from '@vue/devtools-core'
import { parse } from '@vue/devtools-kit'
import { vTooltip } from '@vue/devtools-ui'
import { Pane, Splitpanes } from 'splitpanes'
import { computed, onUnmounted, ref, watch } from 'vue'
import type { CustomInspectorNode, CustomInspectorOptions, CustomInspectorState } from '@vue/devtools-kit'
import DevToolsHeader from '~/components/basic/DevToolsHeader.vue'
import Empty from '~/components/basic/Empty.vue'
import Navbar from '~/components/basic/Navbar.vue'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<script setup lang="ts">
import type { CustomInspectorNode, CustomInspectorState } from '@vue/devtools-kit'
import { DevToolsMessagingEvents, rpc } from '@vue/devtools-core'
import { parse } from '@vue/devtools-kit'
import { until } from '@vueuse/core'
import { Pane, Splitpanes } from 'splitpanes'
import { computed, onUnmounted, ref, watch } from 'vue'
import type { CustomInspectorNode, CustomInspectorState } from '@vue/devtools-kit'
import DevToolsHeader from '~/components/basic/DevToolsHeader.vue'
import Empty from '~/components/basic/Empty.vue'
import Navbar from '~/components/basic/Navbar.vue'
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"vue": "^3.5.3"
"vue": "^3.5.5"
}
}
16 changes: 8 additions & 8 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"fast-deep-equal": "^3.1.3",
"fuse.js": "^7.0.0",
"minimatch": "^10.0.1",
"shiki": "^1.16.2",
"shiki": "^1.17.6",
"splitpanes": "^3.1.5",
"vis-network": "^9.1.9",
"vite-hot-client": "^0.2.3",
"vue-router": "^4.4.3",
"vue-router": "^4.4.5",
"vue-virtual-scroller": "2.0.0-beta.8"
},
"devDependencies": {
"@iconify/json": "^2.2.245",
"@iconify/json": "^2.2.248",
"@types/node": "^20.16.5",
"@types/splitpanes": "^2.2.6",
"@unocss/core": "^0.62.3",
Expand All @@ -53,15 +53,15 @@
"@vitejs/plugin-vue-jsx": "^4.0.1",
"dayjs": "^1.11.13",
"floating-vue": "5.2.2",
"ohash": "^1.1.3",
"ohash": "^1.1.4",
"pinia": "^2.2.2",
"sass": "^1.78.0",
"simple-git-hooks": "^2.11.1",
"unocss": "^0.62.3",
"unplugin": "^1.13.1",
"unplugin-auto-import": "^0.18.2",
"unplugin": "^1.14.1",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.3",
"vue": "^3.5.3"
"vite": "^5.4.5",
"vue": "^3.5.5"
}
}
2 changes: 1 addition & 1 deletion packages/client/src/components/CommandPalette.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts">
import type { CommandItem } from '../composables/state-commands'
import { VueIcon, VueInput, VueOverlay } from '@vue/devtools-ui'
import Fuse from 'fuse.js'
import type { CommandItem } from '../composables/state-commands'
const show = ref(false)
const search = ref('')
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/components/assets/AssetDetails.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script setup lang="ts">
import type { AssetInfo, CodeSnippet } from '@vue/devtools-core'
import { useDevToolsState, viteRpc } from '@vue/devtools-core'
import { vTooltip, VueButton, VueIcon } from '@vue/devtools-ui'
import { useTimeAgo } from '@vueuse/core'
import type { AssetInfo, CodeSnippet } from '@vue/devtools-core'
import { openInEditor } from '../../composables/open-in-editor'
const props = defineProps<{
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/components/assets/AssetDropZone.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts" setup>
import { VueButton, VueIcon, VueInput } from '@vue/devtools-ui'
import type { AssetEntry } from '@vue/devtools-core'
import { VueButton, VueIcon, VueInput } from '@vue/devtools-ui'
const props = defineProps({
modelValue: {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/components/assets/AssetFontPreview.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { hash } from 'ohash'
import type { AssetInfo } from '@vue/devtools-core'
import { hash } from 'ohash'
const props = defineProps<{
asset: AssetInfo
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/components/assets/AssetListItem.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { VueIcon } from '@vue/devtools-ui'
import type { AssetInfo } from '@vue/devtools-core'
import { VueIcon } from '@vue/devtools-ui'
const props = withDefaults(defineProps<{
item: any
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/components/code/CodeSnippets.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts">
import { VueButton, VueCodeBlock } from '@vue/devtools-ui'
import type { CodeSnippet } from '@vue/devtools-core'
import type { BuiltinLanguage } from 'shiki'
import { VueButton, VueCodeBlock } from '@vue/devtools-ui'
const props = defineProps<{
codeSnippets: CodeSnippet[]
Expand Down
Loading

0 comments on commit a27a088

Please sign in to comment.