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.13.0 to 8.17.0 #2458

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2024

Bumps @nextcloud/vue from 8.13.0 to 8.17.0.

Release notes

Sourced from @​nextcloud/vue's releases.

v8.17.0

v8.17.0 (2024-08-21)

Full Changelog

🚀 Enhancements

  • feat(NcButton): Allow to specify target attribute for buttons with href #5938 (mejo-)
  • feat(NcDialog): Allow to make the dialog a form #5932 (susnux)
  • feat(NcListItem): allow to control the display of a three dot menu #5980 (DorraJaouad)
  • feat(NcCounterBubble): add count prop for humanized count display #5863 (ShGKme)
  • feat(useHotKey): add composable for keyboard shortcuts #5899 (Antreesy)

🐛 Fixed bugs

  • fix(NcActions): Role menu needs a label assigned so label by trigger #5933 (susnux)
  • fix(NcListItem): Adjust icon color when the list item is active #5936 (susnux)
  • fix(NcCounterBubble): make it perfectly aligned circle #5948 (ShGKme)
  • fix(NcAvatar): extend variable size of status icons #5959 (Antreesy)
  • fix(NcActions): NcActionCheckbox and NcActionRadio icon alignment #5958 (GretaD)
  • fix(NcCheckboxRadioSwitch): adjust to new border radius #5974 (ShGKme)
  • fix: use --header-height instead of 50px constant #5973 (ShGKme)
  • fix(NcAppSettingsDialog): Adjust navigation entries to match Nextcloud 30 design #5963 (susnux)
  • fix(NcAppNavigationCaption): make name ellipsize #5982 (GVodyanov)
  • fix(NcAppNavigation): add border-right #5953 (marcoambrosini)
  • fix(NcRichText): modify MENTION_START regex to work on older MobileSafari versions #5976 (arthurlockman)
  • fix(NcCounterBubble): increase size #5985 (ShGKme)
  • fix(NcRichContenteditable): adjust to new design #5992 (ShGKme)

Changed

  • chore(docs): specify more Nextcloud versions in styleguidist #5930 (ShGKme)
  • refactor(NcModal): get rid of unneeded calc() #5984 (ShGKme)
  • Updated translations

v8.16.0

v8.16.0 (2024-08-05)

Full Changelog

🚀 Enhancements

  • feat(NcNoteCard): Add text prop to pass the content of the note card #5894 (susnux)
  • feat(NcPasswordField): Add as-text prop to remove autocomplete #5896 (ShGKme)
  • feat(NcListItem): Provide additional slots for NcActions / extra actions customization #5870 (Antreesy)
  • feat(NcUserBubble): Add RouterLink support #5708 #5917 (Antreesy)

🐛 Fixed bugs

  • fix(NcSelect): Ensure that component height is the same as input element #5883 (susnux)
  • fix(style): Adjust elements styles to unit-less line-height #5889 (ShGKme)
  • fix(NcSettingsSection): Remove default h2 margin-top #5897 (ShGKme)
  • fix(NcCounterButton): Adjust min-width to make it a right circle #5905 (ShGKme)
  • fix(NcDashboardWidgetItem): Fix alignment of dashboard list items #5914 (juliushaertl)
  • fix(NcNoteCard): Adjust padding and margin #5893 (susnux)

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

v8.17.0 (2024-08-21)

Full Changelog

🚀 Enhancements

  • feat(NcButton): Allow to specify target attribute for buttons with href #5938 (mejo-)
  • feat(NcDialog): Allow to make the dialog a form #5932 (susnux)
  • feat(NcListItem): allow to control the display of a three dot menu #5980 (DorraJaouad)
  • feat(NcCounterBubble): add count prop for humanized count display #5863 (ShGKme)
  • feat(useHotKey): add composable for keyboard shortcuts #5899 (Antreesy)

🐛 Fixed bugs

  • fix(NcActions): Role menu needs a label assigned so label by trigger #5933 (susnux)
  • fix(NcListItem): Adjust icon color when the list item is active #5936 (susnux)
  • fix(NcCounterBubble): make it perfectly aligned circle #5948 (ShGKme)
  • fix(NcAvatar): extend variable size of status icons #5959 (Antreesy)
  • fix(NcActions): NcActionCheckbox and NcActionRadio icon alignment #5958 (GretaD)
  • fix(NcCheckboxRadioSwitch): adjust to new border radius #5974 (ShGKme)
  • fix: use --header-height instead of 50px constant #5973 (ShGKme)
  • fix(NcAppSettingsDialog): Adjust navigation entries to match Nextcloud 30 design #5963 (susnux)
  • fix(NcAppNavigationCaption): make name ellipsize #5982 (GVodyanov)
  • fix(NcAppNavigation): add border-right #5953 (marcoambrosini)
  • fix(NcRichText): modify MENTION_START regex to work on older MobileSafari versions #5976 (arthurlockman)
  • fix(NcCounterBubble): increase size #5985 (ShGKme)
  • fix(NcRichContenteditable): adjust to new design #5992 (ShGKme)

Changed

  • chore(docs): specify more Nextcloud versions in styleguidist #5930 (ShGKme)
  • refactor(NcModal): get rid of unneeded calc() #5984 (ShGKme)
  • Updated translations

v8.16.0 (2024-08-05)

Full Changelog

🚀 Enhancements

  • feat(NcNoteCard): Add text prop to pass the content of the note card #5894 (susnux)
  • feat(NcPasswordField): Add as-text prop to remove autocomplete #5896 (ShGKme)
  • feat(NcListItem): Provide additional slots for NcActions / extra actions customization #5870 (Antreesy)
  • feat(NcUserBubble): Add RouterLink support #5708 #5917 (Antreesy)

🐛 Fixed bugs

  • fix(NcSelect): Ensure that component height is the same as input element #5883 (susnux)
  • fix(style): Adjust elements styles to unit-less line-height #5889 (ShGKme)
  • fix(NcSettingsSection): Remove default h2 margin-top #5897 (ShGKme)
  • fix(NcCounterButton): Adjust min-width to make it a right circle #5905 (ShGKme)
  • fix(NcDashboardWidgetItem): Fix alignment of dashboard list items #5914 (juliushaertl)
  • fix(NcNoteCard): Adjust padding and margin #5893 (susnux)
  • fix(NcAvatar): Make button element round as the avatar #5898 #5916 (Antreesy))

Changed

  • Updated translations

... (truncated)

Commits
  • f84ff80 Merge pull request #5994 from nextcloud-libraries/chore/v8.17.0
  • b146e56 Merge pull request #6001 from nextcloud-libraries/dependabot/npm_and_yarn/cor...
  • b0effa3 Merge pull request #6000 from nextcloud-libraries/dependabot/npm_and_yarn/vit...
  • ce65be3 chore(deps-dev): Bump core-js from 3.38.0 to 3.38.1
  • fd301b1 chore(deps-dev): Bump vite from 5.4.1 to 5.4.2
  • 8b8bf00 chore: Prepare v8.17.0
  • 32e4673 Merge pull request #5899 from nextcloud-libraries/feat/noid/key-stroke-directive
  • 71a99df Merge pull request #5992 from nextcloud-libraries/fix/NcRichContenteditable--...
  • 95dfaaa feat: add useHotKey composable
  • ddaeea8 chore(docs): add documentation section for composables
  • 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 @nextcloud-command.


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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 22, 2024
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 Aug 22, 2024

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

github-actions bot commented Aug 22, 2024

Test Results

   12 files    584 suites   1m 33s ⏱️
  575 tests   575 ✅ 0 💤 0 ❌
2 300 runs  2 299 ✅ 1 💤 0 ❌

Results for commit c1cbc81.

♻️ This comment has been updated with latest results.

@christianlupus
Copy link
Collaborator

@dependabot rebase

Bumps [@nextcloud/vue](https:/nextcloud-libraries/nextcloud-vue) from 8.13.0 to 8.17.0.
- [Release notes](https:/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https:/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vue@v8.13.0...v8.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/vue-8.17.0 branch from 288f0a7 to c1cbc81 Compare August 25, 2024 14:06
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

@christianlupus christianlupus merged commit 76a8963 into master Aug 25, 2024
31 of 33 checks passed
@christianlupus christianlupus deleted the dependabot/npm_and_yarn/nextcloud/vue-8.17.0 branch August 25, 2024 14:37
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants