fix(deps): bump @nextcloud/dialogs from 7.0.0-rc.3 to ^7.0.0 #4790
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:
^7.0.0-rc.3->^7.0.0Release Notes
nextcloud-libraries/nextcloud-dialogs (@nextcloud/dialogs)
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 on tuesday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.