Skip to content

fix(deps): update dependency @nextcloud/dialogs to v7#90

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nextcloud-dialogs-7.x
Open

fix(deps): update dependency @nextcloud/dialogs to v7#90
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nextcloud-dialogs-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 10, 2026

This PR contains the following updates:

Package Change Age Confidence
@nextcloud/dialogs ^6.0.0^7.0.0 age confidence

Release Notes

nextcloud-libraries/nextcloud-dialogs (@​nextcloud/dialogs)

v7.3.0

Compare Source

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

Compare Source

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

v7.1.0

Compare Source

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

v7.0.1

Compare Source

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

v7.0.0

Compare Source

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.
This also means that if you are using Vue 2 you have to ensure you do not use bundler
configurations that enforce resolving Vue to the same version as this will fail now,
instead let the bundler choose the matching Vue version.

For example if using Webpack this will no longer work in Vue 2 apps:

  resolve: {
		alias: {
			vue$: path.resolve('./node_modules/vue'),
		},
  }

For Vue 3 apps nothing changed, meaning the app and this library will share the same Vue dependency as long as the versions are compatible.

Breaking
  • This package now uses Vue 3 internally.
  • The deprecated FilePicker component export was removed to allow using this library in Vue 2 and Vue 3 apps.
  • The deprecated Dialog.hide method was removed, instead await the returned promise and wait for the user interaction.
  • The deprecated Dialog.setHTML method was removed. If you need custom HTML content use NcDialog from @nextcloud/vue.
  • The spawnDialog helper method was removed, instead use the function provided by @nextcloud/vue
- import { spawnDialog } from '@​nextcloud/dialogs'
+ import { spawnDialog } from '@​nextcloud/vue/functions/dialog'
Added
Fixed
Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch 2 times, most recently from df64c68 to 06a5ff7 Compare February 17, 2026 17:39
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from 06a5ff7 to 35cbef1 Compare March 5, 2026 19:41
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from 35cbef1 to 67c4ef0 Compare March 13, 2026 10:57
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from 67c4ef0 to bd7ffa2 Compare April 1, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants