fix(deps): bump @nextcloud/dialogs from ^6.4.2 to v7 (main)#12287
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): bump @nextcloud/dialogs from ^6.4.2 to v7 (main)#12287renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
22e47ea to
3994f43
Compare
3994f43 to
2e3aef0
Compare
fa46c4e to
5f86f8d
Compare
5f86f8d to
5b07952
Compare
5b07952 to
1e30ae7
Compare
1e30ae7 to
7f99b9b
Compare
b62b211 to
5fd3cc6
Compare
a26b67b to
ee5d338
Compare
ee5d338 to
6ac0df2
Compare
63939c2 to
2322a3b
Compare
420047e to
50f68d6
Compare
ef70c0c to
0912dfb
Compare
4d42081 to
f9adf99
Compare
f9adf99 to
7542c2f
Compare
7542c2f to
552ed9a
Compare
GretaD
approved these changes
May 28, 2026
eba1238 to
f5cb9a2
Compare
Contributor
|
/compile amend |
ca70952 to
20f3bd4
Compare
Member
|
@GretaD this repo doesn't check in build artifacts. There is nothing to compile nor amend |
2e26717 to
96ab6d0
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
96ab6d0 to
d102a17
Compare
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.4.0Release Notes
nextcloud-libraries/nextcloud-dialogs (@nextcloud/dialogs)
v7.4.0Compare Source
Added
Fixed
Changed
v7.3.0Compare Source
Changed
@nextcloud/filesv4.0.0 - reducing dependencies on apps targeting Nextcloud 33+ #2275.This also removes
cancelable-promiseas a dependency by replacing it with nativeAbortController.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: (in timezone Europe/Vienna)
🚦 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.