Skip to content

chore(deps): bump the npm-minor-patch group in /frontend with 5 updates#208

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/frontend/npm-minor-patch-d8bb9d63c8
Open

chore(deps): bump the npm-minor-patch group in /frontend with 5 updates#208
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/frontend/npm-minor-patch-d8bb9d63c8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps the npm-minor-patch group in /frontend with 5 updates:

Package From To
katex 0.16.38 0.16.40
tdesign-vue-next 1.18.5 1.18.6
vue-router 5.0.3 5.0.4
vite-plugin-vue-devtools 8.1.0 8.1.1
vue-tsc 3.2.5 3.2.6

Updates katex from 0.16.38 to 0.16.40

Release notes

Sourced from katex's releases.

v0.16.40

0.16.40 (2026-03-20)

Bug Fixes

  • css: specify position: relative for .katex (#4170) (020f0d8)

v0.16.39

0.16.39 (2026-03-19)

Bug Fixes

Changelog

Sourced from katex's changelog.

0.16.40 (2026-03-20)

Bug Fixes

  • css: specify position: relative for .katex (#4170) (020f0d8)

0.16.39 (2026-03-19)

Bug Fixes

Commits

Updates tdesign-vue-next from 1.18.5 to 1.18.6

Release notes

Sourced from tdesign-vue-next's releases.

tdesign-vue-next@1.18.6

🌈 1.18.6 2026-03-23

🚀 Features

  • DatePicker: 新增 cell API,支持如自定义日期单元格、农历等内容,具体使用请查看示例。 @​Wesley-0808 (#6495)
  • DateRangePicker: 新增 cell API,支持如自定义日期单元格、农历等内容,具体使用请查看示例。 @​Wesley-0808 (#6495)
  • TimePicker: 新增 prefixIconsuffixIcon API,用于自定义前置和后置图标 @​Wesley-0808 (#6497)
  • TimeRangePicker: 新增 prefixIconsuffixIcon API,用于自定义前置和后置图标 @​Wesley-0808 (#6497)

🐞 Bug Fixes

  • DatePicker:
  • Select: 修复在 Dialog 中使用时,ESC 快捷键与 Dialog 快捷键冲突的问题 @​Wesley-0808 (#6496)
  • Table:
    • 修复开启 ellipsis 时,可编辑状态意外关闭的问题 @​RSS1102 (#6480)
    • 修复设置高度后表头在任何场景下都存在背景色的问题 @​Jie-echo (#6504)
  • Text: 修复同时开启copyableellipsis 时复制按钮渲染位置异常的问题 @​uyarn (#6522)

🚀 New Features

  • DatePicker: A new cell API has been added, allowing for custom date cell formatting and lunar calendar display. For details, please refer to the examples. @​Wesley-0808 (#6495)
  • DateRangePicker: A new cell API has been added, allowing for custom date cell formatting and lunar calendar display. For details, please refer to the examples. @​Wesley-0808 (#6495)
  • TimePicker: New prefixIcon and suffixIcon APIs have been added, enabling customization of the icons displayed before and after the selected time. @​Wesley-0808 (#6497)
  • TimeRangePicker: New prefixIcon and suffixIcon APIs have been added, enabling customization of the icons displayed before and after the selected time. @​Wesley-0808 (#6497)

🐞 Bug Fixes

  • DatePicker:
    • Fixed an issue where the presets slot wasn’t functioning properly, and the onPresetClick event wasn’t being triggered correctly. @​ZTH520 (#6490)
    • Fixed an issue where millisecond values were lost due to format incompatibility. @​Wesley-0808 (common#2446)
  • Select: Fixed an issue where using the esc key caused conflicts with the dialog’s shortcut keys. @​Wesley-0808 (#6496)
  • Table:
    • Fixed an issue where the Tooltip component caused the editable state to be unexpectedly disabled when ellipsis was enabled. @​RSS1102 (#6480)
    • Fixed an issue where the table header always had a background color, regardless of the context. @​Jie-echo (#6504)
  • Text: Fixed an issue where the rendering position of the copy button became incorrect when both copyable and ellipsis were enabled. @​uyarn (#6522)
Changelog

Sourced from tdesign-vue-next's changelog.

🌈 1.18.6 2026-03-23

🚀 New Features

  • DatePicker: A new cell API has been added, allowing for custom date cell formatting and lunar calendar display. For details, please refer to the examples. @​Wesley-0808 (#6495)
  • DateRangePicker: A new cell API has been added, allowing for custom date cell formatting and lunar calendar display. For details, please refer to the examples. @​Wesley-0808 (#6495)
  • TimePicker: New prefixIcon and suffixIcon APIs have been added, enabling customization of the icons displayed before and after the selected time. @​Wesley-0808 (#6497)
  • TimeRangePicker: New prefixIcon and suffixIcon APIs have been added, enabling customization of the icons displayed before and after the selected time. @​Wesley-0808 (#6497)

🐞 Bug Fixes

  • DatePicker:
    • Fixed an issue where the presets slot wasn’t functioning properly, and the onPresetClick event wasn’t being triggered correctly. @​ZTH520 (#6490)
    • Fixed an issue where millisecond values were lost due to format incompatibility. @​Wesley-0808 (common#2446)
  • Select: Fixed an issue where using the esc key caused conflicts with the dialog’s shortcut keys. @​Wesley-0808 (#6496)
  • Table:
    • Fixed an issue where the Tooltip component caused the editable state to be unexpectedly disabled when ellipsis was enabled. @​RSS1102 (#6480)
    • Fixed an issue where the table header always had a background color, regardless of the context. @​Jie-echo (#6504)
  • Text: Fixed an issue where the rendering position of the copy button became incorrect when both copyable and ellipsis were enabled. @​uyarn (#6522)
Commits
  • 67497d2 chore: release tdesign-vue-next 1.18.6 (#6523)
  • 10f4504 fix(Typography): fix render when enabling both copyable and ellipsis api (#6522)
  • 02507aa fix(table): fix tooltip causing unexpected closing of editable state (#6480)
  • 319924f chore: update docs (#6521)
  • ad4939b fix(DatePicker): fix date-picker presets slot usage (#6490)
  • 7222ea4 feat(DatePicker): add cell API, support custom cell (#6495)
  • 6333114 fix(select): ESC conflicts with dialog (#6496)
  • ea64c89 chore(site): fix generate changelog.jon path (#6513)
  • ed52721 feat(TimePicker): add prefixIcon and suffixIcon (#6497)
  • db5d470 chore(submodule): update common (#6508)
  • Additional commits viewable in compare view

Updates vue-router from 5.0.3 to 5.0.4

Release notes

Sourced from vue-router's releases.

v5.0.4

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 7f32e99 release: vue-router@5.0.4
  • 9036228 docs: typos (#2651)
  • 47f0334 fix: allow pushing to auto routes
  • ad6ba73 docs: no auto import section
  • f6923a5 build: include link and view in size computation
  • fce5d1e fix(loaders): restore context in sequential awaits
  • 9ab4cbf refactor: rename var
  • d030f2a chore: playground
  • 7b3dc27 docs(zh): add file-based routing related configuration documentation (#2643)
  • 0a01948 chore: hide route details in playground
  • Additional commits viewable in compare view

Updates vite-plugin-vue-devtools from 8.1.0 to 8.1.1

Release notes

Sourced from vite-plugin-vue-devtools's releases.

v8.1.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates vue-tsc from 3.2.5 to 3.2.6

Release notes

Sourced from vue-tsc's releases.

v3.2.6

language-core

  • fix: generate $slots type in template correctly with defineSlots (#5984) - Thanks to @​KazariEX!
  • fix: infer only readonly component of arrays in v-for (#5987) - Thanks to @​ascott18!
  • fix: avoid false positives for destructured props detection on binding property names (#5994) - Thanks to @​KazariEX!

vscode

  • fix: use regex for TS extension patching to support VS Code 1.110+ (#5983) - Thanks to @​ebiryu!

Our Sponsors ❤️

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

3.2.6 (2026-03-17)

language-core

  • fix: generate $slots type in template correctly with defineSlots (#5984) - Thanks to @​KazariEX!
  • fix: infer only readonly component of arrays in v-for (#5987) - Thanks to @​ascott18!
  • fix: avoid false positives for destructured props detection on binding property names (#5994) - Thanks to @​KazariEX!

vscode

  • fix: use regex for TS extension patching to support VS Code 1.110+ (#5983) - Thanks to @​ebiryu!
Commits

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-minor-patch group in /frontend with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.38` | `0.16.40` |
| [tdesign-vue-next](https://github.com/Tencent/tdesign-vue-next/tree/HEAD/packages/tdesign-vue-next) | `1.18.5` | `1.18.6` |
| [vue-router](https://github.com/vuejs/router) | `5.0.3` | `5.0.4` |
| [vite-plugin-vue-devtools](https://github.com/vuejs/devtools/tree/HEAD/packages/vite) | `8.1.0` | `8.1.1` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.5` | `3.2.6` |


Updates `katex` from 0.16.38 to 0.16.40
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.38...v0.16.40)

Updates `tdesign-vue-next` from 1.18.5 to 1.18.6
- [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.6/packages/tdesign-vue-next)

Updates `vue-router` from 5.0.3 to 5.0.4
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v5.0.3...v5.0.4)

Updates `vite-plugin-vue-devtools` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/vuejs/devtools/releases)
- [Commits](https://github.com/vuejs/devtools/commits/v8.1.1/packages/vite)

Updates `vue-tsc` from 3.2.5 to 3.2.6
- [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.6/packages/tsc)

---
updated-dependencies:
- dependency-name: katex
  dependency-version: 0.16.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: tdesign-vue-next
  dependency-version: 1.18.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: vue-router
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: vite-plugin-vue-devtools
  dependency-version: 8.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
- dependency-name: vue-tsc
  dependency-version: 3.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file frontend labels Mar 23, 2026
@vercel
Copy link

vercel bot commented Mar 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
paper-agent Ready Ready Preview, Comment Mar 23, 2026 11:39pm

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 frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants