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): bump @nextcloud/vue from 7.12.7 to v8 (main) #9167

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 #​4886 (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 on wednesday" in timezone Europe/Vienna, 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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@GretaD
Copy link
Contributor

GretaD commented Dec 13, 2023

closing on behalf of #9144

@GretaD GretaD closed this Dec 13, 2023
Copy link
Contributor Author

renovate bot commented Dec 13, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 8.x releases. But if you manually upgrade to 8.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/main-nextcloud-vue-8.x branch December 13, 2023 08:42
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