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

composer(deps-dev): bump symfony/filesystem from 4.4.11 to 5.1.4 #184

Merged
merged 1 commit into from Aug 31, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2020

Bumps symfony/filesystem from 4.4.11 to 5.1.4.

Release notes

Sourced from symfony/filesystem's releases.

v5.1.4

Changelog (symfony/filesystem@v5.1.3...v5.1.4)

  • no changes

v5.1.3

Changelog (symfony/filesystem@v5.1.2...v5.1.3)

  • no changes

v5.1.2

Changelog (symfony/filesystem@v5.1.1...v5.1.2)

  • no changes

v5.1.1

Changelog (symfony/filesystem@v5.1.0...v5.1.1)

  • no changes

v5.1.0

Changelog (symfony/filesystem@v5.1.0-RC2...v5.1.0)

  • bug #36907 Fixes sprintf(): Too few arguments in form transformer (pedrocasado)

v5.1.0-RC2

Changelog (symfony/filesystem@v5.1.0-RC1...v5.1.0-RC2)

  • no changes

v5.1.0-RC1

Changelog (symfony/filesystem@v5.1.0-BETA1...v5.1.0-RC1)

  • no changes

v5.0.11

Changelog (symfony/filesystem@v5.0.10...v5.0.11)

  • no changes

v5.0.10

Changelog (symfony/filesystem@v5.0.9...v5.0.10)

  • no changes

v5.0.9

Changelog (symfony/filesystem@v5.0.8...v5.0.9)

  • bug #36907 Fixes sprintf(): Too few arguments in form transformer (pedrocasado)
  • bug #36497 Handle paths on different drives (crishoj)
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()
Commits
  • f7b9ed6 Merge branch '4.4' into 5.1
  • 27575bc Merge branch '3.4' into 4.4
  • 8e6eff5 [Filesystem] fix test on PHP 8
  • 450ae0a replace the deprecated assertDirectoryNotExists() method
  • afbce4e Merge branch '4.4' into 5.1
  • ff1f352 stop using deprecated PHPUnit APIs
  • 8976871 Merge branch '4.4' into 5.1
  • dcb133f Merge branch '3.4' into 4.4
  • 43b21e8 Modernized deprecated PHPUnit assertion calls
  • 6e4320f Merge branch '5.0' into 5.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 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)

@codecov
Copy link

codecov bot commented Aug 31, 2020

Codecov Report

Merging #184 into main will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #184      +/-   ##
============================================
- Coverage     98.92%   98.87%   -0.05%     
  Complexity       58       58              
============================================
  Files            14       14              
  Lines           186      178       -8     
============================================
- Hits            184      176       -8     
  Misses            2        2              
Impacted Files Coverage Δ Complexity Δ
src/Range.php 100.00% <0.00%> (ø) 8.00% <0.00%> (ø%)
src/Exception/InvalidUrl.php 100.00% <0.00%> (ø) 1.00% <0.00%> (ø%)
src/Exception/InvalidFile.php 100.00% <0.00%> (ø) 3.00% <0.00%> (ø%)
src/Exception/InvalidYear.php 100.00% <0.00%> (ø) 1.00% <0.00%> (ø%)
src/Exception/InvalidRange.php 100.00% <0.00%> (ø) 2.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c6ba314...d851ce3. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/composer/symfony/filesystem-5.1.4 branch from 9f151c7 to 599a58b Compare August 31, 2020 07:28
@ergebnis-bot ergebnis-bot self-requested a review August 31, 2020 07:30
@ergebnis-bot ergebnis-bot self-assigned this Aug 31, 2020
ergebnis-bot
ergebnis-bot previously approved these changes Aug 31, 2020
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/filesystem-5.1.4 branch 2 times, most recently from 43bebf3 to c03ede5 Compare August 31, 2020 07:35
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/filesystem-5.1.4 branch from c03ede5 to d851ce3 Compare August 31, 2020 07:53
@ergebnis-bot ergebnis-bot self-requested a review August 31, 2020 08:04
@ergebnis-bot ergebnis-bot merged commit 132750e into main Aug 31, 2020
@ergebnis-bot ergebnis-bot deleted the dependabot/composer/symfony/filesystem-5.1.4 branch August 31, 2020 08:04
@ergebnis-bot ergebnis-bot self-requested a review August 31, 2020 08:08
@ergebnis-bot ergebnis-bot self-requested a review August 31, 2020 08:08
@ergebnis-bot ergebnis-bot self-requested a review August 31, 2020 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant