Skip to content

Bump the minor-updates group across 1 directory with 28 updates - #1212

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/minor-updates-5229d4be01
Open

Bump the minor-updates group across 1 directory with 28 updates#1212
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/minor-updates-5229d4be01

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-updates group with 28 updates in the / directory:

Package From To
@floating-ui/core 1.7.5 1.8.0
@lucide/vue 1.14.0 1.31.0
@tanstack/vue-form 1.32.0 1.33.4
@tanstack/vue-query 5.100.10 5.101.4
@tanstack/vue-virtual 3.13.24 3.13.35
@vue/eslint-config-typescript 14.7.0 14.9.0
@vueuse/core 14.3.0 14.4.0
@vueuse/integrations 14.3.0 14.4.0
dayjs 1.11.20 1.11.21
echarts 6.0.0 6.1.0
focus-trap 8.2.0 8.2.2
parse-duration 2.1.6 2.1.8
reka-ui 2.9.7 2.10.3
vue-echarts 8.0.1 8.1.0
@eslint/eslintrc 3.3.5 3.3.6
@playwright/test 1.60.0 1.62.1
@tailwindcss/typography 0.5.19 0.5.20
@vitejs/plugin-vue 6.0.6 6.0.8
@vue/test-utils 2.4.10 2.4.11
@vue/tsconfig 0.8.1 0.9.1
autoprefixer 10.5.0 10.5.4
axios 1.16.0 1.19.0
happy-dom 20.9.0 20.11.2
postcss 8.5.14 8.5.26
vite-plugin-checker 0.12.0 0.14.5
vitest 4.1.7 4.1.10
vue 3.5.34 3.5.41
vue-tsc 3.2.8 3.3.9

Updates @floating-ui/core from 1.7.5 to 1.8.0

Release notes

Sourced from @​floating-ui/core's releases.

@​floating-ui/core@​1.8.0

Minor Changes

  • feat: add 'layoutViewport' string option to rootBoundary. Unlike the visual 'viewport' boundary, it remains stable while pinch-zooming or when a mobile software keyboard is open, and unlike a manually passed Rect of the documentElement's client size, it accounts for space reserved by scrollbar-gutter: stable.

Patch Changes

  • fix(inline): no-op on empty client rects and detect RTL disjoined line rects
  • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
  • fix(size): correctly compute available size for centered elements overflowing both sides
  • perf(core): reduce bundle size with behavior-identical middleware simplifications
  • Update dependencies: @floating-ui/utils@0.2.12
Changelog

Sourced from @​floating-ui/core's changelog.

1.8.0

Minor Changes

  • feat: add 'layoutViewport' string option to rootBoundary. Unlike the visual 'viewport' boundary, it remains stable while pinch-zooming or when a mobile software keyboard is open, and unlike a manually passed Rect of the documentElement's client size, it accounts for space reserved by scrollbar-gutter: stable.

Patch Changes

  • fix(inline): no-op on empty client rects and detect RTL disjoined line rects
  • fix: support explicit undefined for optional properties with exactOptionalPropertyTypes
  • fix(size): correctly compute available size for centered elements overflowing both sides
  • perf(core): reduce bundle size with behavior-identical middleware simplifications
  • Update dependencies: @floating-ui/utils@0.2.12
Commits
  • 12d9473 chore: version packages (#3480)
  • 9887c96 fix(types): restore bivariant parameters for optional callbacks
  • 3785f3b feat: add layoutViewport string option to rootBoundary (#3486)
  • 0d0e88e fix(inline): no-op on empty client rects and detect RTL disjoined line rects ...
  • 73c1f76 fix(types): support exactOptionalPropertyTypes (#3456)
  • 701f5c6 fix(size): correctly compute available size for centered elements overflowing...
  • 2dc49ad perf: shrink core/dom/utils bundles with behavior-identical simplifications (...
  • fabb80b breaking(vue): drop vue-demi and require Vue >=3.3.0 (#3452)
  • See full diff in compare view

Updates @lucide/vue from 1.14.0 to 1.31.0

Release notes

Sourced from @​lucide/vue's releases.

Version 1.31.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.30.0...1.31.0

Version 1.30.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.29.0...1.30.0

Version 1.29.0

What's Changed

Full Changelog: lucide-icons/lucide@1.28.0...1.29.0

Version 1.28.0

... (truncated)

Commits
  • 0f8d48b test(packages): updates unit test snapshots with face-slightly-smiling (#4676)
  • 53766c7 chore(deps): bump the vue-deps group with 3 updates (#4670)
  • f229f83 chore(depedencies): Update dependencies (#4553)
  • 4c663b9 fix(vue): support kebab-case icon-node prop on Icon component (#4512)
  • 5ff536e ci(release.yml): Fix workflow and remove version scripts in package scripts...
  • 07c885e fix(docs): fix zephyr-cloud URL in readmes
  • 446e644 fix(vue): clone slots before passing to icon (#4339)
  • See full diff in compare view

Updates @tanstack/vue-form from 1.32.0 to 1.33.4

Release notes

Sourced from @​tanstack/vue-form's releases.

@​tanstack/vue-form@​1.33.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/form-core@​1.33.4

@​tanstack/vue-form@​1.33.3

Patch Changes

  • #2259 0b9de8e - Generate the default formId with Vue's useId so it is SSR-safe, falling back to a random uuid on vue@3.4 (where useId does not exist) and outside of a component instance.

    Fixes #2254

  • Updated dependencies []:

    • @​tanstack/form-core@​1.33.3

@​tanstack/vue-form@​1.33.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/form-core@​1.33.2

@​tanstack/vue-form@​1.33.1

Patch Changes

@​tanstack/vue-form@​1.33.0

Minor Changes

Patch Changes

  • Updated dependencies [808f158]:
    • @​tanstack/form-core@​1.33.0
Changelog

Sourced from @​tanstack/vue-form's changelog.

1.33.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/form-core@​1.33.4

1.33.3

Patch Changes

  • #2259 0b9de8e - Generate the default formId with Vue's useId so it is SSR-safe, falling back to a random uuid on vue@3.4 (where useId does not exist) and outside of a component instance.

    Fixes #2254

  • Updated dependencies []:

    • @​tanstack/form-core@​1.33.3

1.33.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/form-core@​1.33.2

1.33.1

Patch Changes

1.33.1

Patch Changes

  • Re-export useSelector from @tanstack/vue-store. Add form.useSelector; form.useStore is deprecated (fixes #2203).

1.33.0

Minor Changes

Patch Changes

  • Updated dependencies [808f158]:
    • @​tanstack/form-core@​1.33.0

... (truncated)

Commits

Updates @tanstack/vue-query from 5.100.10 to 5.101.4

Release notes

Sourced from @​tanstack/vue-query's releases.

@​tanstack/vue-query@​5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.4

@​tanstack/vue-query@​5.101.3

Patch Changes

  • Updated dependencies [7e3c822]:
    • @​tanstack/query-core@​5.101.3

@​tanstack/vue-query@​5.101.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.2

@​tanstack/vue-query@​5.101.1

Patch Changes

  • Updated dependencies [9eff92e]:
    • @​tanstack/query-core@​5.101.1
Changelog

Sourced from @​tanstack/vue-query's changelog.

5.101.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.4

5.101.3

Patch Changes

  • Updated dependencies [7e3c822]:
    • @​tanstack/query-core@​5.101.3

5.101.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.101.2

5.101.1

Patch Changes

  • Updated dependencies [9eff92e]:
    • @​tanstack/query-core@​5.101.1

5.101.0

Patch Changes

  • #10826 1348095 - Replace deprecated isServer with environmentManager.isServer()

  • Updated dependencies []:

    • @​tanstack/query-core@​5.101.0

5.100.14

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.100.14

5.100.13

Patch Changes

  • fix(query-core): drop the custom NoInfer<T> re-export and rely on TypeScript's built-in NoInfer (TS ≥ 5.4) so NoInfer<X[K]> stays assignable to X[K] in generic contexts (fixes #9937) (#10593)

... (truncated)

Commits

Updates @tanstack/vue-virtual from 3.13.24 to 3.13.35

Release notes

Sourced from @​tanstack/vue-virtual's releases.

@​tanstack/vue-virtual@​3.13.35

Patch Changes

  • Updated dependencies [a5417b4]:
    • @​tanstack/virtual-core@​3.17.7

@​tanstack/vue-virtual@​3.13.34

Patch Changes

  • Updated dependencies [7ae32b5]:
    • @​tanstack/virtual-core@​3.17.6

@​tanstack/vue-virtual@​3.13.33

Patch Changes

@​tanstack/vue-virtual@​3.13.32

Patch Changes

@​tanstack/vue-virtual@​3.13.31

Patch Changes

@​tanstack/vue-virtual@​3.13.30

Patch Changes

@​tanstack/vue-virtual@​3.13.29

Patch Changes

  • Updated dependencies [ef69ea3]:
    • @​tanstack/virtual-core@​3.17.1

@​tanstack/vue-virtual@​3.13.28

Patch Changes

@​tanstack/vue-virtual@​3.13.27

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/vue-virtual's changelog.

3.13.35

Patch Changes

  • Updated dependencies [a5417b4]:
    • @​tanstack/virtual-core@​3.17.7

3.13.34

Patch Changes

  • Updated dependencies [7ae32b5]:
    • @​tanstack/virtual-core@​3.17.6

3.13.33

Patch Changes

3.13.32

Patch Changes

3.13.31

Patch Changes

3.13.30

Patch Changes

3.13.29

Patch Changes

  • Updated dependencies [ef69ea3]:
    • @​tanstack/virtual-core@​3.17.1

3.13.28

... (truncated)

Commits

Updates @vue/eslint-config-typescript from 14.7.0 to 14.9.0

Release notes

Sourced from @​vue/eslint-config-typescript's releases.

v14.9.0

New Features

  • vueTsConfigs.* are now valid flat config objects that can work with other ESLint utilities before being passed on to withVueTs() or defineConfigWithVueTs() for final resolution.
  • a new withVueTs(...) helper vuejs/eslint-config-typescript#302
    • built on top of eslint-flat-config-utils, which lets it compose with the same flat-config transformation model used by antfu and Nuxt’s ESLint config tooling.

Full Changelog: vuejs/eslint-config-typescript@v14.8.0...v14.9.0

v14.8.0

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.7.0...v14.8.0

Commits
  • 527000f 14.9.0
  • 9665aba feat: make vueTsConfigs valid flat config objects and a new withVueTs hel...
  • 140ad9d chore(deps): lock file maintenance (#303)
  • e169409 14.8.0
  • ac937a3 chore: align redefine-plugin-vue fixture deps
  • d003778 docs: document includeDotFolders option
  • dd31946 chore(deps): lock file maintenance (#301)
  • 0d40d25 chore(deps): lock file maintenance (#296)
  • 08da67c chore(deps): update dependency @​quasar/extras to v2 (#299)
  • eda6e41 chore(deps): update v0.x to ^0.14.1 (#298)
  • Additional commits viewable in compare view

Updates @vueuse/core from 14.3.0 to 14.4.0

Release notes

Sourced from @​vueuse/core's releases.

v14.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 24160f9 chore: release v14.4.0 (#5552)
  • 6aa9d6d fix(useDraggable): end drag on pointercancel (#5550)
  • 5fe4945 fix(useElementSize): prefill size based on box option (#5524)
  • 0f6d55d fix(useVirtualList): recompute range when item size changes (#5533)
  • 8f26673 test(useTransition): widen lower bound for WebKit test (#5540)
  • 2cad765 fix(useEventBus): use tryOnScopeDispose to avoid operating Vue internal API...
  • 653283c fix(useGamepad): keep updating remaining gamepads after one disconnects (#5523)
  • d39699c docs(useTextareaAutosize): restore demo textarea autosizing (#5532)
  • 8442658 fix(useFetch): ignore stale abort error after refetch succeeds (#5525)
  • bccb159 fix: accept array template ref bound to v-for as observer target (#5514)
  • Additional commits viewable in compare view

Updates @vueuse/integrations from 14.3.0 to 14.4.0

Release notes

Sourced from @​vueuse/integrations's releases.

v14.4.0

   🚀 Features

   🐞 Bug Fixes

Bumps the minor-updates group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@floating-ui/core](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/core) | `1.7.5` | `1.8.0` |
| [@lucide/vue](https://github.com/lucide-icons/lucide/tree/HEAD/packages/vue) | `1.14.0` | `1.31.0` |
| [@tanstack/vue-form](https://github.com/TanStack/form/tree/HEAD/packages/vue-form) | `1.32.0` | `1.33.4` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.100.10` | `5.101.4` |
| [@tanstack/vue-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/vue-virtual) | `3.13.24` | `3.13.35` |
| [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) | `14.7.0` | `14.9.0` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `14.3.0` | `14.4.0` |
| [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) | `14.3.0` | `14.4.0` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.20` | `1.11.21` |
| [echarts](https://github.com/apache/echarts) | `6.0.0` | `6.1.0` |
| [focus-trap](https://github.com/focus-trap/focus-trap) | `8.2.0` | `8.2.2` |
| [parse-duration](https://github.com/jkroso/parse-duration) | `2.1.6` | `2.1.8` |
| [reka-ui](https://github.com/unovue/reka-ui) | `2.9.7` | `2.10.3` |
| [vue-echarts](https://github.com/ecomfe/vue-echarts) | `8.0.1` | `8.1.0` |
| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.5` | `3.3.6` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.60.0` | `1.62.1` |
| [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.19` | `0.5.20` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `6.0.6` | `6.0.8` |
| [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.10` | `2.4.11` |
| [@vue/tsconfig](https://github.com/vuejs/tsconfig) | `0.8.1` | `0.9.1` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.5.0` | `10.5.4` |
| [axios](https://github.com/axios/axios) | `1.16.0` | `1.19.0` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `20.9.0` | `20.11.2` |
| [postcss](https://github.com/postcss/postcss) | `8.5.14` | `8.5.26` |
| [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) | `0.12.0` | `0.14.5` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.7` | `4.1.10` |
| [vue](https://github.com/vuejs/core) | `3.5.34` | `3.5.41` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.8` | `3.3.9` |



Updates `@floating-ui/core` from 1.7.5 to 1.8.0
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/core/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/core@1.8.0/packages/core)

Updates `@lucide/vue` from 1.14.0 to 1.31.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.31.0/packages/vue)

Updates `@tanstack/vue-form` from 1.32.0 to 1.33.4
- [Release notes](https://github.com/TanStack/form/releases)
- [Changelog](https://github.com/TanStack/form/blob/main/packages/vue-form/CHANGELOG.md)
- [Commits](https://github.com/TanStack/form/commits/@tanstack/vue-form@1.33.4/packages/vue-form)

Updates `@tanstack/vue-query` from 5.100.10 to 5.101.4
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/vue-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/vue-query@5.101.4/packages/vue-query)

Updates `@tanstack/vue-virtual` from 3.13.24 to 3.13.35
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/vue-virtual/CHANGELOG.md)
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/vue-virtual@3.13.35/packages/vue-virtual)

Updates `@vue/eslint-config-typescript` from 14.7.0 to 14.9.0
- [Release notes](https://github.com/vuejs/eslint-config-typescript/releases)
- [Commits](vuejs/eslint-config-typescript@v14.7.0...v14.9.0)

Updates `@vueuse/core` from 14.3.0 to 14.4.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v14.4.0/packages/core)

Updates `@vueuse/integrations` from 14.3.0 to 14.4.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v14.4.0/packages/integrations)

Updates `dayjs` from 1.11.20 to 1.11.21
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.20...v1.11.21)

Updates `echarts` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/apache/echarts/releases)
- [Commits](apache/echarts@6.0.0...6.1.0)

Updates `focus-trap` from 8.2.0 to 8.2.2
- [Release notes](https://github.com/focus-trap/focus-trap/releases)
- [Changelog](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md)
- [Commits](focus-trap/focus-trap@v8.2.0...v8.2.2)

Updates `parse-duration` from 2.1.6 to 2.1.8
- [Release notes](https://github.com/jkroso/parse-duration/releases)
- [Commits](jkroso/parse-duration@v2.1.6...v2.1.8)

Updates `reka-ui` from 2.9.7 to 2.10.3
- [Release notes](https://github.com/unovue/reka-ui/releases)
- [Commits](unovue/reka-ui@v2.9.7...v2.10.3)

Updates `vue-echarts` from 8.0.1 to 8.1.0
- [Release notes](https://github.com/ecomfe/vue-echarts/releases)
- [Changelog](https://github.com/ecomfe/vue-echarts/blob/main/CHANGELOG.md)
- [Commits](ecomfe/vue-echarts@v8.0.1...v8.1.0)

Updates `@eslint/eslintrc` from 3.3.5 to 3.3.6
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](eslint/eslintrc@eslintrc-v3.3.5...eslintrc-v3.3.6)

Updates `@playwright/test` from 1.60.0 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.60.0...v1.62.1)

Updates `@tailwindcss/typography` from 0.5.19 to 0.5.20
- [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-typography@v0.5.19...v0.5.20)

Updates `@vitejs/plugin-vue` from 6.0.6 to 6.0.8
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@6.0.8/packages/plugin-vue)

Updates `@vue/test-utils` from 2.4.10 to 2.4.11
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](vuejs/test-utils@v2.4.10...v2.4.11)

Updates `@vue/tsconfig` from 0.8.1 to 0.9.1
- [Release notes](https://github.com/vuejs/tsconfig/releases)
- [Commits](vuejs/tsconfig@v0.8.1...v0.9.1)

Updates `autoprefixer` from 10.5.0 to 10.5.4
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.5.0...10.5.4)

Updates `axios` from 1.16.0 to 1.19.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.16.0...v1.19.0)

Updates `happy-dom` from 20.9.0 to 20.11.2
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v20.9.0...v20.11.2)

Updates `postcss` from 8.5.14 to 8.5.26
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.14...8.5.26)

Updates `vite-plugin-checker` from 0.12.0 to 0.14.5
- [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases)
- [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.12.0...v0.14.5)

Updates `vitest` from 4.1.7 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)

Updates `vue` from 3.5.34 to 3.5.41
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.34...v3.5.41)

Updates `vue-tsc` from 3.2.8 to 3.3.9
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.3.9/packages/tsc)

---
updated-dependencies:
- dependency-name: "@floating-ui/core"
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@lucide/vue"
  dependency-version: 1.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@tanstack/vue-form"
  dependency-version: 1.33.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@tanstack/vue-query"
  dependency-version: 5.101.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@tanstack/vue-virtual"
  dependency-version: 3.13.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@vue/eslint-config-typescript"
  dependency-version: 14.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@vueuse/core"
  dependency-version: 14.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@vueuse/integrations"
  dependency-version: 14.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: dayjs
  dependency-version: 1.11.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: echarts
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: focus-trap
  dependency-version: 8.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: parse-duration
  dependency-version: 2.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: reka-ui
  dependency-version: 2.10.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: vue-echarts
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@eslint/eslintrc"
  dependency-version: 3.3.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@playwright/test"
  dependency-version: 1.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@tailwindcss/typography"
  dependency-version: 0.5.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@vue/test-utils"
  dependency-version: 2.4.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@vue/tsconfig"
  dependency-version: 0.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: autoprefixer
  dependency-version: 10.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: axios
  dependency-version: 1.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: happy-dom
  dependency-version: 20.11.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: postcss
  dependency-version: 8.5.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: vite-plugin-checker
  dependency-version: 0.14.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: vue
  dependency-version: 3.5.41
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: vue-tsc
  dependency-version: 3.3.9
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants