fix(deps): update dependency @nextcloud/dialogs to v7 - abandoned#2031
Closed
renovate[bot] wants to merge 6 commits intomainfrom
Closed
fix(deps): update dependency @nextcloud/dialogs to v7 - abandoned#2031renovate[bot] wants to merge 6 commits intomainfrom
renovate[bot] wants to merge 6 commits intomainfrom
Conversation
2d2e234 to
0241ba3
Compare
0241ba3 to
8601dbe
Compare
8601dbe to
f671d37
Compare
2a3c55a to
61beaf4
Compare
61beaf4 to
8ec5f21
Compare
8ec5f21 to
0ee8974
Compare
0ee8974 to
09dda2e
Compare
09dda2e to
3a39565
Compare
3a39565 to
e114e88
Compare
e114e88 to
67055a0
Compare
67055a0 to
be28a3a
Compare
be28a3a to
2b33f9e
Compare
ce25fb5 to
49f6b49
Compare
49f6b49 to
c61a4f2
Compare
ceee245 to
1f87136
Compare
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
a266efa to
29089f6
Compare
Signed-off-by: Jonas <jonas@freesources.org>
Signed-off-by: Jonas <jonas@freesources.org>
29089f6 to
5f598a3
Compare
Contributor
Author
Autoclosing SkippedThis 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. |
Member
|
Bugs fixed and version bumped as part of #2268 |
auto-merge was automatically disabled
February 16, 2026 16:30
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.4.2→^7.2.0Release Notes
nextcloud-libraries/nextcloud-dialogs (@nextcloud/dialogs)
v7.2.0Compare Source
Added
allowCreateNew#2070 (grnd-alt)Fixed
@nextcloud/filesfor name validation #2158 (susnux)Changed
devEngineswith current support Node and NPM #2108 (susnux)v7.1.0Compare Source
Added
Fixed
Changed
v7.0.1Compare Source
Fixed
showConfirmationmethod #2029 (susnux)Changed
v7.0.0Compare Source
Notes
This package now builds on top of
@nextcloud/vueversion 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:
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
Dialog.hidemethod was removed, instead await the returned promise and wait for the user interaction.Dialog.setHTMLmethod was removed. If you need custom HTML content useNcDialogfrom@nextcloud/vue.spawnDialoghelper method was removed, instead use the function provided by@nextcloud/vueAdded
@nextcloud/upload#1971 (susnux)Fixed
Changed
dev:watchback towatch#1758 (skjnldsv)spawnDialogin favor of version from@nextcloud/vue#1783 (susnux)setHTMLmethod #1985 (susnux)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.
This PR was generated by Mend Renovate. View the repository job log.