Skip to content

Update symfony/process from v6.2.10 to v6.4.4 - #205

Open
violinist-bot wants to merge 1 commit into
SignWo:mainfrom
violinist-dev:violinistsymfonyprocess
Open

Update symfony/process from v6.2.10 to v6.4.4#205
violinist-bot wants to merge 1 commit into
SignWo:mainfrom
violinist-dev:violinistsymfonyprocess

Conversation

@violinist-bot

@violinist-botviolinist-bot commented May 27, 2023

Copy link
Copy Markdown

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • symfony/process: v6.4.4 (updated from v6.2.10)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
 CHANGELOG.md
Exception/ProcessFailedException.php
Exception/ProcessSignaledException.php
Exception/ProcessTimedOutException.php
Exception/RunProcessFailedException.php
ExecutableFinder.php
InputStream.php
Messenger/RunProcessContext.php
Messenger/RunProcessMessage.php
Messenger/RunProcessMessageHandler.php
PhpExecutableFinder.php
PhpProcess.php
PhpSubprocess.php
Pipes/AbstractPipes.php
Pipes/PipesInterface.php
Pipes/UnixPipes.php
Pipes/WindowsPipes.php
Process.php
ProcessUtils.php
Tests/ErrorProcessInitiator.php
Tests/ExecutableFinderTest.php
Tests/Fixtures/memory.php
Tests/Messenger/RunProcessMessageHandlerTest.php
Tests/OutputMemoryLimitProcess.php
Tests/PhpSubprocessTest.php
Tests/ProcessTest.php

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • 710e278Fix the command -v exception when the command option with a dash prefix
  • 8bda0beMerge branch '5.4' into 6.4
  • 4fdf340[Process] Fix failing tests causing segfaults
  • d4fd4a8Merge branch '5.4' into 6.4
  • 7e2c857[Process] Fix Inconsistent Exit Status in proc_get_status for PHP Versions Below 8.3
  • 31642b0Merge branch '6.3' into 6.4
  • 6c5ecebMerge branch '5.4' into 6.3
  • cbc28e3Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • d33b31fMerge branch '6.3' into 6.4
  • a7b4baaMerge branch '5.4' into 6.3
  • 987e740Merge branch '6.3' into 6.4
  • 8941334Merge branch '5.4' into 6.3
  • 1759251[Process] Fixed inconsistent test
  • 9a2172b[Process] Fix executable finder when the command starts with a dash
  • c4b1ef0Suppress warnings from is_executable
  • c3649cfMerge branch '6.3' into 6.4
  • 0a4e8faMerge branch '5.4' into 6.3
  • 8fa2217always pass microseconds to usleep as integers
  • 191703bminor #52400 [Process] Fix memory limit in PhpSubprocess test (ausi)
  • a91571fPHP files cannot be executable without shebang
  • 0b93f32do not let context classes extend the message classes
  • 0f2afc8[Process] Remove dead code from Process
  • 146e8eaFix memory limit in PhpSubprocess unit test
  • 12f9ebe[Process] remove fixing of legacy bug, when PTS functionality is enabled
  • 9973636bug #51478 [Process] Fix bug where $this->callback is never null, resulting in bad argument (weaverryan)
  • b8f2424[Process] Fix bug where $this->callback is never null, resulting in bad argument
  • 7a98cdfMinor CS fixes
  • 83264b6Make tests green again
  • 2adbb78minor #51297 [Process] fix tests (nicolas-grekas)
  • 7edc2f8Merge branch '6.3' into 6.4
  • 0b5c291Merge branch '5.4' into 6.3
  • 45261e1[Process] Fix silencing wait when using a sigchild-enabled binary
  • 4fc2822[Process] fix tests
  • 273f0c8[Process] Fix return type
  • 7dea4fdIntroducing a new PhpSubprocess handler
  • 8d552f7Merge branch '6.3' into 6.4
  • d62c23aMerge branch '5.4' into 6.3
  • ce9850f[Process] Fix test case
  • 1f07ae6[Process] Support finding executables independently of open_basedir
  • 1276cfe[Messenger][Process] add RunProcessMessageandRunProcessMessageHandler``
  • 0d38e48Ensure all properties have a type
  • 8f38ed0Add types to private and internal properties
  • 1132f6eUse typed properties in tests as much as possible
  • 7fa4ed6Merge branch '6.3' into 6.4
  • c5ce962Merge branch '6.2' into 6.3
  • 1603ae3Merge branch '5.4' into 6.2
  • 1a44dc3[PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s
  • 6ca50e9feature #50842 Add missing return types to magic methods (wouterj)
  • bf13cb3Add missing return types to magic methods
  • 02fc676Merge branch '6.2' into 6.3
  • 86ca4c7Fix executable bit
  • 4525b60Fix executable bit
  • 8741e3eMerge branch '6.2' into 6.3
  • 97ae972Merge branch '5.4' into 6.2
  • e3c46cc[Process] Stop the process correctly even if underlying input stream is not closed:
  • 89ac295Add missing return types
  • 39cbf15Add remaining missing return types to safe methods
  • 198ae32Merge branch '6.2' into 6.3
  • 32ac96fApply no_null_property_initialization PHP-CS-Fixer rule
  • 4d13cb8Replace "use-by-ref" by static vars when possible in closures
  • 25e5f86Merge branch '6.2' into 6.3
  • e65ce5cMerge branch '6.2' into 6.3
  • fa60a09Merge branch '6.2' into 6.3
  • 8d7df63Merge branch '6.2' into 6.3
  • ae2af87Add void return types
  • b040da6Add PHP types to private methods and functions
  • 01e6198Add missing PHPdoc return types
  • 5e6dd40Merge branch '6.2' into 6.3
  • 9b3d157minor #48793 Leverage arrow function syntax for closure (tigitz)
  • 21b4d0cLeverage arrow function syntax for closure

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

@violinist-botviolinist-bot changed the title Update symfony/process from v5.4.23 to v6.2.11Update symfony/process from v5.4.23 to v6.3.0May 30, 2023
@violinist-bot
violinist-botforce-pushed the violinistsymfonyprocess branch from f7e25e6 to ab7dcc3CompareMay 30, 2023 20:14
@violinist-botviolinist-bot changed the title Update symfony/process from v5.4.23 to v6.3.0Update symfony/process from v5.4.23 to v6.3.2Jul 30, 2023
@violinist-bot
violinist-botforce-pushed the violinistsymfonyprocess branch from ab7dcc3 to 7e944fdCompareJuly 30, 2023 11:20
@violinist-botviolinist-bot changed the title Update symfony/process from v5.4.23 to v6.3.2Update symfony/process from v5.4.23 to v6.3.4Aug 26, 2023
@violinist-bot
violinist-botforce-pushed the violinistsymfonyprocess branch from 7e944fd to 419b178CompareAugust 26, 2023 22:40
@violinist-botviolinist-bot changed the title Update symfony/process from v5.4.23 to v6.3.4Update symfony/process from v6.2.10 to v6.3.4Aug 27, 2023
@violinist-bot
violinist-botforce-pushed the violinistsymfonyprocess branch from 419b178 to 70aeb7bCompareAugust 27, 2023 21:09
@violinist-botviolinist-bot changed the title Update symfony/process from v6.2.10 to v6.3.4Update symfony/process from v6.2.10 to v6.4.0Nov 29, 2023
@violinist-botviolinist-bot changed the title Update symfony/process from v6.2.10 to v6.4.0Update symfony/process from v6.2.10 to v6.4.2Dec 30, 2023
@violinist-botviolinist-bot changed the title Update symfony/process from v6.2.10 to v6.4.2Update symfony/process from v6.2.10 to v6.4.3Jan 31, 2024
@violinist-botviolinist-bot changed the title Update symfony/process from v6.2.10 to v6.4.3Update symfony/process from v6.2.10 to v6.4.4Feb 27, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@violinist-bot