Skip to content

Chore(deps): Bump @nextcloud/dialogs from 7.0.0-rc.0 to 7.1.0#2173

Merged
miaulalala merged 2 commits intomasterfrom
dependabot/npm_and_yarn/nextcloud/dialogs-7.1.0
Oct 30, 2025
Merged

Chore(deps): Bump @nextcloud/dialogs from 7.0.0-rc.0 to 7.1.0#2173
miaulalala merged 2 commits intomasterfrom
dependabot/npm_and_yarn/nextcloud/dialogs-7.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2025

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

Release notes

Sourced from @​nextcloud/dialogs's releases.

v7.1.0

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v7.0.1...v7.1.0

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

... (truncated)

Changelog

Sourced from @​nextcloud/dialogs's changelog.

v7.1.0

Enhancements

Fixed

Changes

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.

... (truncated)

Commits
  • dac16be Merge pull request #2047 from nextcloud-libraries/artonge/chore/v7.1.0
  • 592e534 Merge pull request #2050 from nextcloud-libraries/dependabot/npm_and_yarn/mai...
  • 06129d2 chore(deps-dev): bump @​nextcloud/browserslist-config from 3.1.0 to 3.1.1
  • 25d8c63 chore: prepare v7.1.0
  • dc7ac4a chore(deps): Update browserslist
  • 22f16c3 Merge pull request #2033 from nextcloud-libraries/artonge/feat/add_canpick_op...
  • 682071a Merge pull request #2044 from nextcloud-libraries/fix/compression
  • 207c2fe chore: adjust code style
  • 441ecf3 Merge pull request #2045 from nextcloud-libraries/translations_441be4f7621043...
  • ad184f3 Translate l10n/messages.pot in ca
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

@dependabot dependabot bot added 3. to review dependencies Pull requests that update a dependency file labels Oct 25, 2025
@cypress
Copy link
Copy Markdown

cypress bot commented Oct 25, 2025

Activity  Image  Run #2964

Run Properties:  status check passed Passed #2964  •  git commit bc0d290a3e: Chore(deps): Bump @nextcloud/dialogs from 7.0.0-rc.0 to 7.1.0
Project Activity
Branch Review dependabot/npm_and_yarn/nextcloud/dialogs-7.1.0
Run status status check passed Passed #2964
Run duration 03m 08s
Commit git commit bc0d290a3e: Chore(deps): Bump @nextcloud/dialogs from 7.0.0-rc.0 to 7.1.0
Committer dependabot[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 10
View all changes introduced in this branch ↗︎

@miaulalala
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/dialogs-7.1.0 branch from a13e455 to 5ebe192 Compare October 27, 2025 19:42
@miaulalala
Copy link
Copy Markdown
Collaborator

/compile

@miaulalala
Copy link
Copy Markdown
Collaborator

/compile

@miaulalala
Copy link
Copy Markdown
Collaborator

/compile amend /

@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/nextcloud/dialogs-7.1.0 branch from d1f2bb5 to 095b419 Compare October 28, 2025 22:03
@miaulalala miaulalala force-pushed the dependabot/npm_and_yarn/nextcloud/dialogs-7.1.0 branch from 095b419 to 17dde06 Compare October 29, 2025 11:04
@miaulalala
Copy link
Copy Markdown
Collaborator

/compile amend /

@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/nextcloud/dialogs-7.1.0 branch from 17dde06 to 3442e7d Compare October 29, 2025 11:06
@miaulalala
Copy link
Copy Markdown
Collaborator

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/dialogs-7.1.0 branch from 84764f3 to f24d01a Compare October 29, 2025 16:22
@miaulalala
Copy link
Copy Markdown
Collaborator

/compile amend /

Dependabot couldn't find the original pull request head commit, 5ebe192.

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@nextcloud-command nextcloud-command force-pushed the dependabot/npm_and_yarn/nextcloud/dialogs-7.1.0 branch from f24d01a to 47ac58b Compare October 29, 2025 16:34
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.69%. Comparing base (2502592) to head (a4a28ae).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2173   +/-   ##
=======================================
  Coverage   37.69%   37.69%           
=======================================
  Files          43       43           
  Lines        1682     1682           
  Branches      119      119           
=======================================
  Hits          634      634           
  Misses       1047     1047           
  Partials        1        1           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@miaulalala miaulalala merged commit 35148f5 into master Oct 30, 2025
53 checks passed
@miaulalala miaulalala deleted the dependabot/npm_and_yarn/nextcloud/dialogs-7.1.0 branch October 30, 2025 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants