Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @nextcloud/files from 3.1.1 to 3.5.1 #582

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2024

Bumps @nextcloud/files from 3.1.1 to 3.5.1.

Release notes

Sourced from @​nextcloud/files's releases.

v3.5.1

3.5.1 - 2024-06-20

Full Changelog: nextcloud-libraries/nextcloud-files@v3.5.0...v3.5.1

Fixed

  • fix davResultToNode on public shares (#993)
  • fix: make davRootPath and davRemoteURL support public shares (#996)
  • fix(dav): Add displayname and creationdate to default props (#991)
  • fix(sorting): The display name attribute is called displayname not displayName for DAV (#992)

Changed

  • chore(deps-dev): Bump ws from 8.17.0 to 8.17.1
  • chore: Update development dependencies

v3.5.0

3.5.0 - 2024-06-17

Full Changelog: nextcloud-libraries/nextcloud-files@v3.4.1...v3.5.0

Added

  • feat: Add filename util getUniqueName to generate a unique name (#986)
  • feat: Export public interfaces of Node, File and Folder (#976)
  • feat(navigation): Allow to listen for active navigation changes (#987)

Fixed

  • fix(dav): Set status in davResultToNode when fileid is negative (#985)
  • fix: When sorting by filename the extension should only be considered if the basename is equal (#984)

Changed

  • Add SPDX headers (#980)
  • Updated development dependencies

3.4.1 - 2024-06-05

Full Changelog: nextcloud-libraries/nextcloud-files@v3.4.0...v3.4.1

Fixed

Changed

v3.4.0

3.4.0 - 2024-05-29

Full Changelog: nextcloud-libraries/nextcloud-files@v3.3.1...v3.4.0

Added

... (truncated)

Changelog

Sourced from @​nextcloud/files's changelog.

3.5.1 - 2024-06-20

Full Changelog: nextcloud-libraries/nextcloud-files@v3.5.0...v3.5.1

Fixed

  • fix davResultToNode on public shares (#993)
  • fix: make davRootPath and davRemoteURL support public shares (#996)
  • fix(dav): Add displayname and creationdate to default props (#991)
  • fix(sorting): The display name attribute is called displayname not displayName for DAV (#992)

Changed

  • chore(deps-dev): Bump ws from 8.17.0 to 8.17.1
  • chore: Update development dependencies

3.5.0 - 2024-06-17

Full Changelog: nextcloud-libraries/nextcloud-files@v3.4.1...v3.5.0

Added

  • feat: Add filename util getUniqueName to generate a unique name (#986)
  • feat: Export public interfaces of Node, File and Folder (#976)
  • feat(navigation): Allow to listen for active navigation changes (#987)

Fixed

  • fix(dav): Set status in davResultToNode when fileid is negative (#985)
  • fix: When sorting by filename the extension should only be considered if the basename is equal (#984)

Changed

  • Add SPDX headers (#980)
  • Updated development dependencies

3.4.1 - 2024-06-05

Full Changelog: nextcloud-libraries/nextcloud-files@v3.4.0...v3.4.1

Fixed

Changed

3.4.0 - 2024-05-29

Full Changelog: nextcloud-libraries/nextcloud-files@v3.3.1...v3.4.0

Added

Fixed

Changed

... (truncated)

Commits
  • 4ef3e9a Merge pull request #997 from nextcloud-libraries/chore/3-5-1
  • 0d538c3 chore: Prepare v3.5.1 release
  • 05b829c Merge pull request #996 from nextcloud-libraries/feat/public-share-paths
  • 790b705 fix: Make davRootPath and davRemoteURL support public shares
  • 7731474 Merge pull request #995 from nextcloud-libraries/fix/security
  • 078ca8d Merge pull request #992 from nextcloud-libraries/fix/files-displayname
  • a692444 fix: Update development dependencies
  • 450fb37 fix(sorting): The display name attribute is called displayname not `display...
  • 4e20542 Merge pull request #994 from nextcloud-libraries/dependabot/npm_and_yarn/ws-8...
  • 2f8905e chore(deps-dev): Bump ws from 8.17.0 to 8.17.1
  • 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 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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 22, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/files-3.5.1 branch from 9ccf9d3 to 3d0d31b Compare June 29, 2024 05:14
Bumps [@nextcloud/files](https://github.com/nextcloud-libraries/nextcloud-files) from 3.1.1 to 3.5.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@v3.1.1...v3.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nextcloud/files-3.5.1 branch from 3d0d31b to 6a7a4da Compare July 18, 2024 04:52
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 20, 2024

Superseded by #594.

@dependabot dependabot bot closed this Jul 20, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nextcloud/files-3.5.1 branch July 20, 2024 01:41
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 Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants