Skip to content

fix(deps): bump @nextcloud/dialogs from 5.3.8 to v6 #4222

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2024

This PR contains the following updates:

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

Release Notes

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

v6.3.0

Compare Source

🚀 Enhancements
🐛 Fixed bugs
Other Changes

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

v6.1.1

Compare Source

Full Changelog

v6.1.0

Compare Source

Full Changelog

Enhancements
Fixed
Changed
  • Updated translations
  • Updated development dependencies

v6.0.1

Compare Source

Full Changelog

Fixed
Changed

v6.0.0

Compare Source

Full Changelog

Breaking

v6.0.0 is only compatible with Nextcloud 29 and newer.
Technically this is the same as v5.3.5, but v5.3.3 was a breaking change as it dropped support for Nextcloud 28 and older on public shares.

Changed

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 11.03%. Comparing base (f4551f5) to head (10e9902).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #4222   +/-   ##
=========================================
  Coverage     11.03%   11.03%           
  Complexity      265      265           
=========================================
  Files           122      122           
  Lines          5589     5589           
  Branches       1209     1209           
=========================================
  Hits            617      617           
  Misses         4850     4850           
  Partials        122      122           

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

@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-6.x branch from bb53b94 to 4b0ecc5 Compare January 21, 2025 16:58
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-6.x branch from 4b0ecc5 to 220e3b9 Compare January 22, 2025 11:51
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-6.x branch from 220e3b9 to 153b693 Compare March 4, 2025 05:23
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-6.x branch from 153b693 to 376d1d8 Compare March 25, 2025 05:39
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-6.x branch from 376d1d8 to 72b2ecf Compare April 29, 2025 17:22
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-6.x branch from 72b2ecf to 3697bd2 Compare May 12, 2025 08:39
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-6.x branch from 3697bd2 to 435998f Compare May 20, 2025 04:24
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/nextcloud-dialogs-6.x branch from 435998f to 10e9902 Compare May 22, 2025 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants