Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2025

This PR contains the following updates:

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

Release Notes

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

v8.29.1

Compare Source

🐛 Fixed bugs

v8.29.0

Compare Source

📝 Notes
NcColorPicker

The update:open event was undeprecated, instead proper open state handling of the component was added.
This means it is now possible to pass the open prop directly to the component,
it is implemented as two-way binding with the corresponding update:open event.
It is now discouraged to use the previous solution of relying on the shown prop of the underlying component.

Additionally for consistent event naming the close event was deprecated in favor of the closed event.
The closed event will be emitted after update:open (with payload false) was emitted and all transitions have finished.

🚀 Enhancements
  • feat(NcThemeProvider): allow to override the current theme for parts of the UI #​7152
  • feat(dialogs/spawnDialog): separate spawning options from dialog props and allow Element as a container #​6768
  • feat(NcColorPicker): add proper open-state handling #​7214
  • feat(NcAppNavigationItem): add active as slot property to the "icon"-slot #​7274
  • feat: add visual border for buttons on Nextcloud 32+ #​7291
  • feat(NcUserStatusIcon): update status icons #​7223
  • feat(NcHeaderMenu): apply alpha mask to icon slot #​7243
🐛 Fixed bugs
  • perf(NcAvatar): ensure avatar does not add mutation observer #​7168
  • perf(utils): ensure only 64px or 512px avatars are loaded #​7153
  • fix(NcButton): force cursor pointer #​7158 (ShGKme)
  • fix(NcInputField): remove browser injected clear button #​7169
  • fix(NcModal): use --border-radius-container #​7178
  • fix(useIsDarkTheme): provide default value to silence runtime warnings #​7189
  • fix(NcAppSidebar): remove slot styling for buttons in the description #​7190
  • fix(NcActionInput): register used NcColorPicker component #​7198
  • fix(NcActionInput): lazy load large children #​7197
  • fix(NcContent): flip skip action image in rtl mode #​7205
  • fix(NcColorPicker): use proper directional arrow icon for submit #​7219
  • fix(NcAvatar): orbital best-fit adaptive status icon #​7260
  • fix(NcLoadingIcon): prevent height change from rotate transformation #​7276
  • fix(NcInputField, NcTextareaField): remove placeholder on Nextcloud 32+ #​7286 (susnux)
  • fix: migrate from _oc_config to initial state #​7235 (Antreesy)
  • fix: auto-resolve focus trap stack, if was changed outside of controller #​7304 (Antreesy)
Other Changes
  • refactor(functions): Make sure only named exports are used (usernameToColor) #​7170 (susnux)
  • refactor: use secondary colors for buttons on Nextcloud 32+ #​7301 (susnux)
  • chore: copy diff from stable8 changelog #​7159
  • chore: align sorting of package.json #​7162 (susnux)
  • docs: clarify application containers and especially NcGuestContent #​7216
  • ci: update workflows from organization #​7166 (susnux)

Configuration

📅 Schedule: Branch creation - "every weekend" 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 23, 2025
@renovate renovate bot requested review from max-nextcloud and mejo- as code owners August 23, 2025 04:27
@github-actions github-actions bot enabled auto-merge August 23, 2025 04:27
@codecov
Copy link

codecov bot commented Aug 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.39%. Comparing base (c84e474) to head (a6efe0e).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7564      +/-   ##
==========================================
+ Coverage   53.58%   60.39%   +6.81%     
==========================================
  Files         502      501       -1     
  Lines       43445    38546    -4899     
  Branches     1131     1130       -1     
==========================================
  Hits        23281    23281              
+ Misses      20055    15157    -4898     
+ Partials      109      108       -1     

☔ 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.

@github-actions github-actions bot merged commit e13204d into main Aug 23, 2025
66 checks passed
@github-actions github-actions bot deleted the renovate/main-nextcloud-vue-8.x branch August 23, 2025 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant