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

Build(deps): Bump @nextcloud/vue from 8.0.0-beta.2 to 8.0.0-beta.10 #1033

Merged
merged 1 commit into from Nov 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2023

Bumps @nextcloud/vue from 8.0.0-beta.2 to 8.0.0-beta.10.

Release notes

Sourced from @​nextcloud/vue's releases.

v8.0.0-beta.10

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

Changelog

All notable changes to this project will be documented in this file.

v8 Unreleased (beta)

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

  • 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)

... (truncated)

Commits
  • 23007be 8.0.0-beta.10
  • c410a70 Merge pull request #4754 from nextcloud-libraries/release/beta10
  • 9f314bf 8.0.0-beta.10
  • b39c727 Merge pull request #4751 from nextcloud-libraries/chore/update-vue-select
  • dcc008f Merge pull request #4752 from nextcloud-libraries/dependabot/npm_and_yarn/nex...
  • 39942bd chore(deps): Bump @​nextcloud/vue-select from 3.23.0 to 3.24.0
  • ba409b3 fix(NcSelect): Update @nextcloud/vue-select and add translated options for ...
  • 3f605f3 Merge pull request #4699 from nextcloud-libraries/fix/40706-Contrast_of_focus...
  • bfad217 Create outline for focus-within on RadioSwitch input
  • acabba2 Merge pull request #4730 from nextcloud-libraries/enh/noid/make-components-sc...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @susnux.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 4, 2023
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Copy link

codecov bot commented Nov 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3713646) 40.74% compared to head (a2fd64b) 100.00%.
Report is 10 commits behind head on master.

❗ Current head a2fd64b differs from pull request most recent head 470f5e9. Consider uploading reports for the commit 470f5e9 to get more accurate results

Additional details and impacted files
@@              Coverage Diff               @@
##             master     #1033       +/-   ##
==============================================
+ Coverage     40.74%   100.00%   +59.25%     
==============================================
  Files            25        10       -15     
  Lines           648       168      -480     
  Branches         31        31               
==============================================
- Hits            264       168       -96     
+ Misses          384         0      -384     
Flag Coverage Δ
unit ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 15 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.0.0-beta.2 to 8.0.0-beta.10.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vue@v8.0.0-beta.2...v8.0.0-beta.10)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@susnux susnux force-pushed the dependabot/npm_and_yarn/nextcloud/vue-8.0.0-beta.10 branch from a2fd64b to 470f5e9 Compare November 9, 2023 10:58
@susnux
Copy link
Contributor

susnux commented Nov 9, 2023

@dependabot merge

@susnux susnux merged commit fea505e into master Nov 9, 2023
18 checks passed
@susnux susnux deleted the dependabot/npm_and_yarn/nextcloud/vue-8.0.0-beta.10 branch November 9, 2023 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants