Skip to content
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

fix(deps): bump @nextcloud/dialogs from 4.2.0-beta.4 to v5 (main) - autoclosed #5471

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nextcloud/dialogs ^4.2.0-beta.4 -> ^5.0.0-beta.4 age adoption passing confidence

Release Notes

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

v5.0.0-beta.4

Compare Source

Full Changelog

🐛 Fixed bugs

v5.0.0-beta.3

Compare Source

Full Changelog

🐛 Fixed bugs
🚀 Enhancement
🤖 Dependency updates

v5.0.0-beta.2

Compare Source

Full Changelog

🚀 Enhancement
  • feat: Add icons for filepicker and allow reactive button based on current path and selection #​938 (susnux)
  • feat(FilePicker): Always show file extension as a trailing text part #​931 (susnux)
  • Add empty content when there are no files #​930 (susnux)
🐛 Fixed bugs
  • fix: The file list should be showed when files are loading #​937 (susnux)
  • fix(FilePicker): Ensure focus-visible outline is visible for all focusable elements #​935 (susnux)
  • fix(FilePicker): Do not show checkboxes on single select mode #​929 (susnux)
  • fix: Add missing defaults to DialogButton #​927 (susnux)
  • fix(FilePickerBuilder): Revert API change on pick() #​925 (susnux)
  • fix(FilePicker): The table height should be max. 100% #​921 (susnux)
Changed

v5.0.0-beta.1

Compare Source

💥 Breaking
  • A Vue based file picker is provided which uses @nextcloud/vue version 8, so this library will only work on Nextcloud 28+
  • Modernize FilePickerBuilder to directly make use of the Vue based file picker #​904 (@​susnux)
    • This slightly breaks the FilePickerBuilder API:
      • FilePicker.pick now returns a Promise resolving to string[] containing the picked paths
      • FilePicker.constructor parameter order was changed
      • FilePickerBuilder.setModal was removed as it has no effect
      • FilePickerBuilder.setType is deprecated in favor of FilePickerBuilder.addButton
      • FilePickerBuilder.addButton was added which allows to add custom buttons with callbacks on click (so users can now distinguish which button was clicked)
🚀 Enhancement
  • A Vue based FilePicker component was added, which can be used either as a component or using programmatically #​878 (@​susnux)
  • FilePickerBuilder: Allow to add custom buttons #​896 (@​susnux)
🐛 Fixed bugs
Changed
  • The package does no longer contain core-js polyfills as Nextcloud core already provides polyfills #​863 (@​susnux)
  • The project was moved to a new Github organization (nextcloud-libraries)
  • Add version compatibility section to README #​891 (@​susnux)
  • Improved developer documentation #​906 (@​susnux)
  • Dependency updates

v4.2.0-beta.5

Compare Source

v4.2.0-beta.5 (2023-09-05)

🐛 Fixed bugs

Configuration

📅 Schedule: Branch creation - "before 5am on wednesday" in timezone Europe/Vienna, 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 has been generated by Mend Renovate. View repository job log here.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added 3. to review Waiting for reviews dependencies Pull requests that update a dependency file labels Sep 12, 2023
@renovate renovate bot requested review from GretaD and st3iny September 12, 2023 22:45
@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (bddcaa3) 22.62% compared to head (9a390db) 22.62%.
Report is 46 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #5471   +/-   ##
=========================================
  Coverage     22.62%   22.62%           
  Complexity      395      395           
=========================================
  Files           241      241           
  Lines         11843    11843           
  Branches       2305     2305           
=========================================
  Hits           2679     2679           
  Misses         9164     9164           
Flag Coverage Δ
javascript 13.82% <0.00%> (ø)
php 64.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
src/components/Appointments/AppointmentDetails.vue 0.00% <ø> (ø)
...rc/components/Editor/AvatarParticipationStatus.vue 0.00% <ø> (ø)
src/components/Editor/Invitees/InviteesList.vue 0.00% <0.00%> (ø)
src/mixins/EditorMixin.js 3.53% <0.00%> (ø)
src/views/Appointments/Booking.vue 0.00% <0.00%> (ø)
src/views/EditSidebar.vue 0.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title fix(deps): bump @nextcloud/dialogs from 4.2.0-beta.4 to v5 (main) fix(deps): bump @nextcloud/dialogs from 4.2.0-beta.4 to v5 (main) - autoclosed Sep 14, 2023
@renovate renovate bot closed this Sep 14, 2023
@renovate renovate bot deleted the renovate/main-nextcloud-dialogs-5.x branch September 14, 2023 10:26
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 Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants