Skip to content

chore(deps): bump the non-breaking-changes group across 1 directory with 52 updates#42

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/non-breaking-changes-1edebcc7e5
Closed

chore(deps): bump the non-breaking-changes group across 1 directory with 52 updates#42
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/non-breaking-changes-1edebcc7e5

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
vue 3.5.24 3.5.28
tdesign-vue-next 1.17.2 1.18.2
@changesets/changelog-github 0.5.1 0.5.2
@changesets/cli 2.29.7 2.29.8
@iconify/json 2.2.406 2.2.439
@intlify/core-base 11.1.12 11.2.8
@jspm/generator 2.7.6 2.10.0
@playwright/test 1.56.1 1.58.2
@pnpm/workspace.read-manifest 1000.2.6 1000.2.10
@tanstack/vue-store 0.8.0 0.8.1
@typescript-eslint/eslint-plugin 8.46.4 8.56.0
@typescript-eslint/parser 8.46.4 8.56.0
@vite-pwa/vitepress 1.0.1 1.1.0
@vitejs/plugin-vue-jsx 5.1.1 5.1.4
@vue/shared 3.5.23 3.5.28
autoprefixer 10.4.22 10.4.24
axios 1.13.2 1.13.5
cheerio 1.1.2 1.2.0
commitlint-plugin-function-rules 4.1.1 4.3.1
es-toolkit 1.41.0 1.44.0
eslint-config-turbo 2.6.1 2.8.9
eslint-plugin-command 3.3.1 3.4.0
eslint-plugin-jsonc 2.21.0 2.21.1
eslint-plugin-n 17.23.1 17.24.0
eslint-plugin-prettier 5.5.4 5.5.5
eslint-plugin-unused-imports 4.3.0 4.4.1
eslint-plugin-vue 10.5.1 10.8.0
h3 1.15.4 1.15.5
jsonc-eslint-parser 2.4.1 2.4.2
jsonwebtoken 9.0.2 9.0.3
lucide-vue-next 0.553.0 0.564.0
nitropack 2.12.9 2.13.1
playwright 1.56.1 1.58.2
postcss-html 1.8.0 1.8.1
prettier-plugin-tailwindcss 0.7.1 0.7.2
publint 0.3.15 0.3.17
qs 6.14.0 6.15.0
reka-ui 2.6.0 2.8.0
rimraf 6.1.0 6.1.3
sass 1.94.0 1.97.3
sortablejs 1.15.6 1.15.7
turbo 2.6.1 2.8.9
typescript 5.8.2 5.9.3
vite-plugin-pwa 1.1.0 1.2.0
vitepress-plugin-group-icons 1.6.5 1.7.1
vue-eslint-parser 10.2.0 10.4.0
vue-i18n 11.1.12 11.2.8
vxe-pc-ui 4.10.22 4.12.36
vxe-table 4.17.14 4.17.48
zod-defaults 0.1.3 0.2.3
@ast-grep/napi 0.39.9 0.40.5

Updates vue from 3.5.24 to 3.5.28

Release notes

Sourced from vue's releases.

v3.5.28

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.27

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.26

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.25

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.28 (2026-02-09)

Bug Fixes

  • transition: avoid unexpected cancelled parameter in transition done callback (#14391) (6798853)
  • compiler-sfc: add resolution trying for .mts/.cts files (#14402) (c09d41f), closes vuejs/router#2611
  • compiler-sfc: no params were generated when using withDefaults (#12823) (b0a1f05), closes #12822
  • reactivity: add __v_skip flag to EffectScope to prevent reactive conversion (#14359) (48b7552), closes #14357
  • runtime-core: avoid retaining el on cached text vnodes during static traversal (#14419) (4ace79a), closes #14134
  • runtime-core: prevent child component updates when style remains unchanged (#12825) (57866b5), closes #12826
  • runtime-core: properly handle async component update before resolve (#11619) (e71c26c), closes #11617
  • runtime-dom: handle null/undefined handler in withModifiers (#14362) (261de54), closes #14361
  • teleport: properly handling disabled teleport target anchor (#14417) (d7bcd85), closes #14412
  • transition-group: correct move translation under scale via element rect (#14360) (0243a79), closes #14356
  • useTemplateRef: don't update setup ref for useTemplateRef key (#12756) (fc40ca0), closes #12749

3.5.27 (2026-01-19)

Bug Fixes

  • compile-sfc: correctly handle variable shadowing in for loop for defineProps destructuring. (#14296) (6a1bb50), closes #14294
  • compiler-sfc: handle indexed access types in declare global blocks (#14260) (e4091fe), closes #14236
  • compiler-sfc: use correct scope when resolving indexed access types from external files (#14297) (f0f0a21), closes #14292
  • reactivity: collection iteration should inherit iterator instance methods (#12644) (3c8b2fc), closes #12615
  • runtime-core: skip patching reserved props for custom elements (#14275) (19cc7e2), closes #14274
  • server-renderer: use ssrRenderClass helper for className attribute (#14327) (a4708f3)
  • ssr: handle v-bind modifiers during render attrs (#14263) (c2f5964), closes #14262

3.5.26 (2025-12-18)

Bug Fixes

... (truncated)

Commits
  • 1bdeb33 release: v3.5.28
  • e71c26c fix(runtime-core): properly handle async component update before resolve (#11...
  • 57866b5 fix(runtime-core): prevent child component updates when style remains unchang...
  • b0a1f05 fix(compiler-sfc): no params were generated when using withDefaults (#12823)
  • 48b7552 fix(reactivity): add __v_skip flag to EffectScope to prevent reactive convers...
  • 0243a79 fix(transition-group): correct move translation under scale via element rect ...
  • 261de54 fix(runtime-dom): handle null/undefined handler in withModifiers (#14362)
  • fc40ca0 fix(useTemplateRef): don't update setup ref for useTemplateRef key (#12756)
  • 6798853 fix: avoid unexpected cancelled parameter in transition done callback (#1...
  • 4ace79a fix(runtime-core): avoid retaining el on cached text vnodes during static tra...
  • Additional commits viewable in compare view

Updates tdesign-vue-next from 1.17.2 to 1.18.2

Release notes

Sourced from tdesign-vue-next's releases.

tdesign-vue-next@1.18.2

🌈 1.18.2 2026-02-05

🐞 Bug Fixes

  • fix(DateRangePicker): 修复 1.18.1needConfirm 为 false , 修改被还原

🐞 Bug Fixes

  • fix(DateRangePicker): Fixed issue in 1.18.1 where needConfirm was set to false, causing modifications to be reverted

tdesign-vue-next@1.18.1

🌈 1.18.1 2026-02-04

🚀 Features

  • DatePicker:
    • 新增 onClear 清空按钮点击时触发事件 @​Wesley-0808 (#6316)
    • presets 支持自定义渲染,用于配置精确时分秒等预设场景 @​uyarn (#6316)
    • 新增 disableTime API,用于配置时间选择器中被禁用的时间 @​Wesley-0808 (#6316)
    • 新增 rangepanelActiveDate API,用于支持定义日期选择范围,具体使用请参考示例 @​Wesley-0808 (#6316)
  • DateRangePicker:
    • disabled API 新增支持数组类型,用于单独禁用开始日期或结束日期 @​uyarn (#6390)
    • 新增 rangepanelActiveDate API,用于支持定义日期选择范围,具体使用请参考示例 @​Wesley-0808 (#6316)
  • Icon: 新增 217 个与人工智能、文档、徽标和文件相关的图标 @​RADWIMPS426 @​uyarn (#6367)
  • Menu: 支持菜单面板在空间不足时的自动反转 @​RSS1102 (#6392)
  • RangeInput: disabled 支持数组形式配置,用于单独禁用左区间或右区间 @​RSS1102 (#5648)

🐞 Bug Fixes

  • Cascader: 修复 useCascaderContext 传递 disabled 失效问题 @​liweijie0812 (#6332)
  • DatePicker: 修复 needConfirm 为 false,点击预设无效的问题 @​liweijie0812 (#6388)
  • Drawer: 优化开启 sizeDraggable 功能时,调整当前抽屉尺寸后没有实时计算的问题 @​yrc2333 (#6328)
  • InputNumber: 修复大数计算前导零被错误清除的问题 @​Liumingxun (common#2394)
  • Menu: 修复侧边导航菜单收起时,内容为插槽方式 Tooltip 无法生效的问题 @​liweijie0812 (#6341)
  • Table: 修复远程分页场景下全选逻辑错误,在 1.18.0 版本的问题 @​RSS1102 (#6393)
  • Transfer: 修复 disabled 为数组时功能不生效的问题 @​RSS1102 (#5648)

📝 Documentation


🚀 New Features

  • DatePicker:
    • Added an onClear event that gets triggered when the clear button is clicked. @​Wesley-0808 (#6316)

... (truncated)

Changelog

Sourced from tdesign-vue-next's changelog.

🌈 1.18.2 2026-02-05

🐞 Bug Fixes

  • DateRangePicker: Fixed issue in 1.18.1 where needConfirm was set to false, causing modifications to be reverted. @​liweijie0812 (#6410)

🌈 1.18.1 2026-02-04

🚀 New Features

  • DatePicker:
    • Added an onClear event that gets triggered when the clear button is clicked. @​Wesley-0808 (#6316)
    • The presets feature now supports custom rendering for preset scenarios such as specifying exact hours, minutes, and seconds. @​uyarn (#6316)
    • A new disableTime API was added to specify times that should be disabled in the date picker. @​Wesley-0808 (#6316)
    • The range and panelActiveDate APIs were added to define date selection ranges. For details, see the examples provided. @​Wesley-0808 (#6316)
  • DateRangePicker:
    • The disabled API now supports array values, allowing you to disable either the start date or the end date individually. @​uyarn (#6390)
    • The range and panelActiveDate APIs were added to define date selection ranges. For details, see the examples provided. @​Wesley-0808 (#6316)
  • Icon: 217 new icons related to artificial intelligence, documentation, logos, and files have been added. @​RADWIMPS426 @​uyarn (#6367)
  • Menu: The menu panel now automatically reverses its orientation when there isn’t enough space. @​RSS1102 (#6392)
  • RangeInput: The disabled property now supports array values, allowing you to disable either the left or right range separately. @​RSS1102 (#5648)

🐞 Bug Fixes

  • Cascader: Fixed an issue where using useCascaderContext with the disabled parameter didn’t work as expected. @​liweijie0812 (#6332)
  • DateRangePicker: Fixed an issue where clicking on a preset option wasn’t effective when needConfirm was set to false. @​liweijie0812 (#6388)
  • Drawer: Optimized the behavior when the sizeDraggable function is enabled. The size of the current drawer wouldn’t update in real time after adjustments. @​yrc2333 (#6328)
  • InputNumber: Fixed an issue where leading zeros were incorrectly removed when calculating large numbers. @​Liumingxun (common#2394)
  • Menu: Fixed an issue where Tooltips displayed as slots didn’t disappear when the side navigation menu was closed. @​liweijie0812 (#6341)
  • Table: Fixed a logical error in the multi-page browsing mode. This issue occurred in version 1.18.0. @​RSS1102 (#6393)
  • Transfer: Fixed an issue where the disabled property didn’t take effect when used as an array. @​RSS1102 (#5648)

📝 Documentation

  • Dialog: Additional documentation was added regarding the usage of nested pop-ups. @​engvuchen (#5847)

🌈 1.18.0 2026-01-08

🚀 New Features

... (truncated)

Commits
  • 42f4e4d chore: release tdesign-vue-next 1.18.2 (#6411)
  • b1bba11 fix(date-range-picker): fix needConfirm is false, the changes have been rever...
  • bd0b005 chore: release tdesign-vue-next 1.18.1 (#6401)
  • 54429a7 feat(DatePicker): add onClear disableTime range and panelActiveDate A...
  • 6d13d79 feat(DateRangePicker): add array type for disabled API (#6390)
  • 41adfc1 fix(menu): fix the display condition of tooltips in the collapsed menu (#6341)
  • 59a7802 fix(date-picker): fix needConfirm is false, click preset not working (#6388)
  • e0934f9 feat(menu): menu item supports flip(#6392)
  • fec3631 fix(table): fix error selection logic in remote pagination (#6393)
  • a1ab4de docs(dialog): add FAQ for nested dialog usage (#5847)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @changesets/changelog-github from 0.5.1 to 0.5.2

Commits
  • 4f8d76c Version Packages (#670)
  • d8f0e68 Fixed an issue with parsing --json output when publishing (#676)
  • fe8db75 Upgrade @manypkg/get-packages dependencies to latest version (#667)
  • 9a993ba Add resolutions to the PackageJSON type (#668)
  • a8c8a03 Version Packages (#663)
  • 5413f3e Fixed an issue with adding [undefined] to the generated changelog (#660)
  • 74dda8c Add support for workspace:~ and workspace:^ (#585)
  • 2b49c39 Implement changeset tag and getAllTags (#634)
  • 09a7dab Make master branch rename suggestion more clear (#638)
  • a3628d5 Helpful note about status command (#639)
  • Additional commits viewable in compare view

Updates @changesets/cli from 2.29.7 to 2.29.8

Commits

Updates @iconify/json from 2.2.406 to 2.2.439

Commits
  • 99957bd Update 8 icon sets
  • d9722bd Update 6 icon sets
  • 4796247 Update 2 icon sets: Röntgen, Simple Icons
  • cd789cf Update 10 icon sets
  • f4f1c54 Merge pull request #275 from iconify/renovate/node-24.x
  • 1156ee9 chore(deps): update dependency @​types/node to ^24.10.11
  • 6815669 Merge pull request #274 from iconify/renovate/node-24.x
  • 70b7cb8 chore(deps): update dependency @​types/node to ^24.10.10
  • 89482a8 Update 4 icon sets: Codicons, Fluent UI System Color Icons, Fluent UI System ...
  • 8184db7 Update 8 icon sets
  • Additional commits viewable in compare view

Updates @intlify/core-base from 11.1.12 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

v11.2.7

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

v11.2.6

Full Changelog: intlify/vue-i18n@v11.2.5...v11.2.6

v11.2.5

Full Changelog: intlify/vue-i18n@v11.2.4...v11.2.5

v11.2.4

Full Changelog: intlify/vue-i18n@v11.2.3...v11.2.4

v11.2.3

What's Changed

⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v11.2.2...v11.2.3

v11.2.2

What's Changed

🐛 Bug Fixes

... (truncated)

Commits
Maintainer changes

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


Updates @jspm/generator from 2.7.6 to 2.10.0

Release notes

Sourced from @​jspm/generator's releases.

@​jspm/generator@​2.9.0

What's Changed

Full Changelog: https://github.com/jspm/jspm/compare/@​jspm/generator@​2.8.0...@​jspm/generator@​2.9.0

@​jspm/generator@​2.8.0

What's Changed

Full Changelog: https://github.com/jspm/jspm/compare/4.2.0...@​jspm/generator@​2.8.0

Commits

Updates @playwright/test from 1.56.1 to 1.58.2

Release notes

Sourced from @​playwright/test's releases.

v1.58.2

Highlights

#39121 fix(trace viewer): make paths via stdin work #39129 fix: do not force swiftshader on chromium mac

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.1

Highlights

#39036 fix(msedge): fix local network permissions #39037 chore: update cft download location #38995 chore(webkit): disable frame sessions on fronzen builds

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.0

📣 Playwright CLI+SKILLs 📣

We are adding a new token-efficient CLI mode of operation to Playwright with the skills located at playwright-cli. This brings the long-awaited official SKILL-focused CLI mode to our story and makes it more coding agent-friendly.

It is the first snapshot with the essential command set (which is already larger than the original MCP!), but we expect it to grow rapidly. Unlike the token use, that one we expect to go down since snapshots are no longer forced into the LLM!

Timeline

If you're using merged reports, the HTML report Speedboard tab now shows the Timeline:

Timeline chart in the HTML report

UI Mode and Trace Viewer Improvements

  • New 'system' theme option follows your OS dark/light mode preference
  • Search functionality (Cmd/Ctrl+F) is now available in code editors
  • Network details panel has been reorganized for better usability
  • JSON responses are now automatically formatted for readability

Thanks to @​cpAdm for contributing these improvements!

Miscellaneous

browserType.connectOverCDP() now accepts an isLocal option. When set to true, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.

Breaking Changes ⚠️

  • Removed _react and _vue selectors. See locators guide for alternatives.

... (truncated)

Commits

Updates @pnpm/workspace.read-manifest from 1000.2.6 to 1000.2.10

Commits

Updates @tanstack/vue-store from 0.8.0 to 0.8.1

Release notes

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

@​tanstack/vue-store@​0.8.1

Patch Changes

  • Updated dependencies [3096bf2]:
    • @​tanstack/store@​0.8.1
Changelog

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

0.8.1

Patch Changes

  • Updated dependencies [3096bf2]:
    • @​tanstack/store@​0.8.1
Commits
Maintainer changes

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


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

Release notes

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

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

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

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ Thank You

See GitHub Releases for more information.

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

... (truncated)

Changelog

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

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

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

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)

❤️ Thank You

See GitHub Releases for more information.

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

8.54.0 (2026-01-26)

🚀 Features

... (truncated)

Commits
  • 8b8b68f chore(release): publish 8.56.0
  • 68a074f feat: support ESLint v10 (#12057)
  • c0a359d fix: use parser options from context.languageOptions (#12043)
  • fedfe86 chore(release): publish 8.55.0
  • 8a95834 fix(eslint-plugin): [no-useless-default-assignment] reduce param index to ts ...
  • 4ba1e72 fix(eslint-plugin): [no-useless-default-assignment] report unnecessary defaul...
  • a1f8617 feat(utils): deprecate defaultOptions in favor of meta.defaultOptions (

…ith 52 updates

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

| Package | From | To |
| --- | --- | --- |
| [vue](https://github.com/vuejs/core) | `3.5.24` | `3.5.28` |
| [tdesign-vue-next](https://github.com/Tencent/tdesign-vue-next/tree/HEAD/packages/tdesign-vue-next) | `1.17.2` | `1.18.2` |
| [@changesets/changelog-github](https://github.com/changesets/changesets) | `0.5.1` | `0.5.2` |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.29.7` | `2.29.8` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.406` | `2.2.439` |
| [@intlify/core-base](https://github.com/intlify/vue-i18n/tree/HEAD/packages/core) | `11.1.12` | `11.2.8` |
| [@jspm/generator](https://github.com/jspm/jspm) | `2.7.6` | `2.10.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.56.1` | `1.58.2` |
| [@pnpm/workspace.read-manifest](https://github.com/pnpm/pnpm) | `1000.2.6` | `1000.2.10` |
| [@tanstack/vue-store](https://github.com/TanStack/store/tree/HEAD/packages/vue-store) | `0.8.0` | `0.8.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.4` | `8.56.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.46.4` | `8.56.0` |
| [@vite-pwa/vitepress](https://github.com/vite-pwa/vitepress) | `1.0.1` | `1.1.0` |
| [@vitejs/plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue-jsx) | `5.1.1` | `5.1.4` |
| [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared) | `3.5.23` | `3.5.28` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.22` | `10.4.24` |
| [axios](https://github.com/axios/axios) | `1.13.2` | `1.13.5` |
| [cheerio](https://github.com/cheeriojs/cheerio) | `1.1.2` | `1.2.0` |
| [commitlint-plugin-function-rules](https://github.com/vidavidorra/commitlint-plugin-function-rules) | `4.1.1` | `4.3.1` |
| [es-toolkit](https://github.com/toss/es-toolkit) | `1.41.0` | `1.44.0` |
| [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) | `2.6.1` | `2.8.9` |
| [eslint-plugin-command](https://github.com/antfu/eslint-plugin-command) | `3.3.1` | `3.4.0` |
| [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.21.0` | `2.21.1` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.23.1` | `17.24.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.4` | `5.5.5` |
| [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) | `4.3.0` | `4.4.1` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.5.1` | `10.8.0` |
| [h3](https://github.com/h3js/h3) | `1.15.4` | `1.15.5` |
| [jsonc-eslint-parser](https://github.com/ota-meshi/jsonc-eslint-parser) | `2.4.1` | `2.4.2` |
| [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) | `9.0.2` | `9.0.3` |
| [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) | `0.553.0` | `0.564.0` |
| [nitropack](https://github.com/nitrojs/nitro) | `2.12.9` | `2.13.1` |
| [playwright](https://github.com/microsoft/playwright) | `1.56.1` | `1.58.2` |
| [postcss-html](https://github.com/ota-meshi/postcss-html) | `1.8.0` | `1.8.1` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.7.1` | `0.7.2` |
| [publint](https://github.com/publint/publint/tree/HEAD/packages/publint) | `0.3.15` | `0.3.17` |
| [qs](https://github.com/ljharb/qs) | `6.14.0` | `6.15.0` |
| [reka-ui](https://github.com/unovue/reka-ui) | `2.6.0` | `2.8.0` |
| [rimraf](https://github.com/isaacs/rimraf) | `6.1.0` | `6.1.3` |
| [sass](https://github.com/sass/dart-sass) | `1.94.0` | `1.97.3` |
| [sortablejs](https://github.com/SortableJS/Sortable) | `1.15.6` | `1.15.7` |
| [turbo](https://github.com/vercel/turborepo) | `2.6.1` | `2.8.9` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.9.3` |
| [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | `1.1.0` | `1.2.0` |
| [vitepress-plugin-group-icons](https://github.com/yuyinws/vitepress-plugin-group-icons) | `1.6.5` | `1.7.1` |
| [vue-eslint-parser](https://github.com/vuejs/vue-eslint-parser) | `10.2.0` | `10.4.0` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.1.12` | `11.2.8` |
| [vxe-pc-ui](https://github.com/x-extends/vxe-pc-ui) | `4.10.22` | `4.12.36` |
| [vxe-table](https://github.com/x-extends/vxe-table) | `4.17.14` | `4.17.48` |
| [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 `vue` from 3.5.24 to 3.5.28
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.24...v3.5.28)

Updates `tdesign-vue-next` from 1.17.2 to 1.18.2
- [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/tdesign-vue-next@1.18.2/packages/tdesign-vue-next)

Updates `@changesets/changelog-github` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/changelog-github@0.5.1...@changesets/read@0.5.2)

Updates `@changesets/cli` from 2.29.7 to 2.29.8
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/commits)

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

Updates `@intlify/core-base` from 11.1.12 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 `@jspm/generator` from 2.7.6 to 2.10.0
- [Release notes](https://github.com/jspm/jspm/releases)
- [Commits](https://github.com/jspm/jspm/commits)

Updates `@playwright/test` from 1.56.1 to 1.58.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.56.1...v1.58.2)

Updates `@pnpm/workspace.read-manifest` from 1000.2.6 to 1000.2.10
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Commits](https://github.com/pnpm/pnpm/commits)

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

Updates `@typescript-eslint/eslint-plugin` from 8.46.4 to 8.56.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.56.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.46.4 to 8.56.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.56.0/packages/parser)

Updates `@vite-pwa/vitepress` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/vite-pwa/vitepress/releases)
- [Commits](vite-pwa/vitepress@v1.0.1...v1.1.0)

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

Updates `@vue/shared` from 3.5.23 to 3.5.28
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.28/packages/shared)

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

Updates `axios` from 1.13.2 to 1.13.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.2...v1.13.5)

Updates `cheerio` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/cheeriojs/cheerio/releases)
- [Commits](cheeriojs/cheerio@v1.1.2...v1.2.0)

Updates `commitlint-plugin-function-rules` from 4.1.1 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.1.1...v4.3.1)

Updates `es-toolkit` from 1.41.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.41.0...v1.44.0)

Updates `eslint-config-turbo` from 2.6.1 to 2.8.9
- [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.8.9/packages/eslint-config-turbo)

Updates `eslint-plugin-command` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/antfu/eslint-plugin-command/releases)
- [Commits](antfu/eslint-plugin-command@v3.3.1...v3.4.0)

Updates `eslint-plugin-jsonc` from 2.21.0 to 2.21.1
- [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-jsonc@v2.21.0...v2.21.1)

Updates `eslint-plugin-n` from 17.23.1 to 17.24.0
- [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.24.0)

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-unused-imports` from 4.3.0 to 4.4.1
- [Release notes](https://github.com/sweepline/eslint-plugin-unused-imports/releases)
- [Commits](sweepline/eslint-plugin-unused-imports@v4.3.0...v4.4.1)

Updates `eslint-plugin-vue` from 10.5.1 to 10.8.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.5.1...v10.8.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 `jsonc-eslint-parser` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/ota-meshi/jsonc-eslint-parser/releases)
- [Changelog](https://github.com/ota-meshi/jsonc-eslint-parser/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/jsonc-eslint-parser@v2.4.1...v2.4.2)

Updates `jsonwebtoken` from 9.0.2 to 9.0.3
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jsonwebtoken@v9.0.2...v9.0.3)

Updates `lucide-vue-next` from 0.553.0 to 0.564.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.564.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 `playwright` from 1.56.1 to 1.58.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.56.1...v1.58.2)

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 `prettier-plugin-tailwindcss` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.7.1...v0.7.2)

Updates `publint` from 0.3.15 to 0.3.17
- [Release notes](https://github.com/publint/publint/releases)
- [Changelog](https://github.com/publint/publint/blob/master/packages/publint/CHANGELOG.md)
- [Commits](https://github.com/publint/publint/commits/publint@0.3.17/packages/publint)

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

Updates `reka-ui` from 2.6.0 to 2.8.0
- [Release notes](https://github.com/unovue/reka-ui/releases)
- [Commits](unovue/reka-ui@v2.6.0...v2.8.0)

Updates `rimraf` from 6.1.0 to 6.1.3
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v6.1.0...v6.1.3)

Updates `sass` from 1.94.0 to 1.97.3
- [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.94.0...1.97.3)

Updates `sortablejs` from 1.15.6 to 1.15.7
- [Release notes](https://github.com/SortableJS/Sortable/releases)
- [Commits](SortableJS/Sortable@1.15.6...1.15.7)

Updates `turbo` from 2.6.1 to 2.8.9
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.6.1...v2.8.9)

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 `vite-plugin-pwa` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](vite-pwa/vite-plugin-pwa@v1.1.0...v1.2.0)

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

Updates `vue-eslint-parser` from 10.2.0 to 10.4.0
- [Release notes](https://github.com/vuejs/vue-eslint-parser/releases)
- [Commits](vuejs/vue-eslint-parser@v10.2.0...v10.4.0)

Updates `vue-i18n` from 11.1.12 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 `vxe-pc-ui` from 4.10.22 to 4.12.36
- [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.48
- [Release notes](https://github.com/x-extends/vxe-table/releases)
- [Commits](x-extends/vxe-table@4.17.14...4.17.48)

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)

Updates `@vue/reactivity` from 3.5.24 to 3.5.28
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.28/packages/reactivity)

---
updated-dependencies:
- dependency-name: vue
  dependency-version: 3.5.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: tdesign-vue-next
  dependency-version: 1.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@changesets/changelog-github"
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@changesets/cli"
  dependency-version: 2.29.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@iconify/json"
  dependency-version: 2.2.439
  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-minor
  dependency-group: non-breaking-changes
- dependency-name: "@jspm/generator"
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@playwright/test"
  dependency-version: 1.58.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@pnpm/workspace.read-manifest"
  dependency-version: 1000.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@tanstack/vue-store"
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@vite-pwa/vitepress"
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: "@vitejs/plugin-vue-jsx"
  dependency-version: 5.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: "@vue/shared"
  dependency-version: 3.5.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: autoprefixer
  dependency-version: 10.4.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: cheerio
  dependency-version: 1.2.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: 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.8.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-command
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-jsonc
  dependency-version: 2.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-n
  dependency-version: 17.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-unused-imports
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-vue
  dependency-version: 10.8.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: jsonc-eslint-parser
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: jsonwebtoken
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: lucide-vue-next
  dependency-version: 0.564.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: playwright
  dependency-version: 1.58.2
  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: prettier-plugin-tailwindcss
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: publint
  dependency-version: 0.3.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: qs
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: reka-ui
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: rimraf
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: sass
  dependency-version: 1.97.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: sortablejs
  dependency-version: 1.15.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: turbo
  dependency-version: 2.8.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: vite-plugin-pwa
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: vitepress-plugin-group-icons
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: vue-eslint-parser
  dependency-version: 10.4.0
  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-minor
  dependency-group: non-breaking-changes
- dependency-name: vxe-pc-ui
  dependency-version: 4.12.36
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: vxe-table
  dependency-version: 4.17.48
  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
- dependency-name: "@vue/reactivity"
  dependency-version: 3.5.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

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 Feb 16, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2026

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

@dependabot dependabot bot closed this Feb 19, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/non-breaking-changes-1edebcc7e5 branch February 19, 2026 23:36
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