Skip to content

[stable32] build(deps): bump @nextcloud/vue from 8.29.2 to 8.34.0 - #55097

Merged
github-actions[bot] merged 1 commit into
stable32from
dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0
Nov 25, 2025
Merged

[stable32] build(deps): bump @nextcloud/vue from 8.29.2 to 8.34.0#55097
github-actions[bot] merged 1 commit into
stable32from
dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubSep 13, 2025

Copy link
Copy Markdown
Contributor

⚠️Dependabot is rebasing this PR⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @nextcloud/vue from 8.29.2 to 8.31.0.

Release notes

Sourced from @​nextcloud/vue's releases.

v8.31.0

Changelog

v8.31.0 (2025-09-11)

📝 Notes

The NcSettingsInputText component was deprecated, it is no longer used by Nextcloud or Nextcloud apps and not recommended to be used for design reasons.

🚀 Enhancements

  • feat: add NcKbd component #7407
  • feat(NcRadioGroup): add component to group radio buttons #7474

🐛 Fixed bugs

  • fix(NcAssistantIcon): adjust gradient for dark theme #7430
  • fix(NcPopover): regression with this.getPopoverTriggerContainerElement is not a function#7443 (max-nextcloud)
  • fix(NcCheckboxRadioSwitch): ensure label less radio has proper size #7477
  • fix(NcDateTime): adjust for bidi support #7485
  • fix(NcReferenceWidget): harden checks for reference = null #7493
  • fix(NcRadioGroup): fieldsets always need a label for accessibility #7495
  • fix(NcAvatar): make min status size visually accessible #7480
  • fix(NcAppNavigationItem): ensure to pass boolean where needed #7491

Other Changes

  • chore(NcCheckboxRadioSwitch): deprecate button variant in favor of NcRadioGroup#7492
  • chore: deprecate NcSettingsInputText component #7488
  • chore: migrate to ESLint 9 and @​nextcloud/eslint-config 9 #7418 (ShGKme)
  • chore(lint): fix #7425 (ShGKme)
  • chore(test): explicitly import from jest/globals to simplify migration to/from Vitest #7424 (ShGKme)
  • docs: typos in 8.30.0 changelog #7422

v8.30.0

What's Changed

🚀 Enhancements

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-vue@v8.29.2...v8.30.0

Changelog

Sourced from @​nextcloud/vue's changelog.

v8.31.0 (2025-09-11)

📝 Notes

The NcSettingsInputText component was deprecated, it is no longer used by Nextcloud or Nextcloud apps and not recommended to be used for design reasons.

🚀 Enhancements

  • feat: add NcKbd component #7407
  • feat(NcRadioGroup): add component to group radio buttons #7474

🐛 Fixed bugs

  • fix(NcAssistantIcon): adjust gradient for dark theme #7430
  • fix(NcPopover): regression with this.getPopoverTriggerContainerElement is not a function#7443 (max-nextcloud)
  • fix(NcCheckboxRadioSwitch): ensure label less radio has proper size #7477
  • fix(NcDateTime): adjust for bidi support #7485
  • fix(NcReferenceWidget): harden checks for reference = null #7493
  • fix(NcRadioGroup): fieldsets always need a label for accessibility #7495
  • fix(NcAvatar): make min status size visually accessible #7480
  • fix(NcAppNavigationItem): ensure to pass boolean where needed #7491

Other Changes

  • chore(NcCheckboxRadioSwitch): deprecate button variant in favor of NcRadioGroup#7492
  • chore: deprecate NcSettingsInputText component #7488
  • chore: migrate to ESLint 9 and @​nextcloud/eslint-config 9 #7418 (ShGKme)
  • chore(lint): fix #7425 (ShGKme)
  • chore(test): explicitly import from jest/globals to simplify migration to/from Vitest #7424 (ShGKme)
  • docs: typos in 8.30.0 changelog #7422

v8.30.0 (2025-09-01)

🚀 Enhancements

  • feat(NcPopover): auto return focus to trigger button on close #5155 (ShGKme)
  • feat(NcAssistant*): provide components for consistent integrations design #7413
  • feat(NcCheckboxRadioSwitch): Add support for a description field #7395

Other Changes

  • refactor: migrate reference widget related function to Typescript #7417
Commits
  • 89a7787 Merge pull request #7496 from nextcloud-libraries/chore/release-stable8
  • 6f573db chore: prepare release v8.31.0
  • 276ccd7 Merge pull request #7491 from nextcloud-libraries/backport/7489/stable8
  • 9106347 fix(NcAppNavigationItem): ensure to pass boolean where needed
  • a111794 Merge pull request #7492 from nextcloud-libraries/backport/7490/stable8
  • 1e2859c chore(NcCheckboxRadioSwitch): deprecate button variant in favor of NcRadioGroup
  • a387c9c Merge pull request #7495 from nextcloud-libraries/backport/7483/stable8
  • 34abd62 fix(NcRadioGroup): fieldsets always need a label for accessibility
  • 8e85f44 Merge pull request #7493 from nextcloud-libraries/backport/7478/stable8
  • 1e50ef6 fix(NcReferenceList): ensure null references are not passed from parent compo...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @nextcloud-command.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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
dependabotBot requested review from a team as code ownersSeptember 13, 2025 01:17
@dependabot
dependabotBot removed the request for review from a teamSeptember 13, 2025 01:17
@dependabotdependabotBot added the 3. to review Waiting for reviews label Sep 13, 2025
@dependabot
dependabotBot requested a review from szaimenSeptember 13, 2025 01:17
@github-actionsgithub-actionsBot changed the title build(deps): bump @nextcloud/vue from 8.29.2 to 8.31.0[stable32] build(deps): bump @nextcloud/vue from 8.29.2 to 8.31.0Sep 13, 2025

@nextcloud-commandnextcloud-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@github

dependabotBot commented on behalf of githubSep 13, 2025

Copy link
Copy Markdown
ContributorAuthor

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0 branch from a068908 to cd1ce89CompareSeptember 15, 2025 08:07

@nextcloud-commandnextcloud-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.

@AndyScherzinger

Copy link
Copy Markdown
Member

@dependabot rebase

@nextcloudnextcloud deleted a comment from CarlSchwanSep 18, 2025
@nextcloudnextcloud deleted a comment from CarlSchwanSep 18, 2025
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0 branch from cd1ce89 to cdb8a79CompareSeptember 18, 2025 08:57

@nextcloud-commandnextcloud-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.

@AndyScherzinger

Copy link
Copy Markdown
Member

/compile

@AndyScherzinger

Copy link
Copy Markdown
Member

/compile rebase

@dependabot@github

dependabotBot commented on behalf of githubOct 6, 2025

Copy link
Copy Markdown
ContributorAuthor

A newer version of @​nextcloud/vue exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@AndyScherzinger

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0 branch from d9bcf4d to 16a4468CompareOctober 7, 2025 06:43
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0 branch from b6b15b9 to 3480adaCompareNovember 10, 2025 19:09

@nextcloud-commandnextcloud-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@github

dependabotBot commented on behalf of githubNov 10, 2025

Copy link
Copy Markdown
ContributorAuthor

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot@github

dependabotBot commented on behalf of githubNov 10, 2025

Copy link
Copy Markdown
ContributorAuthor

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0 branch November 10, 2025 21:56
@AndyScherzinger
AndyScherzinger restored the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0 branch November 10, 2025 21:57
@AndyScherzinger

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0 branch from 3480ada to 6fdf821CompareNovember 10, 2025 21:59

@nextcloud-commandnextcloud-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@github

dependabotBot commented on behalf of githubNov 10, 2025

Copy link
Copy Markdown
ContributorAuthor

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@AndyScherzinger

Copy link
Copy Markdown
Member

/compile

@AndyScherzingerAndyScherzinger added this to the Nextcloud 32.0.2 milestone Nov 10, 2025
@AndyScherzingerAndyScherzinger changed the title [stable32] build(deps): bump @nextcloud/vue from 8.29.2 to 8.31.0[stable32] build(deps): bump @nextcloud/vue from 8.29.2 to 8.34.0Nov 10, 2025
@AndyScherzinger

Copy link
Copy Markdown
Member

/compile rebase

This was referenced Nov 12, 2025
@susnux

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.29.2 to 8.31.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@v8.29.2...v8.31.0)
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-version: 8.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@susnux
susnuxforce-pushed the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0 branch from 9233163 to fd9520aCompareNovember 25, 2025 21:06
@github-actions
github-actionsBot merged commit b7784b5 into stable32Nov 25, 2025
137 of 139 checks passed
@github-actions
github-actionsBot deleted the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0 branch November 25, 2025 22:23
@nextcloud-botnextcloud-bot mentioned this pull request Dec 3, 2025
1 task
Sign up for freeto 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.

4 participants

@AndyScherzinger@susnux@nextcloud-command@blizzz