Skip to content

fix(deps): bump @nextcloud/vue from 8.27.0 to ^8.28.0 #4574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2025

This PR contains the following updates:

Package Change Age Confidence
@nextcloud/vue ^8.27.0 -> ^8.28.0 age confidence

Release Notes

nextcloud-libraries/nextcloud-vue (@​nextcloud/vue)

v8.28.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - "before 5am on tuesday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added 3. to review Waiting for reviews dependencies labels Jul 21, 2025
@renovate renovate bot removed the request for review from SebastianKrupinski July 21, 2025 22:28
Copy link

codecov bot commented Jul 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.62%. Comparing base (75da1f4) to head (749675c).

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #4574       +/-   ##
=============================================
+ Coverage     10.70%   65.62%   +54.91%     
  Complexity      265      265               
=============================================
  Files           122       26       -96     
  Lines          5705      771     -4934     
  Branches       1246        0     -1246     
=============================================
- Hits            611      506      -105     
+ Misses         4971      265     -4706     
+ Partials        123        0      -123     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants