Skip to content

[stable33] build(deps): Bump @nextcloud/vue from 9.6.0 to 9.7.0#17824

Merged
Antreesy merged 1 commit intostable33from
dependabot/npm_and_yarn/stable33/nextcloud/vue-9.7.0
Apr 27, 2026
Merged

[stable33] build(deps): Bump @nextcloud/vue from 9.6.0 to 9.7.0#17824
Antreesy merged 1 commit intostable33from
dependabot/npm_and_yarn/stable33/nextcloud/vue-9.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps @nextcloud/vue from 9.6.0 to 9.7.0.

Release notes

Sourced from @​nextcloud/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 @​nextcloud/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 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript labels Apr 27, 2026
@github-actions github-actions Bot changed the title build(deps): Bump @nextcloud/vue from 9.6.0 to 9.7.0 [stable33] build(deps): Bump @nextcloud/vue from 9.6.0 to 9.7.0 Apr 27, 2026
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>
@Antreesy Antreesy force-pushed the dependabot/npm_and_yarn/stable33/nextcloud/vue-9.7.0 branch from e196c0e to 6c5d218 Compare April 27, 2026 15:59
@Antreesy Antreesy merged commit 9304798 into stable33 Apr 27, 2026
52 of 53 checks passed
@Antreesy Antreesy deleted the dependabot/npm_and_yarn/stable33/nextcloud/vue-9.7.0 branch April 27, 2026 16:02
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.

1 participant