chore(deps): update dependency @nextcloud/vue to v9.0.0-alpha.7 #83

Merged
Xefir merged 1 commits from renovate/nextcloud-vue-9.x into main 2025-03-04 07:55:00 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@nextcloud/vue dependencies patch 9.0.0-alpha.6 -> 9.0.0-alpha.7

Release Notes

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

v9.0.0-alpha.7

Compare Source

What's Changed

🚀 Enhancements
🐛 Fixed bugs
Other Changes

Full Changelog: https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.0.0-alpha.6...v9.0.0-alpha.7


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 | patch | [`9.0.0-alpha.6` -> `9.0.0-alpha.7`](https://renovatebot.com/diffs/npm/@nextcloud%2fvue/9.0.0-alpha.6/9.0.0-alpha.7) | --- ### Release Notes <details> <summary>nextcloud-libraries/nextcloud-vue (@&#8203;nextcloud/vue)</summary> ### [`v9.0.0-alpha.7`](https://github.com/nextcloud-libraries/nextcloud-vue/releases/tag/v9.0.0-alpha.7) [Compare Source](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.0.0-alpha.6...v9.0.0-alpha.7) <!-- Release notes generated using configuration in .github/release.yml at next --> #### What's Changed ##### 🚀 Enhancements - \[next]feat(NcBlurHash): Add a blur hash component by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6560 - \[next] feat(NcDialog): Allow to catch `reset` event by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6564 ##### 🐛 Fixed bugs - \[next] fix(NcDateTimePickerNative): do not set invalid value by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6410 - \[next] fix(NcTeamResources): Do not make extraneous requests for resources by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6427 - \[next] fix(NcSelect): increase avatar size to show subname by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6459 - \[next] fix(NcSelect): `required` doesn't work by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6458 - \[next] fix(NcDateTimePickerNative): visual fixes by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6473 - \[next] fix(NcActions): Remove on `mousemove` listener for auto focus elements by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6479 - \[next] fix(NcRich\*): style fixes and RTL support by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6481 - \[next] fix(NcAppNavigation + NcUserBubble + NcRichContenteditable): RTL support by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6480 - \[next] fix(NcDateTimePicker): selected and hover time is not readable by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6493 - \[next] fix: extract un-escaping of text/code nodes with XML-like content by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6500 - \[next] revert: import remark-gfm library in NcRichText as module, not async by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6508 - \[next] fix(NcPopover): emit `after-show` after `focus-trap` init to correctly return focus when content set focus initially (e.g. `NcEmojiPicker`) by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6511 - \[next] fix(NcPopover): blurry content on scaled page in Chromium by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6519 - \[next] fix(NcAction\*): complete BiDi support by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6520 - \[next] fix(NcRichContenteditable): remove value linkify by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6516 - \[next] fix(NcEmojiPicker): arrow navigation by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6563 - \[next] fix(NcEmojiPicker): not focusable when used in another focus trap by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6561 - \[next] fix(NcColorPicker): remove unused invalid styles by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6580 - \[next] fix(NcActionRadio): change modelValue to behave like NcCheckboxRadioSwitch by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6464 ##### Other Changes - \[next] chore: restructure `package.json` by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6405 - \[next] fix(bidi): NcAvatar status and interactivity toggle button by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6409 - \[next] doc: Do not override assets while building the styleguide by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6411 - \[next] ci: block unconventional commits by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6439 - \[next] chore: Enable dependabot for the `next` branch by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6440 - refactor(useHotKey): migrate code to Typescript by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6430 - chore: Refactor changelog to make breaking changes better readable by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6428 - \[next] fix(NcEmojiPicker): adjust styles to correctly fit emojis by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6471 - \[next] chore(stylelint): fix scripts to be unix-compatible by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6420 - \[next] chore(docs): update documentation by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6482 - \[next] refactor: Use boolean props with default value false by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6509 - \[next] chore(stylelint): `csstools/use-logical` by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6421 - refactor!: Drop `clickOutsideOptions` mixin and refactor using components by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6429 - \[next] fix(RTL): initialize language direction check once in utils by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6562 - \[next] refactor(NcCheckboxRadioSwitch): Do not use HTML attribute name `id` as property name by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6559 - chore: prepare v9.0.0-alpha.7 by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6537 **Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.0.0-alpha.6...v9.0.0-alpha.7 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjE4MS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Renovate added 1 commit 2025-03-04 00:03:19 +00:00
Xefir merged commit 1fdcbc93a2 into main 2025-03-04 07:55:00 +00:00
Xefir deleted branch renovate/nextcloud-vue-9.x 2025-03-04 07:55:01 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Xefir/app_template#83
No description provided.