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

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

This PR contains the following updates:

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

Release Notes

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

v9.0.0-alpha.8

Compare Source

What's Changed

🚀 Enhancements
🐛 Fixed bugs
Other Changes

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


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.7` -> `9.0.0-alpha.8`](https://renovatebot.com/diffs/npm/@nextcloud%2fvue/9.0.0-alpha.7/9.0.0-alpha.8) | --- ### Release Notes <details> <summary>nextcloud-libraries/nextcloud-vue (@&#8203;nextcloud/vue)</summary> ### [`v9.0.0-alpha.8`](https://github.com/nextcloud-libraries/nextcloud-vue/releases/tag/v9.0.0-alpha.8) [Compare Source](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.0.0-alpha.7...v9.0.0-alpha.8) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### 🚀 Enhancements - \[next] refactor: replace boolean properties with `default: true` with `default: false` by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6653 - \[next] feat(NcAppContent): Allow to set the page title by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6596 - \[next] feat: Add consistent `variant` prop for design variant of buttons / chips by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6595 - \[next] feat(NcActions): add `opened` and `closed` events to handle closing/opening end | fix(NcPopover): correctly wait for animation end in `after-show`/`after-hide` events by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6685 ##### 🐛 Fixed bugs - \[next] fix(NcAppSidebar, NcHeaderMenu): correctly focus trigger/close buggon when no focusable elements inside by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6637 - \[next] fix(NcInputField): Only show error state border if user interacted with the input by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6641 - \[next] fix(NcEmojiPicker): return focus steals actual focus by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6655 - \[next] fix(styles): RTL support by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6193 - \[next] fix(NcAvatar): keep line-height only for 'initials' avatars by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6680 - fix(NcActions): trigger forgotten closed event and correctly handle open by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6706 ##### Other Changes - \[next] refactor(utils): Replace `GenRandomId` with `getRandomId` by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6425 - \[next] refactor: drop `md5` dependency for `usernameToColor` and migrate to TS by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6657 - \[next] refactor: migrate logger to Typescript by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6660 - \[next] refactor(useIsFullscreen): migrate to Typescript by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6659 - \[next] refactor: migrate `findRanges` to Typescript by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6662 - \[next] refactor(NcDateTime): migrate to Typescript and script-setup by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6654 - \[next] refactor!: migrate `useIsMobile` to TS and remove `isMobileState` by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6658 - \[next] refactor(NcDateTimePicker): migrate to `@vuepick` library by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6651 - \[next] chore: Make CHANGELOG.md content consistent styling by [@&#8203;backportbot](https://github.com/backportbot) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6678 - \[next] refactor: consistent export style for `isSlotPopulated` by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6681 - \[next] refactor: migrate color utils to Typescript by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6684 - \[next] fix(NcPopover): add `passive: true` to `transitionend` event listener by [@&#8203;skjnldsv](https://github.com/skjnldsv) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6688 - chore: default branch is `main` and Vue 2 branch is `stable8` by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6697 - chore: remove unused `GetChildren` util by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6701 - chore: migrate `GetParent` to Typescript by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6702 - Updates for project Nextcloud vue library by [@&#8203;transifex-integration](https://github.com/transifex-integration) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6710 - refactor(NcActions): use provide/inject instead of $parent search by [@&#8203;ShGKme](https://github.com/ShGKme) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6705 - docs: improve examples and documentation for `NcDateTimePicker` by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6704 - Updates for project Nextcloud vue library by [@&#8203;transifex-integration](https://github.com/transifex-integration) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6711 - refactor: migrate linkify util and directive to Typescript by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6703 - Updates for project Nextcloud vue library by [@&#8203;transifex-integration](https://github.com/transifex-integration) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6713 - Updates for project Nextcloud vue library by [@&#8203;transifex-integration](https://github.com/transifex-integration) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6718 - chore: prepare release of v9.0.0-alpha.8 by [@&#8203;susnux](https://github.com/susnux) in https://github.com/nextcloud-libraries/nextcloud-vue/pull/6712 **Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-vue/compare/v9.0.0-alpha.7...v9.0.0-alpha.8 </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-04-05 00:03:59 +00:00
Xefir merged commit 7a8a108ea5 into main 2025-04-07 12:13:09 +00:00
Xefir deleted branch renovate/nextcloud-vue-9.x 2025-04-07 12:13:10 +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#104
No description provided.