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

Bump league/flysystem from 3.18.0 to 3.23.0 #760

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps league/flysystem from 3.18.0 to 3.23.0.

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.
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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 5, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 26, 2024

Superseded by #800.

@dependabot dependabot bot closed this Mar 26, 2024
@dependabot dependabot bot deleted the dependabot/composer/league/flysystem-3.23.0 branch March 26, 2024 02:02
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
Development

Successfully merging this pull request may close these issues.

0 participants