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 symfony/process from 5.3.7 to 5.4.5 #87

Merged
merged 1 commit into from
Mar 8, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2022

Bumps symfony/process from 5.3.7 to 5.4.5.

Release notes

Sourced from symfony/process's releases.

v5.4.5

Changelog (symfony/process@v5.4.4...v5.4.5)

  • no significant changes

v5.4.3

Changelog (symfony/process@v5.4.2...v5.4.3)

  • bug #45103 Avoid calling fclose on an already closed resource (Seldaek)

v5.4.2

Changelog (symfony/process@v5.4.1...v5.4.2)

  • bug #44538 fixed uppercase ARGC and ARGV should also be skipped (rbaarsma)

v5.4.0

Changelog (symfony/process@v5.4.0-RC1...v5.4.0)

  • bug #44261 intersect with getenv() in case-insensitive manner to get default envs (stable-staple)

v5.4.0-RC1

Changelog (symfony/process@v5.4.0-BETA3...v5.4.0-RC1)

  • bug #44208 exclude argv/argc from possible default env vars (nicolas-grekas)

v5.4.0-BETA3

Changelog (symfony/process@v6.0.0-BETA2...v5.4.0-BETA3)

  • bug #44070 intersect with getenv() to populate default envs (nicolas-grekas)

v5.4.0-BETA1

Changelog (symfony/process@v5.3.10...v5.4.0-BETA1)

  • feature #42471 Add generic types to traversable implementations (derrabus)

v5.3.14

Changelog (symfony/process@v5.3.13...v5.3.14)

  • bug #45103 Avoid calling fclose on an already closed resource (Seldaek)

v5.3.13

Changelog (symfony/process@v5.3.12...v5.3.13)

  • bug #44538 fixed uppercase ARGC and ARGV should also be skipped (rbaarsma)
  • bug #44261 intersect with getenv() in case-insensitive manner to get default envs (stable-staple)

v5.3.12

Changelog (symfony/process@v5.3.11...v5.3.12)

  • bug #44208 exclude argv/argc from possible default env vars (nicolas-grekas)

... (truncated)

Commits
  • 9544040 Merge branch '4.4' into 5.4
  • b2d924e [Process] Update PHPDoc to use proper placeholder syntax
  • 553f504 Merge branch '5.3' into 5.4
  • 8bbae08 Merge branch '4.4' into 5.3
  • 96532c9 [Process] Avoid calling fclose on an already closed resource
  • 7e21efd Merge branch '5.3' into 5.4
  • 58e9516 Merge branch '4.4' into 5.3
  • f0521ab Bump license year
  • 2b3ba87 Merge branch '5.3' into 5.4
  • bcd167b Merge branch '4.4' into 5.3
  • 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 dependabot bot requested a review from rancoud as a code owner March 1, 2022 07:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 1, 2022
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/process-5.4.5 branch from 95c61ec to c261ecb Compare March 8, 2022 00:46
@codecov
Copy link

codecov bot commented Mar 8, 2022

Codecov Report

Merging #87 (c261ecb) into master (daa1539) will not change coverage.
The diff coverage is n/a.

❗ Current head c261ecb differs from pull request most recent head ea77d1a. Consider uploading reports for the commit ea77d1a to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##              master       #87   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       368       368           
===========================================
  Files             11        11           
  Lines            882       882           
===========================================
  Hits             882       882           

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 67f203f...ea77d1a. Read the comment docs.

Bumps [symfony/process](https://github.com/symfony/process) from 5.3.7 to 5.4.5.
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/5.4/CHANGELOG.md)
- [Commits](symfony/process@v5.3.7...v5.4.5)

---
updated-dependencies:
- dependency-name: symfony/process
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/process-5.4.5 branch from c261ecb to ea77d1a Compare March 8, 2022 00:53
@rancoud rancoud merged commit 20ade73 into master Mar 8, 2022
@dependabot dependabot bot deleted the dependabot/composer/symfony/process-5.4.5 branch March 8, 2022 00: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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant