Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2025

Bumps @nextcloud/files from 4.0.0-beta.4 to 4.0.0-beta.5.

Release notes

Sourced from @​nextcloud/files's releases.

v4.0.0-beta.5

4.0.0-beta.5 - 2025-12-16

💥 Breaking changes

  • refactor!(navigation): pass id of view to setActive #1418 (susnux)
  • refactor!: migrate from cancelable promise to AbortSignal #1428 (susnux)
  • chore!: remove commonjs entry point #1420 (susnux)

🚀 Enhancements

  • feat(sidebar): provide public API to register a sidebar tab with web components #1419 (susnux)
  • feat(sidebar): provide a proxy for the files sidebar #1306 (susnux)

Other changes

  • refactor: use interfaces where possible instead of instances #1417 (susnux)
  • refactor: drop dependency on Node modules #1421 (susnux)
  • ci: update dependencies also on stable3 #1400 (susnux)
  • ci: drop npm token publishing and use trusted publisher #1416
  • Updated dependencies:
    • Bump @nextcloud/logger to 3.0.3
    • Bump @nextcloud/paths to 3.0.0
Changelog

Sourced from @​nextcloud/files's changelog.

4.0.0-beta.5 - 2025-12-16

💥 Breaking changes

  • refactor!(navigation): pass id of view to setActive #1418 (susnux)
  • refactor!: migrate from cancelable promise to AbortSignal #1428 (susnux)
  • chore!: remove commonjs entry point #1420 (susnux)

🚀 Enhancements

  • feat(sidebar): provide public API to register a sidebar tab with web components #1419 (susnux)
  • feat(sidebar): provide a proxy for the files sidebar #1306 (susnux)

Other changes

  • refactor: use interfaces where possible instead of instances #1417 (susnux)
  • refactor: drop dependency on Node modules #1421 (susnux)
  • ci: update dependencies also on stable3 #1400 (susnux)
  • ci: drop npm token publishing and use trusted publisher #1416
  • Updated dependencies:
    • Bump @nextcloud/logger to 3.0.3
    • Bump @nextcloud/paths to 3.0.0
Commits
  • 784c3ff Merge pull request #1429 from nextcloud-libraries/chore/prepare-4-beta-5
  • 2c8f3aa Merge pull request #1430 from nextcloud-libraries/chore/node-version
  • b16be5b chore: update Node version to v24
  • 9a8ada1 chore: prepare v4.0.0-beta.5
  • 91587cb Merge pull request #1428 from nextcloud-libraries/refactor/migrate-abort-cont...
  • 0895ae9 Merge pull request #1306 from nextcloud-libraries/feat/sidebar-api-v2
  • f0b387a refactor!: migrate from cancelable promise to AbortSignal
  • 570a190 feat(sidebar): provide a proxy for the files sidebar
  • 635ae2f Merge pull request #1421 from nextcloud-libraries/chore/drop-node
  • 24b985a Merge pull request #1420 from nextcloud-libraries/chore/esm
  • 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)

@dependabot dependabot bot requested review from a team as code owners December 20, 2025 02:20
@dependabot dependabot bot requested review from artonge and removed request for a team December 20, 2025 02:20
@dependabot dependabot bot added the 3. to review Waiting for reviews label Dec 20, 2025
@dependabot dependabot bot requested review from nfebe and sorbaugh December 20, 2025 02:20
@github-actions github-actions bot enabled auto-merge December 20, 2025 03:04
@susnux susnux force-pushed the dependabot/npm_and_yarn/nextcloud/files-4.0.0-beta.5 branch from f1782ca to 01498c6 Compare December 21, 2025 17:13
@susnux susnux requested a review from skjnldsv as a code owner December 21, 2025 17:13
@susnux

This comment was marked as resolved.

@susnux susnux force-pushed the dependabot/npm_and_yarn/nextcloud/files-4.0.0-beta.5 branch 4 times, most recently from d6bf698 to e7234e2 Compare December 22, 2025 19:01
@susnux
Copy link
Contributor

susnux commented Dec 22, 2025

Funny looks like columns never worked in other apps than in server.
Because the instanceof check will always fail there.

So to get this fixed as well: nextcloud-libraries/nextcloud-files#1442

@susnux susnux force-pushed the dependabot/npm_and_yarn/nextcloud/files-4.0.0-beta.5 branch from c36ed60 to cb45a3a Compare December 23, 2025 15:54
@susnux susnux changed the title build(deps): Bump @nextcloud/files from 4.0.0-beta.4 to 4.0.0-beta.5 build(deps): Bump @nextcloud/files from 4.0.0-beta.4 to 4.0.0-beta.7 Dec 23, 2025
@susnux
Copy link
Contributor

susnux commented Dec 23, 2025

/compile

@susnux susnux force-pushed the dependabot/npm_and_yarn/nextcloud/files-4.0.0-beta.5 branch from 893d730 to 57a4a62 Compare December 23, 2025 18:36
Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 4.0.0-beta.4 to 4.0.0-beta.5.
- [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/[email protected])

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

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux force-pushed the dependabot/npm_and_yarn/nextcloud/files-4.0.0-beta.5 branch from 57a4a62 to 3c446f4 Compare December 23, 2025 19:19
@susnux susnux force-pushed the dependabot/npm_and_yarn/nextcloud/files-4.0.0-beta.5 branch from 3c446f4 to 7f2625c Compare December 23, 2025 20:08
Signed-off-by: nextcloud-command <[email protected]>
@susnux susnux force-pushed the dependabot/npm_and_yarn/nextcloud/files-4.0.0-beta.5 branch from 7f2625c to 0934814 Compare December 23, 2025 20:11
@github-actions github-actions bot merged commit 5cb2623 into master Dec 23, 2025
124 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/nextcloud/files-4.0.0-beta.5 branch December 23, 2025 20:27
Sign up for free to 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.

3 participants