Skip to content

chore(deps): Bump vue, @nextcloud/dialogs, @nextcloud/vite-config and @vue/test-utils#251

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-a567485bb3
Open

chore(deps): Bump vue, @nextcloud/dialogs, @nextcloud/vite-config and @vue/test-utils#251
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-a567485bb3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps vue to 3.5.31 and updates ancestor dependencies vue, @nextcloud/dialogs, @nextcloud/vite-config and @vue/test-utils. These dependencies need to be updated together.

Updates vue from 2.7.16 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.

v3.5.29

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

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.

v3.5.24

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

v3.5.23

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

v3.5.22

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

v3.5.21

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

v3.5.20

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

v3.5.19

For stable releases, please refer to CHANGELOG.md for details.

... (truncated)

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

3.5.29 (2026-02-24)

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 vue since your current version.


Updates @nextcloud/dialogs from 5.3.8 to 7.3.0

Release notes

Sourced from @​nextcloud/dialogs's releases.

v7.3.0

v7.3.0

Changed

  • Migrated to @nextcloud/files v4.0.0 - reducing dependencies on apps targeting Nextcloud 33+ #2275.
    This also removes cancelable-promise as a dependency by replacing it with native AbortController.
  • Updated development dependencies
  • Updated translations

v7.2.0

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

v7.1.0

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v7.0.1...v7.1.0

v7.0.1

v7.0.1

Fixed

Changed

  • docs: adjust changes link for v7.0.0 #2008 (susnux)
  • Updated translations

... (truncated)

Changelog

Sourced from @​nextcloud/dialogs's changelog.

v7.3.0

Changed

  • Migrated to @nextcloud/files v4.0.0 - reducing dependencies on apps targeting Nextcloud 33+ #2275.
    This also removes cancelable-promise as a dependency by replacing it with native AbortController.
  • Updated development dependencies
  • Updated translations

v7.2.0

Added

Fixed

  • fix(filepicker): use @nextcloud/files for name validation #2158 (susnux)
  • fix(filepicker): use proper folder icons #2180 (susnux)
  • fix(conflict-picker): use sub-path import to only import needed parts #2162 (susnux)
  • fix(conflict-picker): pass correct props to component #2159 (susnux)
  • fix(types): resolve Typescript issues and add CI job to check for type issues #2160 (susnux)
  • fix: always use the node displayname prop #2179 (susnux)

Changed

  • chore: update workflows from organization #2052 (susnux)
  • chore: align devEngines with current support Node and NPM #2108 (susnux)
  • ci: update workflows from organization #2102 (susnux)

v7.1.0

Added

  • feat(FilePicker): Improve pick and navigation logic to match user expectation #2033 (artonge)

Fixed

Changed

v7.0.1

Fixed

Changed

  • docs: adjust changes link for v7.0.0 #2008 (susnux)
  • Updated translations

v7.0.0

Notes

This package now builds on top of @nextcloud/vue version 9 using Vue 3. While this package uses Vue 3 it is also possible to use it within a Vue 2 project, in this case the Vue dependency will not be shared as the dependency was moved from a peer dependency to a plain dependency.

... (truncated)

Commits
  • f29d1a1 docs: adjust CHANGELOG version
  • ff6ecfb Merge pull request #2276 from nextcloud-libraries/chore/prepare-7-3-0
  • f5ee940 Merge pull request #2279 from nextcloud-libraries/dependabot/npm_and_yarn/mai...
  • 9201082 Merge pull request #2281 from nextcloud-libraries/dependabot/npm_and_yarn/mai...
  • bdb424e Merge pull request #2280 from nextcloud-libraries/dependabot/npm_and_yarn/mai...
  • be9efd7 Merge pull request #2278 from nextcloud-libraries/dependabot/npm_and_yarn/mai...
  • 8ae605f Merge pull request #2277 from nextcloud-libraries/dependabot/npm_and_yarn/mai...
  • 42228cd chore(deps): bump vue from 3.5.27 to 3.5.28
  • 29497dc chore(deps): bump @​vueuse/core from 14.2.0 to 14.2.1
  • 7be7836 chore(deps-dev): bump happy-dom from 20.5.0 to 20.6.0
  • 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 @​nextcloud/dialogs since your current version.


Updates @nextcloud/vite-config from 1.7.2 to 2.5.2

Release notes

Sourced from @​nextcloud/vite-config's releases.

v2.5.2

v2.5.2 (2025-10-20)

🐛 Fixed bugs

  • fix(REUSE): also add correct license headers for facade chunks #736 (susnux)

Other changes

  • Updated development dependencies

v2.5.1

v2.5.1 (2025-09-29)

🐛 Fixed bugs

  • fix: make configuration rolldown compatible #717 (susnux)

Other changes

  • chore(deps): Bump rollup-plugin-node-externals to 8.1.1
  • chore(deps): Bump magic-string to 0.30.19

v2.5.0

Added

  • Minimum Vite version is now 7.1.4

🐛 Fixed bugs

  • fix: bump vite version to fix running in watch mode #693 (susnux)

Other changes

  • chore: update vite-plugin-node-polyfills to 0.24.0 #678 (skjnldsv)
  • chore: various dev deps upgrades #680 (skjnldsv)
  • chore(deps): Bump @​vitejs/plugin-vue from 6.0.0 to 6.0.1 #681
  • chore(deps): Bump cipher-base from 1.0.4 to 1.0.6 #687
  • chore(deps): Bump sha.js from 2.4.11 to 2.4.12 #688
  • chore(deps): Bump magic-string from 0.30.17 to 0.30.18 #691
  • chore(deps): Bump rollup-plugin-node-externals from 8.0.1 to 8.1.0 #690

v2.4.0

v2.4.0 (2025-07-23)

Added

  • Vite v7 support

🐛 Fixed bugs

  • fix(watch): adjust rollup config for watch mode #666 (susnux)

Changed

  • chore: remove work-around for already fixed bug #664 (susnux)
  • chore: adjust defaults to use SPDX over 3rdparty BOM #665 (susnux)
  • chore(deps): Bump @​vitejs/plugin-vue to 6.0.0
  • chore(deps): Bump pbkdf2 to 3.1.3
  • chore(deps): Bump rollup-plugin-node-externals to 8.0.1
  • chore(deps): Bump vite-plugin-dts to 4.5.4

... (truncated)

Changelog

Sourced from @​nextcloud/vite-config's changelog.

v2.5.2 (2025-10-20)

🐛 Fixed bugs

  • fix(REUSE): also add correct license headers for facade chunks #736 (susnux)

Other changes

  • Updated development dependencies

v2.5.1 (2025-09-29)

🐛 Fixed bugs

  • fix: make configuration rolldown compatible #717 (susnux)

Other changes

  • chore(deps): Bump rollup-plugin-node-externals to 8.1.1
  • chore(deps): Bump magic-string to 0.30.19

v2.5.0 (2025-09-02)

Added

  • Minimum Vite version is now 7.1.4

🐛 Fixed bugs

  • fix: bump vite version to fix running in watch mode #693 (susnux)

Other changes

  • chore: update vite-plugin-node-polyfills to 0.24.0 #678 (skjnldsv)
  • chore: various dev deps upgrades #680 (skjnldsv)
  • chore(deps): Bump @​vitejs/plugin-vue from 6.0.0 to 6.0.1 #681
  • chore(deps): Bump cipher-base from 1.0.4 to 1.0.6 #687
  • chore(deps): Bump sha.js from 2.4.11 to 2.4.12 #688
  • chore(deps): Bump magic-string from 0.30.17 to 0.30.18 #691
  • chore(deps): Bump rollup-plugin-node-externals from 8.0.1 to 8.1.0 #690

v2.4.0 (2025-07-23)

Added

  • Vite v7 support

🐛 Fixed bugs

  • fix(watch): adjust rollup config for watch mode #666 (susnux)

Changed

  • chore: remove work-around for already fixed bug #664 (susnux)
  • chore: adjust defaults to use SPDX over 3rdparty BOM #665 (susnux)
  • chore(deps): Bump @​vitejs/plugin-vue to 6.0.0
  • chore(deps): Bump pbkdf2 to 3.1.3
  • chore(deps): Bump rollup-plugin-node-externals to 8.0.1
  • chore(deps): Bump vite-plugin-dts to 4.5.4

v2.3.5 (2025-05-07)

... (truncated)

Commits
  • 403558b Merge pull request #739 from nextcloud-libraries/chore/prepare-v2-5-2
  • 5001e17 chore: prepare v2.5.2
  • f11055b Merge pull request #736 from nextcloud-libraries/fix/add-license-for-fascade-...
  • c75f7bb Merge pull request #734 from nextcloud-libraries/dependabot/npm_and_yarn/main...
  • 0251256 Merge pull request #731 from nextcloud-libraries/dependabot/npm_and_yarn/main...
  • 526e567 Merge pull request #730 from nextcloud-libraries/dependabot/npm_and_yarn/main...
  • 6732dd1 fix(REUSE): also add correct license headers for fascade chunks
  • be4f5de chore(deps-dev): Bump vite from 7.1.9 to 7.1.10
  • 4a27ac2 chore(deps-dev): Bump @​types/node from 24.7.1 to 24.8.1
  • 68ea3c6 chore(deps-dev): Bump typedoc from 0.28.13 to 0.28.14
  • Additional commits viewable in compare view

Updates @vue/test-utils from 1.3.6 to 2.4.6

Release notes

Sourced from @​vue/test-utils's releases.

v2.4.6

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.5...v2.4.6

v2.4.5

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.4...v2.4.5

v2.4.4

What's Changed

New Contributors

... (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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

… @vue/test-utils

Bumps [vue](https://github.com/vuejs/core) to 3.5.31 and updates ancestor dependencies [vue](https://github.com/vuejs/core), [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs), [@nextcloud/vite-config](https://github.com/nextcloud/nextcloud-vite-config) and [@vue/test-utils](https://github.com/vuejs/test-utils). These dependencies need to be updated together.


Updates `vue` from 2.7.16 to 3.5.31
- [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.31)

Updates `@nextcloud/dialogs` from 5.3.8 to 7.3.0
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-dialogs@v5.3.8...v7.3.0)

Updates `@nextcloud/vite-config` from 1.7.2 to 2.5.2
- [Release notes](https://github.com/nextcloud/nextcloud-vite-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vite-config/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vite-config@v1.7.2...v2.5.2)

Updates `@vue/test-utils` from 1.3.6 to 2.4.6
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](https://github.com/vuejs/test-utils/commits/v2.4.6)

---
updated-dependencies:
- dependency-name: vue
  dependency-version: 3.5.31
  dependency-type: indirect
- dependency-name: "@nextcloud/dialogs"
  dependency-version: 7.3.0
  dependency-type: direct:production
- dependency-name: "@nextcloud/vite-config"
  dependency-version: 2.5.2
  dependency-type: direct:development
- dependency-name: "@vue/test-utils"
  dependency-version: 2.4.6
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update javascript code labels Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants