chore(deps): update dependency @nextcloud/vue to v8.5.0 #43

Merged
Xefir merged 1 commits from renovate/nextcloud-vue-8.x-lockfile into main 2024-01-24 09:17:26 +00:00
Owner

This PR contains the following updates:

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

Release Notes

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

v8.5.0

Compare Source

Full Changelog

🚀 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.4.0` -> `8.5.0`](https://renovatebot.com/diffs/npm/@nextcloud%2fvue/8.4.0/8.5.0) | --- ### Release Notes <details> <summary>nextcloud-libraries/nextcloud-vue (@&#8203;nextcloud/vue)</summary> ### [`v8.5.0`](https://github.com/nextcloud-libraries/nextcloud-vue/blob/HEAD/CHANGELOG.md#v850-2024-01-23) [Compare Source](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.4.0...v8.5.0) [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.5.0...v8.4.0) ##### 🚀 Enhancements - enh(NcSelect): Add visible input label by [@&#8203;Pytal](https://github.com/Pytal) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4963 - feat(NcModal): Set return focus element on focus trap deactivation by [@&#8203;Pytal](https://github.com/Pytal) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5025 - Harmonize focus-visible styles for vue-navigation item with none-vue navigation item by [@&#8203;JuliaKirschenheuter](https://github.com/JuliaKirschenheuter) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5022 - feat(NcActionInput): allow to append `NcSelect` to body by [@&#8203;raimund-schluessler](https://github.com/raimund-schluessler) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5017 - enh(NcSelect): Improve accessibility by [@&#8203;Pytal](https://github.com/Pytal) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5036 - enh: Make the date time formatting reusable for applications by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5046 - enh(NcHeaderMenu): Close navigation header menu on focusout by [@&#8203;Pytal](https://github.com/Pytal) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5064 - enh(a11y): added aria-label that matches title attr on icon by [@&#8203;emoral435](https://github.com/emoral435) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5078 - feat: Add NcUserStatusIcon by [@&#8203;Pytal](https://github.com/Pytal) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5059 - enh(breadcrumb): conditionally renders button when no redirection link given by [@&#8203;emoral435](https://github.com/emoral435) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5077 - feat(NcPopover): provide a11y attributes to the trigger by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5086 - feat(NcDialog): add navigationAriaLabel and navigationAriaLabelledBy props by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5083 - enh(NcContent): Add skip content buttons by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4983 - enh(NcInputField): Support numeric values - if numeric also emit numeric by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4926 - feat(NcProgressBar): add circular progress bar by [@&#8203;raimund-schluessler](https://github.com/raimund-schluessler) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5100 - feat(NcReferenceList): Add support for a fallback reference widget by [@&#8203;mejo-](https://github.com/mejo-) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5092 - enh(NcEmojiPicker): Always show skin tone selector + save selection by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5103 - feat(NcActionButton): Allow pressed state on NcActionButton - similar to NcButton by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4744 ##### 🐛 Fixed bugs - fix(NcCheckboxRadioSwitch): fix shift+click on firefox by [@&#8203;skjnldsv](https://github.com/skjnldsv) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/4999 - fix(NcCheckboxRadioSwitch): use correct padding by [@&#8203;raimund-schluessler](https://github.com/raimund-schluessler) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5009 - fix(NcCheckboxRadioSwitch): improve rendering and prevent unecessary elements by [@&#8203;skjnldsv](https://github.com/skjnldsv) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5001 - fix(NcAppNavigation): change h2 to span by [@&#8203;emoral435](https://github.com/emoral435) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5020 - fix(NcDateTimePicker): Use ISO week numbers if `showWeekNumber` is set by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5045 - fix(NcActions): In case of inline actions make sure to support icon as URL by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5053 - fix(NcDialog): allow to close NcDialog on click outside by [@&#8203;Antreesy](https://github.com/Antreesy) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5062 - fix(NcRelatedResourcesPanel): Fix invalid URL query params by [@&#8203;Pytal](https://github.com/Pytal) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5065 - fix(NcBreadcrumbs): improve the breadcrumbs shrinking behaviour by [@&#8203;raimund-schluessler](https://github.com/raimund-schluessler) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5069 - fix(NcInput): input disabled appearance by [@&#8203;marcoambrosini](https://github.com/marcoambrosini) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5000 - fix(NcButton): use `a` as tag for router-link by [@&#8203;raimund-schluessler](https://github.com/raimund-schluessler) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5091 - fix(NcSelect): remove visual gap on top of the list by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5095 - Remove unneeded `tab`, `tablist` and `aria-selected` roles from navigation by [@&#8203;JuliaKirschenheuter](https://github.com/JuliaKirschenheuter) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5075 - fix(NcCheckboxRadioSwitch): Fix invalid indeterminate checkbox semantics by [@&#8203;Pytal](https://github.com/Pytal) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5096 - Remove inaccessible opacity from SettingsSection by [@&#8203;JuliaKirschenheuter](https://github.com/JuliaKirschenheuter) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5109 - fix(NcPopover): fix docs example by [@&#8203;raimund-schluessler](https://github.com/raimund-schluessler) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5111 - fix(NcPopover): check trigger a11y compatible with Vue 3 by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5110 - fix(NcHeaderMenu): mouse in now pointer by [@&#8203;emoral435](https://github.com/emoral435) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5101 - fix(NcActions): use new slots api by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5118 - fix(NcButton): pressed state a11y by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5119 - Fix additionalTrapElements to accept HTMLelements as well by [@&#8203;GretaD](https://github.com/GretaD) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5120 ##### Other Changes - refactor(NcCheckboxRadioSwitch): move comment to have a single root node by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5018 - refactor(NcActionButtonGroup): replace computed of constant with constant by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5023 - chore(docs): correct list types values for styleguidist in NcCheckboxRadioSwitch by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/5079 </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 2024-01-24 06:49:56 +00:00
chore(deps): update dependency @nextcloud/vue to v8.5.0
All checks were successful
repod / xml (push) Successful in 2m0s
repod / php (push) Successful in 54s
repod / nodejs (push) Successful in 1m55s
repod / release (push) Has been skipped
7deb50a9e5
Xefir merged commit 0fbad1570f into main 2024-01-24 09:17:26 +00:00
Xefir deleted branch renovate/nextcloud-vue-8.x-lockfile 2024-01-24 09:17:26 +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#43
No description provided.