Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2022

Bumps league/flysystem from 2.5.0 to 3.5.2.

Release notes

Sourced from league/flysystem's releases.

3.0.0

What's Changed

  • [NEW] FilesystemAdapter::directoryExists to check for directory existence
  • [NEW] FilesystemReader::directoryExists to check for directory existence
  • [NEW] FilesystemAdapter::has to check for file or directory existence
  • [NEW] FilesystemReader::has to check for file or directory existence
  • PHP minimum version is upgraded to 8.0.2

Full Changelog: thephpleague/flysystem@2.4.0...3.0.0

Blog post: https://blog.frankdejonge.nl/flysystem-3-0-0-is-released/

Changelog

Sourced from league/flysystem's changelog.

3.5.2 - 2022-09-23

Fixed

  • [SFTP v2/v3] Fixed possible race-condition during directory creation leading to false failures.

3.5.1 - 2022-09-18

Fixed

  • [WebDAV] Strip directory prefix in createDirectory to prevent double prefixing in directoryExists.

3.5.0 - 2022-09-17

Added

  • [AWS S3] Allow specifying visibility on move and copy

3.4.0 - 2022-09-15

Added

  • Added FTP configuration option useRawListOptions (null|false|true).
  • UnableToListContents exception was added to uniformly represent content listing exceptions.

Fixed

  • [FTP] Don't use raw list options for FileZilla FTP servers (#1553)
  • [WebDAV] Correct path formatting for move and copy operations (#1552)

3.3.0 - 2022-09-09

Added

  • StaticInMemoryAdapterRegistry contributed by @​kbond
  • ReadonlyFilesystemAdapter contributed by @​kbond
  • PathPrefixedAdapter contributed by @​shyim

Fixed

  • WebDAV prefix is now encoded and the dir is not required to be pre-created (#1533)

3.2.1 - 2022-08-14

Fixed

  • [ZipArchive] reverted regression introduced in #1525

3.2.0 - 2022-07-26

... (truncated)

Commits

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 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 the dependencies Pull requests that update a dependency file label Oct 13, 2022
@codecov
Copy link

codecov bot commented Oct 13, 2022

Codecov Report

Base: 66.84% // Head: 66.84% // No change to project coverage 👍

Coverage data is based on head (c280f2d) compared to base (78dc313).
Patch has no changes to coverable lines.

❗ Current head c280f2d differs from pull request most recent head 6cf0384. Consider uploading reports for the commit 6cf0384 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##                1.x      #96   +/-   ##
=========================================
  Coverage     66.84%   66.84%           
  Complexity      417      417           
=========================================
  Files            58       58           
  Lines          1457     1457           
=========================================
  Hits            974      974           
  Misses          483      483           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dpi
Copy link
Owner

dpi commented Oct 13, 2022

@dependabot rebase

Bumps [league/flysystem](https://github.com/thephpleague/flysystem) from 2.5.0 to 3.5.2.
- [Release notes](https://github.com/thephpleague/flysystem/releases)
- [Changelog](https://github.com/thephpleague/flysystem/blob/3.x/CHANGELOG.md)
- [Commits](thephpleague/flysystem@2.5.0...3.5.2)

---
updated-dependencies:
- dependency-name: league/flysystem
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/league/flysystem-3.5.2 branch from c280f2d to 6cf0384 Compare October 13, 2022 01:52
@dpi dpi merged commit 0f58386 into 1.x Oct 13, 2022
@dependabot dependabot bot deleted the dependabot/composer/league/flysystem-3.5.2 branch October 13, 2022 01:53
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants