Skip to content

chore(deps): bump @nextcloud/vue from 8.40.0 to 8.41.0 in /build/frontend-legacy - #64071

Open
dependabot[bot] wants to merge 2 commits into
stable34from
dependabot/npm_and_yarn/build/frontend-legacy/stable34/nextcloud/vue-8.41.0
Open

dependabot[bot] wants to merge 2 commits into
stable34from
dependabot/npm_and_yarn/build/frontend-legacy/stable34/nextcloud/vue-8.41.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/vue from 8.40.0 to 8.41.0.

Release notes

Sourced from @​nextcloud/vue's releases.

v8.41.0

v8.41.0 (2026-08-25)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

  • fix(NcAppNavigationToggle): Use more common left panel toggle icon #8749 (kra-mo)
  • fix: generating avatar with unusual display name #8816
  • fix(useFormatDateTime): properly handle invalid dates #8855
  • fix(NcCheckboxRadioSwitch): expose switch type with role=switch #8748

Other Changes

  • chore: make prerelease script reusable, ignore bots #8735
Changelog

Sourced from @​nextcloud/vue's changelog.

v8.41.0 (2026-08-25)

Full Changelog

🚀 Enhancements

🐛 Fixed bugs

  • fix(NcAppNavigationToggle): Use more common left panel toggle icon #8749 (kra-mo)
  • fix: generating avatar with unusual display name #8816
  • fix(useFormatDateTime): properly handle invalid dates #8855
  • fix(NcCheckboxRadioSwitch): expose switch type with role=switch #8748

Other Changes

  • chore: make prerelease script reusable, ignore bots #8735
Commits
  • fb44234 Merge pull request #8882 from nextcloud-libraries/chore/prepare-8-41
  • d489a47 Merge pull request #8881 from nextcloud-libraries/backport/8877/stable8
  • 3bf112c chore: prepare v8.41.0
  • 9ce203c fix: remove unnecessary exports from hovercard
  • e9c06f0 Merge pull request #8872 from nextcloud-libraries/backport/8845/stable8
  • 3912ba5 feat: profile hovercard
  • 79edf39 Merge pull request #8788 from nextcloud-libraries/automated/30338895656/serve...
  • 8b83b90 Merge pull request #8790 from nextcloud-libraries/automated/30432394752/serve...
  • a0c807b Merge pull request #8855 from nextcloud-libraries/backport/8852/stable8
  • 935faba fix(useFormatDateTime): properly handle invalid dates
  • Additional commits viewable in compare view

@dependabot
dependabot Bot requested review from a team as code owners September 5, 2026 02:38
@dependabot
dependabot Bot requested review from kristian-zendato, sorbaugh and susnux and removed request for a team September 5, 2026 02:38
@github-actions github-actions Bot changed the title build(deps): bump @nextcloud/vue from 8.40.0 to 8.41.0 in /build/frontend-legacy [stable34] build(deps): bump @nextcloud/vue from 8.40.0 to 8.41.0 in /build/frontend-legacy Sep 5, 2026
@AndyScherzinger AndyScherzinger added this to the Nextcloud 34.0.4 milestone Sep 5, 2026
@AndyScherzinger
AndyScherzinger force-pushed the dependabot/npm_and_yarn/build/frontend-legacy/stable34/nextcloud/vue-8.41.0 branch 2 times, most recently from 173647a to 42333ac Compare September 13, 2026 07:45
@dependabot dependabot Bot changed the title [stable34] build(deps): bump @nextcloud/vue from 8.40.0 to 8.41.0 in /build/frontend-legacy build(deps): bump @nextcloud/vue from 8.40.0 to 8.41.0 in /build/frontend-legacy Sep 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/build/frontend-legacy/stable34/nextcloud/vue-8.41.0 branch from 42333ac to f60b11c Compare September 13, 2026 16:11
@github-actions github-actions Bot changed the title build(deps): bump @nextcloud/vue from 8.40.0 to 8.41.0 in /build/frontend-legacy [stable34] build(deps): bump @nextcloud/vue from 8.40.0 to 8.41.0 in /build/frontend-legacy Sep 13, 2026
@dependabot dependabot Bot changed the title [stable34] build(deps): bump @nextcloud/vue from 8.40.0 to 8.41.0 in /build/frontend-legacy build(deps): bump @nextcloud/vue from 8.40.0 to 8.41.0 in /build/frontend-legacy Sep 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/build/frontend-legacy/stable34/nextcloud/vue-8.41.0 branch from d22a5c3 to 5f9fe4d Compare September 13, 2026 22:37
@AndyScherzinger
AndyScherzinger force-pushed the dependabot/npm_and_yarn/build/frontend-legacy/stable34/nextcloud/vue-8.41.0 branch from 5f9fe4d to 85c5209 Compare September 16, 2026 17:40
@AndyScherzinger

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot dependabot Bot changed the title build(deps): bump @nextcloud/vue from 8.40.0 to 8.41.0 in /build/frontend-legacy chore(deps): bump @nextcloud/vue from 8.40.0 to 8.41.0 in /build/frontend-legacy Sep 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/build/frontend-legacy/stable34/nextcloud/vue-8.41.0 branch from c4a834e to 94dcad6 Compare September 16, 2026 20:24
@AndyScherzinger

Copy link
Copy Markdown
Member

/compile

dependabot Bot and others added 2 commits September 17, 2026 06:52
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.40.0 to 8.41.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v8.41.0/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-vue@v8.40.0...v8.41.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-version: 8.41.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>
@AndyScherzinger
AndyScherzinger force-pushed the dependabot/npm_and_yarn/build/frontend-legacy/stable34/nextcloud/vue-8.41.0 branch from ca00435 to bf0cf7c Compare September 17, 2026 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants