Skip to content

Chore(deps): Bump @nextcloud/files from 3.10.2 to 3.12.0#2839

Merged
dependabot[bot] merged 1 commit into
stable5from
dependabot/npm_and_yarn/stable5/nextcloud/files-3.12.0
Jul 31, 2025
Merged

Chore(deps): Bump @nextcloud/files from 3.10.2 to 3.12.0#2839
dependabot[bot] merged 1 commit into
stable5from
dependabot/npm_and_yarn/stable5/nextcloud/files-3.12.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 31, 2025

Bumps @nextcloud/files from 3.10.2 to 3.12.0.

Release notes

Sourced from @​nextcloud/files's releases.

v3.12.0

3.12.0 - 2025-07-24

🚀 Enhancements

🐛 Fixed bugs

Other changes

v3.11.0

What's Changed

🚀 Enhancements

🐛 Fixed bugs

Other changes

... (truncated)

Changelog

Sourced from @​nextcloud/files's changelog.

3.12.0 - 2025-07-24

🚀 Enhancements

  • feat(actions): allow to define hotkey for file action #1288 (susnux)

🐛 Fixed bugs

Other changes

3.11.0 - 2025-07-02

🚀 Enhancements

Fixed

Changed

  • chore: update node version to all supported ones and add devEngines #1282 (susnux)
  • chore: make package.json consistent and update authors #1280 (susnux)
  • chore(deps): Bump @​nextcloud/auth to 2.5.1
  • chore(deps): Bump @​nextcloud/l10n to 3.3.0
  • chore(deps): Bump is-svg to 6.0.0
  • chore(deps): Bump webdav to 5.8.0
Commits
  • 713d355 Merge pull request #1289 from nextcloud-libraries/release/3.12.0
  • 8498f44 chore: 3.12.0
  • ec7e024 Merge pull request #1288 from nextcloud-libraries/feat/allow-hotkey
  • ded8c3f feat(actions): allow to define hotkey for file action
  • 8444439 Merge pull request #1287 from nextcloud-libraries/refactor/restructure-library
  • bb759d0 refactor: restructure source files
  • 262b1c3 Merge pull request #1286 from nextcloud-libraries/skjnldsv-patch-1
  • 8c129c8 fix(sorting): adjust attribute fallback condition
  • af33a00 Merge pull request #1285 from nextcloud-libraries/fix/sorting
  • 28133ce fix(sorting): also check attributes
  • 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 Pull requests that update a dependency file labels Jul 31, 2025
Copy link
Copy Markdown

@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
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jul 31, 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.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stable5/nextcloud/files-3.12.0 branch from 0e651a5 to 41d1f2e Compare July 31, 2025 11:05
Copy link
Copy Markdown

@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 dependabot Bot force-pushed the dependabot/npm_and_yarn/stable5/nextcloud/files-3.12.0 branch from 41d1f2e to c44d84b Compare July 31, 2025 11:08
Copy link
Copy Markdown

@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 dependabot Bot force-pushed the dependabot/npm_and_yarn/stable5/nextcloud/files-3.12.0 branch from c44d84b to 42e8708 Compare July 31, 2025 11:13
Copy link
Copy Markdown

@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 dependabot Bot force-pushed the dependabot/npm_and_yarn/stable5/nextcloud/files-3.12.0 branch from 42e8708 to 05a1f95 Compare July 31, 2025 11:18
Copy link
Copy Markdown

@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

Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.10.2 to 3.12.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-files@v3.10.2...v3.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/stable5/nextcloud/files-3.12.0 branch from 05a1f95 to 00c1da0 Compare July 31, 2025 11:22
Copy link
Copy Markdown

@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 dependabot Bot merged commit 8f25cd7 into stable5 Jul 31, 2025
46 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/stable5/nextcloud/files-3.12.0 branch July 31, 2025 11:24
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 Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant