fix(deps): update nextcloud (master) (major)#2850
Merged
Conversation
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
a0fc7e7 to
5782257
Compare
8924158 to
5c0c493
Compare
da9297c to
a3d5335
Compare
b1786e6 to
72df0d0
Compare
72df0d0 to
56006f5
Compare
56006f5 to
4e9f06b
Compare
1e7f2d0 to
7f4b8a9
Compare
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7f4b8a9 to
4acfd7c
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. |
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4acfd7c to
6044c99
Compare
Contributor
|
/compile amend |
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6044c99 to
86dd096
Compare
Contributor
|
/backport 669f3b2 to stable33 |
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.3.0^2.2.0→^3.0.0^2.2.1→^3.1.0^1.5.6→^2.5.2^8.28.0→^9.6.0Release Notes
nextcloud-libraries/nextcloud-dialogs (@nextcloud/dialogs)
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)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-libraries/nextcloud-paths (@nextcloud/paths)
v3.1.0Compare Source
Added
normalizemethod compatible with the version fromnode:path#861Changed
v3.0.0Compare Source
Breaking changes
basenameanddirnamewas fixed to behave similarto the methods from the Node.js
pathsmodule and the PHP methods.This mainly affects special cases:
basenameis ignoredbasename('subdir/') - "" + "subdir"dirnamealways respects the root path:dirname('/') - "" + "/"dirname('') - "" + "."dirname('/file') - "" + "/"dirname('file') - "" + "."Added
Fixed
dirnameandbasenamebehave like PHP and Node (#839)Changed
joinPathsin favor ofjoinencodePathnextcloud/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.6.0Compare Source
🚀 Enhancements
🐛 Fixed bugs
overflow-wrap: anywhereinstead ofword-break: break-allfor the helper text #8225 (Sector6759)Other Changes
v9.5.0Compare Source
Full Changelog
🚀 Enhancements
showValueprop to show the progress value #8120 (nikhil2297)NcSelectUsersModeltype #8130 (susnux)🐛 Fixed bugs
NcContentif possible #8157 (susnux)word-breakon Chrome #8128 (artonge)Other Changes
v9.4.0Compare Source
Full Changelog
🚀 Enhancements
Other Changes
v9.3.3Compare Source
Full Changelog
🐛 Fixed bugs
Other Changes
v9.3.2Compare Source
Full Changelog
🐛 Fixed bugs
Other Changes
npm packand styleguidist instead ofnpm link#8018 (ShGKme)v9.3.1Compare Source
Full Changelog
🚀 Enhancements
allowInModal#7514 (susnux)🐛 Fixed bugs
Other Changes
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](https://rediConfiguration
📅 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.