Update dependency @nextcloud/vue to v8.4.0 #28

Merged
Xefir merged 1 commits from renovate/nextcloud-vue-8.x into main 2023-12-28 18:33:24 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@nextcloud/vue dependencies minor 8.3.0 -> 8.4.0

Release Notes

nextcloud-libraries/nextcloud-vue (@​nextcloud/vue)

v8.4.0

Compare Source

Full Changelog

Notes
  • NcRichContenteditable: new visual label feature might break layout if you have custom contenteditable styles
  • isMobile and isFullscreen mixins are now deprecated, use useIsMobile and useIsFullscreen composables instead
🚀 Enhancements
🐛 Fixed bugs
Other Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) | dependencies | minor | [`8.3.0` -> `8.4.0`](https://renovatebot.com/diffs/npm/@nextcloud%2fvue/8.3.0/8.4.0) | --- ### Release Notes <details> <summary>nextcloud-libraries/nextcloud-vue (@&#8203;nextcloud/vue)</summary> ### [`v8.4.0`](https://github.com/nextcloud-libraries/nextcloud-vue/blob/HEAD/CHANGELOG.md#v840-2023-12-22) [Compare Source](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.3.0...v8.4.0) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.4.0...v8.3.0) ##### Notes - NcRichContenteditable: new visual label feature might break layout if you have custom contenteditable styles - `isMobile` and `isFullscreen` mixins are now deprecated, use `useIsMobile` and `useIsFullscreen` composables instead ##### 🚀 Enhancements - enh: Split translations by components to only include needed strings in app bundles by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4861 - enh(NcCheckboxRadioSwitch): Allow to set `aria-label` by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4903 - enh(NcRichContenteditable): Add optional visual label for content editable by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4907 - enh(NcBreadcrumbs): Allow setting aria-label on nav by [@&#8203;Pytal](https://github.com/Pytal) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4913 - feat: add small mobile breakpoint by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4919 - Add target prop for NcListItem by [@&#8203;Fenn-CS](https://github.com/Fenn-CS) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4923 - Make modal mask dark if some icons are shown outside by [@&#8203;szaimen](https://github.com/szaimen) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4916 - enh: Add a full labelled color palette to be used as the default for the color picker by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4902 ##### 🐛 Fixed bugs - fix(NcAppNavigationItem): fix style when using `active` prop by [@&#8203;raimund-schluessler](https://github.com/raimund-schluessler) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4989 - fix(NcDialog): Increase specificity for modal-content selector by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4897 - Prevent NcBreadcrumb from automatically inheriting attributes by [@&#8203;JuliaKirschenheuter](https://github.com/JuliaKirschenheuter) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4918 - fix(NcAvatar): Increase contrast of avatar status icon by [@&#8203;Pytal](https://github.com/Pytal) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4912 - fix(utils/UserStatus): typo in "invisible" translation key by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4931 - enh(NcDialog): Label dialog nav by [@&#8203;Pytal](https://github.com/Pytal) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4928 - fix(NcAppNavigationSettings): remove incorrect aria-label by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4932 - fix(NcAppSidebar): add focus trap on mobile by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4909 - feat(NcRichContenteditable): put caret in the end when focus input by [@&#8203;Antreesy](https://github.com/Antreesy) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4924 - fix(package): specify exports for composables by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4951 - fix(NcActions): provide `aria-expanded="false"` when menu is closed instead of removing it by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4946 - fix(NcListItem): Ensure list item does not overflow wrapper by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4956 - fix(NcActionX): Allow relative icon URL by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4955 - fix(NcAppSettingsDialog): respect showNavigation prop by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4954 - fix(NcAppNavigation): Bring back hover state for active element by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4960 - enh(aria): changed check color to adhere to 3:1 ratio by [@&#8203;emoral435](https://github.com/emoral435) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4958 - Use logical style for NcHeaderMenu by [@&#8203;ahangarha](https://github.com/ahangarha) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4965 - Equalize `TextArea` styles with `TextField` styles by [@&#8203;JuliaKirschenheuter](https://github.com/JuliaKirschenheuter) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4971 - Increase contrast on input field for `NcRichContenteditable` by [@&#8203;JuliaKirschenheuter](https://github.com/JuliaKirschenheuter) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4975 - enh(breadcrumbs): changed aria label for voice control on a-tag by [@&#8203;emoral435](https://github.com/emoral435) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4973 - Differentiate between dark and light theme for NcDateTimePickerNative by [@&#8203;JuliaKirschenheuter](https://github.com/JuliaKirschenheuter) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4981 ##### Other Changes - refactor(NcAppSidebar): remove unneeded debug log by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4952 - chore(ci): make Jest output colorful by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4966 - Update translations </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Xefir added 1 commit 2023-12-28 06:45:43 +00:00
Update dependency @nextcloud/vue to v8.4.0
Some checks failed
repod / xml (push) Successful in 2m10s
repod / php (push) Failing after 1m46s
repod / nodejs (push) Successful in 2m15s
103c4d85d3
Xefir merged commit b69fe34a64 into main 2023-12-28 18:33:24 +00:00
Xefir deleted branch renovate/nextcloud-vue-8.x 2023-12-28 18:33:25 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/repod#28
No description provided.