-
Notifications
You must be signed in to change notification settings - Fork 110
fix(deps): update dependency @nextcloud/dialogs to v7 (main) #7764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/main-nextcloud-dialogs-7.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
bfc0d5d to
7a2c9fc
Compare
7a2c9fc to
13a4697
Compare
13a4697 to
33f0680
Compare
33f0680 to
302cb6f
Compare
302cb6f to
7625eb2
Compare
7625eb2 to
83d9297
Compare
83d9297 to
6fa83dd
Compare
6fa83dd to
2092979
Compare
2092979 to
2e5c4b0
Compare
2e5c4b0 to
175b0cc
Compare
e263c54 to
07c27de
Compare
07c27de to
e256fcd
Compare
e256fcd to
a547377
Compare
a547377 to
7692c75
Compare
7692c75 to
381cad1
Compare
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.1->^7.1.0Release Notes
nextcloud-libraries/nextcloud-dialogs (@nextcloud/dialogs)
v7.1.0Compare Source
Enhancements
Fixed
Changes
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 - "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.