Skip to content

build(deps): bump @nextcloud/vue from 8.31.0 to 9.8.0#599

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/nextcloud/vue-9.8.0
Open

build(deps): bump @nextcloud/vue from 8.31.0 to 9.8.0#599
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/nextcloud/vue-9.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 9, 2026

Bumps @nextcloud/vue from 8.31.0 to 9.8.0.

Release notes

Sourced from @​nextcloud/vue's releases.

v9.8.0

v9.8.0 (2026-05-07)

Full Changelog

What's Changed

🚀 Enhancements

  • feat: Semantic font weights for interactive elements #8469 (kra-mo)
  • feat: change NcAppNavigationItem/NcListItem active state design and NcAppContent edge style on Nextcloud 34+ #8448 #8513 (nfebe)
  • feat(NcAppSidebarTab): Redesign active tab as rounded filled pill #8447 (nfebe)
  • feat(NcAppSettingsDialog): new navigation design #8477 (nfebe)

v9.7.0

v9.7.0 (2026-04-24)

Full Changelog

📝 Notes

  • NcRichText component used with useMarkdown = true or useExtendedMarkdown = true no longer renders relative links that can not be resolved by Vue Router. They are might interfere with routing logic and considered not belonging to the application. Examples that are not rendered as a clickable link:
    • [unknown protocols](https://github.com/nextcloud-libraries/nextcloud-vue/blob/HEAD/unknown:protocol)
    • [unresolved relative link](https://github.com/nextcloud-libraries/nextcloud-vue/blob/HEAD/internal_route)
    • [relative parameters](https://github.com/nextcloud-libraries/nextcloud-vue/blob/HEAD/?parameters=1)
    • [relative anchor](https://github.com/nextcloud-libraries/nextcloud-vue/blob/HEAD/#anchor)

🚀 Enhancements

  • feat(NcRichContenteditable): allow to pass menuContainer as string #8417 (Antreesy)

🐛 Fixed bugs

  • fix(NcCheckboxRadioSwitch): use reactive state for group checkbox toggle #8324 (pringelmann)
  • fix(NcRichText): do not escape markdown syntax when resolving reference #8351 (Antreesy)
  • fix(NcPasswordField): reset validation state on change #8350 (Antreesy)
  • fix(NcAppNavigation): close navigation on click outside for mobile dimensions #8284 (grnd-alt)
  • fix(NcAvatar): redirect to guest avatar if avatar does not exist #8440 (skjnldsv)
  • fix(NcModal): prevent focus trap race condition #8093 (nikhil2297)
  • fix(NcRichText): do not render nested links in markdown #8449 (Antreesy)
  • fix(NcRichText)!: do not render invalid relative markdown links #8397 (Antreesy)
  • fix(NcAppNavigationSearch): Show search clear icon only when field contains something #8454 (jancborchardt)

Other Changes

  • Updated translations

New Contributors

v9.6.0

v9.6.0 (2026-03-13)

🚀 Enhancements

  • feat(NcFilePicker): add picker component to select local files #7097 (susnux)
  • feat(emoji): extend 'emojiAddRecent' to allow pass emoji as an argument #8288 (Antreesy)

🐛 Fixed bugs

... (truncated)

Changelog

Sourced from @​nextcloud/vue's changelog.

v9.8.0 (2026-05-07)

Full Changelog

What's Changed

🚀 Enhancements

  • feat: Semantic font weights for interactive elements #8469 (kra-mo)
  • feat: change NcAppNavigationItem/NcListItem active state design and NcAppContent edge style on Nextcloud 34+ #8448 (nfebe)
  • feat(NcAppSidebarTab): Redesign active tab as rounded filled pill #8447 (nfebe)
  • feat(NcAppSettingsDialog): new navigation design #8477 (nfebe)

v9.7.0 (2026-04-24)

Full Changelog

📝 Notes

  • NcRichText component used with useMarkdown = true or useExtendedMarkdown = true no longer renders relative links that can not be resolved by Vue Router. They are might interfere with routing logic and considered not belonging to the application. Examples that are not rendered as a clickable link:
    • [unknown protocols](https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/unknown:protocol)
    • [unresolved relative link](https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/internal_route)
    • [relative parameters](https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/?parameters=1)
    • [relative anchor](https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/#anchor)

🚀 Enhancements

  • feat(NcRichContenteditable): allow to pass menuContainer as string #8417 (Antreesy)

🐛 Fixed bugs

  • fix(NcCheckboxRadioSwitch): use reactive state for group checkbox toggle #8324 (pringelmann)
  • fix(NcRichText): do not escape markdown syntax when resolving reference #8351 (Antreesy)
  • fix(NcPasswordField): reset validation state on change #8350 (Antreesy)
  • fix(NcAppNavigation): close navigation on click outside for mobile dimensions #8284 (grnd-alt)
  • fix(NcAvatar): redirect to guest avatar if avatar does not exist #8440 (skjnldsv)
  • fix(NcModal): prevent focus trap race condition #8093 (nikhil2297)
  • fix(NcRichText): do not render nested links in markdown #8449 (Antreesy)
  • fix(NcRichText)!: do not render invalid relative markdown links #8397 (Antreesy)
  • fix(NcAppNavigationSearch): Show search clear icon only when field contains something #8454 (jancborchardt)

Other Changes

  • Updated translations

New Contributors

v9.6.0 (2026-03-13)

Full Changelog

🚀 Enhancements

  • feat(NcFilePicker): add picker component to select local files #7097 (susnux)
  • feat(emoji): extend 'emojiAddRecent' to allow pass emoji as an argument #8288 (Antreesy)

🐛 Fixed bugs

  • fix(NcTextArea): area resize does not resize component #8175
  • fix(NcButton): remove active effect from disabled buttons #8176 (Antreesy)

... (truncated)

Commits
  • 4eeb393 Merge pull request #8510 from nextcloud-libraries/chore/release/9.8.0
  • 024de33 chore: prepare release v9.8.0
  • c742e14 Merge pull request #8495 from nextcloud-libraries/dependabot/npm_and_yarn/esl...
  • cc04281 chore(deps-dev): bump eslint from 10.2.1 to 10.3.0
  • 45c21b7 Merge pull request #8518 from nextcloud-libraries/dependabot/npm_and_yarn/typ...
  • 987caad Merge pull request #8517 from nextcloud-libraries/dependabot/npm_and_yarn/nex...
  • 25433a0 chore(deps-dev): bump @​types/node from 24.12.2 to 24.12.3
  • 3d387c4 chore(deps-dev): bump @​nextcloud/stylelint-config from 3.2.1 to 3.2.2
  • ae0d712 Merge pull request #8513 from nextcloud-libraries/backport/8512/main
  • 5f1bbf8 fix(NcAppNavigation): Restore opaque background on mobile
  • 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.8.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.8.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-version: 9.8.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 May 9, 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