Skip to content

Chore(deps): Bump @nextcloud/dialogs from 6.1.1 to 6.2.0#6971

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/nextcloud/dialogs-6.2.0
Closed

Chore(deps): Bump @nextcloud/dialogs from 6.1.1 to 6.2.0#6971
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/nextcloud/dialogs-6.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 3, 2025

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/dialogs from 6.1.1 to 6.2.0.

Release notes

Sourced from @​nextcloud/dialogs's releases.

v6.2.0

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v6.1.1...v6.2.0

Changelog

Sourced from @​nextcloud/dialogs's changelog.

v6.2.0

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
Commits
  • e7bf53f Merge pull request #1735 from nextcloud-libraries/chore/prepare-v-6-2-0
  • acc672c chore: prepare release of v6.2.0
  • a407583 Merge pull request #1736 from nextcloud-libraries/chore/update-workflows
  • a81ca9b Merge pull request #1737 from nextcloud-libraries/chore/consistent-changelog
  • 9e37910 docs: add formatting script for consistent changelog and update README
  • 48e9fa0 chore: update workflows from organization
  • 7963e69 Merge pull request #1734 from nextcloud-libraries/perf/do-not-load-folder-icon
  • fd02b47 Merge pull request #1732 from nextcloud-libraries/fix/dialogs-import
  • 846c7de Merge pull request #1733 from nextcloud-libraries/fix/folder-design
  • d2a19c9 perf: do not pre-load folder mime icon
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @nextcloud-command.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github May 3, 2025

Copy link
Copy Markdown
Contributor Author

Reviewers

The following users could not be added as reviewers: juliushaertl. Either the username does not exist or it does not have the correct permissions to be added as a reviewer.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from luka-nextcloud May 3, 2025 01:30
@dependabot dependabot Bot added dependencies javascript Pull requests that update Javascript code labels May 3, 2025
@dependabot dependabot Bot requested review from elzody and grnd-alt as code owners May 3, 2025 01:30

@nextcloud-command nextcloud-command left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@luka-nextcloud luka-nextcloud force-pushed the dependabot/npm_and_yarn/main/nextcloud/dialogs-6.2.0 branch from 5b22879 to f028f8b Compare May 8, 2025 14:45
@dependabot @github

dependabot Bot commented on behalf of github May 8, 2025

Copy link
Copy Markdown
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@luka-nextcloud luka-nextcloud force-pushed the dependabot/npm_and_yarn/main/nextcloud/dialogs-6.2.0 branch from f028f8b to 16536d1 Compare July 15, 2025 14:45
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-dialogs@v6.1.1...v6.2.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@luka-nextcloud luka-nextcloud force-pushed the dependabot/npm_and_yarn/main/nextcloud/dialogs-6.2.0 branch from 16536d1 to 32c6cd4 Compare July 15, 2025 14:47
@dependabot @github

dependabot Bot commented on behalf of github Jul 16, 2025

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/main/nextcloud/dialogs-6.2.0 branch July 16, 2025 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants