Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2026

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

Package From To
@iconify/json 2.2.417 2.2.428
@intlify/core-base 11.2.7 11.2.8
@tanstack/vue-query 5.92.1 5.92.7
@typescript-eslint/eslint-plugin 8.50.1 8.53.0
@typescript-eslint/parser 8.50.1 8.53.0
commitlint-plugin-function-rules 4.2.0 4.3.1
element-plus 2.13.0 2.13.1
es-toolkit 1.43.0 1.44.0
eslint-config-turbo 2.7.2 2.7.4
eslint-plugin-n 17.23.1 17.23.2
eslint-plugin-prettier 5.5.4 5.5.5
eslint-plugin-vue 10.6.2 10.7.0
h3 1.15.4 1.15.5
lucide-vue-next 0.553.0 0.562.0
nitropack 2.12.9 2.13.1
postcss-html 1.8.0 1.8.1
qs 6.14.0 6.14.1
sass 1.97.1 1.97.2
tdesign-vue-next 1.17.7 1.18.0
turbo 2.7.2 2.7.4
typescript 5.8.2 5.9.3
vitepress-plugin-group-icons 1.6.5 1.6.9
vue-i18n 11.2.7 11.2.8
vue-tsc 3.2.1 3.2.2
vxe-pc-ui 4.11.17 4.12.4
vxe-table 4.17.33 4.17.42
zod-defaults 0.1.3 0.2.3
@ast-grep/napi 0.39.9 0.40.5

Updates @iconify/json from 2.2.417 to 2.2.428

Commits
  • 881256f Update 10 icon sets
  • f211b17 Merge pull request #264 from iconify/renovate/node-24.x
  • 3132523 chore(deps): update dependency @​types/node to ^24.10.8
  • e89cae2 Merge pull request #265 from iconify/renovate/vitest-monorepo
  • 5731a35 Merge pull request #266 from iconify/renovate/typescript-eslint-monorepo
  • a9e1ed6 chore(deps): update dependency @​typescript-eslint/eslint-plugin to ^8.53.0
  • e0d8b5c chore(deps): update dependency vitest to ^4.0.17
  • 829cdca Update 7 icon sets
  • 392b94d Merge pull request #263 from iconify/renovate/node-24.x
  • 32346a3 chore(deps): update dependency @​types/node to ^24.10.6
  • Additional commits viewable in compare view

Updates @intlify/core-base from 11.2.7 to 11.2.8

Release notes

Sourced from @​intlify/core-base's releases.

v11.2.8

Full Changelog: intlify/vue-i18n@v11.2.7...v11.2.8

Commits

Updates @tanstack/vue-query from 5.92.1 to 5.92.7

Release notes

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

@​tanstack/vue-query@​5.92.7

Patch Changes

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

@​tanstack/vue-query@​5.92.6

Patch Changes

  • Updated dependencies [269351b]:
    • @​tanstack/query-core@​5.90.17

@​tanstack/vue-query@​5.92.5

Patch Changes

  • Updated dependencies [7f47906]:
    • @​tanstack/query-core@​5.90.16

@​tanstack/vue-query@​5.92.4

Patch Changes

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

@​tanstack/vue-query@​5.92.3

Patch Changes

  • Updated dependencies [d576092]:
    • @​tanstack/query-core@​5.90.14
Changelog

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

5.92.7

Patch Changes

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

5.92.6

Patch Changes

  • Updated dependencies [269351b]:
    • @​tanstack/query-core@​5.90.17

5.92.5

Patch Changes

  • Updated dependencies [7f47906]:
    • @​tanstack/query-core@​5.90.16

5.92.4

Patch Changes

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

5.92.3

Patch Changes

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

5.92.2

Patch Changes

  • Updated dependencies [4a0a78a]:
    • @​tanstack/query-core@​5.90.13
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​tanstack/vue-query since your current version.


Updates @typescript-eslint/eslint-plugin from 8.50.1 to 8.53.0

Release notes

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

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)
  • typescript-estree: fix syntax check for using declaration (#11910)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid invalid "import equals" declaration (#11936)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)

❤️ Thank You

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

v8.52.0

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)

❤️ Thank You

  • Josh Goldberg ✨

... (truncated)

Changelog

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

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: add rule [strict-void-return] (#9707)
  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)

❤️ Thank You

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

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)
  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

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

8.51.0 (2025-12-29)

🚀 Features

... (truncated)

Commits
  • 3021ede chore(release): publish 8.53.0
  • 722ab62 fix(eslint-plugin): [no-useless-default-assignment] fix false positive for pa...
  • 92fcf3e feat(eslint-plugin): add rule [strict-void-return] (#9707)
  • 3fb0381 docs(eslint-plugin): [no-useless-default-assignment] fix misformatted link (#...
  • 62ee26e feat(eslint-plugin): [no-unused-vars] add a fixer to remove unused imports (#...
  • c4d5a56 fix(eslint-plugin): replace unclear "error typed" with more helpful descrip...
  • 3ac7735 fix(typescript-estree): forbid invalid extends and implements in interfac...
  • a8b924b fix(typescript-estree): forbid invalid class implements (#11934)
  • a98ec1f fix(typescript-estree): forbid type-only import with both default and named s...
  • 9ddd571 chore(release): publish 8.52.0
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.50.1 to 8.53.0

Release notes

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

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)
  • typescript-estree: fix syntax check for using declaration (#11910)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid invalid "import equals" declaration (#11936)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)

❤️ Thank You

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

v8.52.0

8.52.0 (2026-01-05)

🚀 Features

  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
  • typescript-estree: add tseslint.com redirects for CLI outputs (#11895)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
  • eslint-plugin: [no-base-to-string] detect @@​toPrimitive and valueOf (#11901)

❤️ Thank You

  • Josh Goldberg ✨

... (truncated)

Changelog

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

8.53.0 (2026-01-12)

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.

8.52.0 (2026-01-05)

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.

8.51.0 (2025-12-29)

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 commitlint-plugin-function-rules from 4.2.0 to 4.3.1

Release notes

Sourced from commitlint-plugin-function-rules's releases.

v4.3.1

4.3.1 (2026-01-13)

Tests

  • add test compatibility for combined v19 and v20 lint test (3ac6c6c)

v4.3.0

4.3.0 (2026-01-06)

Features

  • rules: add scope-delimiter-style rule for commitlint v20.3.0 (c51a081)

v4.2.1

4.2.1 (2025-12-25)

Continuous Integration

  • replace semantic-release config with @vidavidorra/semantic-release-config (cdca1bf)
  • use ESLint for linting, instead of XO (which uses ESLint internally) (ee68c28)
Changelog

Sourced from commitlint-plugin-function-rules's changelog.

4.3.1 (2026-01-13)

Tests

  • add test compatibility for combined v19 and v20 lint test (3ac6c6c)

4.3.0 (2026-01-06)

Features

  • rules: add scope-delimiter-style rule for commitlint v20.3.0 (c51a081)

4.2.1 (2025-12-25)

Continuous Integration

  • replace semantic-release config with @vidavidorra/semantic-release-config (cdca1bf)
  • use ESLint for linting, instead of XO (which uses ESLint internally) (ee68c28)
Commits
  • 35b656a chore(release): 4.3.1 [skip ci]
  • 78d55ae Merge pull request #255 from vidavidorra/renovate/commitlint-monorepo
  • 3ac6c6c test: add test compatibility for combined v19 and v20 lint test
  • 4c064e0 chore(deps): update commitlint monorepo to v20.3.1
  • 6f80a2b chore(deps): update vidavidorra/.github action to v8.0.17
  • 2e7724a chore(deps): update vidavidorra/.github action to v8.0.16
  • e7dffae chore(deps): update vidavidorra/.github action to v8.0.15
  • 3d25f6b chore(release): 4.3.0 [skip ci]
  • 05fa18b Merge pull request #254 from vidavidorra/renovate/commitlint-monorepo
  • c51a081 feat(rules): add scope-delimiter-style rule for commitlint v20.3.0
  • Additional commits viewable in compare view

Updates element-plus from 2.13.0 to 2.13.1

Release notes

Sourced from element-plus's releases.

2.13.1

2026-01-09

Features

  • Components [virtual-list] support horizontal scrolling with mouse wheel on Windows/ubuntu (#22168 by @​keeplearning66)
  • Components [form] add setInitialValues and setInitialValue function (#23013 by @​lw56777)

Bug fixes

  • Theme-chalk update dark theme color variables for consistency (#23064 by @​tolking)
  • Hooks [use-lockscreen] body width was not restored correctly (#22972 by @​rzzf)
  • Components [cascader] scrolls to the wrong active node (#23203 by @​rzzf)
  • Components [timeline] normal rendering default slot (#23217 by @​btea)
  • Components [cascader] the prefix slot content is covered by tags (#23236 by @​btea)
  • Components [dialog] clear the lingering closing state (#23249 by @​rzzf)
  • Components [select/select-v2] show empty slot when remote search empty (#23195 by @​YXY-cell)
  • Components [table-v2] respect column flexShrink configuration (#22914 by @​yicheny)
  • Components [virtual-list] incorrect scroll boundary check (#23289 by @​rzzf)
  • Components [alert] fix empty slot incorrectly detected as hasDesc (#23312 by @​E66Crisp)
  • Components [tour] avoid Teleport inheriting attribute (#23336 by @​rzzf)
  • Components [table-v2] keep scrollToRow from changing horiz offset (#22930 by @​yicheny)
  • Style(components): separate sub component styles (#23153 by @​rzzf)
  • Revert "fix(components): [select/select-v2] prevent dropdown closing on mixed input (#22869 by @​rzzf)" (#23224)

Refactors

  • Improvement(components): [virtual-list] preventDefault only when the scroll directions match (#22989 by @​rzzf)
Changelog

Sourced from element-plus's changelog.

2.13.1

2026-01-09

Features

Bug fixes

Refactors

Commits
  • d8c7232 Merge pull request #23355 from element-plus/dev
  • a7cf1cf chore: Update changelog 2.13.1 (#23357)
  • 9eadaed fix(components): [table-v2] keep scrollToRow from changing horiz offset (#22930)
  • b651fb6 chore: update doc (#23354)
  • 8b7d8ea feat(components): [timeline] support mode prop (#22929)
  • 75175cb feat(components): [dropdown-item] add icon slot (#23300)
  • ed8bedb chore(dev): add sass extension for recommendations (#23346)
  • 9765e8c fix(components): [autocomplete] fix incorrect aria-controls value (#23350)
  • 09e157c chore: add readEntries comment (#23343)
  • 36471cb feat(components): [form] add setInitialValues and setInitialValue functio...
  • Additional commits viewable in compare view

Updates es-toolkit from 1.43.0 to 1.44.0

Release notes

Sourced from es-toolkit's releases.

v1.44.0

Released on January 16th, 2026.

We sincerely thank @​raon0211, @​dayongkr, @​eunwoo-levi, @​matt-oakes, @​T3sT3ro, and @​D-Sketon for their contributions. We appreciate your great efforts!

Changelog

Sourced from es-toolkit's changelog.

Version v1.44.0

Released on January 16th, 2026.

  • Added shouldRetry option to retry function. (#1585)
  • Added isEmptyObject predicate function. (#1584)
  • Added isNumber predicate function.
  • Enhanced error cloning to support AggregateError. (#1563)
  • Implemented collection methods for Maps and Sets.
  • Added bundle size analysis and visualization components to docs. (#1564)
  • Fixed flattenObject to retain empty objects and arrays.
  • Enhanced type safety for clone function.
  • Fixed clone error when cloning object with null prototype. (#1570)
  • Fixed array function callbacks to include index and array parameters. (#1561)
  • Fixed compat/cloneDeep and cloneDeepWith to clone null-prototype objects as regular objects. (#1562)
  • Fixed compat/clamp to ensure consistency with lodash. (#1555)
  • Simplified intersection filter callback for consistency. (#1582)
  • Fixed incorrect function names and output in cloneDeep JSDoc examples. (#1583)

We sincerely thank @​raon0211, @​dayongkr, @​eunwoo-levi, @​matt-oakes, @​T3sT3ro, and @​D-Sketon for their contributions. We appreciate your great efforts!

Commits
  • bb5068e v1.44.0
  • bc2b3b7 feat(retry): add shouldRetry option (#1585)
  • 5fa7974 fix(flattenObject): flattenObject should retain empty objects and arrays
  • 50339c3 feat(predicate): add isEmptyObject function (#1584)
  • af81d8c chore[intersection]: simplify filter callback for consistency (#1582)
  • 5e23d82 docs[cloneDeep]: Fix incorrect function names and output in JSDoc examples (#...
  • 9a9b24e chore: fix lint error
  • 9686e51 chore: fix lint error
  • ca86015 feat(predicate): add isNumber function
  • 20796ec fix(clone): Enhance type safety for clone
  • Additional commits viewable in compare view

Updates eslint-config-turbo from 2.7.2 to 2.7.4

Release notes

Sourced from eslint-config-turbo's releases.

Turborepo v2.7.4

What's Changed

Docs

…ith 28 updates

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

| Package | From | To |
| --- | --- | --- |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.417` | `2.2.428` |
| [@intlify/core-base](https://github.com/intlify/vue-i18n/tree/HEAD/packages/core) | `11.2.7` | `11.2.8` |
| [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.92.1` | `5.92.7` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.50.1` | `8.53.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.50.1` | `8.53.0` |
| [commitlint-plugin-function-rules](https://github.com/vidavidorra/commitlint-plugin-function-rules) | `4.2.0` | `4.3.1` |
| [element-plus](https://github.com/element-plus/element-plus) | `2.13.0` | `2.13.1` |
| [es-toolkit](https://github.com/toss/es-toolkit) | `1.43.0` | `1.44.0` |
| [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) | `2.7.2` | `2.7.4` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.23.1` | `17.23.2` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.4` | `5.5.5` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.6.2` | `10.7.0` |
| [h3](https://github.com/h3js/h3) | `1.15.4` | `1.15.5` |
| [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) | `0.553.0` | `0.562.0` |
| [nitropack](https://github.com/nitrojs/nitro) | `2.12.9` | `2.13.1` |
| [postcss-html](https://github.com/ota-meshi/postcss-html) | `1.8.0` | `1.8.1` |
| [qs](https://github.com/ljharb/qs) | `6.14.0` | `6.14.1` |
| [sass](https://github.com/sass/dart-sass) | `1.97.1` | `1.97.2` |
| [tdesign-vue-next](https://github.com/Tencent/tdesign-vue-next/tree/HEAD/packages/tdesign-vue-next) | `1.17.7` | `1.18.0` |
| [turbo](https://github.com/vercel/turborepo) | `2.7.2` | `2.7.4` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.9.3` |
| [vitepress-plugin-group-icons](https://github.com/yuyinws/vitepress-plugin-group-icons) | `1.6.5` | `1.6.9` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.2.7` | `11.2.8` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.1` | `3.2.2` |
| [vxe-pc-ui](https://github.com/x-extends/vxe-pc-ui) | `4.11.17` | `4.12.4` |
| [vxe-table](https://github.com/x-extends/vxe-table) | `4.17.33` | `4.17.42` |
| [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.5` |



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

Updates `@intlify/core-base` from 11.2.7 to 11.2.8
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v11.2.8/packages/core)

Updates `@tanstack/vue-query` from 5.92.1 to 5.92.7
- [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.50.1 to 8.53.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.53.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.50.1 to 8.53.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.53.0/packages/parser)

Updates `commitlint-plugin-function-rules` from 4.2.0 to 4.3.1
- [Release notes](https://github.com/vidavidorra/commitlint-plugin-function-rules/releases)
- [Changelog](https://github.com/vidavidorra/commitlint-plugin-function-rules/blob/main/CHANGELOG.md)
- [Commits](vidavidorra/commitlint-plugin-function-rules@v4.2.0...v4.3.1)

Updates `element-plus` from 2.13.0 to 2.13.1
- [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.13.0...2.13.1)

Updates `es-toolkit` from 1.43.0 to 1.44.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.43.0...v1.44.0)

Updates `eslint-config-turbo` from 2.7.2 to 2.7.4
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](https://github.com/vercel/turborepo/commits/v2.7.4/packages/eslint-config-turbo)

Updates `eslint-plugin-n` from 17.23.1 to 17.23.2
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.23.1...v17.23.2)

Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.4...v5.5.5)

Updates `eslint-plugin-vue` from 10.6.2 to 10.7.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md)
- [Commits](vuejs/eslint-plugin-vue@v10.6.2...v10.7.0)

Updates `h3` from 1.15.4 to 1.15.5
- [Release notes](https://github.com/h3js/h3/releases)
- [Changelog](https://github.com/h3js/h3/blob/v1.15.5/CHANGELOG.md)
- [Commits](h3js/h3@v1.15.4...v1.15.5)

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

Updates `nitropack` from 2.12.9 to 2.13.1
- [Release notes](https://github.com/nitrojs/nitro/releases)
- [Changelog](https://github.com/nitrojs/nitro/blob/v2.13.1/CHANGELOG.md)
- [Commits](nitrojs/nitro@v2.12.9...v2.13.1)

Updates `postcss-html` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/ota-meshi/postcss-html/releases)
- [Commits](ota-meshi/postcss-html@v1.8.0...v1.8.1)

Updates `qs` from 6.14.0 to 6.14.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.14.0...v6.14.1)

Updates `sass` from 1.97.1 to 1.97.2
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.97.1...1.97.2)

Updates `tdesign-vue-next` from 1.17.7 to 1.18.0
- [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 `turbo` from 2.7.2 to 2.7.4
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.7.2...v2.7.4)

Updates `typescript` from 5.8.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.2...v5.9.3)

Updates `vitepress-plugin-group-icons` from 1.6.5 to 1.6.9
- [Release notes](https://github.com/yuyinws/vitepress-plugin-group-icons/releases)
- [Commits](yuyinws/vitepress-plugin-group-icons@v1.6.5...v1.6.9)

Updates `vue-i18n` from 11.2.7 to 11.2.8
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v11.2.8/packages/vue-i18n)

Updates `vue-tsc` from 3.2.1 to 3.2.2
- [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.2.2/packages/tsc)

Updates `vxe-pc-ui` from 4.11.17 to 4.12.4
- [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.33 to 4.17.42
- [Release notes](https://github.com/x-extends/vxe-table/releases)
- [Commits](x-extends/vxe-table@4.17.33...4.17.42)

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.5
- [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.5)

---
updated-dependencies:
- dependency-name: "@iconify/json"
  dependency-version: 2.2.428
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@intlify/core-base"
  dependency-version: 11.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@tanstack/vue-query"
  dependency-version: 5.92.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: commitlint-plugin-function-rules
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: element-plus
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: es-toolkit
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: eslint-config-turbo
  dependency-version: 2.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-n
  dependency-version: 17.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-vue
  dependency-version: 10.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: h3
  dependency-version: 1.15.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: lucide-vue-next
  dependency-version: 0.562.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: nitropack
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: postcss-html
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: qs
  dependency-version: 6.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: sass
  dependency-version: 1.97.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: tdesign-vue-next
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: turbo
  dependency-version: 2.7.4
  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: vitepress-plugin-group-icons
  dependency-version: 1.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vue-i18n
  dependency-version: 11.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vue-tsc
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vxe-pc-ui
  dependency-version: 4.12.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: vxe-table
  dependency-version: 4.17.42
  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.5
  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 Jan 16, 2026
@changeset-bot
Copy link

changeset-bot bot commented Jan 16, 2026

⚠️ No Changeset found

Latest commit: 17ca75d

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 Jan 16, 2026

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.

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