Skip to content

[stable31] build(deps): Bump @nextcloud/files from 3.12.0 to 3.12.2 - #57213

Merged
github-actions[bot] merged 4 commits into
stable31from
dependabot/npm_and_yarn/stable31/nextcloud/files-3.12.2
Dec 22, 2025
Merged

[stable31] build(deps): Bump @nextcloud/files from 3.12.0 to 3.12.2#57213
github-actions[bot] merged 4 commits into
stable31from
dependabot/npm_and_yarn/stable31/nextcloud/files-3.12.2

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubDec 20, 2025

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/files from 3.12.0 to 3.12.2.

Release notes

Sourced from @​nextcloud/files's releases.

v3.12.2

3.12.2 - 2025-12-16

Other changes

  • refactor: drop dependency on NodeJS modules #1427
  • Bump @nextcloud/paths to 3.0.0

v3.12.1

3.12.1 - 2025-12-11

🐛 Fixed bugs

  • fix(sortNodes): do not trim "extension" of folder names #1291 (susnux)

Changed

  • docs(View): improve documentation of View.emptyView#1290 (susnux)
  • chore: work around bug in corepack blocking dependency updates #1292 (susnux)
  • ci: update workflows from organization #1354 (susnux)
  • chore: align devEngines with apps #1355 (susnux)
  • Updated dependencies:
    • Bump is-svg to 6.1.0
    • Bump @nextcloud/sharing to to 0.3.0
    • Bump @nextcloud/auth to to 2.5.3
    • Bump @nextcloud/l10n to to 3.4.1
    • Bump @nextcloud/capabilities to to 1.2.1
    • Bump @nextcloud/router to to 3.1.0
    • Bump @nextcloud/paths to to 2.3.0
Changelog

Sourced from @​nextcloud/files's changelog.

3.12.2 - 2025-12-16

Other changes

  • refactor: drop dependency on NodeJS modules #1427
  • Bump @nextcloud/paths to 3.0.0

3.12.1 - 2025-12-11

🐛 Fixed bugs

  • fix(sortNodes): do not trim "extension" of folder names #1291 (susnux)

Changed

  • docs(View): improve documentation of View.emptyView#1290 (susnux)
  • chore: work around bug in corepack blocking dependency updates #1292 (susnux)
  • ci: update workflows from organization #1354 (susnux)
  • chore: align devEngines with apps #1355 (susnux)
  • Updated dependencies:
    • Bump is-svg to 6.1.0
    • Bump @nextcloud/sharing to to 0.3.0
    • Bump @nextcloud/auth to to 2.5.3
    • Bump @nextcloud/l10n to to 3.4.1
    • Bump @nextcloud/capabilities to to 1.2.1
    • Bump @nextcloud/router to to 3.1.0
    • Bump @nextcloud/paths to to 2.3.0
Commits
  • 7d0de83 Merge pull request #1431 from nextcloud-libraries/chore/prepare-3
  • 9b56005 chore: prepare v3.12.2
  • 53fdd8c Merge pull request #1427 from nextcloud-libraries/backport/1421/stable3
  • 68faf2a refactor: migrate from Node path to @nextcloud/paths
  • dacde92 chore(deps): update @nextcloud/paths to v3.0.0
  • adceb80 Merge pull request #1425 from nextcloud-libraries/dependabot/npm_and_yarn/sta...
  • feca112 Merge pull request #1423 from nextcloud-libraries/dependabot/npm_and_yarn/sta...
  • 63ab4bc chore(deps): Bump @​nextcloud/paths from 2.3.0 to 2.4.0
  • fc64aba chore(deps-dev): Bump fast-xml-parser from 5.3.2 to 5.3.3
  • 7661f4e Merge pull request #1415 from nextcloud-libraries/skjnldsv-patch-1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nextcloud/files since your current version.


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)

@github-actionsgithub-actionsBot changed the title build(deps): Bump @nextcloud/files from 3.12.0 to 3.12.2[stable31] build(deps): Bump @nextcloud/files from 3.12.0 to 3.12.2Dec 20, 2025
@solracsfsolracsf added this to the Nextcloud 31.0.13 milestone Dec 20, 2025
@susnux
susnuxforce-pushed the dependabot/npm_and_yarn/stable31/nextcloud/files-3.12.2 branch from 3c3ed49 to 8987b66CompareDecember 21, 2025 19:09
@susnux

Copy link
Copy Markdown
Contributor

/compile

Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.12.0 to 3.12.2.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-files/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-files/blob/v3.12.2/CHANGELOG.md)
- [Commits](nextcloud-libraries/nextcloud-files@v3.12.0...v3.12.2)
---
updated-dependencies:
- dependency-name: "@nextcloud/files"
dependency-version: 3.12.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@susnux
susnuxforce-pushed the dependabot/npm_and_yarn/stable31/nextcloud/files-3.12.2 branch 2 times, most recently from d296e14 to 0ce09dfCompareDecember 21, 2025 21:44
@susnux
susnuxforce-pushed the dependabot/npm_and_yarn/stable31/nextcloud/files-3.12.2 branch from 8443099 to e5ef0d4CompareDecember 21, 2025 23:24
@susnux

Copy link
Copy Markdown
Contributor

/compile

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux
susnuxforce-pushed the dependabot/npm_and_yarn/stable31/nextcloud/files-3.12.2 branch from 0f54ee5 to 13e6602CompareDecember 21, 2025 23:52
@github-actions
github-actionsBot merged commit cda166f into stable31Dec 22, 2025
128 of 130 checks passed
@github-actions
github-actionsBot deleted the dependabot/npm_and_yarn/stable31/nextcloud/files-3.12.2 branch December 22, 2025 00:18
@nextcloud-botnextcloud-bot mentioned this pull request Jan 7, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@susnux@solracsf