Skip to content

Chore(deps): Bump @nextcloud/vue from 8.27.0 to 8.28.0#2835

Merged
dependabot[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/main/nextcloud/vue-8.28.0
Jul 31, 2025
Merged

Chore(deps): Bump @nextcloud/vue from 8.27.0 to 8.28.0#2835
dependabot[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/main/nextcloud/vue-8.28.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 31, 2025

Bumps @nextcloud/vue from 8.27.0 to 8.28.0.

Release notes

Sourced from @​nextcloud/vue's releases.

v8.28.0

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-vue@v8.27.0...v8.28.0

Changelog

Sourced from @​nextcloud/vue's changelog.

v8.28.0 (2025-07-14)

Full Changelog

📝 Notes

NcPasswordField

The component now has a visible property (with update:visible event) to allow setting the visibility state of the password. This allows to programmatically make the password visible or obfuscated for the user. One use case could be to reset the visibility when submitting some form to prevent leaking the password in a loading state of the UI.

NcTextField

The value arrowRight of the property trailingButtonIcon is deprecated and will be removed in a future version. It is replaced by arrowEnd which reflects that the directions depends on the text directions (LTR vs RTL).

NcColorPicker

The update:open event is deprecated, instead just use the close event which is emitted at the same time.

Event names

Custom events now have a consistent naming without custom scoping of the events. Thus following events are deprecated in favor of a new consistent event name:

Component Old event New event
NcAppContent resize:list resize-list
NcRichText interact:todo interact-todo

🚀 Enhancements

  • feat: add useFormatRelativeTime composable #7128
  • feat(NcPasswordField): allow to set visibility state #7148

🐛 Fixed bugs

  • fix(NcAppNavigationItem): multi level padding #6919
  • fix(NcTextField): make trailing button icon for confirmation also work on RTL #7002
  • fix(NcAppContent): incorrect page title from a different core.apps format in Nextcloud 30 #7011 (julien-nc)
  • fix(NcDialog): deprecated nativeType usage check #7031 (skjnldsv)
  • fix(NcSelectUsers): fix using of v-model in Vue 2 #7032 (Antreesy)
  • fix(NcAvatar): update 'hasStatus' flag if changed #7037
  • fix(NcCheckboxRadioSwitch): align icons with the first row of label #7047
  • fix(actions): use pointer cursor for action button text #7049
  • fix(NcRichText): always render code blocks in LTR direction #7061 (Antreesy)
  • fix(NcListItem): let active prop take higher priority #7089
  • fix(NcActionText): remove br between action name and action long text #7119
  • fix(useHotKey): try to derive latin keys from key codes of non-latin characters #7147
  • fix(l10n): adjust for @nextcloud/l10n 3.4.0 #7150

Other Changes

  • refactor: deprecate events not comply with Vue event naming rules #7078
  • chore(NcColorPicker): deprecate duplicated update:open event #7095
  • chore(NcActions): fix type annotation of NodeList #7105
  • chore(NcAppContent): rename NcAppDetailsContent to remove from docs #7139
  • refactor(NcAppContent): clarify props documentation and use capabilities over initial state #7141
Commits
  • dfef9fe Merge pull request #7149 from nextcloud-libraries/chore/prepare-8-28
  • 75fff62 chore: prepare v8.28.0
  • e00e68a Merge pull request #7150 from nextcloud-libraries/fix/l10n-8
  • 6d4e1cd test: adjust tests for new @nextcloud/l10n version
  • 0bbc761 fix(l10n): adjust for @nextcloud/l10n v3.4.0
  • e7ed4fe Merge pull request #7148 from nextcloud-libraries/backport/7135/stable8
  • 6a842c7 feat(NcPasswordField): allow to set visibility state
  • b0e98ff Merge pull request #7147 from nextcloud-libraries/backport/7110/stable8
  • 6a70d71 fix(useHotKey): try to derive latin keys from key codes of non-latin characters
  • e359426 Merge pull request #7141 from nextcloud-libraries/backport/7057/stable8
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once 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)

@dependabot dependabot Bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Jul 31, 2025
Copy link
Copy Markdown

@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/main/nextcloud/vue-8.28.0 branch from 06895c9 to ca57b05 Compare July 31, 2025 09:54
Copy link
Copy Markdown

@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

Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.27.0 to 8.28.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.27.0...v8.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/main/nextcloud/vue-8.28.0 branch from ca57b05 to df373ba Compare July 31, 2025 09:56
Copy link
Copy Markdown

@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 merged commit 57cf7e9 into main Jul 31, 2025
47 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/main/nextcloud/vue-8.28.0 branch July 31, 2025 09:59
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 dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant