Skip to content

build(deps): Bump @nextcloud/files from 4.0.0-rc.0 to 4.0.0-rc.1#17014

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/nextcloud/files-4.0.0-rc.1
Feb 7, 2026
Merged

build(deps): Bump @nextcloud/files from 4.0.0-rc.0 to 4.0.0-rc.1#17014
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/nextcloud/files-4.0.0-rc.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2026

Bumps @nextcloud/files from 4.0.0-rc.0 to 4.0.0-rc.1.

Release notes

Sourced from @​nextcloud/files's releases.

v4.0.0-rc.1

What's Changed

🚀 Enhancements

Other changes

Full Changelog: nextcloud-libraries/nextcloud-files@v4.0.0-rc.0...v4.0.0-rc.1

Changelog

Sourced from @​nextcloud/files's changelog.

Changelog

All notable changes to this project will be documented in this file.

4.0.0 (UNRELEASED)

📝 Notes

  • This package now is a pure ES module.
  • Due to breaking changes this major version is only compatible with the files app of Nextcloud 33 or later.
  • The Node API was changed, the root property of any node, including File or Folder, is now required.
  • All methods now also accept the interface of the provided classes, meaning instead of accepting View they accept the more generic IView interface. This allows better integration with frameworks and custom implementations of the interface where needed.

DAV related export

The DAV related exports from the main entry point were deprecated for a long time and are now removed from it. Instead you have to use the @nextcloud/files/dav entry point.

For example:

- import { davRemoteURL } from '@nextcloud/files'
+ import { defaultRemoteURL } from '@nextcloud/files/dav'

File Actions API changes

The FileAction API has been changed to provide a more consistent set of context to the action handlers. We're now using destructuring objects for the context parameters. For example:

type ActionContext = {
  nodes: INode[],
  view: IView,
  folder: IFolder,
  contents: INode[],
}

action.exec(view: View, folder: Folder, dir: string): Promise<boolean>


action.exec({ nodes, view, folder, contents }): Promise<boolean>

... (truncated)

Commits
  • 8b2be4f Merge pull request #1483 from nextcloud-libraries/feat/registry
  • 6465083 feat: add new registry to keep track of registration changes
  • 738acee refactor: use consistent directory layout
  • 1772f17 Merge pull request #1480 from nextcloud-libraries/dependabot/npm_and_yarn/mai...
  • 9fd7459 Merge pull request #1479 from nextcloud-libraries/dependabot/npm_and_yarn/mai...
  • e5888b5 chore(deps-dev): Bump @​types/node from 25.0.10 to 25.1.0
  • 235b7fb chore(deps-dev): Bump @​nextcloud/eslint-config
  • a28b688 Merge pull request #1478 from nextcloud-libraries/dependabot/npm_and_yarn/fas...
  • 926f978 chore(deps-dev): Bump fast-xml-parser from 5.3.3 to 5.3.4
  • 698394e Merge pull request #1477 from nextcloud-libraries/artonge/chore/bump_to_4.0.0...
  • 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-rc.0 to 4.0.0-rc.1.
- [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-rc.0...v4.0.0-rc.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/files"
  dependency-version: 4.0.0-rc.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Feb 7, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/files-4.0.0-rc.1 branch from b633366 to 47bdb5e Compare February 7, 2026 02:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Feb 7, 2026
@github-actions github-actions bot enabled auto-merge February 7, 2026 02:32
@github-actions github-actions bot merged commit ae0cb68 into main Feb 7, 2026
57 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/nextcloud/files-4.0.0-rc.1 branch February 7, 2026 04:39
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.

0 participants