[PR #2201] chore(deps-dev): bump phpunit/phpunit from 11.5.42 to 11.5.50 #2142

Open
opened 2026-02-26 03:33:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/2201
Author: @dependabot[bot]
Created: 1/28/2026
Status: 🔄 Open

Base: masterHead: dependabot/composer/phpunit/phpunit-11.5.50


📝 Commits (1)

  • 13c084c chore(deps-dev): bump phpunit/phpunit from 11.5.42 to 11.5.50

📊 Changes

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

View changed files

📝 composer.lock (+37 -37)

📄 Description

Bumps phpunit/phpunit from 11.5.42 to 11.5.50.

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.5.50

Changed

  • To prevent Poisoned Pipeline Execution (PPE) attacks using prepared .coverage files in pull requests, a PHPT test will no longer be run if the temporary file for writing code coverage information already exists before the test runs

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 11.5.49

Fixed

  • #6362: Manually instantiated test doubles are broken since PHPUnit 11.2
  • #6470: Infinite recursion in Count::getCountOf() for unusal implementations of Iterator or IteratorAggregate

Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 11.5.48

Changed


Learn how to install or update PHPUnit 11.5 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 11.5.47

Fixed

  • #6470: Mocking a class with a property hook setter accepting more types than the property results in a fatal error

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[11.5.50] - 2026-01-27

Changed

  • To prevent Poisoned Pipeline Execution (PPE) attacks using prepared .coverage files in pull requests, a PHPT test will no longer be run if the temporary file for writing code coverage information already exists before the test runs

[11.5.49] - 2026-01-24

Fixed

  • #6362: Manually instantiated test doubles are broken since PHPUnit 11.2
  • #6470: Infinite recursion in Count::getCountOf() for unusal implementations of Iterator or IteratorAggregate

[11.5.48] - 2026-01-16

Changed

[11.5.47] - 2026-01-15

Changed

  • PHPUnit\Framework\MockObject exceptions are now subtypes of PHPUnit\Exception

Fixed

  • #6470: Mocking a class with a property hook setter accepting more types than the property results in a fatal error

[11.5.46] - 2025-12-06

  • No changes; phpunit.phar rebuilt with PHP 8.4 to work around PHP-Scoper issue #1139

[11.5.45] - 2025-12-01

Changed

  • Updated list of deprecated PHP configuration settings for PHP 8.6

Fixed

  • #6408: Exception in a data provider method leads to internal PHPUnit error
  • #6426: Fix migration of configuration without schema location

[11.5.44] - 2025-11-13

Fixed

  • #6402: Avoid reading from STDOUT when rewind() fails

... (truncated)

Commits

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/2201 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/28/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/composer/phpunit/phpunit-11.5.50` --- ### 📝 Commits (1) - [`13c084c`](https://github.com/koel/koel/commit/13c084c7fc6070569b3390bef6f1e008e36f7193) chore(deps-dev): bump phpunit/phpunit from 11.5.42 to 11.5.50 ### 📊 Changes **1 file changed** (+37 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+37 -37) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.5.42 to 11.5.50. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/releases">phpunit/phpunit's releases</a>.</em></p> <blockquote> <h2>PHPUnit 11.5.50</h2> <h3>Changed</h3> <ul> <li>To prevent Poisoned Pipeline Execution (PPE) attacks using prepared <code>.coverage</code> files in pull requests, a PHPT test will no longer be run if the temporary file for writing code coverage information already exists before the test runs</li> </ul> <hr /> <p>Learn how to install or update PHPUnit 11.5 in the <a href="https://docs.phpunit.de/en/11.5/installation.html">documentation</a>.</p> <h4>Keep up to date with PHPUnit:</h4> <ul> <li>You can follow <a href="https://phpc.social/@phpunit"><code>@​phpunit@phpc.social</code></a> to stay up to date with PHPUnit's development.</li> <li>You can subscribe to the <a href="https://phpunit.de/newsletter">PHPUnit Updates</a> newsletter to receive updates about and tips for PHPUnit.</li> </ul> <h2>PHPUnit 11.5.49</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6362">#6362</a>: Manually instantiated test doubles are broken since PHPUnit 11.2</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6470">#6470</a>: Infinite recursion in <code>Count::getCountOf()</code> for unusal implementations of <code>Iterator</code> or <code>IteratorAggregate</code></li> </ul> <hr /> <p>Learn how to install or update PHPUnit 11.5 in the <a href="https://docs.phpunit.de/en/11.5/installation.html">documentation</a>.</p> <h4>Keep up to date with PHPUnit:</h4> <ul> <li>You can follow <a href="https://phpc.social/@phpunit"><code>@​phpunit@phpc.social</code></a> to stay up to date with PHPUnit's development.</li> <li>You can subscribe to the <a href="https://phpunit.de/newsletter">PHPUnit Updates</a> newsletter to receive updates about and tips for PHPUnit.</li> </ul> <h2>PHPUnit 11.5.48</h2> <h3>Changed</h3> <ul> <li>Reverted a change that caused a <a href="https://github.com/php/php-src/actions/runs/21052584327/job/60542023395#step:14:3729">build failure</a> for the <a href="https://phpunit.expert/articles/how-php-and-its-ecosystem-test-each-other.html?ref=github">PHP project's nightly community job</a></li> </ul> <hr /> <p>Learn how to install or update PHPUnit 11.5 in the <a href="https://docs.phpunit.de/en/11.5/installation.html">documentation</a>.</p> <h4>Keep up to date with PHPUnit:</h4> <ul> <li>You can follow <a href="https://phpc.social/@phpunit"><code>@​phpunit@phpc.social</code></a> to stay up to date with PHPUnit's development.</li> <li>You can subscribe to the <a href="https://phpunit.de/newsletter">PHPUnit Updates</a> newsletter to receive updates about and tips for PHPUnit.</li> </ul> <h2>PHPUnit 11.5.47</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6470">#6470</a>: Mocking a class with a property hook setter accepting more types than the property results in a fatal error</li> </ul> <hr /> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/blob/11.5.50/ChangeLog-11.5.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[11.5.50] - 2026-01-27</h2> <h3>Changed</h3> <ul> <li>To prevent Poisoned Pipeline Execution (PPE) attacks using prepared <code>.coverage</code> files in pull requests, a PHPT test will no longer be run if the temporary file for writing code coverage information already exists before the test runs</li> </ul> <h2>[11.5.49] - 2026-01-24</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6362">#6362</a>: Manually instantiated test doubles are broken since PHPUnit 11.2</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6470">#6470</a>: Infinite recursion in <code>Count::getCountOf()</code> for unusal implementations of <code>Iterator</code> or <code>IteratorAggregate</code></li> </ul> <h2>[11.5.48] - 2026-01-16</h2> <h3>Changed</h3> <ul> <li>Reverted a change that caused a <a href="https://github.com/php/php-src/actions/runs/21052584327/job/60542023395#step:14:3729">build failure</a> for the <a href="https://phpunit.expert/articles/how-php-and-its-ecosystem-test-each-other.html?ref=github">PHP project's nightly community job</a></li> </ul> <h2>[11.5.47] - 2026-01-15</h2> <h3>Changed</h3> <ul> <li><code>PHPUnit\Framework\MockObject</code> exceptions are now subtypes of <code>PHPUnit\Exception</code></li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6470">#6470</a>: Mocking a class with a property hook setter accepting more types than the property results in a fatal error</li> </ul> <h2>[11.5.46] - 2025-12-06</h2> <ul> <li>No changes; <code>phpunit.phar</code> rebuilt with PHP 8.4 to work around PHP-Scoper issue <a href="https://redirect.github.com/humbug/php-scoper/issues/1139">#1139</a></li> </ul> <h2>[11.5.45] - 2025-12-01</h2> <h3>Changed</h3> <ul> <li>Updated list of deprecated PHP configuration settings for PHP 8.6</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6408">#6408</a>: Exception in a data provider method leads to internal PHPUnit error</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/6426">#6426</a>: Fix migration of configuration without schema location</li> </ul> <h2>[11.5.44] - 2025-11-13</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/6402">#6402</a>: Avoid reading from <code>STDOUT</code> when <code>rewind()</code> fails</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/fdfc727f0fcacfeb8fcb30c7e5da173125b58be3"><code>fdfc727</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/35ea7fd8e57b2c20c42e6088dedf5fb379c2c052"><code>35ea7fd</code></a> Merge branch '10.5' into 11.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/33198268dad71e926626b618f3ec3966661e4d90"><code>3319826</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/b0d98a227ae01648f3b251d58e36781a2243bab4"><code>b0d98a2</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/b36f02317466907a230d3aa1d34467041271ef4a"><code>b36f023</code></a> Fix regression introduced in PHPUnit 9.6.33</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3f7dd5066ebde5809296a81f0b19e8b00e5aab49"><code>3f7dd50</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/9c95cf0cdfdc72e74597aa0cf3c4769ed32b83f0"><code>9c95cf0</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/fea06253ecc0a32faf787bd31b261f56f351d049"><code>fea0625</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/1a677f663f09de85b97e1a7d03823890594cdba9"><code>1a677f6</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/1015741814413c156abb0f53d7db7bbd03c6e858"><code>1015741</code></a> Prepare release</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/11.5.42...11.5.50">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=11.5.42&new-version=11.5.50)](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>
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#2142
No description provided.