Skip to content

Conversation

@dependabot
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @nextcloud/dialogs from 6.3.1 to 6.3.2.

Release notes

Sourced from @​nextcloud/dialogs's releases.

v6.3.2

What's Changed

🐛 Fixed bugs

Other Changes

Full Changelog: nextcloud-libraries/nextcloud-dialogs@v6.3.1...v6.3.2

Changelog

Sourced from @​nextcloud/dialogs's changelog.

v6.3.2

🐛 Fixed bugs

  • fix(PublicAuthPrompt): change default notice if identified #1841 (skjnldsv)
  • style(toast): adjust colors for Nextcloud 32 #1913
  • fix(guestName): limit length to 64 characters #1921
  • fix(FilePicker): make move primary and copy secondary #1935

Other Changes

Commits
  • 6bcdb75 Merge pull request #1938 from nextcloud-libraries/chore/release
  • 3a1ce40 chore: prepare v6.3.2
  • b965450 chore: adjust old changelog entry to comply with format
  • 25f4d8d Merge pull request #1937 from nextcloud-libraries/chore/node-version
  • b6b8965 Merge pull request #1935 from nextcloud-libraries/backport/1933/stable6
  • eca92b3 chore: bump node version
  • 8fa7e1e fix(FilePicker): make move primary and copy secondary
  • 7939436 Merge pull request #1921 from nextcloud-libraries/backport/1915/stable6
  • 09bd0dd fix(guestName): limit length to 64 characters
  • 950604f Merge pull request #1913 from nextcloud-libraries/backport/1912/stable6
  • 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 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)

@dependabot dependabot bot added 3. to review Waiting for reviews dependencies labels Oct 11, 2025
Copy link
Contributor

@nextcloud-command nextcloud-command left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2025

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@codecov
Copy link

codecov bot commented Oct 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 33.97%. Comparing base (0d9553f) to head (8e412e4).
⚠️ Report is 2 commits behind head on stable32.

Additional details and impacted files
@@            Coverage Diff            @@
##           stable32    #1125   +/-   ##
=========================================
  Coverage     33.97%   33.97%           
=========================================
  Files            25       25           
  Lines          1342     1342           
  Branches         50       50           
=========================================
  Hits            456      456           
  Misses          884      884           
  Partials          2        2           

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2025

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.

@susnux
Copy link
Contributor

susnux commented Oct 13, 2025

@dependabot rebase

@susnux
Copy link
Contributor

susnux commented Oct 13, 2025

@dependabot recreate

@susnux
Copy link
Contributor

susnux commented Oct 20, 2025

@dependabot rebase

Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 6.3.1 to 6.3.2.
- [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.3.1...v6.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@susnux susnux force-pushed the dependabot/npm_and_yarn/stable32/nextcloud/dialogs-6.3.2 branch from 163af4e to 8e412e4 Compare October 22, 2025 12:31
@susnux
Copy link
Contributor

susnux commented Oct 22, 2025

/compile

@susnux susnux merged commit 0efd998 into stable32 Oct 22, 2025
43 checks passed
@susnux susnux deleted the dependabot/npm_and_yarn/stable32/nextcloud/dialogs-6.3.2 branch October 22, 2025 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants