gary-kim / riotchat

Element for Nextcloud
https://apps.nextcloud.com/apps/riotchat
GNU Affero General Public License v3.0
123 stars 21 forks source link

fix(deps): update dependency @nextcloud/vue to ^8.11.1 #577

Closed garykim-dev-renovate[bot] closed 3 months ago

garykim-dev-renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Type Update Change
@nextcloud/vue dependencies minor ^8.9.1 -> ^8.11.1

Release Notes

nextcloud-libraries/nextcloud-vue (@​nextcloud/vue) ### [`v8.11.1`](https://togithub.com/nextcloud-libraries/nextcloud-vue/blob/HEAD/CHANGELOG.md#v8111-2024-03-21) [Compare Source](https://togithub.com/nextcloud-libraries/nextcloud-vue/compare/v8.11.0...v8.11.1) [Full Changelog](https://togithub.com/nextcloud-libraries/nextcloud-vue/compare/v8.11.0...v8.11.1) ### [`v8.11.0`](https://togithub.com/nextcloud-libraries/nextcloud-vue/blob/HEAD/CHANGELOG.md#v8110-2024-03-15) [Compare Source](https://togithub.com/nextcloud-libraries/nextcloud-vue/compare/v8.10.0...v8.11.0) [Full Changelog](https://togithub.com/nextcloud-libraries/nextcloud-vue/compare/v8.10.0...v8.11.0) ##### 🚀 Enhancements - feat(NcListItem): add title slot by [@​emoral435](https://togithub.com/emoral435) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5388](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5388) - feat(NcAppContent): add horizontal split layout by [@​GretaD](https://togithub.com/GretaD) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5401](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5401) ##### 🐛 Fixed bugs - fix(NcListItem): bring back old styling for two-line list items by [@​Antreesy](https://togithub.com/Antreesy) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5400](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5400) - fix(NcListItem): align indicators at the element bottom by [@​Antreesy](https://togithub.com/Antreesy) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5408](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5408) - fix(NcReferenceWidget): set timeout to destroy idle widgets outside of viewports by [@​Antreesy](https://togithub.com/Antreesy) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5411](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5411) - fix(NcAvatar): rendering user status emoji in the menu by [@​ShGKme](https://togithub.com/ShGKme) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5409](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5409) - fix(NcAvatar): handle regex error on initials match by [@​kyteinsky](https://togithub.com/kyteinsky) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5407](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5407) ##### Other Changes - Updates for project Nextcloud vue library by [@​transifex-integration](https://togithub.com/transifex-integration) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5404](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5404) ### [`v8.10.0`](https://togithub.com/nextcloud-libraries/nextcloud-vue/blob/HEAD/CHANGELOG.md#v8100-2024-03-11) [Compare Source](https://togithub.com/nextcloud-libraries/nextcloud-vue/compare/v8.9.1...v8.10.0) [Full Changelog](https://togithub.com/nextcloud-libraries/nextcloud-vue/compare/v8.9.1...v8.10.0) ##### 🚀 Enhancements - feat(NcAppContent): add no-split layout by [@​GretaD](https://togithub.com/GretaD) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5209](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5209) - feat(NcListItem): add one-line layout by [@​GretaD](https://togithub.com/GretaD) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5209](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5209) - feat(NcActions): Allow to manually specify the semantic menu type by [@​susnux](https://togithub.com/susnux) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5336](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5336) ##### 🐛 Fixed bugs - fix(NcAppNavigation): stretch the main content when there is no list slot by [@​ShGKme](https://togithub.com/ShGKme) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5360](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5360) - fix(NcRichContenteditable): capture and stop `Esc` keydown event when closing tribute by [@​Antreesy](https://togithub.com/Antreesy) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5353](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5353) - fix(NcRelatedResourcesPanel): Adjust styling of team resource images by [@​juliushaertl](https://togithub.com/juliushaertl) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5364](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5364) - fix(NcRichContentEditable): require leading space to open tributes by [@​Antreesy](https://togithub.com/Antreesy) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5378](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5378) - fix(richEditor): reference server-scoped regular expression to match complex user mentions by [@​Antreesy](https://togithub.com/Antreesy) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5359](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5359) - fix(richText): when parse HTML content collapse consecutive spaces by [@​Antreesy](https://togithub.com/Antreesy) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5359](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5359) - fix(NcListItem): open \_blank link by Enter and allow prevent by [@​pulsejet](https://togithub.com/pulsejet) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5342](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5342) - fix(NcRichText): Allow to pass interactive widget toggle by [@​juliushaertl](https://togithub.com/juliushaertl) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5365](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5365) - fix(NcActions): correct dialog a11y attrs place by [@​ShGKme](https://togithub.com/ShGKme) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5381](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5381) - fix(NcUserStatusicon): set status icons size explicitly by [@​Antreesy](https://togithub.com/Antreesy) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5390](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5390) - fix(NcListItem): change padding for one-line layout by [@​GretaD](https://togithub.com/GretaD) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5391](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5391) - fix(NcReferenceWidget): Only use composables in `setup` context by [@​susnux](https://togithub.com/susnux) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5394](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5394) ##### Other Changes - Updates for project Nextcloud vue library by [@​transifex-integration](https://togithub.com/transifex-integration) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5358](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5358) - chore: Remove GitHub Package Registry from publish workflow by [@​Pytal](https://togithub.com/Pytal) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5357](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5357) - chore(README): remove build:module and watch:module by [@​ShGKme](https://togithub.com/ShGKme) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5346](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5346) - Updates for project Nextcloud vue library by [@​transifex-integration](https://togithub.com/transifex-integration) in [https://github.com/nextcloud-libraries/nextcloud-vue/pull/5387](https://togithub.com/nextcloud-libraries/nextcloud-vue/pull/5387)

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.