fix(deps): update dependency @nextcloud/dialogs to ^6.3.1 (main)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @nextcloud/dialogs | ^6.2.0 -> ^6.3.1 |
Release Notes
nextcloud-libraries/nextcloud-dialogs (@nextcloud/dialogs)
v6.3.1
🐛 Fixed bugs
- [stable6] fix: display guest name validity by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1837
v6.3.0
🚀 Enhancements
- [stable6] feat: add guest auth prompt component by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1759
🐛 Fixed bugs
- [stable6] fix(FilePickerBuilder): correctly return array / plain value depending on multiselect by @backportbot in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1777
Other Changes
- Updates for project Nextcloud dialogs library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1740
- Updates for project Nextcloud dialogs library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1741
- Update @nextcloud/auth to 2.5.0 by @skjnldsv
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.
Codecov Report
Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
Project coverage is 59.22%. Comparing base (
27a35cd) to head (73a5d63). Report is 3 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/components/Menu/ActionInsertLink.vue | 0.00% | 2 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #7251 +/- ##
==========================================
+ Coverage 52.32% 59.22% +6.90%
==========================================
Files 482 481 -1
Lines 42045 37146 -4899
Branches 1049 1048 -1
==========================================
Hits 22000 22000
+ Misses 19942 15044 -4898
+ Partials 103 102 -1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
link to local file test fails, which sounds related to this changelog entry:
[stable6] fix(FilePickerBuilder): correctly return array / plain value depending on multiselect by @backportbot in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1777
Edited/Blocked Notification
Renovate 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.
⚠️ Warning: custom changes will be lost.
link to local file test fails, which sounds related to this changelog entry:
Indeed. I was too fast fixing it in Collectives and Text with the bump to @nextcloud/dialogs 6.2.0 :upside_down_face:
Reverted now.