Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2021

Bumps sj-i/php-fuse from 0.2.0 to 0.3.0.

Release notes

Sourced from sj-i/php-fuse's releases.

v0.3.0

Changes

  • Deprecate FuseLogicException
  • Separate out flags implementation from FilesystemDefaultImplementationTrait
  • Fix the wrong signatures of some FUSE APIs (getxattr, listxattr, destroy, and readBuf), which caused TypeError when actually used
  • Fix wrong parameter name of removexattr
  • Fix examples
  • Update dependencies

Added

Built-in Filesystems

NullFilesystem

  • A filesystem that does nothing

BeforeAllFilesystem

  • A wrapper filesystem that calls a given callback before processing each FUSE APIs

OverlayFilesystem

  • A filesystem that wraps two filesystems, namely main and fallback
  • If the main filesystem doesn't have implementations for specific FUSE APIs, implementations of the fallback filesystem is used

DelegationFilesystemTrait

  • A trait for creating a filesystem that delegates call to FUSE APIs, which don't have their own implementation, to another filesystem.

LogUnimplementedFilesystem

  • A wrapper filesystem that logs call to unimplemented FUSE APIs
  • It takes PSR-3 LoggerInterface to log the calls
Commits
  • 6f037d2 Merge pull request #12 from sj-i/renovate/phpunit-phpunit-9.x
  • 5bf64c5 Update dependency phpunit/phpunit to v9.5.9
  • 26bd386 Merge pull request #11 from sj-i/renovate/pin-dependencies
  • 048cc5a Pin dependencies
  • b2b2627 Merge pull request #10 from sj-i/renovate/configure
  • 8cbc90b Add renovate.json
  • 56b36e7 Merge pull request #9 from sj-i/add-tests
  • 8dfb071 add some tests
  • 6fd576a Merge pull request #8 from sj-i/fix-wrong-parameter-name-of-removexattr
  • ceee75e fix wrong parameter name of removexattr
  • 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 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 [sj-i/php-fuse](https://github.com/sj-i/php-fuse) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/sj-i/php-fuse/releases)
- [Commits](sj-i/php-fuse@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: sj-i/php-fuse
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 27, 2021

Looks like sj-i/php-fuse is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Sep 27, 2021
@dependabot dependabot bot deleted the dependabot/composer/sj-i/php-fuse-0.3.0 branch September 27, 2021 02:55
@sj-i
Copy link
Owner

sj-i commented Sep 27, 2021

@dependabot reopen

@dependabot dependabot bot reopened this Sep 27, 2021
@dependabot dependabot bot restored the dependabot/composer/sj-i/php-fuse-0.3.0 branch September 27, 2021 02:56
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 27, 2021

Looks like sj-i/php-fuse is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Sep 27, 2021
@dependabot dependabot bot deleted the dependabot/composer/sj-i/php-fuse-0.3.0 branch September 27, 2021 02:56
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.

1 participant