build(deps): bump symfony/process from 6.2.5 to 6.4.14 in the composer group across 1 directory #278

Closed
opened 2026-04-05 20:02:56 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dependabot[bot] on 11/6/2024

Bumps the composer group with 1 update in the / directory: symfony/process.

Updates symfony/process from 6.2.5 to 6.4.14

Release notes

Sourced from symfony/process's releases.

v6.4.14

Changelog (https://github.com/symfony/process/compare/v6.4.13...v6.4.14)

v6.4.13

Changelog (https://github.com/symfony/process/compare/v6.4.12...v6.4.13)

  • no significant changes

v6.4.12

Changelog (https://github.com/symfony/process/compare/v6.4.11...v6.4.12)

v6.4.8

Changelog (https://github.com/symfony/process/compare/v6.4.7...v6.4.8)

v6.4.7

Changelog (https://github.com/symfony/process/compare/v6.4.6...v6.4.7)

  • no significant changes

v6.4.4

Changelog (https://github.com/symfony/process/compare/v6.4.3...v6.4.4)

v6.4.3

Changelog (https://github.com/symfony/process/compare/v6.4.2...v6.4.3)

v6.4.2

Changelog (https://github.com/symfony/process/compare/v6.4.1...v6.4.2)

v6.4.0

Changelog (https://github.com/symfony/process/compare/v6.4.0-RC2...v6.4.0)

  • no significant changes

... (truncated)

Changelog

Sourced from symfony/process's changelog.

CHANGELOG

7.1

  • Add Process::setIgnoredSignals() to disable signal propagation to the child process

6.4

  • Add PhpSubprocess to handle PHP subprocesses that take over the configuration from their parent
  • Add RunProcessMessage and RunProcessMessageHandler

5.2.0

  • added Process::setOptions() to set Process specific options
  • added option create_new_console to allow a subprocess to continue to run after the main script exited, both on Linux and on Windows

5.1.0

  • added Process::getStartTime() to retrieve the start time of the process as float

5.0.0

  • removed Process::inheritEnvironmentVariables()
  • removed PhpProcess::setPhpBinary()
  • Process must be instantiated with a command array, use Process::fromShellCommandline() when the command should be parsed by the shell
  • removed Process::setCommandLine()

4.4.0

  • deprecated Process::inheritEnvironmentVariables(): env variables are always inherited.
  • added Process::getLastOutputTime() method

4.2.0

  • added the Process::fromShellCommandline() to run commands in a shell wrapper
  • deprecated passing a command as string when creating a Process instance
  • deprecated the Process::setCommandline() and the PhpProcess::setPhpBinary() methods
  • added the Process::waitUntil() method to wait for the process only for a specific output, then continue the normal execution of your application

... (truncated)

Commits
  • 25214ad Merge branch '5.4' into 6.4
  • 0190687 [Process] Fix test
  • 88638b9 Merge branch '5.4' into 6.4
  • ee75984 security #cve-2024-51736 [Process] Use %PATH% before %CD% to load the shell o...
  • 05c2ccc [Process] Use %PATH% before %CD% to load the shell on Windows
  • 0776b99 Merge branch '5.4' into 6.4
  • d94dda5 [Process] Fix escaping /X arguments on Windows
  • 836d34f Merge branch '5.4' into 6.4
  • 72baf6b fix the constant being used
  • 81e1a0c fix the path separator being used
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.
*Originally created by @dependabot[bot] on 11/6/2024* Bumps the composer group with 1 update in the / directory: [symfony/process](https://github.com/symfony/process). Updates `symfony/process` from 6.2.5 to 6.4.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/symfony/process/releases">symfony/process's releases</a>.</em></p> <blockquote> <h2>v6.4.14</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/process/compare/v6.4.13...v6.4.14">https://github.com/symfony/process/compare/v6.4.13...v6.4.14</a>)</p> <ul> <li>security symfony/symfony#cve-2024-51736 [Process] Use PATH before CD to load the shell on Windows (<a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/58752">symfony/symfony#58752</a> [Process] Fix escaping /X arguments on Windows (<a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/58735">symfony/symfony#58735</a> [Process] Return built-in cmd.exe commands directly in ExecutableFinder (<a href="https://github.com/Seldaek"><code>@​Seldaek</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/58723">symfony/symfony#58723</a> [Process] Properly deal with not-found executables on Windows (<a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/58711">symfony/symfony#58711</a> [Process] Fix handling empty path found in the PATH env var with ExecutableFinder (<a href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li> </ul> <h2>v6.4.13</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/process/compare/v6.4.12...v6.4.13">https://github.com/symfony/process/compare/v6.4.12...v6.4.13</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v6.4.12</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/process/compare/v6.4.11...v6.4.12">https://github.com/symfony/process/compare/v6.4.11...v6.4.12</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/58291">symfony/symfony#58291</a> [Process] Fix finding executables independently of open_basedir (<a href="https://github.com/BlackbitDevs"><code>@​BlackbitDevs</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/58195">symfony/symfony#58195</a> [Process] Fix the removal of host-specific configuration when managing the ini settings in <code>PhpSubprocess</code> (<a href="https://github.com/M-arcus"><code>@​M-arcus</code></a>)</li> </ul> <h2>v6.4.8</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/process/compare/v6.4.7...v6.4.8">https://github.com/symfony/process/compare/v6.4.7...v6.4.8</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/54863">symfony/symfony#54863</a> [Process] Return <code>false</code> when <code>open_basedir</code> prevents access to <code>/dev/tty</code> (<a href="https://github.com/mjauvin"><code>@​mjauvin</code></a>)</li> </ul> <h2>v6.4.7</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/process/compare/v6.4.6...v6.4.7">https://github.com/symfony/process/compare/v6.4.6...v6.4.7</a>)</p> <ul> <li>no significant changes</li> </ul> <h2>v6.4.4</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/process/compare/v6.4.3...v6.4.4">https://github.com/symfony/process/compare/v6.4.3...v6.4.4</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/54006">symfony/symfony#54006</a> [Process] Fix the <code>command -v</code> exception (<a href="https://github.com/kayw-geek"><code>@​kayw-geek</code></a>)</li> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/53821">symfony/symfony#53821</a> [Process] Fix Inconsistent Exit Status in proc_get_status for PHP Versions Below 8.3 (<a href="https://github.com/Luc45"><code>@​Luc45</code></a>)</li> </ul> <h2>v6.4.3</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/process/compare/v6.4.2...v6.4.3">https://github.com/symfony/process/compare/v6.4.2...v6.4.3</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/53481">symfony/symfony#53481</a> [Process] Fix executable finder when the command starts with a dash (<a href="https://github.com/kayw-geek"><code>@​kayw-geek</code></a>)</li> </ul> <h2>v6.4.2</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/process/compare/v6.4.1...v6.4.2">https://github.com/symfony/process/compare/v6.4.1...v6.4.2</a>)</p> <ul> <li>bug <a href="https://redirect.github.com/symfony/symfony/issues/52864">symfony/symfony#52864</a> [HttpClient][Mailer][Process] always pass microseconds to usleep as integers (<a href="https://github.com/xabbuh"><code>@​xabbuh</code></a>)</li> </ul> <h2>v6.4.0</h2> <p><strong>Changelog</strong> (<a href="https://github.com/symfony/process/compare/v6.4.0-RC2...v6.4.0">https://github.com/symfony/process/compare/v6.4.0-RC2...v6.4.0</a>)</p> <ul> <li>no significant changes</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/symfony/process/blob/7.1/CHANGELOG.md">symfony/process's changelog</a>.</em></p> <blockquote> <h1>CHANGELOG</h1> <h2>7.1</h2> <ul> <li>Add <code>Process::setIgnoredSignals()</code> to disable signal propagation to the child process</li> </ul> <h2>6.4</h2> <ul> <li>Add <code>PhpSubprocess</code> to handle PHP subprocesses that take over the configuration from their parent</li> <li>Add <code>RunProcessMessage</code> and <code>RunProcessMessageHandler</code></li> </ul> <h2>5.2.0</h2> <ul> <li>added <code>Process::setOptions()</code> to set <code>Process</code> specific options</li> <li>added option <code>create_new_console</code> to allow a subprocess to continue to run after the main script exited, both on Linux and on Windows</li> </ul> <h2>5.1.0</h2> <ul> <li>added <code>Process::getStartTime()</code> to retrieve the start time of the process as float</li> </ul> <h2>5.0.0</h2> <ul> <li>removed <code>Process::inheritEnvironmentVariables()</code></li> <li>removed <code>PhpProcess::setPhpBinary()</code></li> <li><code>Process</code> must be instantiated with a command array, use <code>Process::fromShellCommandline()</code> when the command should be parsed by the shell</li> <li>removed <code>Process::setCommandLine()</code></li> </ul> <h2>4.4.0</h2> <ul> <li>deprecated <code>Process::inheritEnvironmentVariables()</code>: env variables are always inherited.</li> <li>added <code>Process::getLastOutputTime()</code> method</li> </ul> <h2>4.2.0</h2> <ul> <li>added the <code>Process::fromShellCommandline()</code> to run commands in a shell wrapper</li> <li>deprecated passing a command as string when creating a <code>Process</code> instance</li> <li>deprecated the <code>Process::setCommandline()</code> and the <code>PhpProcess::setPhpBinary()</code> methods</li> <li>added the <code>Process::waitUntil()</code> method to wait for the process only for a specific output, then continue the normal execution of your application</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/symfony/process/commit/25214adbb0996d18112548de20c281be9f27279f"><code>25214ad</code></a> Merge branch '5.4' into 6.4</li> <li><a href="https://github.com/symfony/process/commit/01906871cb9b5e3cf872863b91aba4ec9767daf4"><code>0190687</code></a> [Process] Fix test</li> <li><a href="https://github.com/symfony/process/commit/88638b90e7d7cc11c1b7676fda2dd43b439e78e9"><code>88638b9</code></a> Merge branch '5.4' into 6.4</li> <li><a href="https://github.com/symfony/process/commit/ee7598479a4969bab8687877103d442579674754"><code>ee75984</code></a> security #cve-2024-51736 [Process] Use %PATH% before %CD% to load the shell o...</li> <li><a href="https://github.com/symfony/process/commit/05c2ccc705cb0336becfdc10f6dd67896d9ba91a"><code>05c2ccc</code></a> [Process] Use %PATH% before %CD% to load the shell on Windows</li> <li><a href="https://github.com/symfony/process/commit/0776b9944bc1c88b66714faa7554b6d0db6f178a"><code>0776b99</code></a> Merge branch '5.4' into 6.4</li> <li><a href="https://github.com/symfony/process/commit/d94dda5a49f8e43523d6966ab705a754001d42fe"><code>d94dda5</code></a> [Process] Fix escaping /X arguments on Windows</li> <li><a href="https://github.com/symfony/process/commit/836d34f028b8499e8123635208b96de4b175e1da"><code>836d34f</code></a> Merge branch '5.4' into 6.4</li> <li><a href="https://github.com/symfony/process/commit/72baf6b0591f07b051450bdf2608f93fb5c0a6e5"><code>72baf6b</code></a> fix the constant being used</li> <li><a href="https://github.com/symfony/process/commit/81e1a0cdac68330b5acec27c427cf59be49c73f7"><code>81e1a0c</code></a> fix the path separator being used</li> <li>Additional commits viewable in <a href="https://github.com/symfony/process/compare/v6.2.5...v6.4.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=symfony/process&package-manager=composer&previous-version=6.2.5&new-version=6.4.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/pyrohost/pyrodactyl/network/alerts). </details>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pyrodactyl#278