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 20:21
@github-actions github-actions bot enabled auto-merge May 3, 2025 20: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 51.82%. Comparing base (249f0a0) to head (c7b1bc8).
Report is 4 commits behind head on stable31.

Files with missing lines Patch % Lines
src/components/Menu/ActionInsertLink.vue 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           stable31    #7173   +/-   ##
=========================================
  Coverage     51.82%   51.82%           
=========================================
  Files           286      286           
  Lines         40827    40827           
  Branches        793      793           
=========================================
  Hits          21160    21160           
  Misses        19547    19547           
  Partials        120      120           

☔ 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/stable31-nextcloud-dialogs-6.x branch from efdceb5 to c7b1bc8 Compare May 6, 2025 13:45
@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 d34c137 into stable31 May 6, 2025
65 of 70 checks passed
@github-actions github-actions bot deleted the renovate/stable31-nextcloud-dialogs-6.x branch May 6, 2025 14:00
@blizzz blizzz mentioned this pull request May 6, 2025
10 tasks
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