-
Notifications
You must be signed in to change notification settings - Fork 177
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
fix(deps): bump @nextcloud/vue from 8.22.0 to ^8.23.1 #4349
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4349 +/- ##
=========================================
Coverage 11.13% 11.13%
Complexity 265 265
=========================================
Files 122 122
Lines 5541 5541
Branches 1185 1185
=========================================
Hits 617 617
+ Misses 4803 4802 -1
- Partials 121 122 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This is needed to fix nextcloud/server#48039 |
Fixed node tests failure by pinning the l10n lib |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
^8.22.0
->^8.23.1
Release Notes
nextcloud-libraries/nextcloud-vue (@nextcloud/vue)
v8.23.1
Compare Source
Full Changelog
🐛 Fixed bugs
@nextcloud/l10n
bump #6521 (ShGKme)v8.23.0
Compare Source
Full Changelog
📝 Notes
The individual import path of components, composables, directives, and functions was changed.
The type of import is (e.g.
components
) is now lowercase and thedist
will be omitted.For example to import the
NcButton
component the path has changed:The old import paths are still valid, but deprecated and will be removed in version 9.
#default
slot for leading icon is now deprecated in componentsNcInputField
,NcTextField
,NcPasswordField
. Use#icon
slot instead.NcActionRadio
is now expecting String|Number inv-model
directive (to compare with passedvalue
) instead of Boolean. Consider it for migration.Some boolean props have been deprecated in favor of alternatives with default value
false
.This allows to use shorthand notation on the template, as a prop with a default value of
false
will be set to
true
if it is set (without any value) in the template,similar to native HTML boolean attributes.
Following components have been adjusted:
NcModal
enableSwipe
disableSwipe
NcAppContent
allowSwipeNavigation
disabledSwipe
🚀 Enhancements
dist
#6385 (susnux)#icon
slot for forward compatibility with v9,#default
slot is deprecated #6399 (ShGKme)modelValue
to behave like NcCheckboxRadioSwitch #6264 #6470 (Antreesy)🐛 Fixed bugs
mousemove
listener for auto focus elements #6475 (susnux)after-show
afterfocus-trap
init to correctly return focus #6342 (ShGKme)Changed
csstools/use-logical
#6419 (ShGKme)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.
This PR was generated by Mend Renovate. View the repository job log.