Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @nextcloud/vue to v8 #982

Merged
merged 4 commits into from
Dec 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nextcloud/vue ^7.12.7 -> ^8.4.0 age adoption passing confidence

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

v8.3.0

Compare Source

Full Changelog

🚀 Enhancements
  • feat(NcInputField): add optional pill form appearance to the component #​4876 (Antreesy)
🐛 Fixed bugs
  • fix(NcCheckboxContent): Make sure text can wrap #​4862 (susnux)
  • fix(NcAppNavigation): make toggle button not the first element for focus-trap #​4864 (Antreesy)
  • fix(NcAppNavigation): closed on mobile initially #​4869 (ShGKme)
  • fix(NcAppSettingsDialog): Remove navigation instead of hiding and fix styles #​4865 (susnux)
  • Remove server styles from action menu #​4875 (marcoambrosini)
  • fix(NcCheckboxRadioSwitch): visually hidden input position #​4882 (ShGKme)
  • fix(NcDialog): Add slighly more padding on the bottom and fix example button order #​4881 (susnux)
  • docs(NcAppNavigation): Add docs for slots and remove private components from styleguide #​4883 (susnux)
  • fix(NcAppNavigationCaption): Make color main-text for accessibility #​4885 (susnux)
  • fix(NcColorPicker): correct aria-label #​4889 (ShGKme)
  • fix(NcActions): typo in aria-haspopup #​4887 (ShGKme)
  • fix(NcAppNavigation): replace custom v-tooltip with native title #​4888 (ShGKme)
Other Changes
  • chore(lint): use valid JSDoc for literal type union #​4989 (ShGKme)
  • Update translations

v8.2.0

Compare Source

Full Changelog

🚀 Enhancements
🐛 Fixed bugs
Other Changes
  • Update translations

v8.1.0

Compare Source

Full Changelog

🚀 Enhancements
🐛 Fixed bugs
Other Changes
  • Update translations

v8.0.1

Compare Source

Full Changelog

🐛 Fixed bugs
Other Changes

v8.0.0

Compare Source

Full Changelog

💥 Breaking changes
  • Update node engines to next LTS (node 20 / npm 9)
  • The deprecated NcMultiselect and NcMultiselectTags components were removed #​4281 (susnux)
    • Migration: Use the NcSelect and NcSelectTags components instead
  • The deprecated NcPopoverMenu component was removed #​4081 (raimund-schluessler)
    • Migration: Use the NcActions component instead
  • The deprecated NcAppNavigationCounter component was removed #​4096 (raimund-schluessler)
    • Migration: Use the NcCounterBubble component instead
  • The deprecated excludeClickOutsideClasses property was removed from clickOutsideOptions #​4088 (raimund-schluessler)
    • Migration: Use the excludeClickOutsideSelectors property, which takes an array of css selectors, instead
  • The label property of NcAutoCompleteResult was renamed to title #​4222 (susnux)
  • The deprecated title property was removed, every occurrence of title was renamed to name #​4106 (raimund-schluessler), #​4052 (raimund-schluessler)
    • label property was renamed to name for NcMentionBubble
    • name propery is now required for NcActions*, NcAppNavigationItem and NcBreadcrumb*
    • See linked pull request for full migration guide
  • chore: Drop install entry point and replace it with an Vue Plugin #​4349 (susnux)
  • NcInputField: The labelVisible property was removed for accessibility it is required to always show a label.
    You can still use the labelOutside property to remove the inner label from the component.
  • feat(NcEmptyContent)!: make empty content centered by default instead of 20vh margin #​4506 (ShGKme)
  • chore!: Rename Datetime to DateTime in component names #​4560 (susnux)
  • feat(NcIconSvgWrapper)!: remove ID from svg #​4607 (ShGKme)
🚀 Enhancements
  • feat(NcAppSettingsDialog): Allow to add icons to the navigation sections #​4745 (susnux)
  • feat(NcButton): Allow to format text of button #​4367 (susnux)
  • enh(NcDatetime): New component for displaying timestamps as time relative from now #​4219 (susnux)
  • feat(NcInputField): Append custom aria-describedby to input field #​4225 (Pytal)
  • feat(NcNoteCard): Add new 'info' version to display informational messaged #​4063 (moan0s)
  • feat(NcEmptyContent): Add slot for description #​3895 (susnux)
  • feat(NcActions): Improve readability of action menu entries #​4049 (Pytal)
  • feat(NcReferencePickerModal): Allow setting modal size when registering a custom picker component #​3866 (julien-nc)
  • feat: Migrate NcAvatar to use NcActions #​4017 (raimund-schluessler)
  • feat(a11y): Export a11y activation util #​4166 (Pytal)
  • NcButton: Add alignment property to change icon and text ordering #​4366 (susnux)
  • Add accessible label to textarea #​4448 (Pytal)
  • Remove border from sidebar tabs #​4449 (marcoambrosini)
  • Make smart picker modal close button tertiary #​4441 (julien-nc)
  • Add menuitem role to action link #​4436 (Pytal)
  • feat(NcModal): Allow to configure if the modal is closed when clicked outside #​4454 (susnux)
  • Feature: Add visible inner label for NcInputField on border #​4394 (susnux)
  • Bring back label outside of the input for NcActionInput #​4484 (juliushaertl)
  • feat(NcRichContenteditable) - add different output appearance in examples #​4485 (Antreesy)
  • perf(NcEmojiPicker): decrease mounting time and memory by moving large constants initialization and storing out from instance's reactive data #​4479 (ShGKme)
  • enh(NcAppNavigationCaption): Forward listeners #​4494 (Pytal)
  • enh(a11y): Use button as header menu trigger #​4481 (Pytal)
  • enh(a11y): Add nav to header menu #​4487 (Pytal)
  • feat(NcIconSvgWrapper): allow to render raw svg paths #​4643 (raimund-schluessler)
  • feat(NcDialog): New component (moved from @nextcloud/dialogs) #​4550 (susnux)
  • feat(NcSelect): Allow to filter users by email notation #​4653 (susnux)
  • enh(NcAppSidebarTabs): Make tab navigation accessible #​4663 (Pytal)
  • Add the resource type on RelatedResourcesPanel #​4662 (GretaD)
  • feat(NcTextArea): implement new textarea component #​4605 (st3iny)
  • Add header prop to NcRelatedResourcesPanel #​4703 (GretaD
  • feat(NcAppNavigationItem): Add active property to set active state & use aria-current #​4716 (susnux
  • feat(NcActionButton): support menu styling #​4724 (skjnldsv
  • Made description dynamic on related resources #​4729 (GretaD
  • fix(NcTimezonePicker): Allow to set ID of inner select component #​4734 (susnux
  • Allow preventing link insertion in RichContentEditable #​3890 (julien-nc
🐛 Fixed bugs
Other Changes

Configuration

📅 Schedule: Branch creation - "before 5am every weekday,every weekend" in timezone Europe/Berlin, 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 Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Nov 4, 2023
@renovate renovate bot requested review from a team, blizzz and datenangebot and removed request for a team November 4, 2023 02:05
Copy link

cypress bot commented Nov 4, 2023

2 flaky tests on run #1332 ↗︎

0 268 0 0 Flakiness 2

Details:

fix(deps): update dependency @nextcloud/vue to v8
Project: Collectives Commit: 6a2ae8116a
Status: Passed Duration: 06:14 💡
Started: Dec 29, 2023 12:13 PM Ended: Dec 29, 2023 12:19 PM
Flakiness  pages-links.spec.js • 1 flaky test • Nextcloud stable27

View Output

Test Artifacts
Page Link Handling > Link handling to collectives > Opens link with absolute path to page in other collective without fileId in same/new tab depending on view/edit mode Screenshots
Flakiness  page-list.spec.js • 1 flaky test • Nextcloud stable27

View Output

Test Artifacts
Page list > Page trash > allows to trash and restore page with subpage and attachment Screenshots

Review all test suite changes for PR #982 ↗︎

@renovate renovate bot changed the title fix(deps): update dependency @nextcloud/vue to v8 fix(deps): update dependency @nextcloud/vue to v8 - autoclosed Nov 7, 2023
@renovate renovate bot closed this Nov 7, 2023
@renovate renovate bot deleted the renovate/nextcloud-vue-8.x branch November 7, 2023 09:18
@renovate renovate bot changed the title fix(deps): update dependency @nextcloud/vue to v8 - autoclosed fix(deps): update dependency @nextcloud/vue to v8 Nov 8, 2023
@renovate renovate bot reopened this Nov 8, 2023
@renovate renovate bot restored the renovate/nextcloud-vue-8.x branch November 8, 2023 15:47
@renovate renovate bot force-pushed the renovate/nextcloud-vue-8.x branch 3 times, most recently from 41a37fb to 1a2c387 Compare November 14, 2023 18:56
@renovate renovate bot force-pushed the renovate/nextcloud-vue-8.x branch from 1a2c387 to 06f4b6d Compare November 17, 2023 22:15
@renovate renovate bot force-pushed the renovate/nextcloud-vue-8.x branch 2 times, most recently from 9a5b392 to 8a5ac3e Compare December 5, 2023 18:47
@renovate renovate bot force-pushed the renovate/nextcloud-vue-8.x branch from 8a5ac3e to 68d00f8 Compare December 27, 2023 13:53
Copy link
Contributor Author

renovate bot commented Dec 28, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

renovate bot and others added 4 commits December 29, 2023 13:11
Nextcloud Vue 8 expects the name attribute
to keep the title attribute for actual element titles

Signed-off-by: Max <[email protected]>
Do not rely on one test to run in the others.

Signed-off-by: Max <[email protected]>
@max-nextcloud max-nextcloud merged commit 17b2bab into main Dec 29, 2023
53 checks passed
@delete-merged-branch delete-merged-branch bot deleted the renovate/nextcloud-vue-8.x branch December 29, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant