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): update dependency @nextcloud/dialogs to v6 #661

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

Conversation

garykim-dev-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
@nextcloud/dialogs dependencies major ^3.2.0 -> ^6.0.1

Release Notes

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

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

v5.3.8

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v5.3.7...v5.3.8

v5.3.7

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v5.3.6...v5.3.7

v5.3.6

Compare Source

5.3.6

Full Changelog

Breaking

In v5.3.3 breaking changes were introduced as it dropped support for Nextcloud 28 and older on public shares.
This reverts the changes to the DAV handling, for Nextcloud 29+ please use the now released version v6.0.0+.

Changed

v5.3.5

Compare Source

Full Changelog

Fixed
  • fix(FilePicker): Cleanup DAV handling and properly handle currentFolder #​1378 (susnux)
Changed

v5.3.4

Compare Source

Full Changelog

Fixed
  • fix(FilePicker): Forward update of currentPath to navigatedPath #​1370 (susnux)
Changed
  • chore(deps-dev): Bump sass to 1.77.6
  • chore(deps-dev): Bump @​nextcloud/vite-config to 1.3.0
  • chore(deps-dev): Bump happy-dom to 14.12.3
  • chore(deps-dev): Bump typedoc to 0.26.0
  • chore(deps-dev): Bump typescript to 5.5.2

v5.3.3

Compare Source

Full Changelog

Fixed
  • fix: Use shallowRef instead of shallowReactive because Vue 2 limitation
  • fix: Prevent invalid range for skeleton number
Changed
  • refactor: @nextcloud/files is now aware of public shares also now have @nextcloud/sharing #​1361 (susnux)
  • refactor: Use sorting function from files library
  • Add SPDX header #​1354 (AndyScherzinger)
  • chore(deps-dev): Bump braces from 3.0.2 to 3.0.3
  • chore(deps): Bump @​vueuse/core from 10.10.0 to 10.11.0
  • chore(deps-dev): Bump sass from 1.77.4 to 1.77.5
  • chore(deps-dev): Bump vite from 5.2.13 to 5.3.1

v5.3.2

Compare Source

Full Changelog

Fixed
Changed

v5.3.1

Compare Source

Full Changelog

Fixes
  • fix: Close actions after creating directory and enter it automatically #​1302 (susnux)
  • fix: Fix incorrect directory contents when navigating quickly #​1299 (Pytal)
Changed
  • Dependency updates

v5.3.0

Compare Source

Full Changelog

Enhancements
  • feat: Provide generic dialogs previously provided by OC.dialogs #​1297 (susnux)
Changed
  • Updated development dependencies

v5.2.1

Compare Source

Full Changelog

Fixed bug
  • fix(FilePicker): Request all default file props (incl. file id) #​1287 (susnux)
Changed
  • Updated translations
  • Updated development dependencies
  • chore(deps): Bump @​nextcloud/files from 3.1.0 to 3.1.1
  • chore(deps): Bump webdav from 5.4.0 to 5.5.0

v5.2.0

Compare Source

Full Changelog

Enhancements
Fixed bug
  • fix(FilePicker): Adjust margin of view-selector to be consistent with filter input
Changed

v5.1.2

Compare Source

Full Changelog

🐛 Fixed bugs
Changed
  • Updated translations
  • Updated dependencies @nextcloud/router and webdav
  • Updated development dependencies

v5.1.1

Compare Source

Full Changelog

🐛 Fixed bugs
  • fix(FilePicker): Stop default close event in case of button press #​1207 (susnux)
  • fix(FilePicker): Export FilePickerClosed error #​1198 (susnux)
Changed
  • Updated translations
  • Updated development dependencies

v5.1.0

Compare Source

Full Changelog

🚀 Enhancement
  • enh(FilePickerBuilder): Change error thrown when FilePicker is closed #​1166 (susnux)
🐛 Fixed bugs
Changed
  • Updated translations
  • Updated dependencies

v5.0.3

Compare Source

Full Changelog

🐛 Fixed bugs
  • fix(FilePicker): cropImagePreviews is now provided as a prop in FilePreview #​1120 (susnux)
  • fix(FilePicker): On button click also emit the current directory if allowPickDirectory is set to true #​1121 (susnux)
  • fix: Adjust types for IFilePickerButton to align icon with NcDialogButton #​1122 (susnux)
  • fix(build): include ?raw data to bundle #​1128 (ShGKme)
Changed
  • Updated translations
  • chore(deps): Bump @​vueuse/core from 10.6.0 to 10.6.1
  • chore(deps-dev): Bump typescript from 5.2.2 to 5.3.2

v5.0.2

Compare Source

Full Changelog

🐛 Fixed bugs
  • fix(FilePicker): Listen on update:open rather than closed event from NcDialog #​1113 (@​susnux)
Changed
  • Updated translations
  • chore(deps): Bump @nextcloud/vue from 8.2.0

v5.0.1

Compare Source

Full Changelog

🐛 Fixed bugs
Changed

v5.0.0

Compare Source

Full Changelog

🚀 Enhancement
🐛 Fixed bugs
  • fix: Use NcDialog instead of custom dialog component now that it is upstreamed #​1101 (@​susnux)
Changed
  • Updated translations
  • Updated dependencies
    • Now using stable @nextcloud/vue version 8.0.0
    • Now using stable @nextcloud/files version 3.0.0

v4.2.7

Compare Source

v4.2.7 (2024-04-15)

Full Changelog

🐛 Fixed bugs
  • fix(FilePicker): Stop default close event in case of button press #​1301 (susnux)

v4.2.6

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v4.2.5...v4.2.6

v4.2.5

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v4.2.4...v4.2.5

v4.2.4

Compare Source

What's Changed

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v4.2.3...v4.2.4

v4.2.3

Compare Source

v4.2.3 (2024-01-19)

Full Changelog

🐛 Fixed bugs
  • fix(FilePicker): Use Node::path for current path fixing an clicking favorite folders #​1167 (susnux)
Changed
  • Updated dependencies

v4.2.2

Compare Source

🚀 Enhancement
  • Bring back previews of images, this worked with FilePicker on Nextcloud 26 but was missing in this rewrite #​1015 (susnux)
🐛 Fixed bugs

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v4.2.1...v4.2.2

v4.2.1

Compare Source

v4.2.1

Full Changelog

🐛 Fixed bugs
  • [stable4] Avoid error when not using any custom buttons by (juliushaertl) in #​1000
  • [stable4] Bring back the default value for legacy file picker by (susnux) in #​1007

v4.2.0

Compare Source

v4.2.0 (2023-09-13)

Full Changelog

🚀 Enhancement
  • A Vue based FilePicker component was added, which can be used either as a component or using programmatically #​878 (@​susnux)
  • Add icons for filepicker and allow reactive button based on current path and selection #​942 (@​susnux)
  • Always show file extension as a trailing text part #​933 (@​susnux)
  • Show empty content when there are no files in folder #​932 (@​susnux)
  • Allow to add custom buttons and use the shipped file picker when using the FilePickerBuilder #​898 (@​susnux)
🐛 Fixed bugs
Changed
  • The file picker breadcrumbs button got a new design #​894 (@​susnux)
  • 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)
  • Dependency updates

v4.1.0

Compare Source

🐛 Fixed bugs
  • Make sure Typescript projects with node16 module resolution can import the package #​845 (@​susnux)
  • Ensure all package dependencies are external #​843 (@​susnux)
Changed
  • Update Node engines to next LTS (version 20)
  • Translation updates
  • Dependency updates

v4.0.1

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 2

v4.0.0

Compare Source

💥 Breaking changes

Styles need to be imported differently compared to v3.2.0. Make sure to import them from dist/index.css:

import '@​nextcloud/dialogs/dist/index.css'
🚀 Enhancement
Committers: 2

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

@garykim-dev-renovate garykim-dev-renovate bot force-pushed the renovate/nextcloud-dialogs-6.x branch 2 times, most recently from 9ef5309 to 4e5b65f Compare November 7, 2024 18:05
@garykim-dev-renovate garykim-dev-renovate bot force-pushed the renovate/nextcloud-dialogs-6.x branch from 4e5b65f to b2df219 Compare November 22, 2024 18:17
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant