Skip to content

Chore(deps): Bump @nextcloud/vue from 9.6.0 to 9.7.0 - #1561

Merged
skjnldsv merged 1 commit into
mainfrom
dependabot/npm_and_yarn/nextcloud/vue-9.7.0
May 15, 2026
Merged

Chore(deps): Bump @nextcloud/vue from 9.6.0 to 9.7.0#1561
skjnldsv merged 1 commit into
mainfrom
dependabot/npm_and_yarn/nextcloud/vue-9.7.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/vue from 9.6.0 to 9.7.0.

Release notes

Sourced from @鈥媙extcloud/vue's releases.

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

Changelog

Sourced from @鈥媙extcloud/vue's changelog.

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

Commits
  • 034beb5 Merge pull request #8470 from nextcloud-libraries/release/v9.7.0
  • 1b75828 chore: prepare release v9.7.0
  • 591e966 Merge pull request #8454 from nextcloud-libraries/fix/search-clear-icon
  • ea71fe9 Merge pull request #8475 from nextcloud-libraries/dependabot/npm_and_yarn/p-q...
  • 4153189 chore(deps): bump p-queue from 9.1.2 to 9.2.0
  • 883b975 Merge pull request #8476 from nextcloud-libraries/dependabot/npm_and_yarn/jsd...
  • f120df4 Merge pull request #8474 from nextcloud-libraries/dependabot/npm_and_yarn/foc...
  • 1d01ee6 chore(deps-dev): bump jsdom from 29.0.2 to 29.1.0
  • ca7c0bc chore(deps): bump focus-trap from 8.0.1 to 8.1.0
  • e2dc416 Merge pull request #8472 from nextcloud-libraries/translations_a29bf79827304d...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels May 9, 2026
@skjnldsv
skjnldsv enabled auto-merge May 15, 2026 07:27
@skjnldsv

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 9.6.0 to 9.7.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.6.0...v9.7.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-version: 9.7.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.7.0 branch from 40400f8 to 19b09a0 Compare May 15, 2026 07:28
@skjnldsv
skjnldsv merged commit 9799c0c into main May 15, 2026
44 checks passed
@skjnldsv
skjnldsv deleted the dependabot/npm_and_yarn/nextcloud/vue-9.7.0 branch May 15, 2026 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant