GraphvizWebEditor
GraphvizWebEditor copied to clipboard
Update dependency symfony/process to v6
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| symfony/process (source) | require | major | ~5.0 -> ~6.0 |
Release Notes
symfony/process
v6.1.3
Changelog (https://github.com/symfony/process/compare/v6.1.2...v6.1.3)
- no significant changes
v6.1.0
Changelog (https://github.com/symfony/process/compare/v6.1.0-RC1...v6.1.0)
- no significant changes
v6.0.11
Changelog (https://github.com/symfony/process/compare/v6.0.10...v6.0.11)
- no significant changes
v6.0.8
Changelog (https://github.com/symfony/process/compare/v6.0.7...v6.0.8)
- bug #45931 Fix Process::getEnv() when setEnv() hasn't been called before (asika32764)
v6.0.7
Changelog (https://github.com/symfony/process/compare/v6.0.6...v6.0.7)
- bug #45676 Don't return executable directories in PhpExecutableFinder (fancyweb)
v6.0.5
Changelog (https://github.com/symfony/process/compare/v6.0.4...v6.0.5)
- no significant changes
v6.0.3
Changelog (https://github.com/symfony/process/compare/v6.0.2...v6.0.3)
- bug #45103 Avoid calling fclose on an already closed resource (Seldaek)
v6.0.2
Changelog (https://github.com/symfony/process/compare/v6.0.1...v6.0.2)
- bug #44538 fixed uppercase ARGC and ARGV should also be skipped (rbaarsma)
v6.0.0
Changelog (https://github.com/symfony/process/compare/v6.0.0-RC1...v6.0.0)
- bug #44261 intersect with getenv() in case-insensitive manner to get default envs (stable-staple)
v5.4.11
Changelog (https://github.com/symfony/process/compare/v5.4.10...v5.4.11)
- no significant changes
v5.4.8
Changelog (https://github.com/symfony/process/compare/v5.4.7...v5.4.8)
- bug #45931 Fix Process::getEnv() when setEnv() hasn't been called before (asika32764)
v5.4.7
Changelog (https://github.com/symfony/process/compare/v5.4.6...v5.4.7)
- bug #45676 Don't return executable directories in PhpExecutableFinder (fancyweb)
v5.4.5
Changelog (https://github.com/symfony/process/compare/v5.4.4...v5.4.5)
- no significant changes
v5.4.3
Changelog (https://github.com/symfony/process/compare/v5.4.2...v5.4.3)
- bug #45103 Avoid calling fclose on an already closed resource (Seldaek)
v5.4.2
Changelog (https://github.com/symfony/process/compare/v5.4.1...v5.4.2)
- bug #44538 fixed uppercase ARGC and ARGV should also be skipped (rbaarsma)
v5.4.0
Changelog (https://github.com/symfony/process/compare/v5.4.0-RC1...v5.4.0)
- bug #44261 intersect with getenv() in case-insensitive manner to get default envs (stable-staple)
v5.3.14
Changelog (https://github.com/symfony/process/compare/v5.3.13...v5.3.14)
- bug #45103 Avoid calling fclose on an already closed resource (Seldaek)
v5.3.13
Changelog (https://github.com/symfony/process/compare/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 (https://github.com/symfony/process/compare/v5.3.11...v5.3.12)
- bug #44208 exclude argv/argc from possible default env vars (nicolas-grekas)
v5.3.11
Changelog (https://github.com/symfony/process/compare/v5.3.10...v5.3.11)
- bug #44070 intersect with getenv() to populate default envs (nicolas-grekas)
v5.3.7
Changelog (https://github.com/symfony/process/compare/v5.3.6...v5.3.7)
- bug #42260 Fix return types for PHP 8.1 (derrabus)
v5.3.4
Changelog (https://github.com/symfony/process/compare/v5.3.3...v5.3.4)
- no significant changes
v5.3.2
Changelog (https://github.com/symfony/process/compare/v5.3.1...v5.3.2)
- bug #41621 Fix incorrect parameter type (bch36)
v5.3.0
Changelog (https://github.com/symfony/process/compare/v5.3.0-RC1...v5.3.0)
- no significant changes
v5.2.12
Changelog (https://github.com/symfony/process/compare/v5.2.11...v5.2.12)
- no significant changes
v5.2.11
Changelog (https://github.com/symfony/process/compare/v5.2.10...v5.2.11)
- bug #41621 Fix incorrect parameter type (bch36)
v5.2.10
Changelog (https://github.com/symfony/process/compare/v5.2.9...v5.2.10)
- no significant changes
v5.2.7
Changelog (https://github.com/symfony/process/compare/v5.2.6...v5.2.7)
- no significant changes
v5.2.4
Changelog (https://github.com/symfony/process/compare/v5.2.3...v5.2.4)
- no changes
v5.2.3
Changelog (https://github.com/symfony/process/compare/v5.2.2...v5.2.3)
- no changes
v5.2.2
Changelog (https://github.com/symfony/process/compare/v5.2.1...v5.2.2)
- bug #39797 Dont allow unserializing classes with a destructor (jderusse)
v5.2.1
Changelog (https://github.com/symfony/process/compare/v5.2.0...v5.2.1)
- no changes
v5.2.0
- added
Process::setOptions()to setProcessspecific options - added option
create_new_consoleto allow a subprocess to continue to run after the main script exited, both on Linux and on Windows
v5.1.11
Changelog (https://github.com/symfony/process/compare/v5.1.10...v5.1.11)
- bug #39797 Dont allow unserializing classes with a destructor (jderusse)
v5.1.10
Changelog (https://github.com/symfony/process/compare/v5.1.9...v5.1.10)
- no changes
v5.1.9
Changelog (https://github.com/symfony/process/compare/v5.1.8...v5.1.9)
- bug #38950 Dont test TTY if there is no TTY support (Nyholm)
v5.1.8
Changelog (https://github.com/symfony/process/compare/v5.1.7...v5.1.8)
- no changes
v5.1.7
Changelog (https://github.com/symfony/process/compare/v5.1.6...v5.1.7)
- no changes
v5.1.6
Changelog (https://github.com/symfony/process/compare/v5.1.5...v5.1.6)
- no changes
v5.1.5
Changelog (https://github.com/symfony/process/compare/v5.1.4...v5.1.5)
- no changes
v5.1.4
Changelog (https://github.com/symfony/process/compare/v5.1.3...v5.1.4)
- no changes
v5.1.3
Changelog (https://github.com/symfony/process/compare/v5.1.2...v5.1.3)
- bug #37461 Fix Permission Denied error when writing sf_proc_00 lock files on Windows (JasonStephensTAMU)
v5.1.2
Changelog (https://github.com/symfony/process/compare/v5.1.1...v5.1.2)
- no changes
v5.1.1
Changelog (https://github.com/symfony/process/compare/v5.1.0...v5.1.1)
- no changes
v5.1.0
- added
Process::getStartTime()to retrieve the start time of the process as float
v5.0.11
Changelog (https://github.com/symfony/process/compare/v5.0.10...v5.0.11)
- bug #37461 Fix Permission Denied error when writing sf_proc_00 lock files on Windows (JasonStephensTAMU)
v5.0.10
Changelog (https://github.com/symfony/process/compare/v5.0.9...v5.0.10)
- no changes
v5.0.9
Changelog (https://github.com/symfony/process/compare/v5.0.8...v5.0.9)
- no changes
v5.0.8
Changelog (https://github.com/symfony/process/compare/v5.0.7...v5.0.8)
- bug #36408 add PolyfillTestCaseTrait::expectExceptionMessageMatches to provide FC with recent phpunit versions (soyuka)
- bug #36380 Fixed input/output error on PHP 7.4 (mbardelmeijer)
v5.0.7
Changelog (https://github.com/symfony/process/compare/v5.0.6...v5.0.7)
- no changes
v5.0.6
Changelog (https://github.com/symfony/process/compare/v5.0.5...v5.0.6)
- bug #36141 Prevent warning in proc_open() (BenMorel)
v5.0.5
Changelog (https://github.com/symfony/process/compare/v5.0.4...v5.0.5)
- bug #35641 throw when PhpProcess::fromShellCommandLine() is used (Guikingone)
v5.0.4
Changelog (https://github.com/symfony/process/compare/v5.0.3...v5.0.4)
- no changes
v5.0.3
Changelog (https://github.com/symfony/process/compare/v5.0.2...v5.0.3)
- no changes
v5.0.2
v5.0.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication