Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nextcloud/dialogs ^6.1.1 -> ^6.2.0 age adoption passing confidence

Release Notes

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

v6.2.0

Compare Source

Notes

The export of the file picker Vue component is deprecated and will be removed in the next version.
Instead please use the FilePickerBuilder.

The Dialog.hide method is deprecated.
Instead only user interaction should close dialogs,
for this use the promise returned by Dialog.show which will resolve if the user answered the dialog and rejected if the user aborted (closed) the dialog.

Added
  • feat: allow picking files using the Nextcloud Nodes API #​1730 (susnux)
Fixed
  • fix(file-picker): align folder design with Nextcloud files app #​1733 (susnux)
  • fix: the nc-vue dialogs function module is called dialog not dialogs #​1732 (susnux)
  • perf: do not pre-load folder mime icon #​1734 (susnux)
Changed
  • docs: Update README.md #​1627 (susnux)
  • chore: update workflows #​1609 (susnux)
  • chore: simplify vitest config and fix some build issues #​1606 (susnux)
  • chore: supported branches #​1608 (susnux)
  • chore: prepare for vue3 migration #​1681 (ShGKme)
  • chore: deprecate export of filepicker Vue component #​1728 (susnux)
  • chore: Nextcloud 28 is EOL so is nextcloud-dialogs v5 #​1729 (susnux)
  • chore: deprecate Dialog.hide #​1731 (susnux)
  • chore(deps): Bump axios to 1.8.2
  • chore(deps): Bump webdav to 5.8.0
  • chore(deps): Bump dompurify to 3.2.4
  • chore(deps): Bump @nextcloud/event-bus to 3.3.2
  • chore(deps): Bump @nextcloud/files to 3.10.2
  • chore(deps): Bump @nextcloud/l10n to 3.2.0
  • chore(deps): Bump @vueuse/core to 11.3.0

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 May 3, 2025
@renovate renovate bot requested review from max-nextcloud and mejo- as code owners May 3, 2025 08:21
@github-actions github-actions bot enabled auto-merge May 3, 2025 08:22
@codecov
Copy link

codecov bot commented May 3, 2025

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 52.51%. Comparing base (f704ad0) to head (fa021ed).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/components/Menu/ActionInsertLink.vue 0.00% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7167   +/-   ##
=======================================
  Coverage   52.51%   52.51%           
=======================================
  Files         479      479           
  Lines       41537    41537           
  Branches     1023     1023           
=======================================
  Hits        21815    21815           
  Misses      19620    19620           
  Partials      102      102           

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

@mejo- mejo- force-pushed the renovate/main-nextcloud-dialogs-6.x branch from 4d19b43 to fa021ed Compare May 6, 2025 13:33
@renovate
Copy link
Contributor Author

renovate bot commented May 6, 2025

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.

@github-actions github-actions bot merged commit 41963c6 into main May 6, 2025
65 of 66 checks passed
@github-actions github-actions bot deleted the renovate/main-nextcloud-dialogs-6.x branch May 6, 2025 13:50
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.

2 participants