Skip to content

chore(deps): update @nextcloud/files to v4.0.0 for Nextcloud 33+#2373

Merged
susnux merged 2 commits intomasterfrom
fix/nextcloud-33
Feb 13, 2026
Merged

chore(deps): update @nextcloud/files to v4.0.0 for Nextcloud 33+#2373
susnux merged 2 commits intomasterfrom
fix/nextcloud-33

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Feb 12, 2026

See changelog of files library:
Registered entities are scoped to the version used in the files app.
So the sidebar tab is not visible anymore because NC33 uses files v4 (stable) but this app was using the RC

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux requested review from artonge and miaulalala February 12, 2026 16:11
@susnux susnux added bug 3. to review dependencies Pull requests that update a dependency file labels Feb 12, 2026
@susnux susnux added this to the Nextcloud 34 milestone Feb 12, 2026
@susnux
Copy link
Contributor Author

susnux commented Feb 12, 2026

/backport to stable33

@codecov
Copy link

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@cypress
Copy link

cypress bot commented Feb 12, 2026

Activity    Run #3309

Run Properties:  status check passed Passed #3309  •  git commit 1f7ceec2a6: chore(deps): update `@nextcloud/files` to v4.0.0 for Nextcloud 33+
Project Activity
Branch Review fix/nextcloud-33
Run status status check passed Passed #3309
Run duration 02m 04s
Commit git commit 1f7ceec2a6: chore(deps): update `@nextcloud/files` to v4.0.0 for Nextcloud 33+
Committer Ferdinand Thiessen
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 1
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 9
View all changes introduced in this branch ↗︎

@susnux susnux merged commit 6e0d33d into master Feb 13, 2026
52 of 53 checks passed
@susnux susnux deleted the fix/nextcloud-33 branch February 13, 2026 13:41
@backportbot
Copy link

backportbot bot commented Feb 13, 2026

The backport to stable33 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable33
git pull origin stable33

# Create the new backport branch
git checkout -b backport/2373/stable33

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 48c0e679 8e1c7c74

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/2373/stable33

Error: Failed to check for changes with origin/stable33: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@susnux
Copy link
Contributor Author

susnux commented Feb 13, 2026

/backport 48c0e67 to stable33

@backportbot
Copy link

backportbot bot commented Feb 13, 2026

The backport to stable33 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable33
git pull origin stable33

# Create the new backport branch
git checkout -b backport/2373/stable33

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 48c0e679

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/2373/stable33

Error: Failed to check for changes with origin/stable33: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review backport-request bug dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants