Skip to content

chore(deps): bump @nextcloud/dialogs from 7.0.0-rc.1 to 7.0.1#2596

Merged
cristianscheid merged 2 commits into
stable32from
dependabot/npm_and_yarn/stable32/nextcloud/dialogs-7.0.1
Jul 8, 2026
Merged

chore(deps): bump @nextcloud/dialogs from 7.0.0-rc.1 to 7.0.1#2596
cristianscheid merged 2 commits into
stable32from
dependabot/npm_and_yarn/stable32/nextcloud/dialogs-7.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/dialogs from 7.0.0-rc.1 to 7.0.1.

Release notes

Sourced from @​nextcloud/dialogs's releases.

v7.0.1

v7.0.1

Fixed

Changed

  • docs: adjust changes link for v7.0.0 #2008 (susnux)
  • Updated translations

v7.0.0

v7.0.0

Notes

This package now builds on top of @nextcloud/vue version 9 using Vue 3. While this package uses Vue 3 it is also possible to use it within a Vue 2 project, in this case the Vue dependency will not be shared as the dependency was moved from a peer dependency to a plain dependency. This also means that if you are using Vue 2 you have to ensure you do not use bundler configurations that enforce resolving Vue to the same version as this will fail now, instead let the bundler choose the matching Vue version.

For example if using Webpack this will no longer work in Vue 2 apps:

  resolve: {
		alias: {
			vue$: path.resolve('./node_modules/vue'),
		},
  }

For Vue 3 apps nothing changed, meaning the app and this library will share the same Vue dependency as long as the versions are compatible.

Breaking

  • This package now uses Vue 3 internally.
  • The deprecated FilePicker component export was removed to allow using this library in Vue 2 and Vue 3 apps.
  • The deprecated Dialog.hide method was removed, instead await the returned promise and wait for the user interaction.
  • The deprecated Dialog.setHTML method was removed. If you need custom HTML content use NcDialog from @nextcloud/vue.
  • The spawnDialog helper method was removed, instead use the function provided by @nextcloud/vue
- import { spawnDialog } from '@nextcloud/dialogs'
+ import { spawnDialog } from '@nextcloud/vue/functions/dialog'

Added

  • feat: add guest auth prompt #1760 (backportbot)
  • feat(ConflictPicker): move conflict picker dialog from @nextcloud/upload #1971 (susnux)
  • feat(dialogs): allow to quickly show a dialog #1986 (susnux)

Fixed

... (truncated)

Changelog

Sourced from @​nextcloud/dialogs's changelog.

v7.0.1

Fixed

Changed

  • docs: adjust changes link for v7.0.0 #2008 (susnux)
  • Updated translations

v7.0.0

Notes

This package now builds on top of @nextcloud/vue version 9 using Vue 3. While this package uses Vue 3 it is also possible to use it within a Vue 2 project, in this case the Vue dependency will not be shared as the dependency was moved from a peer dependency to a plain dependency. This also means that if you are using Vue 2 you have to ensure you do not use bundler configurations that enforce resolving Vue to the same version as this will fail now, instead let the bundler choose the matching Vue version.

For example if using Webpack this will no longer work in Vue 2 apps:

  resolve: {
		alias: {
			vue$: path.resolve('./node_modules/vue'),
		},
  }

For Vue 3 apps nothing changed, meaning the app and this library will share the same Vue dependency as long as the versions are compatible.

Breaking

  • This package now uses Vue 3 internally.
  • The deprecated FilePicker component export was removed to allow using this library in Vue 2 and Vue 3 apps.
  • The deprecated Dialog.hide method was removed, instead await the returned promise and wait for the user interaction.
  • The deprecated Dialog.setHTML method was removed. If you need custom HTML content use NcDialog from @nextcloud/vue.
  • The spawnDialog helper method was removed, instead use the function provided by @nextcloud/vue
- import { spawnDialog } from '@nextcloud/dialogs'
+ import { spawnDialog } from '@nextcloud/vue/functions/dialog'

Added

  • feat: add guest auth prompt #1760 (backportbot)
  • feat(ConflictPicker): move conflict picker dialog from @nextcloud/upload #1971 (susnux)
  • feat(dialogs): allow to quickly show a dialog #1986 (susnux)

Fixed

  • fix(FilePickerBuilder): correctly return array / plain value depending on multiselect #1775 (susnux)
  • fix: display guest name validity #1836 (skjnldsv)

... (truncated)

Commits
  • b040333 Merge pull request #2031 from nextcloud-libraries/chore/v7.0.1
  • 2d0858b chore: prepare v7.0.1
  • 059acd5 Merge pull request #2029 from nextcloud-libraries/fix/showConfirmation
  • 7ca4d25 Merge pull request #2030 from nextcloud-libraries/translations_441be4f7621043...
  • f28361e Translate l10n/messages.pot in da
  • ad1310c fix: export showConfirmation method
  • 9f0ed61 Merge pull request #2014 from nextcloud-libraries/dependabot/npm_and_yarn/hap...
  • f372483 Merge pull request #2023 from nextcloud-libraries/dependabot/npm_and_yarn/mai...
  • 30d83f5 chore(deps): bump @​nextcloud/browser-storage from 0.4.0 to 0.5.0
  • f9630fa chore(deps-dev): bump happy-dom from 19.0.2 to 20.0.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/dialogs-7.0.1 branch 4 times, most recently from a285873 to 7fb1513 Compare July 7, 2026 21:40
@cristianscheid

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/dialogs-7.0.1 branch from 7fb1513 to b3a6142 Compare July 8, 2026 13:12
@cristianscheid

Copy link
Copy Markdown
Member

/compile

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/dialogs-7.0.1 branch 2 times, most recently from 43511c6 to ce80856 Compare July 8, 2026 14:26
@cristianscheid

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/dialogs-7.0.1 branch from ce80856 to 495f8a1 Compare July 8, 2026 14:34
@cristianscheid

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 7.0.0-rc.1 to 7.0.1.
- [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@v7.0.0-rc.1...v7.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/dialogs-7.0.1 branch from 495f8a1 to 4dad8da Compare July 8, 2026 14:44
@cristianscheid

Copy link
Copy Markdown
Member

/compile

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@cristianscheid cristianscheid merged commit b2bdde0 into stable32 Jul 8, 2026
35 checks passed
@cristianscheid cristianscheid deleted the dependabot/npm_and_yarn/stable32/nextcloud/dialogs-7.0.1 branch July 8, 2026 14:52
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.

2 participants