Skip to content

build(deps): bump @nextcloud/vue from 8.31.0 to 9.13.0 - #621

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

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/nextcloud/vue-9.13.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/vue from 8.31.0 to 9.13.0.

Release notes

Sourced from @​nextcloud/vue's releases.

v9.13.0

v9.13.0 (2026-09-17)

Full Changelog

🚀 Enhancements

  • feat(NcModal): expose the slideshow state as a model #8955 (skjnldsv)
  • feat(NcAvatar): add a version prop for longer avatar caching #8959 (pringelmann)

🐛 Fixed bugs

  • fix(NcAppNavigation): also emit navigation-toggled on mobile change #8353 (skjnldsv)
  • fix(dialog): specificity of mobile selector #8956 (pulsejet)

Other Changes

  • refactor(NcAppContent*): migrate to <script setup> #8864 (susnux)
  • refactor(NcAppContent*): migrate components to Typescript #8863 (susnux)
  • chore(deps): update @nextcloud/files to v4.1.0 #8972 (susnux)
  • Updated dependencies
  • Updated translations

v9.12.0

v9.12.0 (2026-09-11)

Full Changelog

🚀 Enhancements

  • feat(NcUploadPicker): migrate component from @nextcloud/upload #7882 (susnux)

🐛 Fixed bugs

Other Changes

  • Revert "feat(NcAppNavigation): add animation effect for navigation items" #8939 (susnux)
  • Updated dependencies
  • Updated translations

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)

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

v9.13.0 (2026-09-17)

Full Changelog

🚀 Enhancements

  • feat(NcModal): expose the slideshow state as a model #8955 (skjnldsv)
  • feat(NcAvatar): add a version prop for longer avatar caching #8959 (pringelmann)

🐛 Fixed bugs

  • fix(NcAppNavigation): also emit navigation-toggled on mobile change #8353 (skjnldsv)
  • fix(dialog): specificity of mobile selector #8956 (pulsejet)

Other Changes

  • refactor(NcAppContent*): migrate to <script setup> #8864 (susnux)
  • refactor(NcAppContent*): migrate components to Typescript #8863 (susnux)
  • chore(deps): update @nextcloud/files to v4.1.0 #8972 (susnux)
  • Updated dependencies
  • Updated translations

v9.12.0 (2026-09-11)

Full Changelog

🚀 Enhancements

  • feat(NcUploadPicker): migrate component from @nextcloud/upload #7882 (susnux)

🐛 Fixed bugs

Other Changes

  • Revert "feat(NcAppNavigation): add animation effect for navigation items" #8939 (susnux)
  • Updated dependencies
  • Updated translations

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)

... (truncated)

Commits
  • 5798327 Merge pull request #8971 from nextcloud-libraries/chore/v9-13
  • 154bdea chore: prepare v9.13.0
  • 1b749ca Merge pull request #8959 from nextcloud-libraries/feat/avatar-url-version
  • 487d70a Merge pull request #8972 from nextcloud-libraries/chore/update-files
  • 0899af5 fix: remove unused @ts-expect-error
  • f08cc2a refactor(getAvatarUrl): build the URL via generateAvatarUrl
  • 0218703 chore(deps): update @nextcloud/files to v4.1.0
  • f352a0d feat(NcAvatar): add a version prop for longer avatar caching
  • 3e76ad3 Merge pull request #8353 from nextcloud-libraries/fix/ncappnav-emit-mobile
  • 9c13126 fix(NcAppNavigation): emit the state the viewport just set
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​nextcloud/vue since your current version.


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

Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.31.0 to 9.13.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@v8.31.0...v9.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 26, 2026
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.

0 participants