-
Notifications
You must be signed in to change notification settings - Fork 59
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
|
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
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.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)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.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
Other Changes
v9.0.0Compare Source
Full Changelog
💥 Breaking Changes
This mostly affects the visual appearance of components.
NcSettingsInputTextcomponent was deprecated in v8 and is now removed.Plugin registering removed
The plugin registering all the components and directives globally is removed.
Instead use local registration of components and directives.
If you really need an alternative we recommend using
unplugin-vue-components.Import paths changed
The old import paths like
@nextcloud/vue/dist/Components/NcComponent.jswere removed.Instead use the new ones (
@nextcloud/vue/components/NcComponent).Example shell command to do the refactoring:
Container components now default to
box-sizing: border-boxFor container components that can be directly mounted to
<body>thebox-sizingwas adjusted to match the behavior ofNcContent.The
box-sizing: border-boxis now default for following components and its content:NcDialogNcModalNcPopoverConsistent usage of
modelValuepropAll input elements were refactored to use the
modelValueprop instead of the now removedvalue/checkedprop and emit theupdate:modelValueevent instead of the removedupdate:checked/update:value/inputevents.This which allows consistent using of
v-model.Affected components:
checkedprop andupdate:checkedeventNcActionCheckboxNcActionRadioNcCheckboxRadioSwitchvalueprop andupdate:value/inputevents:modelValueprop ofNcActionRadiois expecting to have typestring|numberto be compared tovalueprop.valueprop was renamed tomodelValue, theupdate:valueorinputevents were renamed toupdate:modelValue. This affects the following components:NcActionInputNcActionTextEditableNcColorPickerNcDateTimePickerNcDateTimePickerNativeNcInputFieldNcPasswordFieldNcRichContenteditableNcSelectNcSelectTagsNcSettingsInputTextNcSettingsSelectGroupNcTextAreaNcTextFieldNcTimezonePickerRemoving the
exactpropThe
exactprop, previously used byrouter-linkcomponents, was removed.This affects the following components:
NcActionRouterNcAppNavigationItemNcBreadcrumbNcButtonNcListItemRenaming icon slot of
Nc*FieldThe leading icon slot was changed from
#defaultto#iconinNc*Fieldcomponents:NcInputFieldNcTextFieldNcPasswordFieldBoolean props default to
falseSome boolean props that have been deprecated in favor of alternatives with default value
false,are now removed. Following components have been adjusted:
NcAppContentallowSwipeNavigationdisabledSwipeNcAvatarshowUserStatushideStatusNcAvatarshowUserStatusCompactverboseStatusNcModalcloseButtonContainedcloseButtonOutsideNcModalenableSwipedisableSwipeNcModalcanClosenoCloseNcDialogcanClosenoCloseNcPopoverfocusTrapnoFocusTrapAdditionally the default value
closeOnClickOutsideforNcModalwas aligned withNcDialogand now defaults tofalse.Removal of
typeandnativeTypepropsThe
typeproperty for button components (NcButton,NcActions,NcDialogButton) was deprecated for the usage with color variants likeprimary.The fallback behavior was removed,
typenow only allows the native HTML button type likebutton,resetorsubmit.Instead use the
variantproperty for the color variant.The
nativeTypeproperty was removed in favor oftype.Event names
To have a consistent naming for custom event the following events were deprecated
and now are removed in favor of a new consistent event name:
---------------|-----------------|----------------
NcAppContent|resize:list|resizeListNcRichText|interact:todo|interactTodoMixins are removed
Mixins only work in Options API and are in general not recommended by Vue anymore:
As this library also uses composition API now all required mixins have been migrated to composables which work in Options API and Composition API.
Especially the following are now provided as composables:
isFullscreenis now provided asuseIsFullscreenisMobileis now provided asuseIsMobileandisMobileStatewas removed.The
richEditingmixin can be replaced by just using theNcRichTextcomponent.Other breaking changes
NcActionsandNcAction*ariaHiddenproperty is removed, please do no longer provide it, otherwise the root element will inherit incorrect aria-hidden.NcAppSidebarclosingandopeningevents were removed.They are directly emitted when the sidebar was opened when using
v-ifand also just duplicated the state of the
openprop #5606NcButtonnow does no longer hasrole="button"when used as a link (passing thehrefprop or a router link (to)).Instead, for accessibility and semantical correctness, has the
linkrole.NcColorPickercloseevent was removed in favor of theclosedevent, this was done for consistent event names.NcCounterBubblecountprop is now required #5997NcHeaderMenuopen,closeandcancelevents were removed in favor ofopenedandclosedevents #6429NcSettingsSectionlimitWidthwas removed (the content is now always limited width) #5605isFullscreen, andisMobilemixins were rConfiguration
📅 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.