[PR #1871] [MERGED] build(deps): bump symfony/process from 6.4.4 to 6.4.14 #1925

Closed
opened 2026-02-26 03:32:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1871
Author: @dependabot[bot]
Created: 11/6/2024
Status: Merged
Merged: 11/8/2024
Merged by: @phanan

Base: masterHead: dependabot/composer/symfony/process-6.4.14


📝 Commits (1)

  • f3545c1 build(deps): bump symfony/process from 6.4.4 to 6.4.14

📊 Changes

1 file changed (+8 additions, -8 deletions)

View changed files

📝 composer.lock (+8 -8)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps symfony/process from 6.4.4 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
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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1871 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/6/2024 **Status:** ✅ Merged **Merged:** 11/8/2024 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/symfony/process-6.4.14` --- ### 📝 Commits (1) - [`f3545c1`](https://github.com/koel/koel/commit/f3545c1af863c7905491a555d43f3da253a0ec74) build(deps): bump symfony/process from 6.4.4 to 6.4.14 ### 📊 Changes **1 file changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+8 -8) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [symfony/process](https://github.com/symfony/process) from 6.4.4 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> </blockquote> </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.4.4...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.4.4&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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/koel/koel/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1925
No description provided.