Skip to content

Chore(deps): Bump @nextcloud/vue from 8.37.0 to 8.39.0#1341

Closed
dependabot[bot] wants to merge 2 commits into
stable32from
dependabot/npm_and_yarn/stable32/nextcloud/vue-8.39.0
Closed

Chore(deps): Bump @nextcloud/vue from 8.37.0 to 8.39.0#1341
dependabot[bot] wants to merge 2 commits into
stable32from
dependabot/npm_and_yarn/stable32/nextcloud/vue-8.39.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/vue from 8.37.0 to 8.39.0.

Release notes

Sourced from @​nextcloud/vue's releases.

v8.39.0

v8.39.0 (2026-05-07)

Full Changelog

What's Changed

🚀 Enhancements

  • [stable8] feat: change NcAppNavigationItem/NcListItem active state design and NcAppContent edge style on Nextcloud 34+ #8498 #8512 (nfebe)
  • [stable8] feat(NcAppSidebarTab): Redesign active tab as rounded filled pill #8501 (nfebe)
  • [stable8] feat(NcAppSettingsDialog): new navigation design #8503 (nfebe)

v8.38.0

v8.38.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

🐛 Fixed bugs

Other Changes

Changelog

Sourced from @​nextcloud/vue's changelog.

v8.39.0 (2026-05-07)

Full Changelog

What's Changed

🚀 Enhancements

  • [stable8] feat: change NcAppNavigationItem/NcListItem active state design and NcAppContent edge style on Nextcloud 34+ #8498 (nfebe)
  • [stable8] feat(NcAppSidebarTab): Redesign active tab as rounded filled pill #8501 (nfebe)
  • [stable8] feat(NcAppSettingsDialog): new navigation design #8503 (nfebe)

v8.38.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/v8.39.0/unknown:protocol)
    • [unresolved relative link](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v8.39.0/internal_route)
    • [relative parameters](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v8.39.0/?parameters=1)
    • [relative anchor](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v8.39.0/#anchor)

🚀 Enhancements

🐛 Fixed bugs

Other Changes

Commits
  • 23fa873 Merge pull request #8511 from nextcloud-libraries/chore/release/8.39.0
  • 3612117 chore: prepare release v8.39.0
  • 4f0ba16 Merge pull request #8512 from nextcloud-libraries/fix/app-navigation-mobile-bg
  • 703d22a fix(NcAppNavigation): Restore opaque background on mobile
  • f8bf3bc Merge pull request #8503 from nextcloud-libraries/backport/align-settings-tit...
  • d401cbd feat(settings-dialog): Align title with navigation column
  • 697a3ee Merge pull request #8501 from nextcloud-libraries/backport/8447/stable8
  • d1b695a Merge pull request #8498 from nextcloud-libraries/backport/8448/stable8
  • 27ceafc Merge pull request #8506 from nextcloud-libraries/dependabot/npm_and_yarn/sta...
  • 7db3ccb chore(deps): npm dedupe
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added 3. to review dependencies Pull requests that update a dependency file labels May 20, 2026
@skjnldsv skjnldsv enabled auto-merge May 21, 2026 13:07
@skjnldsv

Copy link
Copy Markdown
Member

/compile rebase

dependabot Bot and others added 2 commits May 21, 2026 13:13
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.37.0 to 8.39.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v8.39.0/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vue@v8.37.0...v8.39.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.39.0 branch from 64f275a to 87406ee Compare May 21, 2026 13:14
@skjnldsv skjnldsv disabled auto-merge May 21, 2026 13:17
@skjnldsv

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot @github

dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Looks like @nextcloud/vue is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 30, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.39.0 branch June 30, 2026 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants