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

chore(deps): Bump @nextcloud/vue from 8.4.0 to 8.5.1 #11467

Merged
merged 3 commits into from
Jan 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2024

Bumps @nextcloud/vue from 8.4.0 to 8.5.1.

Release notes

Sourced from @​nextcloud/vue's releases.

v8.5.1

What's Changed

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-vue@v8.5.0...v8.5.1

v8.5.0

v8.5.0 (2024-01-23)

Full Changelog

🚀 Enhancements

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

v8.5.1 (2024-01-24)

Full Changelog

🐛 Fixed bugs

  • fix(NcPopover): a11y attrs provide-inject reactivity #5142 (ShGKme)
  • fix(NcCheckboxRadioSwitch): On button style align the text vertically #5151 (susnux)
  • fix: removed groupings in timezone picker #5130 (emoral435)
  • fix(fields): adjust label line-height #5133 (ShGKme)
  • fix(header): width regression fixed #5129 (emoral435)
  • fix(NcCheckboxRadioSwitch): Make sure to include current value in checked array #5150 (susnux)
  • fix: Ensure no double scrollbars for NcDialog and NcAppNavigationSettings #5139 (susnux)

Other Changes

  • Updated translation
  • chore: Fix missing PR from changelog #5125 (Pytal)
  • chore: Migrate cypress config to vite instead of webpack #4961 (susnux)
  • chore(styleguide): set line-height from server styles #5132 (ShGKme)

v8.5.0 (2024-01-23)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

... (truncated)

Commits
  • 34fc5cb Revert "Merge pull request #5134 from nextcloud-libraries/feat/nc-action-butt...
  • ce18c5c Merge pull request #5152 from nextcloud-libraries/chore/prepare-8-5-1
  • e044786 chore: Prepare 8.5.1
  • ec4c1fb Merge pull request #5154 from nextcloud-libraries/translations_ef429a9836fb49...
  • 1542843 Translate l10n/messages.pot in de_DE
  • 8ca5508 Translate l10n/messages.pot in tr
  • c6688af Translate l10n/messages.pot in cs_CZ
  • 0b6b38b Translate l10n/messages.pot in sv
  • dceef1e Merge pull request #5131 from nextcloud-libraries/fix/actions-focus-in-avatar
  • 16bff11 test(NcAvatar): Test aria-label on menu toggle
  • 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 @Antreesy.


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 labels Jan 27, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/vue-8.5.1 branch from 73d1f1e to fc0c2bc Compare January 28, 2024 17:40
@Antreesy Antreesy marked this pull request as draft January 28, 2024 18:05
@Antreesy
Copy link
Contributor

Antreesy commented Jan 28, 2024

PRs to check before merge:

8.5.1

  • fix: removed groupings in timezone picker
  • fix(fields): adjust label line-height
  • fix(header): width regression fixed
  • fix(NcCheckboxRadioSwitch): Make sure to include current value in cheched array
  • fix: Ensure no double scrollbars for NcDialog and NcAppNavigationSettings
  • fix(NcCheckboxRadioSwitch): On button style align the text vertically
  • fix(NcPopover): a11y attrs provide-inject reactivity
  • fix(NcAvatar): Remove span wrapper button semantics in favour of internal button components
  • chore(styleguide): set line-height from server styles

8.5.0

  • enh(NcSelect): Add visible input label
    • [Vue warn]: [NcSelect] An inputLabel or ariaLabelCombobox should be set.
  • feat(NcModal): Set return focus element on focus trap deactivation
  • Harmonize focus-visible styles for vue-navigation item with none-vue navigation item
  • feat(NcActionInput): allow to append NcSelect to body
  • enh(NcSelect): Improve accessibility
  • enh: Make the date time formatting reusable for applications
  • enh(NcHeaderMenu): Close navigation header menu on focusout
  • enh(a11y): added aria-label that matches title attr on icon
  • feat: Add NcUserStatusIcon
  • enh(breadcrumb): conditionally renders button when no redirection link given
  • feat(NcPopover): provide a11y attributes to the trigger
  • feat(NcDialog): add navigationAriaLabel and navigationAriaLabelledBy props
  • enh(NcContent): Add skip content buttons
  • enh(NcInputField): Support numeric values - if numeric also emit numeric
    • follow-up for BreakoutRoomsEditor - migrate to NcInputField
  • feat(NcProgressBar): add circular progress bar
  • feat(NcReferenceList): Add support for a fallback reference widget
  • enh(NcEmojiPicker): Always show skin tone selector + save selection
    • ⚠️ container will be fixed in 8.6.0
  • feat(NcActionButton): Allow pressed state on NcActionButton - similar to NcButton
    • follow-up for conversation filter buttons?
  • feat(NcRichText) add support of GFM (extended markdown)
    • follow-up for NewMessage: extended markdown + interactive (issues 10066, 11402, 11405)
  • fix(NcCheckboxRadioSwitch): fix shift+click on firefox
  • fix(NcCheckboxRadioSwitch): use correct padding
  • fix(NcCheckboxRadioSwitch): improve rendering and prevent unecessary elements
  • fix(NcAppNavigation): change h2 to span
  • fix(NcDateTimePicker): Use ISO week numbers if showWeekNumber is set
  • fix(NcActions): In case of inline actions make sure to support icon as URL
  • fix(NcDialog): allow to close NcDialog on click outside
  • fix(NcRelatedResourcesPanel): Fix invalid URL query params
  • fix(NcBreadcrumbs): improve the breadcrumbs shrinking behaviour
  • fix(NcInput): input disabled appearance
  • fix(NcButton): use a as tag for router-link
  • fix(NcSelect): remove visual gap on top of the list
  • Remove unneeded tab, tablist and aria-selected roles from navigation
  • fix(NcCheckboxRadioSwitch): Fix invalid indeterminate checkbox semantics
  • Remove inaccessible opacity from SettingsSection
  • fix(NcPopover): fix docs example
  • fix(NcPopover): check trigger a11y compatible with Vue 3
  • fix(NcHeaderMenu): mouse in now pointer
  • fix(NcActions): use new slots api
  • fix(NcButton): pressed state a11y
  • Fix additionalTrapElements to accept HTMLelements as well
  • refactor(NcCheckboxRadioSwitch): move comment to have a single root node
  • refactor(NcActionButtonGroup): replace computed of constant with constant
  • chore(docs): correct list types values for styleguidist in NcCheckboxRadioSwitch

@Antreesy
Copy link
Contributor

To fix a JEST failure, modify jest.config.js with following:

 const ignorePatterns = [
	...
+	'ccount', // ESM dependency of remark-gfm
	...
+	'longest-streak', // ESM dependency of remark-gfm
+	'markdown-table', // ESM dependency of remark-gfm
	...
+	'zwitch', // ESM dependency of remark-gfm
 ]
 
 module.exports = {

@Antreesy Antreesy linked an issue Jan 28, 2024 that may be closed by this pull request
@DorraJaouad DorraJaouad force-pushed the dependabot/npm_and_yarn/nextcloud/vue-8.5.1 branch from d8b76bd to 94ea200 Compare January 29, 2024 16:32
dependabot bot and others added 3 commits January 29, 2024 17:35
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.4.0 to 8.5.1.
- [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.4.0...v8.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
@Antreesy Antreesy force-pushed the dependabot/npm_and_yarn/nextcloud/vue-8.5.1 branch from 94ea200 to e99bda5 Compare January 29, 2024 16:48
@Antreesy Antreesy marked this pull request as ready for review January 29, 2024 16:48
@Antreesy
Copy link
Contributor

@dependabot merge

@Antreesy
Copy link
Contributor

/backport to stable28

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 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.

@dependabot dependabot bot merged commit 138ec24 into main Jan 29, 2024
37 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nextcloud/vue-8.5.1 branch January 29, 2024 18:57
Copy link

backportbot bot commented Jan 29, 2024

The backport to stable28 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable28
git pull origin stable28

# Create the new backport branch
git checkout -b backport/11467/stable28

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 52bdbceed1056a91a193c0883fee76e8de858fc5 c1601ae4cf863630b2fd2747836c7b25f7c5f7ff e99bda5f0230e6a2be92901bd0d41be1fc82baee

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/11467/stable28

Error: Failed to create pull request: Failed to request reviews: Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the nextcloud/spreed repository.


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default user status is overlap user avatar in autocomplete options
3 participants