Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2025

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 dependabot bot requested review from a team as code owners September 13, 2025 01:17
@dependabot dependabot bot removed the request for review from a team September 13, 2025 01:17
@dependabot dependabot bot added the 3. to review Waiting for reviews label Sep 13, 2025
@dependabot dependabot bot requested review from nfebe, sorbaugh and susnux September 13, 2025 01:17
@dependabot dependabot bot requested a review from szaimen September 13, 2025 01:17
@github-actions github-actions bot 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.0 Sep 13, 2025
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 13, 2025

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 dependabot bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0 branch from a068908 to cd1ce89 Compare September 15, 2025 08:07
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@AndyScherzinger
Copy link
Member

@dependabot rebase

@nextcloud nextcloud deleted a comment from CarlSchwan Sep 18, 2025
@nextcloud nextcloud deleted a comment from CarlSchwan Sep 18, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0 branch from cd1ce89 to cdb8a79 Compare September 18, 2025 08:57
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@AndyScherzinger
Copy link
Member

/compile

@AndyScherzinger
Copy link
Member

/compile rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

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
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0 branch from d9bcf4d to 16a4468 Compare October 7, 2025 06:43
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0 branch from 16a4468 to b6b15b9 Compare October 7, 2025 15:53
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@AndyScherzinger
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0 branch from b6b15b9 to 3480ada Compare November 10, 2025 19:09
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

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
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

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 dependabot bot 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
Member

@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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/vue-8.31.0 branch from 3480ada to 6fdf821 Compare November 10, 2025 21:59
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

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
Member

/compile

@AndyScherzinger AndyScherzinger added this to the Nextcloud 32.0.2 milestone Nov 10, 2025
@AndyScherzinger AndyScherzinger 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.0 Nov 10, 2025
Signed-off-by: nextcloud-command <[email protected]>
@AndyScherzinger
Copy link
Member

/compile rebase

This was referenced Nov 12, 2025
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.

4 participants