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.1 #24

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps league/flysystem from 3.18.0 to 3.23.1.

Changelog

Sourced from league/flysystem's changelog.

3.23.1 - 2024-01-26

Changes

  • Updated license year

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.

... (truncated)

Commits
  • 199e1ae Prep changelog
  • c365a4b Updated license year.
  • 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
  • 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)

Bumps [league/flysystem](https://github.com/thephpleague/flysystem) from 3.18.0 to 3.23.1.
- [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.1)

---
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 requested a review from a team as a code owner January 29, 2024 05:05
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 29, 2024
@dependabot dependabot bot requested a review from a team January 29, 2024 05:05
Copy link

composer.lock

Package changes

Package Operation From To About
league/flysystem upgrade 3.18.0 3.23.1 diff - changelog
league/flysystem-local upgrade 3.18.0 3.23.1 diff
league/mime-type-detection upgrade 1.14.0 1.15.0 diff - changelog
Add your project as a package to Private Packagist to benefit from security monitoring of your dependencies.

Settings · Docs · Powered by Private Packagist

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (68bffb7) 173 159 91.91%
Head commit (2829dd9) 173 (+0) 159 (+0) 91.91% (0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#24) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

Copy link
Author

dependabot bot commented on behalf of github Feb 5, 2024

Superseded by #28.

@dependabot dependabot bot closed this Feb 5, 2024
@dependabot dependabot bot deleted the dependabot/composer/league/flysystem-3.23.1 branch February 5, 2024 04:28
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.

0 participants