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.24.0 #28

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps league/flysystem from 3.18.0 to 3.24.0.

Changelog

Sourced from league/flysystem's changelog.

3.24.0 - 2024-02-04

Fixes

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

Changes

  • Updated string assertions to use PHP 8 functions (#1750, #1749))

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

... (truncated)

Commits
  • b25a361 Prep changelog
  • c1faa2f Merge pull request #1747 from tinect/fix/ensurePrefixForFtp
  • 131782c Merge pull request #1749 from tinect/style/InMemoryCode
  • 57c8534 Merge pull request #1750 from tinect/style/ZipArchiveCode
  • afafdfc Merge pull request #1751 from tinect/chore/scheduleQualityAssurance
  • 7754a6a Merge pull request #1748 from tinect/fix/updateSimpleS3
  • de9f800 Merge pull request #1746 from tinect/feat/updateSabreDav
  • 4184901 chore: run quality assurance regularly
  • fc217ac style: [ZipArchive] update method usages to PHP 8.0
  • 0f7fa06 style: [InMemory] update method usages to PHP 8.0
  • 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.24.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.24.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 the dependencies Pull requests that update a dependency file label Feb 5, 2024
Copy link
Author

dependabot bot commented on behalf of github Feb 5, 2024

Dependabot tried to add @productsupcom/cde-team and @productsupcom/channel-development as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/productsupcom/bin-cde-richemont-heinemann/pulls/28/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the productsupcom/bin-cde-richemont-heinemann repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link

composer.lock

Package changes

Package Operation From To About
league/flysystem upgrade 3.18.0 3.24.0 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 (1eb2857) 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 (#28) 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

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