Skip to content

fix(deps): update dependency @nextcloud/dialogs to ^6.2.0 (stable31) - #7173

Merged
github-actions[bot] merged 3 commits into
stable31from
renovate/stable31-nextcloud-dialogs-6.x
May 6, 2025
Merged

fix(deps): update dependency @nextcloud/dialogs to ^6.2.0 (stable31)#7173
github-actions[bot] merged 3 commits into
stable31from
renovate/stable31-nextcloud-dialogs-6.x

Conversation

@renovate

@renovaterenovateBot commented May 3, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
@nextcloud/dialogs^6.1.1 -> ^6.2.0ageadoptionpassingconfidence

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.

@renovaterenovateBot added the dependencies Pull requests that update a dependency file label May 3, 2025
@github-actions
github-actionsBot enabled auto-merge May 3, 2025 20:22
@codecov

codecovBot commented May 3, 2025

Copy link
Copy Markdown

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 linesPatch %Lines
src/components/Menu/ActionInsertLink.vue0.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 c7b1bc8CompareMay 6, 2025 13:45
@renovate

renovateBot commented May 6, 2025

Copy link
Copy Markdown
ContributorAuthor

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-actionsBot merged commit d34c137 into stable31May 6, 2025
@github-actions
github-actionsBot deleted the renovate/stable31-nextcloud-dialogs-6.x branch May 6, 2025 14:00
@blizzzblizzz mentioned this pull request May 6, 2025
10 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@mejo-