Skip to content

chore(deps): Bump @nextcloud/vue from 9.9.0 to 9.11.0 - #269

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nextcloud/vue-9.11.0
Open

chore(deps): Bump @nextcloud/vue from 9.9.0 to 9.11.0#269
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nextcloud/vue-9.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/vue from 9.9.0 to 9.11.0.

Release notes

Sourced from @​nextcloud/vue's releases.

v9.11.0

v9.11.0 (2026-08-28)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

  • fix(NcActionInput): display arrow icon for submit #8884 (odzhychko)
  • fix(NcActions) Listen on afterHide instead of non-existing afterClosed. #8870 (rotdrop)
  • fix(NcSelect): align the multiple variant width with the single one #8893 (skjnldsv)
  • fix(NcAppNavigationItem): backwards tabbing action selection #8821 ([GVodyanov)

v9.10.0

v9.10.0 (2026-08-24)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

  • fix(actions): top-align icons with multi-line action labels #8730 (jancborchardt)
  • fix(NcAppNavigationToggle): Use more common left panel toggle icon #8746 (kra-mo)
  • fix(NcAppNavigationItem): close mobile navigation on router-link click #8732 (jancborchardt)
  • fix(NcDateTimePicker): use translated words in dates formatted with a format string #8644 (odzhychko)
  • fix(NcAppNavigationItem): tabbing on editable items #8212 (GVodyanov)
  • fix: generating avatar with unusual display name #8792 (madbob)
  • fix(NcDateTimePicker): handle text input for default formatting #8657 (odzhychko)
  • fix(NcAppNavigation, NcAppSidebar): More graceful animations #8691 (kra-mo)
  • fix(NcDateTimePicker): avoid rerendering picker on locale change #8836 (odzhychko)
  • fix(useFormatDateTime): properly handle invalid dates #8852 (susnux)
  • fix(NcProgressBar): properly assign attributes #8851 (susnux)
  • fix(NcSelect): truncate long selected labels without overflowing the input #8829 (Koc)
  • fix(NcCheckboxRadioSwitch): expose switch type with role=switch #8747 (skjnldsv)

Other Changes

  • chore: make prerelease script reusable, ignore bots #8731 (Antreesy)
  • test(NcDateTimePicker): shrink number of locales for the snapshot test case #8825 (odzhychko)
Changelog

Sourced from @​nextcloud/vue's changelog.

v9.11.0 (2026-08-28)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

  • fix(NcActionInput): display arrow icon for submit #8884 (odzhychko)
  • fix(NcActions) Listen on afterHide instead of non-existing afterClosed. #8870 (rotdrop)
  • fix(NcSelect): align the multiple variant width with the single one #8893 (skjnldsv)
  • fix(NcAppNavigationItem): backwards tabbing action selection #8821 ([GVodyanov)

v9.10.0 (2026-08-24)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

  • fix(actions): top-align icons with multi-line action labels #8730 (jancborchardt)
  • fix(NcAppNavigationToggle): Use more common left panel toggle icon #8746 (kra-mo)
  • fix(NcAppNavigationItem): close mobile navigation on router-link click #8732 (jancborchardt)
  • fix(NcDateTimePicker): use translated words in dates formatted with a format string #8644 (odzhychko)
  • fix(NcAppNavigationItem): tabbing on editable items #8212 (GVodyanov)
  • fix: generating avatar with unusual display name #8792 (madbob)
  • fix(NcDateTimePicker): handle text input for default formatting #8657 (odzhychko)
  • fix(NcAppNavigation, NcAppSidebar): More graceful animations #8691 (kra-mo)
  • fix(NcDateTimePicker): avoid rerendering picker on locale change #8836 (odzhychko)
  • fix(useFormatDateTime): properly handle invalid dates #8852 (susnux)
  • fix(NcProgressBar): properly assign attributes #8851 (susnux)
  • fix(NcSelect): truncate long selected labels without overflowing the input #8829 (Koc)
  • fix(NcCheckboxRadioSwitch): expose switch type with role=switch #8747 (skjnldsv)

Other Changes

  • chore: make prerelease script reusable, ignore bots #8731 (Antreesy)
  • test(NcDateTimePicker): shrink number of locales for the snapshot test case #8825 (odzhychko)
Commits
  • 0771c4e Merge pull request #8895 from nextcloud-libraries/chore/v9-11
  • 5ad44d6 fix: changelox syntax
  • 009ab49 Merge pull request #8821 from nextcloud-libraries/fix/backwards-tabbing-navig...
  • 93b6e3c chore: prepare v9.11.0
  • 8209959 Merge pull request #8893 from nextcloud-libraries/fix/ncselect-multiple-width
  • 2f9cff0 Merge pull request #8787 from nextcloud-libraries/feat/ncselect-helper-text
  • 9f187b7 fix: css variable usage
  • 8055bce fix(NcSelect): align the multiple variant width with the single one
  • f9bb060 Merge pull request #8892 from nextcloud-libraries/dependabot/npm_and_yarn/esl...
  • 42f321c Merge pull request #8891 from nextcloud-libraries/dependabot/npm_and_yarn/typ...
  • Additional commits viewable in compare view

@github-actions
github-actions Bot enabled auto-merge September 6, 2026 01:03
@mejo-

mejo- commented Sep 9, 2026

Copy link
Copy Markdown
Member

/dependabot recreate

Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 9.9.0 to 9.11.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vue@v9.9.0...v9.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/nextcloud/vue-9.11.0 branch from 9db5a2d to 3f56dc8 Compare September 9, 2026 14:36
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