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

Update league/flysystem requirement from ^3.17.0 to ^3.23.0 #84

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Updates the requirements on league/flysystem to permit the latest version.

Changelog

Sourced from league/flysystem's changelog.

3.23.0 - 2023-12-04

Fixed

  • Fixed upstream regression caused by resolving inconclusive mime-type.

Added

  • Made inconclusive mime-type resolving configurable on the local adapter.

3.22.0 - 2023-12-03

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

3.21.0 - 2023-11-18

Changes

  • Retain visibility on local copy for local FS, in line with other adapter (#1730) by @​jnoordsij

3.20.0 - 2023-11-14

Changed

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

3.19.0 - 2023-11-07

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.

3.18.0 - 2023-10-05

Added

... (truncated)

Commits
  • d4ad81e Prep release.
  • 03fcf05 Make falling back to inconclusive mime-type configurable.
  • d18526e Correct changelog
  • 168c62a Prep changelog
  • a013d25 Allow dynamic (immmutable) extension of the mount manager
  • 582d1ec CS and put back retry sleep
  • 416754a Capture more output from sftp connection errors and retry on auth failure too.
  • ced52ce Merge pull request #1733 from yoeriboven/patch-1
  • b73f165 fix phpseclib version
  • 4213068 Merge pull request #1710 from creative-commoners/pulls/3.x/no-null-mimetype
  • Additional commits viewable in compare view

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)

Updates the requirements on [league/flysystem](https://github.com/thephpleague/flysystem) to permit the latest version.
- [Release notes](https://github.com/thephpleague/flysystem/releases)
- [Changelog](https://github.com/thephpleague/flysystem/blob/3.x/CHANGELOG.md)
- [Commits](thephpleague/flysystem@3.17.0...3.23.0)

---
updated-dependencies:
- dependency-name: league/flysystem
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 5, 2023
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants