basic-lms-laravel icon indicating copy to clipboard operation
basic-lms-laravel copied to clipboard

Bump symfony/filesystem from 3.3.9 to 3.4.47

Open dependabot[bot] opened this issue 4 years ago • 0 comments

Bumps symfony/filesystem from 3.3.9 to 3.4.47.

Release notes

Sourced from symfony/filesystem's releases.

v3.4.47

Changelog (https://github.com/symfony/filesystem/compare/v3.4.46...v3.4.47)

  • no changes

v3.4.46

Changelog (https://github.com/symfony/filesystem/compare/v3.4.45...v3.4.46)

  • bug #38652 Check if failed unlink was caused by permission denied (Nyholm)

v3.4.45

Changelog (https://github.com/symfony/filesystem/compare/v3.4.44...v3.4.45)

  • no changes

v3.4.44

Changelog (https://github.com/symfony/filesystem/compare/v3.4.43...v3.4.44)

  • no changes

v3.4.43

Changelog (https://github.com/symfony/filesystem/compare/v3.4.42...v3.4.43)

  • no changes

v3.4.42

Changelog (https://github.com/symfony/filesystem/compare/v3.4.41...v3.4.42)

  • no changes

v3.4.41

Changelog (https://github.com/symfony/filesystem/compare/v3.4.40...v3.4.41)

  • bug #36907 Fixes sprintf(): Too few arguments in form transformer (pedrocasado)
  • bug #36497 Handle paths on different drives (crishoj)

v3.4.40

Changelog (https://github.com/symfony/filesystem/compare/v3.4.39...v3.4.40)

  • no changes

v3.4.39

Changelog (https://github.com/symfony/filesystem/compare/v3.4.38...v3.4.39)

  • no changes

v3.4.38

Changelog (https://github.com/symfony/filesystem/compare/v3.4.37...v3.4.38)

  • no changes
Changelog

Sourced from symfony/filesystem's changelog.

CHANGELOG

5.0.0

  • Filesystem::dumpFile() and appendToFile() don't accept arrays anymore

4.4.0

  • support for passing a null value to Filesystem::isAbsolutePath() is deprecated and will be removed in 5.0
  • tempnam() now accepts a third argument $suffix.

4.3.0

  • support for passing arrays to Filesystem::dumpFile() is deprecated and will be removed in 5.0
  • support for passing arrays to Filesystem::appendToFile() is deprecated and will be removed in 5.0

4.0.0

  • removed LockHandler
  • Support for passing relative paths to Filesystem::makePathRelative() has been removed.

3.4.0

  • support for passing relative paths to Filesystem::makePathRelative() is deprecated and will be removed in 4.0

3.3.0

  • added appendToFile() to append contents to existing files

3.2.0

  • added readlink() as a platform independent method to read links

3.0.0

  • removed $mode argument from Filesystem::dumpFile()

2.8.0

  • added tempnam() a stream aware version of PHP's native tempnam()

... (truncated)

Commits
  • e58d784 Remove branch-version (keep them for contracts only)
  • a590972 [Filesystem] Check if failed unlink was caused by permission denied
  • 7cd6ad2 Fix branch-version
  • d3ef3ab Remove "version" from composer.json files, use "branch-version" instead
  • 21b0e73 Update versions in composer.json
  • 6ec4c00 Remove "branch-alias", populate "version"
  • 7cdf7d2 [Filesystem] fix for PHP 8
  • 495646f Enable "native_constant_invocation" CS rule
  • 8e6eff5 [Filesystem] fix test on PHP 8
  • 450ae0a replace the deprecated assertDirectoryNotExists() method
  • 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)

dependabot[bot] avatar Jan 21 '21 05:01 dependabot[bot]