Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps the non-breaking-changes group with 14 updates in the / directory:

Package From To
tdesign-vue-next 1.17.2 1.17.3
@iconify/json 2.2.406 2.2.408
@tanstack/vue-query 5.91.0 5.91.2
@typescript-eslint/eslint-plugin 8.46.4 8.47.0
@typescript-eslint/parser 8.46.4 8.47.0
element-plus 2.11.7 2.11.8
es-toolkit 1.41.0 1.42.0
lucide-vue-next 0.553.0 0.554.0
naive-ui 2.43.1 2.43.2
typescript 5.8.2 5.9.3
vxe-pc-ui 4.10.22 4.10.27
vxe-table 4.17.14 4.17.15
zod-defaults 0.1.3 0.2.3
@ast-grep/napi 0.39.9 0.40.0

Updates tdesign-vue-next from 1.17.2 to 1.17.3

Release notes

Sourced from tdesign-vue-next's releases.

[email protected]

🌈 1.17.3 2025-11-14

🚀 Features

  • DatePicker: 在未配置 enableTimePicker 场景下也应用 defaultTime 的配置,影响 valueTypetime-stamp的返回值及 onChange 的回调参数 ⚠️ @​RSS1102 @​uyarn (#6140)
  • Divider: 新增 size API,用于控制间距大小 @​liweijie0812 (#6094)
  • Guide: 支持在调整窗口大小时自动调整引导组件的展示效果 @​yrc2333 (#6133)
  • Form: pattern API 新增支持 string 类型 @​liweijie0812 (#6134)
  • Form: 在 setValidateMessage 中添加 success 验证类型支持 @​RSS1102 (#6147)

🐞 Bug Fixes

  • Popup: 修复在 SSR 场景下的异常问题 @​uyarn (#6124)
  • Table: 修复在 pageSize 由小到大改变时无法自定义当前页的问题 @​RSS1102 (#6127)
  • Tabs: 修复开启 destroyOnHide 移除标签后会导致后续 TabItem 状态异常的问题 @​yrc2333 (#6137)
  • Empty: 修复多语言动态切换响应式无效 @​liweijie0812 (#6126)
  • Menu: 修复快速操作菜单时,父菜单关闭后子菜单未正确收起的问题 @​RSS1102 (#6121)

🚀 Features

  • DatePicker: The configuration of defaultTime is also applied when enableTimePicker is not configured, which affects the return value of valueType as time-stamp and the callback parameter of onChange ⚠️ @​RSS1102 @​uyarn (#6140)
  • Divider: Support size API to control the spacing size @​liweijie0812 (#6094)
  • Guide: Supports automatic adjustment of the display effect of the boot component when adjusting the window size @​yrc2333 (#6133))
  • Form: Form verification pattern supports string type @​liweijie0812 (#6134)
  • Form: Add success verification type support in setValidateMessage @​RSS1102 (#6147)

🐞 Bug Fixes

  • Popup: Fix abnormal problem in SSR scenarios @​uyarn (#6124)
  • Table: Fix the problem that the current page cannot be customized when the pageSize changes @​RSS1102 (#6127)
  • Tabs: Fix the issue where turning on destroyOnHide to remove tags will cause subsequent TabItem status to be abnormal @​yrc2333 (#6137)
  • Empty: Fix invalid multi-language dynamic switching response @​liweijie0812 (#6126)
  • Menu: Fix the problem that the submenu is not folded correctly after the parent menu is closed when the menu is quickly operated @​RSS1102 (#6121))
Changelog

Sourced from tdesign-vue-next's changelog.

🌈 1.17.3 2025-11-14

🚀 Features

  • DatePicker: The configuration of defaultTime is also applied when enableTimePicker is not configured, which affects the return value of valueType as time-stamp and the callback parameter of onChange ⚠️ @​RSS1102 @​uyarn (#6140)
  • Divider: Support size API to control the spacing size @​liweijie0812 (#6094)
  • Guide: Supports automatic adjustment of the display effect of the boot component when adjusting the window size @​yrc2333 (#6133))
  • Form: Form verification pattern supports string type @​liweijie0812 (#6134)
  • Form: Add success verification type support in setValidateMessage @​RSS1102 (#6147)

🐞 Bug Fixes

  • Popup: Fix abnormal problem in SSR scenarios @​uyarn (#6124)
  • Table: Fix the problem that the current page cannot be customized when the pageSize changes @​RSS1102 (#6127)
  • Tabs: Fix the issue where turning on destroyOnHide to remove tags will cause subsequent TabItem status to be abnormal @​yrc2333 (#6137)
  • Empty: Fix invalid multi-language dynamic switching response @​liweijie0812 (#6126)
  • Menu: Fix the problem that the submenu is not folded correctly after the parent menu is closed when the menu is quickly operated @​RSS1102 (#6121))
Commits
  • 3e84a88 chore: release tdesign-vue-next 1.17.3 (#6155)
  • 5256a9e fix(DatePicker): add defaultTime into value calculation (#6140)
  • 131c16f Revert "fix: components props transmit bugs (#6052)" (#6151)
  • aafbf98 fix(menu): fix the issue where submenus do not collapse correctly after the p...
  • 765cba1 fix(Form): add success validation type to setValidateMessage (#6147)
  • 39d8bef fix(Table): fix controlled current page is covered by default change when inn...
  • 40b11fb fix(Empty): fix locale reactive invalid (#6126)
  • 8d8e8ff fix(guide): 为引导组件添加响应式尺寸调整功能 (#6133)
  • e4027e8 fix(Tabs): add key for tab-panel to fix the issue of incorrect content render...
  • ce3b1b1 feat(divider): support size api (#6094)
  • Additional commits viewable in compare view

Updates @iconify/json from 2.2.406 to 2.2.408

Commits
  • 2bfb4e0 Update 8 icon sets
  • 898003e Merge pull request #238 from iconify/renovate/node-24.x
  • 45c4658 Merge pull request #240 from iconify/renovate/vitest-monorepo
  • f933770 chore(deps): update dependency vitest to ^4.0.9
  • cb82474 Update 7 icon sets
  • e119b08 chore(deps): update dependency @​types/node to ^24.10.1
  • See full diff in compare view

Updates @tanstack/vue-query from 5.91.0 to 5.91.2

Release notes

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

@​tanstack/vue-query@​5.91.2

Patch Changes

@​tanstack/vue-query@​5.91.1

Patch Changes

  • Updated dependencies [08b211f]:
    • @​tanstack/query-core@​5.90.9
Changelog

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

5.91.2

Patch Changes

5.91.1

Patch Changes

  • Updated dependencies [08b211f]:
    • @​tanstack/query-core@​5.90.9
Commits

Updates @typescript-eslint/eslint-plugin from 8.46.4 to 8.47.0

Release notes

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

v8.47.0

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • 28cf803 chore(release): publish 8.47.0
  • 6c6db24 feat(eslint-plugin): [no-unused-private-class-members] new extension rule (#1...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.46.4 to 8.47.0

Release notes

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

v8.47.0

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.47.0 (2025-11-17)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates element-plus from 2.11.7 to 2.11.8

Release notes

Sourced from element-plus's releases.

2.11.8

2025-11-15

Features

  • Components [virtual-list] add touch event handling for scrolling (#20628 by @​warmthsea)
  • Components [cascader] expose focus and blur methods (#22737 by @​rzzf)
  • Components [drawer] add resize-start resize resize-end emits (#22784 by @​jevin98)

Bug fixes

  • Components [date-picker] keyboard navigation on first of the month (#22668 by @​Dsaquel)
  • Components [table] ensure tooltip works correctly in tree table (#22674 by @​xuhuaiyu24)
  • Components [tree-v2] checkbox selection wrong with disabled nodes (#22627 by @​rzzf)
  • Components [watermark] use baselineOffset to get a complete canvas (#22670 by @​alonely-boy)
  • Components [select] allow delete non existant option (#22706 by @​Dsaquel)
  • Components [select] unable to select options using NumpadEnter (#22715 by @​rzzf)
  • Components [textarea] add the missing name attribute (#22718 by @​rzzf)
  • Components [autocomplete] allow using Numpad Enter to select the option (#22721 by @​keeplearning66)
  • Components [image-viewer] avoid triggering scroll wheel events outside the preview area (#22722 by @​keeplearning66)
  • Components [tree-select] use up/down/enter keys select error (#20008 by @​SpanManX)
  • Components [tree] avoid having multiple nodes with highlighted states at the same time (#22748 by @​keeplearning66)
  • Components [input-tag] the line break caused by exceeding content (#22704 by @​lxKylin)
  • Components [select-v2] avoid invalid positioning when using filterable and default-first-option (#22725 by @​keeplearning66)
  • Components [upload] ensure onChange receives updated fileList (#22760 by @​yicheny)
  • Components [select] shouldn't display the input box when disabled (#22767 by @​Putia3)
  • Components [select] sync label when persistent is false and options change (#22755 by @​yicheny)
  • Components [select-v2] avoid wrong style when disabled (#22780 by @​keeplearning66)
  • Components [popper] trigger memory leak issue (#22763 by @​Map1en)
  • Components [input-number] correct condition for user input reset (#21283 by @​betavs)
  • Components [select] after the last select unmounts memory leak issue (#22764 by @​Map1en)

Refactors

Changelog

Sourced from element-plus's changelog.

2.11.8

2025-11-15

Features

  • Components [virtual-list] add touch event handling for scrolling (#20628 by @​warmthsea)
  • Components [cascader] expose focus and blur methods (#22737 by @​rzzf)
  • Components [drawer] add resize-start resize resize-end emits (#22784 by @​jevin98)

Bug fixes

  • Components [date-picker] keyboard navigation on first of the month (#22668 by @​Dsaquel)
  • Components [table] ensure tooltip works correctly in tree table (#22674 by @​xuhuaiyu24)
  • Components [tree-v2] checkbox selection wrong with disabled nodes (#22627 by @​rzzf)
  • Components [watermark] use baselineOffset to get a complete canvas (#22670 by @​alonely-boy)
  • Components [select] allow delete non existant option (#22706 by @​Dsaquel)
  • Components [select] unable to select options using NumpadEnter (#22715 by @​rzzf)
  • Components [textarea] add the missing name attribute (#22718 by @​rzzf)
  • Components [autocomplete] allow using Numpad Enter to select the option (#22721 by @​keeplearning66)
  • Components [image-viewer] avoid triggering scroll wheel events outside the preview area (#22722 by @​keeplearning66)
  • Components [tree-select] use up/down/enter keys select error (#20008 by @​SpanManX)
  • Components [tree] avoid having multiple nodes with highlighted states at the same time (#22748 by @​keeplearning66)
  • Components [input-tag] the line break caused by exceeding content (#22704 by @​lxKylin)
  • Components [select-v2] avoid invalid positioning when using filterable and default-first-option (#22725 by @​keeplearning66)
  • Components [upload] ensure onChange receives updated fileList (#22760 by @​yicheny)
  • Components [select] shouldn't display the input box when disabled (#22767 by @​Putia3)
  • Components [select] sync label when persistent is false and options change (#22755 by @​yicheny)
  • Components [select-v2] avoid wrong style when disabled (#22780 by @​keeplearning66)
  • Components [popper] trigger memory leak issue (#22763 by @​Map1en)
  • Components [input-number] correct condition for user input reset (#21283 by @​betavs)
  • Components [select] after the last select unmounts memory leak issue (#22764 by @​Map1en)

Refactors

Commits
  • 5e222bb Merge pull request #22817 from element-plus/dev
  • 38a7545 chore: Update changelog 2.11.8 (#22818)
  • 21a651b fix(components): [select] after the last select unmounts memory leak issue (#...
  • 6654eb4 docs: [drawer] update event parameter (#22816)
  • f7e6db4 ci: fix lint-commit-message not working for PR from fork (#22806)
  • 3901ae4 docs(components): [segmented] fix typo (#22811)
  • f30bfaa fix(components): [input-number] correct condition for user input reset (#21283)
  • 0c378d4 refactor(components): [select-v2] reduce repeated property access (#22801)
  • 3b6f377 fix(components): [popper] trigger memory leak issue (#22763)
  • 37600da docs(components): [tree] update select state when add or remove node (#14916)
  • Additional commits viewable in compare view

Updates es-toolkit from 1.41.0 to 1.42.0

Release notes

Sourced from es-toolkit's releases.

v1.42.0

Released on November 17th, 2025.

  • Added new async utilities: filterAsync, flatMapAsync, forEachAsync, mapAsync, reduceAsync, and limitAsync for handling asynchronous operations.
  • Exported ThrottleOptions and DebounceOptions interfaces for better type support.
  • Fixed isFinite to implement type predicate to narrow type to number.
  • Fixed isSafeInteger to implement type predicate to narrow type to number.
  • Fixed omit to prevent adding index properties to array-like objects.
  • Fixed mergeWith to remove unnecessary nullish coalescing for 100% branch coverage.
  • Fixed compat/updateWith to remove unreachable code and add prototype pollution test.
  • Updated documentation headings for consistency.
  • Improved test coverage for compat/mergeWith, compat/unset, get, toMerged, mergeWith, and compat/intersectionBy with additional edge cases and security tests.

We sincerely thank @​Debbl, @​wo-o29, @​raon0211, @​Yeom-JinHo, @​sukvvon, and @​D-Sketon for their contributions. We appreciate your great efforts!

Changelog

Sourced from es-toolkit's changelog.

Version v1.42.0

Released on November 17th, 2025.

  • Added new async utilities: filterAsync, flatMapAsync, forEachAsync, mapAsync, reduceAsync, and limitAsync for handling asynchronous operations.
  • Exported ThrottleOptions and DebounceOptions interfaces for better type support.
  • Fixed isFinite to implement type predicate to narrow type to number.
  • Fixed isSafeInteger to implement type predicate to narrow type to number.
  • Fixed omit to prevent adding index properties to array-like objects.
  • Fixed mergeWith to remove unnecessary nullish coalescing for 100% branch coverage.
  • Fixed compat/updateWith to remove unreachable code and add prototype pollution test.
  • Updated documentation headings for consistency.
  • Improved test coverage for compat/mergeWith, compat/unset, get, toMerged, mergeWith, and compat/intersectionBy with additional edge cases and security tests.

We sincerely thank @​Debbl, @​wo-o29, @​raon0211, @​Yeom-JinHo, @​sukvvon, and @​D-Sketon for their contributions. We appreciate your great efforts!

Commits
  • 2fe1564 v1.42.0
  • a61e107 feat: export ThrottleOptions and DebounceOptions interfaces (#1507)
  • 16a73d2 test(compat/mergeWith): add missing test cases for edge cases and improve cov...
  • ef6ab6b fix(compat/updateWith): remove unreachable code and add prototype pollution t...
  • 0be8841 test(compat/unset): add comprehensive prototype pollution tests (#1519)
  • c6d4643 test: add proto security and edge case tests for get function (#1520)
  • 506695c fix(mergeWith): Remove unnecessary nullish coalescing to achieve 100% branch ...
  • 5d098e8 [autofix.ci] apply automated fixes
  • 3ce0b3a fix lint
  • f80f90a Add functions to barrel file
  • Additional commits viewable in compare view

Updates lucide-vue-next from 0.553.0 to 0.554.0

Release notes

Sourced from lucide-vue-next's releases.

Version 0.554.0

What's Changed

Breaking change

For lucide-react and lucide-solid, imports for Fingerprint icon are changed to FingerprintPattern.

Lucide React

- import { Fingerprint } from "lucide-react";
+ import { FingerprintPattern } from "lucide-react";

Lucide Solid

- import { Fingerprint } from "lucide/solid";
+ import { FingerprintPattern } from "lucide/solid";
// Or

import Fingerprint from "lucide/solid/icons/fingerprint";


import FingerprintPattern from "lucide/solid/icons/fingerprint-pattern";

New Contributors

Full Changelog: lucide-icons/lucide@0.553.0...0.554.0

Commits

Updates naive-ui from 2.43.1 to 2.43.2

Changelog

Sourced from naive-ui's changelog.

2.43.2

Fixes

  • Fix seemly dependency version range allows incompatible versions.
  • Fix n-progress style is incorrect after using the dashboard mode exceeding 100%, closes #6627
  • Fix n-modal's outside content can't be interacted with show-mask is set to false.

Feats

  • n-date-picker prop defaultTime can also accept a function that will return a formatted string
  • n-steps adds content-placement prop, closes #7044.
Commits
  • d3c78cf 2.43.2
  • de1d707 fix: new csstype package version introduced from jsdom causes error
  • 70cf8ba refactor: define type on top level (#7285)
  • 456e185 fix(modal): outside content can't be interacted with show-mask is set to `f...
  • 032a787 Merge branch 'docs'
  • 21fcfc2 chore(ci): add pkg.pr.new (#6893)
  • 3e23a24 fix: grammar
  • c1a30c0 refactor(steps): fix content-placement PR
  • 16e6ecc refactor(steps): refactor content-placement PR
  • 5b63ee4 docs: fix changelog
  • Additional commits viewable in compare view

Updates typescript from 5.8.2 to 5.9.3

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

... (truncated)

Commits
  • c63de15 Bump version to 5.9.3 and LKG
  • 8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
  • a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
  • 0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
  • bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
  • 0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
  • 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
  • 5be3346 Bump version to 5.9.2 and LKG
  • ad825f2 Bump version to 5.9.1-rc and LKG
  • 463a5bf Update LKG
  • Additional commits viewable in compare view

Updates vxe-pc-ui from 4.10.22 to 4.10.27

Commits

Updates vxe-table from 4.17.14 to 4.17.15

Release notes

Sourced from vxe-table's releases.

v4.17.15

  • table
    • 修复个性化列报错列宽状态异常问题
    • 优化跨表联动行拖拽
Commits

Updates zod-defaults from 0.1.3 to 0.2.3

Commits

Updates @ast-grep/napi from 0.39.9 to 0.40.0

Release notes

Sourced from @​ast-grep/napi's releases.

0.40.0

Changelog

Sourced from @​ast-grep/napi's changelog.

0.40.0

Commits
  • 7197159 0.40.0
  • d34eb8e chore(deps): update dependency node to v24
  • 7da3d0a chore(deps): update rust crate ignore to v0.4.25
  • b83b8ae chore(deps): update rust crate schemars to v1.1.0
  • 4aceaf1 chore(deps): update rust crate napi-derive to v3.3.3
  • 9b96b67 chore(deps): update rust crate napi to v3.5.2
  • 907068d chore(deps): update dependency smol-toml to v1.5.2
  • 859de58 fix: try test napi
  • 09be717 fix: fix napi-rs setup
  • 98e6390 fix: do not allocate string
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • `@dependabot ignore <dependenc...

Description has been truncated

…ith 14 updates

Bumps the non-breaking-changes group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tdesign-vue-next](https://github.com/Tencent/tdesign-vue-next/tree/HEAD/packages/tdesign-vue-next) | `1.17.2` | `1.17.3` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.406` | `2.2.408` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.91.0` | `5.91.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.4` | `8.47.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.46.4` | `8.47.0` |
| [element-plus](https://github.com/element-plus/element-plus) | `2.11.7` | `2.11.8` |
| [es-toolkit](https://github.com/toss/es-toolkit) | `1.41.0` | `1.42.0` |
| [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) | `0.553.0` | `0.554.0` |
| [naive-ui](https://github.com/tusen-ai/naive-ui) | `2.43.1` | `2.43.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.9.3` |
| [vxe-pc-ui](https://github.com/x-extends/vxe-pc-ui) | `4.10.22` | `4.10.27` |
| [vxe-table](https://github.com/x-extends/vxe-table) | `4.17.14` | `4.17.15` |
| [zod-defaults](https://github.com/Ced-Sharp/zod-defaults) | `0.1.3` | `0.2.3` |
| [@ast-grep/napi](https://github.com/ast-grep/ast-grep) | `0.39.9` | `0.40.0` |



Updates `tdesign-vue-next` from 1.17.2 to 1.17.3
- [Release notes](https://github.com/Tencent/tdesign-vue-next/releases)
- [Changelog](https://github.com/Tencent/tdesign-vue-next/blob/develop/packages/tdesign-vue-next/CHANGELOG.en-US.md)
- [Commits](https://github.com/Tencent/tdesign-vue-next/commits/[email protected]/packages/tdesign-vue-next)

Updates `@iconify/json` from 2.2.406 to 2.2.408
- [Commits](iconify/icon-sets@2.2.406...2.2.408)

Updates `@tanstack/vue-query` from 5.91.0 to 5.91.2
- [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/[email protected]/packages/vue-query)

Updates `@typescript-eslint/eslint-plugin` from 8.46.4 to 8.47.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.47.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.46.4 to 8.47.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.47.0/packages/parser)

Updates `element-plus` from 2.11.7 to 2.11.8
- [Release notes](https://github.com/element-plus/element-plus/releases)
- [Changelog](https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md)
- [Commits](element-plus/element-plus@2.11.7...2.11.8)

Updates `es-toolkit` from 1.41.0 to 1.42.0
- [Release notes](https://github.com/toss/es-toolkit/releases)
- [Changelog](https://github.com/toss/es-toolkit/blob/main/CHANGELOG.md)
- [Commits](toss/es-toolkit@v1.41.0...v1.42.0)

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

Updates `naive-ui` from 2.43.1 to 2.43.2
- [Changelog](https://github.com/tusen-ai/naive-ui/blob/main/CHANGELOG.en-US.md)
- [Commits](tusen-ai/naive-ui@v2.43.1...v2.43.2)

Updates `typescript` from 5.8.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.2...v5.9.3)

Updates `vxe-pc-ui` from 4.10.22 to 4.10.27
- [Release notes](https://github.com/x-extends/vxe-pc-ui/releases)
- [Commits](https://github.com/x-extends/vxe-pc-ui/commits)

Updates `vxe-table` from 4.17.14 to 4.17.15
- [Release notes](https://github.com/x-extends/vxe-table/releases)
- [Commits](x-extends/vxe-table@4.17.14...4.17.15)

Updates `zod-defaults` from 0.1.3 to 0.2.3
- [Commits](https://github.com/Ced-Sharp/zod-defaults/commits)

Updates `@ast-grep/napi` from 0.39.9 to 0.40.0
- [Release notes](https://github.com/ast-grep/ast-grep/releases)
- [Changelog](https://github.com/ast-grep/ast-grep/blob/main/CHANGELOG.md)
- [Commits](ast-grep/ast-grep@0.39.9...0.40.0)

---
updated-dependencies:
- dependency-name: tdesign-vue-next
  dependency-version: 1.17.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@iconify/json"
  dependency-version: 2.2.408
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@tanstack/vue-query"
  dependency-version: 5.91.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: element-plus
  dependency-version: 2.11.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: es-toolkit
  dependency-version: 1.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: lucide-vue-next
  dependency-version: 0.554.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: naive-ui
  dependency-version: 2.43.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: vxe-pc-ui
  dependency-version: 4.10.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vxe-table
  dependency-version: 4.17.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: zod-defaults
  dependency-version: 0.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@ast-grep/napi"
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 17, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 17, 2025
@changeset-bot
Copy link

changeset-bot bot commented Nov 17, 2025

⚠️ No Changeset found

Latest commit: 94a1431

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 17, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 18, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/non-breaking-changes-fbca118cc2 branch November 18, 2025 19:19
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.

1 participant