fix(deps): update nextcloud (master) #2821
Merged
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:
^2.4.0->^2.5.1^1.0.0-beta.14->^1.0.0-beta.15^3.0.1->^3.1.0^1.5.3->^1.5.6^8.23.1->^8.26.1Release Notes
nextcloud/nextcloud-auth (@nextcloud/auth)
v2.5.1Compare Source
Fixed
v2.5.0Compare Source
Added
Fixed
NextcloudUserinstead ofGuestUserby @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-auth/pull/799Changed
nextcloud/nextcloud-cypress (@nextcloud/cypress)
v1.0.0-beta.15Compare Source
What's Changed
Full Changelog: nextcloud-libraries/nextcloud-e2e-test-server@v1.0.0-beta.14...v1.0.0-beta.15
nextcloud-libraries/stylelint-config (@nextcloud/stylelint-config)
v3.1.0Compare Source
Added
csstools/use-logicalto warn about LTR-RTL properties #121 (ShGKme)Changed
nextcloud/nextcloud-vite-config (@nextcloud/vite-config)
v1.5.6Compare Source
🐛 Fixed bugs
v1.5.5Compare Source
What's Changed
Full Changelog: nextcloud-libraries/nextcloud-vite-config@v1.5.4...v1.5.5
v1.5.4Compare Source
What's Changed
Full Changelog: nextcloud-libraries/nextcloud-vite-config@v1.5.3...v1.5.4
nextcloud-libraries/nextcloud-vue (@nextcloud/vue)
v8.26.1Compare Source
What's Changed
🐛 Fixed bugs
Other Changes
Full Changelog: nextcloud-libraries/nextcloud-vue@v8.26.0...v8.26.1
v8.26.0Compare Source
📝 Notes
NcPopover
NcPopovernow has its own properties and no longer directly exposes the internal library used (floating-vue).It is still possible to use its properties, but this ability might be removed in the next version.
Thus we encourage you to only use the documented properties.
Also this component now supports a logical placement (
start,end) which works with RTL design.Moreover the
focusTrapproperty is now deprecated and will be replaced withnoFocusTrap,the reason behind this is to only have boolean properties with default value of
falseallowing shortcut props.v8.25.1Compare Source
Full Changelog
🐛 Fixed bugs
v8.25.0Compare Source
Full Changelog
📝 Notes
NcDateTimePickerIn version 8 the
NcDateTimePickerwas a transparent wrapper around the vue2 datepicker library.With version 9 and beyond we will no longer transparently wrap external libraries,
thus only documented props, events, and slots of Nextcloud components are guaranteed to work.
This will allow use to change the underlying library while keeping a stable API for the component users.
For this we deprecated the
rangeproperty in favor of three new types for theNcDateTimePicker.date-rangetime-rangedatetime-rangeAlso the
formatterproperty is deprecated, instead you can now provide a function to theformatproperty,which will receive a
Dateobject and should return the formatted date as a string.TooltipdirectiveThe
Tooltipdirective has been deprecated and will be removed in the future.In most cases you want to use the native browser tooltips instead by using the native HTML
titleattribute.In some rare cases where you really need a formatted tooltip
NcPopovercould be used.v8.24.0Compare Source
📝 Notes
Boolean properties
Some boolean props have been deprecated in favor of alternatives with default value
false.This allows to use shorthand notation on the template, as a prop with a default value of
falsewill be set to
trueif it is set (without any value) in the template,similar to native HTML boolean attributes.
Following components have been adjusted:
NcAvatarshowUserStatushideStatusNcAvatarshowUserStatusCompactverboseStatusNcModalcanClosenoCloseNcDialogcanClosenoCloseNcButtoncolor variant and native typeNcButton(andNcDialogButton) now provides avariantprop to set the color variant to use (e.g.'primary') and allows to set the native button type using thetypeprop.The legacy behavior,
typefor the color variant andnativeTypefor the button type, still works but will be removed in the next major version.To make a later migration to version 9 easier you can already migrate your
NcButtonusage like this:🚀 Enhancements
openedandclosedevents to handle closing/opening end #6683 (skjnldsv)resetevent #6006 (susnux)variantprop for design variant of buttons / chips #6472 (susnux)🐛 Fixed bugs
after-show/after-hideevents #6683 (skjnldsv)Other Changes
idas property name #5516 (susnux)variantprops #6623 (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.
👻 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.