Skip to content

build(deps): Bump @nextcloud/dialogs from 7.0.0-rc.0 to 7.0.0-rc.1 #4082

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

Merged
merged 1 commit into from
Jun 11, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2025

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

Release notes

Sourced from @​nextcloud/dialogs's releases.

v7.0.0-rc.1

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v7.0.0-rc.0...v7.0.0-rc.1

Changelog

Sourced from @​nextcloud/dialogs's changelog.

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

Fixed

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

Changed

v6.2.0

... (truncated)

Commits
  • d53f066 Merge pull request #1839 from nextcloud-libraries/chore/prepare-7-rc2
  • e916c7e chore: prepare v7.0.0-rc.1
  • 4d1c73e Merge pull request #1827 from nextcloud-libraries/dependabot/npm_and_yarn/mai...
  • b01ef09 refactor: adjust code to comply with new ESLint rules
  • 3869157 Merge pull request #1836 from nextcloud-libraries/fix/sanitize-guest-nick
  • 1519e9c fix: vue watch syntax
  • 8d8e1ca Merge pull request #1783 from nextcloud-libraries/chore/drop-spawn-dialogs
  • aa9a27f fix: display guest name validity
  • 6d99800 Merge pull request #1835 from nextcloud-libraries/translations_441be4f7621043...
  • 522bc4b Translate l10n/messages.pot in ru
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 11, 2025
@dartcafe dartcafe merged commit f401481 into main Jun 11, 2025
40 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nextcloud/dialogs-7.0.0-rc.1 branch June 11, 2025 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant