Skip to content

chore(deps): Bump @nextcloud/vue from 8.33.0 to 8.39.0#803

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

chore(deps): Bump @nextcloud/vue from 8.33.0 to 8.39.0#803
dependabot[bot] wants to merge 1 commit into
stable32from
dependabot/npm_and_yarn/stable32/nextcloud/vue-8.39.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/vue from 8.33.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

v8.37.0

What's Changed

🚀 Enhancements

🐛 Fixed bugs

... (truncated)

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

v8.37.0 (2026-03-13)

Full Changelog

🚀 Enhancements

  • feat(NcFilePicker): add picker component to select local files #8180
  • feat(emoji): extend 'emojiAddRecent' to allow pass emoji as an argument #8290

🐛 Fixed bugs

  • fix(NcTextArea): area resize does not resize component #8161 (JuliaKirschenheuter)
  • fix(NcButton): remove active effect from disabled buttons #8177
  • fix(NcInputField): use overflow-wrap: anywhere instead of word-break: break-all for the helper text #8262
  • fix(NcModal): properly handle modal name size #8268

... (truncated)

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
Maintainer changes

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


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.

Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.33.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.33.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>
@dependabot dependabot Bot added the 3. to review Waiting for reviews label May 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 9, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: feature: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@nextcloud-command nextcloud-command left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@susnux

susnux commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 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 29, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.39.0 branch June 29, 2026 11:47
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants