-
Notifications
You must be signed in to change notification settings - Fork 60
fix(deps): update nextcloud (master) (major) #2850
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
master
Choose a base branch
from
renovate/master-major-nextcloud
base: master
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.
Open
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
85d4871 to
7dca239
Compare
7dca239 to
8ce7057
Compare
8ce7057 to
ff47589
Compare
ff47589 to
1aa80ce
Compare
209a6f8 to
fcb3a1c
Compare
fcb3a1c to
8af0f5b
Compare
8af0f5b to
568e7c6
Compare
568e7c6 to
cb05d01
Compare
cb05d01 to
7ea59a3
Compare
Contributor
Author
|
7ea59a3 to
b1f9567
Compare
b1f9567 to
68253c2
Compare
68253c2 to
96e9b72
Compare
96e9b72 to
422c840
Compare
422c840 to
d5fbf1e
Compare
d5fbf1e to
001ea72
Compare
001ea72 to
0d73f0d
Compare
0d73f0d to
bec37ae
Compare
bec37ae to
58a864b
Compare
58a864b to
41c56b8
Compare
41c56b8 to
69be7be
Compare
69be7be to
756ab22
Compare
756ab22 to
b8598fd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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:
^5.3.8->^7.1.0^2.2.0->^3.0.0^1.5.6->^2.5.2^8.28.0->^9.3.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)v6.4.1Compare Source
What's Changed
🐛 Fixed bugs
enter-directoryevent name by @artonge in #2059Other Changes
Full Changelog: nextcloud-libraries/nextcloud-dialogs@v6.4.0...v6.4.1
v6.4.0Compare Source
What's Changed
🚀 Enhancements
Other Changes
Full Changelog: nextcloud-libraries/nextcloud-dialogs@v6.3.2...v6.4.0
v6.3.2Compare Source
🐛 Fixed bugs
Other Changes
v6.3.1Compare Source
🐛 Fixed bugs
v6.3.0Compare Source
🚀 Enhancements
🐛 Fixed bugs
Other Changes
v6.2.0Compare Source
Notes
The export of the file picker Vue component is deprecated and will be removed in the next version.
Instead please use the
FilePickerBuilder.The
Dialog.hidemethod is deprecated.Instead only user interaction should close dialogs,
for this use the promise returned by
Dialog.showwhich will resolve if the user answered the dialog and rejected if the user aborted (closed) the dialog.Added
Fixed
dialognotdialogs#1732 (susnux)Changed
Dialog.hide#1731 (susnux)@nextcloud/event-busto 3.3.2@nextcloud/filesto 3.10.2@nextcloud/l10nto 3.2.0@vueuse/coreto 11.3.0v6.1.1Compare Source
Full Changelog
v6.1.0Compare Source
Full Changelog
Enhancements
Fixed
Changed
v6.0.1Compare Source
Full Changelog
Fixed
Changed
v6.0.0Compare Source
Full Changelog
Breaking
v6.0.0 is only compatible with Nextcloud 29 and newer.
Technically this is the same as v5.3.5, but v5.3.3 was a breaking change as it dropped support for Nextcloud 28 and older on public shares.
Changed
nextcloud-libraries/nextcloud-initial-state (@nextcloud/initial-state)
v3.0.0Compare Source
Breaking
This package now is a pure ES modules package and does no longer provide the CommonJS entry point.
Added
Fixed
Other Changes
enginesversions to support wider range (#)package.json(#873)nextcloud/nextcloud-vite-config (@nextcloud/vite-config)
v2.5.2Compare Source
🐛 Fixed bugs
Other changes
v2.5.1Compare Source
🐛 Fixed bugs
Other changes
v2.5.0Compare Source
Added
🐛 Fixed bugs
Other changes
vite-plugin-node-polyfillsto0.24.0#678 (skjnldsv)v2.4.0Compare Source
Added
🐛 Fixed bugs
Changed
v2.3.5Compare Source
🐛 Fixed bugs
v2.3.4Compare Source
🐛 Fixed bugs
Changed
v2.3.3Compare Source
Changed
v2.3.2Compare Source
Fixed
Changed
v2.3.1Compare Source
Fixed
Changed
v2.3.0Compare Source
Added
Fixed
Changed
v2.2.2Compare Source
Fixed
generateBundlehook to have real filenames #283 (susnux)v2.2.1Compare Source
Fixed
rollup-plugin-esbuild-minify#279 (susnux)v2.2.0Compare Source
Added
Fixed
cssCodeSplitis enabled by default so handle CSS entries #243 (susnux)Changed
v2.1.0Compare Source
Added
CSSEntryPointsPluginto fix vite for creating one CSS entry per JS entry point #204 (susnux)Changed
v2.0.2Compare Source
Fixed
v2.0.1Compare Source
Changed
v2.0.0Compare Source
Breaking changes
This version is Vue 3 only.
For Vue 2 use the 1.x version.
v1.7.2Compare Source
Fixed
Changed
v1.7.1Compare Source
Fixed
Changed
v1.7.0Compare Source
Added
Changed
Full Changelog: nextcloud-libraries/nextcloud-vite-config@v1.6.0...v1.7.0
v1.6.0Compare Source
What's Changed
Full Changelog: nextcloud-libraries/nextcloud-vite-config@v1.5.6...v1.6.0
nextcloud-libraries/nextcloud-vue (@nextcloud/vue)
v9.3.0Compare Source
Full Changelog
🚀 Enhancements
noVersionprop to disable it #7837 (ShGKme)🐛 Fixed bugs
checkPasswordStrengthfor input validation #7845 (Antreesy)Other Changes
v9.2.0Compare Source
Full Changelog
📝 Notes
NcAppSettingsSectionShortcutshas been renamed toNcAppSettingsShortcutsSectionbut still available by the previous nameNcAppSettingsDialoghas started the process of migration to the new design. It may break the existing settings layout. Uselayoutprop to partially revert the change or migrate to useNcFormBoxandNcFormGroupcomponents in the settings sections.🚀 Enhancements
NcFormBoxand adjustNcRadioGrouptoNcFormboxandNcFormGroup#7690 (ShGKme)labelHiddenprop in favor ofhideLabel#7771 (susnux)🐛 Fixed bugs
Other Changes
v9.1.0Compare Source
Full Changelog
🚀 Enhancements
orderprop, ensure intended order in navigation list #7636 (Antreesy)NcAppSettingsSectionShortcuts,NcHotkeyListandNcHotkey#7633 (ShGKme)🐛 Fixed bugs
ts-md5#7623 (susnux)Other Changes
<script setup lang="ts">#7651 (ShGKme)v9.0.1Compare Source
Full Changelog
🐛 Fixed bugs
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.