Skip to content

fix(deps): update dependency @nextcloud/dialogs to v7 - abandoned#2031

Closed
renovate[bot] wants to merge 6 commits intomainfrom
renovate/nextcloud-dialogs-7.x
Closed

fix(deps): update dependency @nextcloud/dialogs to v7 - abandoned#2031
renovate[bot] wants to merge 6 commits intomainfrom
renovate/nextcloud-dialogs-7.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@nextcloud/dialogs ^6.4.2^7.2.0 age confidence

Release Notes

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

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 - "before 5am every weekday,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.

@github-actions github-actions bot enabled auto-merge October 9, 2025 00:24
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from 2d2e234 to 0241ba3 Compare October 14, 2025 18:01
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from 0241ba3 to 8601dbe Compare October 15, 2025 01:09
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from 8601dbe to f671d37 Compare October 20, 2025 16:00
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch 2 times, most recently from 2a3c55a to 61beaf4 Compare October 21, 2025 15:01
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from 61beaf4 to 8ec5f21 Compare October 22, 2025 02:00
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from 8ec5f21 to 0ee8974 Compare October 23, 2025 01:35
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from 0ee8974 to 09dda2e Compare October 23, 2025 09:46
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from 09dda2e to 3a39565 Compare October 23, 2025 22:18
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from 3a39565 to e114e88 Compare November 3, 2025 14:11
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from e114e88 to 67055a0 Compare November 6, 2025 01:14
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from 67055a0 to be28a3a Compare November 8, 2025 00:51
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from be28a3a to 2b33f9e Compare November 8, 2025 05:51
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from ce25fb5 to 49f6b49 Compare January 23, 2026 16:34
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-7.x branch from 49f6b49 to c61a4f2 Compare February 2, 2026 16:47
@mejo- mejo- force-pushed the renovate/nextcloud-dialogs-7.x branch 2 times, most recently from ceee245 to 1f87136 Compare February 8, 2026 20:22
@renovate
Copy link
Contributor Author

renovate bot commented Feb 8, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@mejo- mejo- force-pushed the renovate/nextcloud-dialogs-7.x branch 12 times, most recently from a266efa to 29089f6 Compare February 11, 2026 16:18
@mejo- mejo- force-pushed the renovate/nextcloud-dialogs-7.x branch from 29089f6 to 5f598a3 Compare February 11, 2026 19:54
@renovate renovate bot changed the title fix(deps): update dependency @nextcloud/dialogs to v7 fix(deps): update dependency @nextcloud/dialogs to v7 - abandoned Feb 16, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Feb 16, 2026

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@mejo-
Copy link
Member

mejo- commented Feb 16, 2026

Bugs fixed and version bumped as part of #2268

@mejo- mejo- closed this Feb 16, 2026
auto-merge was automatically disabled February 16, 2026 16:30

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments