Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2025

This PR contains the following updates:

Package Change Age Confidence
@nextcloud/dialogs ^6.4.1 -> ^7.1.0 age confidence

Release Notes

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

v7.1.0

Compare Source

Enhancements
  • feat(FilePicker): Improve pick and navigation logic to match user expectation by @​artonge in #​2033
Fixed
Changes

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 - "every weekend" in timezone Europe/Berlin, 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 added the dependencies Pull requests that update a dependency file label Oct 11, 2025
@github-actions github-actions bot enabled auto-merge October 11, 2025 12:27
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-7.x branch from bfc0d5d to 7a2c9fc Compare October 14, 2025 15:51
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-7.x branch from 7a2c9fc to 13a4697 Compare October 18, 2025 16:48
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-7.x branch from 13a4697 to 33f0680 Compare October 21, 2025 09:36
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-7.x branch from 33f0680 to 302cb6f Compare October 21, 2025 17:59
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-7.x branch from 302cb6f to 7625eb2 Compare October 23, 2025 21:54
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-7.x branch from 7625eb2 to 83d9297 Compare October 23, 2025 23:12
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-7.x branch from 83d9297 to 6fa83dd Compare October 27, 2025 22:01
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-7.x branch from 6fa83dd to 2092979 Compare November 8, 2025 00:50
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-7.x branch from 2092979 to 2e5c4b0 Compare November 8, 2025 05:56
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-7.x branch from 2e5c4b0 to 175b0cc Compare November 8, 2025 08:41
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-7.x branch 2 times, most recently from e263c54 to 07c27de Compare November 12, 2025 15:44
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-7.x branch from 07c27de to e256fcd Compare November 13, 2025 09:16
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-7.x branch from e256fcd to a547377 Compare November 15, 2025 20:08
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-7.x branch from a547377 to 7692c75 Compare November 18, 2025 11:46
@renovate renovate bot force-pushed the renovate/main-nextcloud-dialogs-7.x branch from 7692c75 to 381cad1 Compare November 19, 2025 10:16
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant