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

fix(deps): update dependency league/flysystem to v3.28.0 #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
league/flysystem 3.1.0 -> 3.28.0 age adoption passing confidence

Release Notes

thephpleague/flysystem (league/flysystem)

v3.28.0

Compare Source

Added
Fixed
  • PHP 8.3 directory listing issue for the FTP adapter (by @​lanz1)

v3.27.0

Compare Source

Fixed
  • Corrected AWS SSE-C Options
  • Handle MetadataDirective gracefully.

v3.26.0

Compare Source

Fixed
  • Make SFTP connectivity pinging an opt-in feature.
Added
  • Add add_content_md5 option to AWS S3 (#​1774)
  • Added AWS SSE-C options (#​1773)

v3.25.1

Compare Source

Fixed
  • Cleanup connection instance after disconnecting SFTP connection.
  • Fix upcoming PHP 8.4 deprecations (#​1772)

v3.25.0

Compare Source

Added
  • [MountManager] added ability to (dangerously) mount additional filesystems
  • [FTP] added disconnect method to proactively close connections
  • [SFTP V3] added disconnect method to proactively close connections

v3.24.0

Compare Source

Fixes
  • Updated method signatures to match upgraded dependency signatures for overrides (#​1748, #​1746)
  • Added missing path prefixing in FTP implementation (#​1747)
Changes

v3.23.1

Compare Source

Changes
  • Updated license year

v3.23.0

Compare Source

Fixed
  • Fixed upstream regression caused by resolving inconclusive mime-type.
Added
  • Made inconclusive mime-type resolving configurable on the local adapter.

v3.22.0

Compare Source

Changes
  • Prevent double directory creation with lazy root creation for Local filesystem.
Fixes
  • Resolve to "inconclusive" mimetype instead of causing a type error by @​GuySartorelli
  • Corrected spelling of a configuration key for the Azure adapter by @​shineability
Additions
  • MountManager::extend allows for immutable dynamic extension of the mount manager.
  • Added a new abstract DecoratedAdapter for easier decoration of adapters by @​jnoordsij

v3.21.0

Compare Source

Changes

v3.20.0

Compare Source

Changed
  • Normalise paths for public and temporary URLs (#​1727)

v3.19.0

Compare Source

Added
  • Configuration option to specify if visibility should be retained during copy/move operations
  • InMemoryFilesystemAdapter now supports visibility changes on move and copy.
  • Default visibility options are ignored when moving/copying while respecting visibility retention settings.
  • Local filesystem implementation now allows setting visibility on move and copy.

v3.18.0

Compare Source

Added
  • Configuration option to specify how to handle same path copy/move operations (#​1715)

v3.17.0

Compare Source

Added
  • [AsyncAWS] Added support for version 2.0 of async-aws/{s3,simple-s3}

v3.16.0

Compare Source

Added
  • [AsyncAws] Allow specifying get_object_options for temporary URL generation
Fixed
  • [ZipArchive] override on move
  • [WebDAV] encode path for propfind actions
  • [PathPrefixing] #​1686

v3.15.1

Compare Source

Fixed
  • Remove duplicate class caused by package extractin and inclusion

v3.15.0

Compare Source

Added
  • Extracted the local adapter as a standalone package
Changed
  • Removed readme's from shipped artefacts.

v3.14.0

Compare Source

Added
  • Made disabling stat cache configurable for SFTP adapters.

v3.13.0

Compare Source

Fixed
  • AsyncAwsS3 object deletion now chunks per 100 objects to prevent memory exhaustion
  • AsyncAwsS3 now disregards top-level directories from listings
  • LocalAdapter now deals with file deletions during directory listings gracefully.
Added

v3.12.3

Compare Source

Fixed

v3.12.2

Compare Source

v3.12.1

Compare Source

Fixed
  • [AWS S3] Use doesObjectExistV2 to prevent false positive respomnses.

v3.12.0

Compare Source

Added
  • [Core] Chained public URL generation strategy
Fixed
  • [WebDAV] Handle cases where the content listing returns entries with URL prefixes.
  • [Local] Ensure correct implicit root creations happens on windows.
  • [ZipArchive] Fix incorrect zip contents listing for top-level directory.

v3.11.0

Compare Source

Added
  • [Google Cloud Storage] Added UniformBucketLevelAccessVisibility to allow buckets with uniform bucket-level access policies.

v3.10.4

Compare Source

Changed
Fixed
  • [PathPrefixing] ensure checksum and temporaryUrl are prefixed
  • [WebDAV] ensure directory creation uses trailing slashes for paths

v3.10.3

Compare Source

Fixed
  • [Local] Handle checksum errors without message (#​1590)

v3.10.2

Compare Source

Fixed
  • [Filesystem] Ensure adapter is used for exposing temporary URLs.

v3.10.1

Compare Source

Fixed
  • [Filesystem] Added missing constructor argument to allow temporary URL generator injection.

v3.10.0

Compare Source

Added
  • [Filesystem] added temporaryUrl method
  • [AsyncAWS] added temporaryUrl method
  • [AWS S3] added temporaryUrl method
  • [Azure Blob Storage] added temporaryUrl method
  • [MountManager] added temporaryUrl method
  • [Google Cloud Storage] added temporaryUrl method
  • [ReadOnly] added temporaryUrl method
  • [PathPrefixing] added temporaryUrl method

v3.9.0

Compare Source

Added
  • [Filesystem] Added ability to inject custom public URL generator into a filesystem.
  • [MountManager] added checksum and publicUrl methods
  • [ZipArchive] Do not prefix directories when creating/reading an archive
  • [ShardedPrefixPublicUrlGenerator] added url generator strategy that distributes over a list of prefixes

v3.8.0

Compare Source

Added
  • [ChecksumAlgoIsNotSupported] Exception to indicate a checksum is not supported by the checksum provider, filesystem will fall back to ad-hoc generation.

v3.7.0

Compare Source

Added
  • [Filesystem] added checksum method
  • [AWS S3] added checksum method
  • [Async S3] added checksum method
  • [Google Cloud Storage] added checksum method
  • [Azure Blob Storage] added checksum method

v3.6.0

Compare Source

Added
  • [Filesystem] Added public url method
  • [Azure Blob Storage] Added public url method
  • [AWS S3] Added public url method
  • [Async S3] Added public url method
  • [GCS] Added public url method
  • [WebDAV] Added public url method
  • [ReadOnly] Added public url method
  • [PathPrefixing] Added public url method

v3.5.2

Compare Source

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

v3.5.1

Compare Source

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

v3.5.0

Compare Source

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

v3.4.0

Compare Source

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)

v3.3.0

Compare Source

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)

v3.2.1

Compare Source

Fixed
  • [ZipArchive] reverted regression introduced in #​1525

v3.2.0

Compare Source

Added
  • [AwsS3V3] Added configuration options for forwarded options, multipart upload configuration, and metadata fields.
Fixes
  • [ZipArchive] delete top-level directory when deleting directories.
  • [AwsS3V3] add ChecksumAlgorithm to forwarded options.
  • [AwsS3V3] add ContentMD5 to forwarded options.
  • [AwsS3V3] made forwarded options and metadata fields configurable.
  • [SftpV3] upgrade minimum version, PHP 8 and the lowest version fails to authenticate.

v3.1.1

Compare Source

  • [AwsS3V3] Corrected exception type (#​1524)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/league-flysystem-3.x-lockfile branch from 614b898 to c5d6bf2 Compare September 7, 2023 22:10
@renovate renovate bot changed the title fix(deps): update dependency league/flysystem to v3.15.1 fix(deps): update dependency league/flysystem to v3.16.0 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/league-flysystem-3.x-lockfile branch from c5d6bf2 to 3f4c14f Compare October 5, 2023 22:19
@renovate renovate bot changed the title fix(deps): update dependency league/flysystem to v3.16.0 fix(deps): update dependency league/flysystem to v3.17.0 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/league-flysystem-3.x-lockfile branch from 3f4c14f to bdd6d47 Compare October 20, 2023 19:20
@renovate renovate bot changed the title fix(deps): update dependency league/flysystem to v3.17.0 fix(deps): update dependency league/flysystem to v3.18.0 Oct 20, 2023
@renovate renovate bot force-pushed the renovate/league-flysystem-3.x-lockfile branch from bdd6d47 to ac4cd54 Compare November 7, 2023 10:15
@renovate renovate bot changed the title fix(deps): update dependency league/flysystem to v3.18.0 fix(deps): update dependency league/flysystem to v3.19.0 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/league-flysystem-3.x-lockfile branch from ac4cd54 to 810ae1e Compare November 18, 2023 16:47
@renovate renovate bot changed the title fix(deps): update dependency league/flysystem to v3.19.0 fix(deps): update dependency league/flysystem to v3.21.0 Nov 18, 2023
@renovate renovate bot force-pushed the renovate/league-flysystem-3.x-lockfile branch from 810ae1e to 3a49be2 Compare December 3, 2023 22:21
@renovate renovate bot changed the title fix(deps): update dependency league/flysystem to v3.21.0 fix(deps): update dependency league/flysystem to v3.22.0 Dec 3, 2023
@renovate renovate bot force-pushed the renovate/league-flysystem-3.x-lockfile branch from 3a49be2 to d063227 Compare December 4, 2023 13:25
@renovate renovate bot changed the title fix(deps): update dependency league/flysystem to v3.22.0 fix(deps): update dependency league/flysystem to v3.23.0 Dec 4, 2023
@renovate renovate bot changed the title fix(deps): update dependency league/flysystem to v3.23.0 fix(deps): update dependency league/flysystem to v3.23.1 Jan 26, 2024
Copy link
Author

renovate bot commented Jan 26, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update league/flysystem:3.27.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Lock file operations: 1 install, 2 updates, 0 removals
  - Upgrading league/flysystem (3.1.0 => 3.27.0)
  - Locking league/flysystem-local (3.25.1)
  - Upgrading league/mime-type-detection (1.11.0 => 1.15.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 50 installs, 0 updates, 0 removals
  - Downloading symfony/polyfill-php80 (v1.26.0)
  - Downloading symfony/polyfill-php73 (v1.26.0)
  - Downloading symfony/polyfill-ctype (v1.26.0)
  - Downloading symfony/polyfill-mbstring (v1.26.0)
  - Downloading symfony/deprecation-contracts (v3.1.1)
  - Downloading symfony/http-foundation (v6.1.2)
  - Downloading psr/event-dispatcher (1.0.0)
  - Downloading symfony/event-dispatcher-contracts (v3.1.1)
  - Downloading symfony/event-dispatcher (v6.1.0)
  - Downloading symfony/var-dumper (v6.1.0)
  - Downloading psr/log (1.1.4)
  - Downloading symfony/error-handler (v6.1.0)
  - Downloading symfony/http-kernel (v5.4.10)
  - Downloading asm89/stack-cors (v2.1.1)
  - Downloading eftec/bladeone (4.5.4)
  - Downloading filp/whoops (2.14.5)
  - Downloading guzzlehttp/promises (1.5.1)
  - Downloading ralouphie/getallheaders (3.0.3)
  - Downloading psr/http-message (1.0.1)
  - Downloading psr/http-factory (1.0.1)
  - Downloading guzzlehttp/psr7 (2.4.0)
  - Downloading hassankhan/config (3.0.1)
  - Downloading league/event (3.0.0)
  - Downloading league/mime-type-detection (1.15.0)
  - Downloading league/flysystem-local (3.25.1)
  - Downloading league/flysystem (3.27.0)
  - Downloading monolog/monolog (2.7.0)
  - Downloading symfony/yaml (v6.1.2)
  - Downloading psr/container (1.1.2)
  - Downloading symfony/service-contracts (v2.5.2)
  - Downloading symfony/stopwatch (v6.1.0)
  - Downloading symfony/polyfill-intl-normalizer (v1.26.0)
  - Downloading symfony/polyfill-intl-grapheme (v1.26.0)
  - Downloading symfony/string (v6.1.2)
  - Downloading symfony/console (v6.1.2)
  - Downloading symfony/filesystem (v6.1.0)
  - Downloading symfony/config (v6.1.0)
  - Downloading psr/http-client (1.0.1)
  - Downloading guzzlehttp/guzzle (7.4.5)
  - Downloading php-coveralls/php-coveralls (v2.5.1)
  - Downloading php-di/phpdoc-reader (2.2.1)
  - Downloading php-di/invoker (2.3.3)
  - Downloading laravel/serializable-closure (v1.2.0)
  - Downloading php-di/php-di (6.4.0)
  - Downloading phpmailer/phpmailer (v6.6.3)
  - Downloading phpstan/phpstan (1.3.0)
  - Downloading rakit/validation (v1.4.0)
  - Downloading scrawler/database (v5.6.0)
  - Downloading psr/simple-cache (3.0.0)
  - Downloading scrawler/router (v3.2.0)
    Failed to download scrawler/database from dist: The "https://api.github.com/repos/scrawler-archive/database/zipball/94fcf843601a299ebd291755b9e146dc90749bea" file could not be downloaded (HTTP/2 404 ):
{"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip"}
    Now trying to download from source
  - Syncing scrawler/database (v5.6.0) into cache

In Git.php line 473:
                                                                               
  Failed to execute git clone --mirror -- 'https://ghs...VdD:x-oauth-basic@gi  
  thub.com/scrawler-archive/database.git' '/tmp/renovate/cache/others/compose  
  r/vcs/https---github.com-scrawler-archive-database.git/'                     
                                                                               
  Cloning into bare repository '/tmp/renovate/cache/others/composer/vcs/https  
  ---github.com-scrawler-archive-database.git'...                              
  remote: Support for password authentication was removed on August 13, 2021.  
  remote: Please see https://docs.github.com/get-started/getting-started-with  
  -git/about-remote-repositories#cloning-with-https-urls for information on c  
  urrently recommended modes of authentication.                                
  fatal: Authentication failed for 'https://github.com/scrawler-archive/datab  
  ase.git/'                                                                    
                                                                               

update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-m|--minimal-changes] [-i|--interactive] [--root-reqs] [--] [<packages>...]


@renovate renovate bot changed the title fix(deps): update dependency league/flysystem to v3.23.1 fix(deps): update dependency league/flysystem to v3.24.0 Feb 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency league/flysystem to v3.24.0 fix(deps): update dependency league/flysystem to v3.25.0 Mar 9, 2024
@renovate renovate bot changed the title fix(deps): update dependency league/flysystem to v3.25.0 fix(deps): update dependency league/flysystem to v3.25.1 Mar 16, 2024
@renovate renovate bot changed the title fix(deps): update dependency league/flysystem to v3.25.1 fix(deps): update dependency league/flysystem to v3.26.0 Mar 25, 2024
@renovate renovate bot changed the title fix(deps): update dependency league/flysystem to v3.26.0 fix(deps): update dependency league/flysystem to v3.27.0 Apr 7, 2024
@renovate renovate bot changed the title fix(deps): update dependency league/flysystem to v3.27.0 fix(deps): update dependency league/flysystem to v3.28.0 May 22, 2024
Copy link
Author

renovate bot commented May 22, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update league/flysystem:3.28.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Lock file operations: 1 install, 2 updates, 0 removals
  - Upgrading league/flysystem (3.1.0 => 3.28.0)
  - Locking league/flysystem-local (3.28.0)
  - Upgrading league/mime-type-detection (1.11.0 => 1.15.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 50 installs, 0 updates, 0 removals
  - Downloading symfony/polyfill-php80 (v1.26.0)
  - Downloading symfony/polyfill-php73 (v1.26.0)
  - Downloading symfony/polyfill-ctype (v1.26.0)
  - Downloading symfony/polyfill-mbstring (v1.26.0)
  - Downloading symfony/deprecation-contracts (v3.1.1)
  - Downloading symfony/http-foundation (v6.1.2)
  - Downloading psr/event-dispatcher (1.0.0)
  - Downloading symfony/event-dispatcher-contracts (v3.1.1)
  - Downloading symfony/event-dispatcher (v6.1.0)
  - Downloading symfony/var-dumper (v6.1.0)
  - Downloading psr/log (1.1.4)
  - Downloading symfony/error-handler (v6.1.0)
  - Downloading symfony/http-kernel (v5.4.10)
  - Downloading asm89/stack-cors (v2.1.1)
  - Downloading eftec/bladeone (4.5.4)
  - Downloading filp/whoops (2.14.5)
  - Downloading guzzlehttp/promises (1.5.1)
  - Downloading ralouphie/getallheaders (3.0.3)
  - Downloading psr/http-message (1.0.1)
  - Downloading psr/http-factory (1.0.1)
  - Downloading guzzlehttp/psr7 (2.4.0)
  - Downloading hassankhan/config (3.0.1)
  - Downloading league/event (3.0.0)
  - Downloading league/mime-type-detection (1.15.0)
  - Downloading league/flysystem-local (3.28.0)
  - Downloading league/flysystem (3.28.0)
  - Downloading monolog/monolog (2.7.0)
  - Downloading symfony/yaml (v6.1.2)
  - Downloading psr/container (1.1.2)
  - Downloading symfony/service-contracts (v2.5.2)
  - Downloading symfony/stopwatch (v6.1.0)
  - Downloading symfony/polyfill-intl-normalizer (v1.26.0)
  - Downloading symfony/polyfill-intl-grapheme (v1.26.0)
  - Downloading symfony/string (v6.1.2)
  - Downloading symfony/console (v6.1.2)
  - Downloading symfony/filesystem (v6.1.0)
  - Downloading symfony/config (v6.1.0)
  - Downloading psr/http-client (1.0.1)
  - Downloading guzzlehttp/guzzle (7.4.5)
  - Downloading php-coveralls/php-coveralls (v2.5.1)
  - Downloading php-di/phpdoc-reader (2.2.1)
  - Downloading php-di/invoker (2.3.3)
  - Downloading laravel/serializable-closure (v1.2.0)
  - Downloading php-di/php-di (6.4.0)
  - Downloading phpmailer/phpmailer (v6.6.3)
  - Downloading phpstan/phpstan (1.3.0)
  - Downloading rakit/validation (v1.4.0)
  - Downloading scrawler/database (v5.6.0)
  - Downloading psr/simple-cache (3.0.0)
  - Downloading scrawler/router (v3.2.0)
    Failed to download scrawler/database from dist: The "https://api.github.com/repos/scrawler-archive/database/zipball/94fcf843601a299ebd291755b9e146dc90749bea" file could not be downloaded (HTTP/2 404 ):
{"message":"Not Found","documentation_url":"https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip"}
    Now trying to download from source
  - Syncing scrawler/database (v5.6.0) into cache

In Git.php line 473:
                                                                               
  Failed to execute git clone --mirror -- 'https://ghs...hXU:x-oauth-basic@gi  
  thub.com/scrawler-archive/database.git' '/tmp/renovate/cache/others/compose  
  r/vcs/https---github.com-scrawler-archive-database.git/'                     
                                                                               
  Cloning into bare repository '/tmp/renovate/cache/others/composer/vcs/https  
  ---github.com-scrawler-archive-database.git'...                              
  remote: Support for password authentication was removed on August 13, 2021.  
  remote: Please see https://docs.github.com/get-started/getting-started-with  
  -git/about-remote-repositories#cloning-with-https-urls for information on c  
  urrently recommended modes of authentication.                                
  fatal: Authentication failed for 'https://github.com/scrawler-archive/datab  
  ase.git/'                                                                    
                                                                               

update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-m|--minimal-changes] [-i|--interactive] [--root-reqs] [--] [<packages>...]


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants