Skip to content

[stable35] build(deps): Bump @nextcloud/files from 4.0.0 to 4.1.0 - #19463

Merged
Antreesy merged 1 commit into
stable35from
dependabot/npm_and_yarn/stable35/nextcloud/files-4.1.0
Sep 19, 2026
Merged

Antreesy merged 1 commit into
stable35from
dependabot/npm_and_yarn/stable35/nextcloud/files-4.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2026

Copy link
Copy Markdown
Contributor

Bumps @nextcloud/files from 4.0.0 to 4.1.0.

Release notes

Sourced from @​nextcloud/files's releases.

v4.1.0

🗒️ Notes

⚠️ the uploader feature is still considered experimental and might change.

🚀 Enhancements

  • feat(recent-search): include recently uploaded files in addition to modified files (#1498)
  • feat(recent-search): add creation_time property and use capatabilities to identify wheter creation_time and upload_time are supported (#1517)
  • feat(upload): merge upload related API from @nextcloud/upload (#1509)
  • feat(recent-search): add parameter to allow dynamic limit of returned items (#1527)
  • feat(recent-search): allow ordering by nc:last_activity when capability is true (#1547)
  • feat(recent-search): add nc:upload_time as a select prop (#1543)
  • feat(uploader): add reset event (#1672)
  • feat(sidebar): add API for mounting the sidebar (#1728)

🐛 Fixed bugs

  • fix(upload): expose the current uploader statistics (#1673)
  • fix(uploader): the conflicts callback needs to get the relative path (#1676)
  • fix(upload): only create directory if needed (#1674)
  • fix(upload): check if we need to create a folder before creating it (#1687)
  • fix(uploader): properly handle chunked uploads (#1686)
  • fix(upload): properly handle skipped files (#1722)
  • fix(upload): propagate folder renames to already initialized child uploads (#1744)
  • fix(upload): honor root and retries upload options (#1745)
  • fix(upload): do not finish chunked uploads after the first chunk (#1746)
  • fix(upload): make the signal upload option actually cancel the upload (#1747)
  • fix(upload): read all entries of dropped folders (#1748)

Other changes

  • refactor: group all UI integrations in folder structure (#1496)
  • refactor(upload): split uploader into separate classes for file and folder uploads (#1535)
  • refactor(upload): remove duplicated uploader status information (#1675)
  • chore(docs): update last readme example syntax (#1533)
  • ci: update all workflow templates from organization template repository
  • Updated dependencies
    • Bump @nextcloud/auth to 2.6.0
    • Bump @nextcloud/axios to 2.6.0
    • Bump @nextcloud/sharing to 0.4.0
    • Bump @nextcloud/paths to 3.1.0
    • Bump axios to 1.18.1
    • Bump dompurify to 3.4.13
    • Bump fast-xml-builder to 1.2.0
    • Bump immutable to 5.1.5
    • Bump p-queue to 9.3.3

v4.1.0-beta.2

4.1.0-beta.2 - 2026-08-24

This is a third beta for version v4.1 which includes the new uploader logic. It is released as a beta to get some insights into potential issues with the uploader, so that API is allowed to still get breaking changes.

... (truncated)

Changelog

Sourced from @​nextcloud/files's changelog.

4.1.0 - 2026-09-16

🚀 Enhancements

  • feat(recent-search): include recently uploaded files in addition to modified files (#1498)
  • feat(recent-search): add creation_time property and use capatabilities to identify wheter creation_time and upload_time are supported (#1517)
  • feat(upload): merge upload related API from @nextcloud/upload (#1509)
  • feat(recent-search): add parameter to allow dynamic limit of returned items (#1527)
  • feat(recent-search): allow ordering by nc:last_activity when capability is true (#1547)
  • feat(recent-search): add nc:upload_time as a select prop (#1543)
  • feat(uploader): add reset event (#1672)
  • feat(sidebar): add API for mounting the sidebar (#1728)

🐛 Fixed bugs

  • fix(upload): expose the current uploader statistics (#1673)
  • fix(uploader): the conflicts callback needs to get the relative path (#1676)
  • fix(upload): only create directory if needed (#1674)
  • fix(upload): check if we need to create a folder before creating it (#1687)
  • fix(uploader): properly handle chunked uploads (#1686)
  • fix(upload): properly handle skipped files (#1722)
  • fix(upload): propagate folder renames to already initialized child uploads (#1744)
  • fix(upload): honor root and retries upload options (#1745)
  • fix(upload): do not finish chunked uploads after the first chunk (#1746)
  • fix(upload): make the signal upload option actually cancel the upload (#1747)
  • fix(upload): read all entries of dropped folders (#1748)

Other changes

  • refactor: group all UI integrations in folder structure (#1496)
  • refactor(upload): split uploader into separate classes for file and folder uploads (#1535)
  • refactor(upload): remove duplicated uploader status information (#1675)
  • chore(docs): update last readme example syntax (#1533)
  • ci: update all workflow templates from organization template repository
  • Updated dependencies
    • Bump @nextcloud/auth to 2.6.0
    • Bump @nextcloud/axios to 2.6.0
    • Bump @nextcloud/sharing to 0.4.0
    • Bump @nextcloud/paths to 3.1.0
    • Bump axios to 1.18.1
    • Bump dompurify to 3.4.13
    • Bump fast-xml-builder to 1.2.0
    • Bump immutable to 5.1.5
    • Bump p-queue to 9.3.3
Commits
  • 3e63c39 Merge pull request #1749 from nextcloud-libraries/chore/prepare-4-1-0
  • 46ae1ea docs: add change log
  • 0fd806c Merge pull request #1748 from nextcloud-libraries/fix/drop
  • 6ff93de chore: prepate v4.1.0
  • a087e27 test: adjust test code for path aliases
  • be90c64 fix(upload): read all entries of dropped folders
  • 2e56052 Merge pull request #1747 from nextcloud-libraries/fix/cancel
  • 9d68acf fix(upload): make the signal upload option actually cancel the upload
  • 0e21f9d Merge pull request #1746 from nextcloud-libraries/fix/chunked-progress
  • 2d058dd fix(upload): do not finish chunked uploads after the first chunk
  • 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 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/files](https://github.com/nextcloud-libraries/nextcloud-files) from 4.0.0 to 4.1.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@v4.0.0...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript labels Sep 19, 2026
@github-actions github-actions Bot changed the title build(deps): Bump @nextcloud/files from 4.0.0 to 4.1.0 [stable35] build(deps): Bump @nextcloud/files from 4.0.0 to 4.1.0 Sep 19, 2026
@Antreesy
Antreesy merged commit 2dc5ed3 into stable35 Sep 19, 2026
49 checks passed
@Antreesy
Antreesy deleted the dependabot/npm_and_yarn/stable35/nextcloud/files-4.1.0 branch September 19, 2026 14:14
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant