Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@iconify/json 2.2.417 2.2.427
@intlify/core-base 11.2.7 11.2.8
@tanstack/vue-query 5.92.1 5.92.5
@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.0
element-plus 2.13.0 2.13.1
eslint-config-turbo 2.7.2 2.7.4
eslint-plugin-n 17.23.1 17.23.2
lucide-vue-next 0.553.0 0.562.0
nitropack 2.12.9 2.13.0
postcss-html 1.8.0 1.8.1
postcss-preset-env 10.5.0 10.6.1
qs 6.14.0 6.14.1
sass 1.97.1 1.97.2
stylelint-scss 6.13.0 6.14.0
tdesign-vue-next 1.17.7 1.18.0
turbo 2.7.2 2.7.4
typescript 5.8.2 5.9.3
vue-i18n 11.2.7 11.2.8
vue-tsc 3.2.1 3.2.2
vxe-pc-ui 4.11.17 4.11.44
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.427

Commits
  • 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
  • c409243 Merge pull request #262 from iconify/renovate/typescript-eslint-monorepo
  • 9f1d9d0 chore(deps): update dependency @​typescript-eslint/eslint-plugin to ^8.52.0
  • ca66b12 Update 6 icon sets
  • 419be9a Update 3 icon sets: Röntgen, Simple Icons, Tabler Icons
  • 0275127 Update 3 icon sets: Material Line Icons, Web3 Icons Branded, Web3 Icons
  • b248433 Update 8 icon sets
  • 5ea5739 Merge pull request #260 from iconify/renovate/typescript-eslint-monorepo
  • 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.5

Release notes

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

@​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.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.0

Release notes

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

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.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
  • 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
  • 31cbd27 chore(deps): update commitlint monorepo to v20.3.0
  • cb6e0d2 chore(deps): update vidavidorra/.github action to v8.0.14
  • 72d3ddf chore(deps): update vidavidorra/.github action to v8.0.13
  • 3ce0c05 chore(release): 4.2.1 [skip ci]
  • ee68c28 ci: use ESLint for linting, instead of XO (which uses ESLint internally)
  • cdca1bf ci: replace semantic-release config with @vidavidorra/semantic-release-config
  • dd98c43 chore(deps): update vidavidorra/.github action to v8.0.12
  • 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 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

create-turbo

Examples

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.7.3...v2.7.4

Turborepo v2.7.4-canary.3

What's Changed

Docs

... (truncated)

Commits

Updates eslint-plugin-n from 17.23.1 to 17.23.2

Release notes

Sourced from eslint-plugin-n's releases.

v17.23.2

17.23.2 (2026-01-13)

🩹 Fixes

  • avoid any type for no-top-level-await listener node (build issue) (

…ith 25 updates

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

| Package | From | To |
| --- | --- | --- |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.417` | `2.2.427` |
| [@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.5` |
| [@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.0` |
| [element-plus](https://github.com/element-plus/element-plus) | `2.13.0` | `2.13.1` |
| [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` |
| [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.0` |
| [postcss-html](https://github.com/ota-meshi/postcss-html) | `1.8.0` | `1.8.1` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `10.5.0` | `10.6.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` |
| [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `6.13.0` | `6.14.0` |
| [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` |
| [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.11.44` |
| [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.427
- [Commits](iconify/icon-sets@2.2.417...2.2.427)

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

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 `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 `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.0
- [Release notes](https://github.com/nitrojs/nitro/releases)
- [Commits](nitrojs/nitro@v2.12.9...v2.13.0)

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 `postcss-preset-env` from 10.5.0 to 10.6.1
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

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 `stylelint-scss` from 6.13.0 to 6.14.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@v6.13.0...v6.14.0)

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 `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.11.44
- [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](https://github.com/x-extends/vxe-table/commits)

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.427
  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.5
  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.0
  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: 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: 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.0
  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: postcss-preset-env
  dependency-version: 10.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: stylelint-scss
  dependency-version: 6.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: 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.11.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 13, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 13, 2026
@changeset-bot
Copy link

changeset-bot bot commented Jan 13, 2026

⚠️ No Changeset found

Latest commit: 0578188

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 13, 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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2026

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

@dependabot dependabot bot closed this Jan 14, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/non-breaking-changes-62d00f000d branch January 14, 2026 19:17
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