Skip to content

chore: bump the prod-dependencies group across 1 directory with 6 updates#82

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-dependencies-910637911b
Open

chore: bump the prod-dependencies group across 1 directory with 6 updates#82
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/prod-dependencies-910637911b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the prod-dependencies group with 6 updates in the / directory:

Package From To
naive-ui 2.43.2 2.44.1
vue 3.5.29 3.5.31
vue-router 5.0.3 5.0.4
axios 1.13.6 1.14.0
livekit-client 2.17.2 2.18.0
lucide-vue-next 0.577.0 1.0.0

Updates naive-ui from 2.43.2 to 2.44.1

Changelog

Sourced from naive-ui's changelog.

2.44.1

2026-03-08

Feats

  • n-config-provider adds per-component size options in component-options (AutoComplete, Cascader, ColorPicker, DatePicker, InputNumber, InputOtp, Mention, Select, TimePicker, Transfer, TreeSelect).

Fixes

  • n-config-provider fixes size prop doesn't work for some components.

2.44.0

2026-03-08

Breaking Changes

  • n-color-picker refactor DOM structure & trigger class names.
  • n-card's n-card__content class name is renamed to n-card-content.
  • n-select will clear options created by tag prop by default when clear button is clicked.

Feats

  • n-color-picker adds trigger slot, closes #7192.
  • n-select adds clear-created-options-on-clear prop to control whether created options are cleared when clearing while tag and clearable are enabled.
  • n-select, n-auto-complete, n-mention, n-popselect, n-cascader, n-pagination add scrollbar-props prop.
  • n-config-provider adds component-level renderEmpty options (Cascader, DataTable, Select, Transfer, Tree, TreeSelect).
  • n-config-provider adds per-component size options in component-options (Button, Card, Checkbox, DataTable, Descriptions, Dropdown, DynamicTags, Form, Input, Pagination, Popselect, Radio, Rate, Result, Skeleton, Space, Switch, Table, Tabs, Tag), closes #356.
  • n-upload's submit method adds retry option.
  • n-breadcrumb-item adds show-separator prop for controlling separator visibility when used with transition-group, closes #3614.
  • n-card adds content-scrollable prop, closes #4848, #6759.
  • n-date-picker adds fast-year-select prop.
  • n-date-picker adds fast-month-select prop.
  • n-button adds spin-props prop.
  • n-cascader adds spin-props prop.
  • n-log adds spin-props prop.
  • n-message adds spin-props prop.
  • n-switch adds spin-props prop.
  • n-tree adds spin-props prop.
  • n-spin adds radius and scale props.
  • n-tree-select adds show-line prop.

Fixes

  • Fix katex type compatibility by upgrading to 0.16.28 and removing @types/katex dependency, closes #7423.
  • Fix n-select's created option is not cleared when clearing dynamic options while tag and clearable are enabled, closes #7405.
  • Fix n-modal event listeners not removed, closes #7341 by @​lu-han.
  • Fix n-marquee component Non-function value encountered for default slot warning.
  • Fix n-data-table's empty slot is not shown in a display: flex container.

... (truncated)

Commits
  • 22b3612 2.44.1
  • a25d095 fix: test
  • 5dfedc3 feat(dropdown, select-menu, input): implement global size support for dropdow...
  • ddfa97a feat(config-provider): add global size configuration for multiple components ...
  • 1affff5 Merge branch 'main' into docs
  • 604a999 docs: add dingtalk group 7
  • a3e05c1 2.44.0
  • f9b1311 docs(modal): content scrollable
  • 4ec0c73 feat(select): add clearCreatedOptionsOnClear prop
  • a23ced8 fix: component size type refactoring
  • Additional commits viewable in compare view

Updates vue from 3.5.29 to 3.5.31

Release notes

Sourced from vue's releases.

v3.5.31

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

v3.5.30

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.31 (2026-03-25)

Bug Fixes

  • compiler-sfc: allow Node.js subpath imports patterns in asset urls (#13045) (95c3356), closes #9919
  • compiler-sfc: support template literal as defineModel name (#14622) (bd7eef0), closes #14621
  • reactivity: normalize toRef property keys before dep lookup + improve types (#14625) (1bb28d0), closes #12427 #12431
  • runtime-core: invalidate detached v-for memo vnodes after unmount (#14624) (560def4), closes #12708 #12710
  • runtime-core: preserve nullish event handlers in mergeProps (#14550) (5725222)
  • runtime-core: prevent merging model listener when value is null or undefined (#14629) (b39e032)
  • runtime-dom: defer teleport mount/update until suspense resolves (#8619) (88ed045), closes #8603
  • runtime-dom: handle activeElement check in Shadow DOM for v-model (#14196) (959ded2)
  • server-renderer: cleanup component effect scopes after SSR render (#14548) (862f11e)
  • suspense: avoid unmount activeBranch twice if wrapped in transition (#9392) (908c6ad), closes #7966
  • suspense: update suspense vnode's el during branch self-update (#12922) (a2c1700), closes #12920
  • transition: skip enter guard while hmr updating (#14611) (be0a2f1), closes #14608
  • types: prevent shallowReactive marker from leaking into value unions (#14493) (3b561db), closes #14490

3.5.30 (2026-03-09)

Bug Fixes

  • compat: add entities to @​vue/compat deps to fix CJS edge cases (#12514) (e725a67), closes #10609
  • custom-element: ensure child component styles are injected in correct order before parent styles (#13374) (1398bf8), closes #13029
  • custom-element: properly locate parent when slotted in shadow dom (#12480) (f06c81a), closes #12479
  • custom-element: should properly patch as props for vue custom elements (#12409) (740983e), closes #12408
  • reactivity: avoid duplicate raw/proxy entries in Set.add (#14545) (d943612)
  • reactivity: fix reduce on reactive arrays to preserve reactivity (#12737) (16ef165), closes #12735
  • reactivity: handle Set with initial reactive values edge case (#12393) (5dc27ca), closes #8647
  • runtime-core: warn about negative number in v-for (#12308) (9438cc5)
  • ssr: prevent watch from firing after async setup await (#14547) (6cda71d), closes #14546
  • types: make generics with runtime props in defineComponent work (fix #11374) (#13119) (cea3cf7), closes #13763
  • types: narrow useAttrs class/style typing for TSX (#14492) (bbb8977), closes #14489
Commits

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 axios from 1.13.6 to 1.14.0

Release notes

Sourced from axios's releases.

v1.14.0

This release focuses on compatibility fixes, adapter stability improvements, and test/tooling modernisation.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: If you rely on env-based proxy behaviour or CJS resolution edge-cases, validate your integration after upgrade (notably proxy-from-env v2 alignment and main entry compatibility fix).

🚀 New Features

  • Runtime Features: No new end-user features were introduced in this release.
  • Test Coverage Expansion: Added broader smoke/module test coverage for CJS and ESM package usage. (#7510)

🐛 Bug Fixes

  • Headers: Trim trailing CRLF in normalised header values. (#7456)
  • HTTP/2: Close detached HTTP/2 sessions on timeout to avoid lingering sessions. (#7457)
  • Fetch Adapter: Cancel ReadableStream created during request-stream capability probing to prevent async resource leaks. (#7515)
  • Proxy Handling: Fixed env proxy behavior with proxy-from-env v2 usage. (#7499)
  • CommonJS Compatibility: Fixed package main entry regression affecting CJS consumers. (#7532)

🔧 Maintenance & Chores

  • Security/Dependencies: Updated formidable and refreshed package set to newer versions. (#7533, #10556)
  • Tooling: Continued migration to Vitest and modernised CI/test harnesses. (#7484, #7489, #7498)
  • Build/Lint Stack: Rollup, ESLint, TypeScript, and related dev-dependency updates. (#7508, #7509, #7522)
  • Documentation: Clarified JSON parsing and adapter-related docs/comments. (#7398, #7460, #7478)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve Axios:

Full Changelog: v1.13.6...v1.14.0

Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates livekit-client from 2.17.2 to 2.18.0

Release notes

Sourced from livekit-client's releases.

v2.18.0

Minor Changes

Patch Changes

v2.17.3

Patch Changes

  • Update happy-dom dependency version - #1821 (@​renovate)

  • e2ee: ensure current key index isn't unintentionally updated - #1830 (@​lukasIO)

  • Prevent unmute -> mute -> unmute cycle for track restarts that happen during unmute - #1793 (@​mfairley)

  • Use controller.error to signal unexpected errors mid data stream - #1834 (@​lukasIO)

  • Signal leave on failed connection attempts if signalling is connected - #1817 (@​lukasIO)

  • Vendored ts-debounce and added critical timers to debounce function - #1800 (@​mfairley)

  • Ensure cryptor setup respects async queue in worker - #1833 (@​lukasIO)

  • Adds new OutgoingDataTrackManager to manage sending data track payloads - #1810 (@​1egoman)

Changelog

Sourced from livekit-client's changelog.

2.18.0

Minor Changes

Patch Changes

2.17.3

Patch Changes

  • Update happy-dom dependency version - #1821 (@​renovate)

  • e2ee: ensure current key index isn't unintentionally updated - #1830 (@​lukasIO)

  • Prevent unmute -> mute -> unmute cycle for track restarts that happen during unmute - #1793 (@​mfairley)

  • Use controller.error to signal unexpected errors mid data stream - #1834 (@​lukasIO)

  • Signal leave on failed connection attempts if signalling is connected - #1817 (@​lukasIO)

  • Vendored ts-debounce and added critical timers to debounce function - #1800 (@​mfairley)

  • Ensure cryptor setup respects async queue in worker - #1833 (@​lukasIO)

  • Adds new OutgoingDataTrackManager to manage sending data track payloads - #1810 (@​1egoman)

Commits

Updates lucide-vue-next from 0.577.0 to 1.0.0

Release notes

Sourced from lucide-vue-next's releases.

Version 1.0.0

[!WARNING] This release was published unintentionally. We've corrected this in v1.0.1, which should be used instead.

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.577.0...1.0.0

Lucide v1 🚀 (1.0.0-rc.1)

What's Changed

Full Changelog: lucide-icons/lucide@1.0.0-rc.0...1.0.0-rc.1

Lucide v1 🚀 (Release Candidate #0)

First release candidate version 1 is out for Lucide 🚀  Checkout Lucide.dev for more info

Changes:

  • Removed brand icons, see our [brand logo statement] for more details.
  • Improved documentation, guides per framework.
  • Improved accessibility, aria-hidden is now set by default on icons.
  • Removed UMD build, only ESM and CJS now. (Exception for lucide package).
  • Package rename from lucide-vue-next to @lucide/vue.
  • Support for context providers in React, Vue, Svelte, Angular, and Solid.
  • Support for shadow DOM in Lucide package.

... (truncated)

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

…ates

Bumps the prod-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [naive-ui](https://github.com/tusen-ai/naive-ui) | `2.43.2` | `2.44.1` |
| [vue](https://github.com/vuejs/core) | `3.5.29` | `3.5.31` |
| [vue-router](https://github.com/vuejs/router) | `5.0.3` | `5.0.4` |
| [axios](https://github.com/axios/axios) | `1.13.6` | `1.14.0` |
| [livekit-client](https://github.com/livekit/client-sdk-js) | `2.17.2` | `2.18.0` |
| [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) | `0.577.0` | `1.0.0` |



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

Updates `vue` from 3.5.29 to 3.5.31
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.29...v3.5.31)

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 `axios` from 1.13.6 to 1.14.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.6...v1.14.0)

Updates `livekit-client` from 2.17.2 to 2.18.0
- [Release notes](https://github.com/livekit/client-sdk-js/releases)
- [Changelog](https://github.com/livekit/client-sdk-js/blob/main/CHANGELOG.md)
- [Commits](livekit/client-sdk-js@v2.17.2...v2.18.0)

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

---
updated-dependencies:
- dependency-name: naive-ui
  dependency-version: 2.44.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: vue
  dependency-version: 3.5.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: vue-router
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: axios
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: livekit-client
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: lucide-vue-next
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file frontend Frontend related changes labels Mar 29, 2026
@github-actions github-actions bot enabled auto-merge (squash) March 29, 2026 05:44
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 Frontend related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants