Skip to content

Commit 8d177d3

Browse files
Bump phpunit/phpunit from 8.5.42 to 8.5.52 (#61)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 8.5.42 to 8.5.52. <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 8.5.52</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 8.5 in the <a href="https://docs.phpunit.de/en/8.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 8.5.51</h2> <h3>Changed</h3> <ul> <li><code>PHPUnit\Framework\MockObject</code> exceptions subtypes of <code>PHPUnit\Exception</code></li> </ul> <hr /> <p>Learn how to install or update PHPUnit 8.5 in the <a href="https://docs.phpunit.de/en/8.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 8.5.50</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> <hr /> <p>Learn how to install or update PHPUnit 8.5 in the <a href="https://docs.phpunit.de/en/8.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 8.5.49</h2> <ul> <li>No changes; <code>phpunit.phar</code> rebuilt with updated dependencies</li> </ul> <hr /> <p>Learn how to install or update PHPUnit 8.5 in the <a href="https://docs.phpunit.de/en/8.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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/blob/8.5.52/ChangeLog-8.5.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[8.5.52] - 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>[8.5.51] - 2026-01-24</h2> <h3>Changed</h3> <ul> <li><code>PHPUnit\Framework\MockObject</code> exceptions are now subtypes of <code>PHPUnit\Exception</code></li> </ul> <h2>[8.5.50] - 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>[8.5.49] - 2025-12-01</h2> <ul> <li>No changes; <code>phpunit.phar</code> rebuilt with updated dependencies</li> </ul> <h2>[8.5.48] - 2025-09-24</h2> <ul> <li>No changes; <code>phpunit.phar</code> rebuilt with updated dependencies</li> </ul> <h2>[8.5.47] - 2025-09-23</h2> <ul> <li>No changes; <code>phpunit.phar</code> rebuilt with updated dependencies</li> </ul> <h2>[8.5.46] - 2025-09-14</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6366">#6366</a>: Exclude <code>__sleep()</code> and <code>__wakeup()</code> from test double code generation on PHP &gt;= 8.5</li> </ul> <h2>[8.5.45] - 2025-09-11</h2> <h3>Changed</h3> <ul> <li>Implement <code>__serialize()</code> in addition to <code>__sleep()</code> (which will be deprecated in PHP 8.5)</li> </ul> <h2>[8.5.44] - 2025-08-20</h2> <h3>Changed</h3> <ul> <li>Do not configure <code>report_memleaks</code> setting (which will be deprecated in PHP 8.5) for PHPT processes</li> </ul> <h2>[8.5.43] - 2025-08-10</h2> <h3>Changed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/1015741814413c156abb0f53d7db7bbd03c6e858"><code>1015741</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3141742e00620e2968d3d2e732d320de76685fda"><code>3141742</code></a> Do not run PHPT test when its temporary file for code coverage information ex...</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/0b3170aaebeb461133937cfd92e5beb0348c0a2b"><code>0b3170a</code></a> We do not need to unserialize() objects here</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/261086ae0c36fabeb96121c0dd3a8ec43d88cfca"><code>261086a</code></a> Extract method</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/fdd6b86f3ad053c264f04fc4e3413af699378e66"><code>fdd6b86</code></a> Fix CS/WS issue</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/b4f79fcb193acf1ac679131de4c5112a95624e08"><code>b4f79fc</code></a> Fix</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/e4eee30004883338a11ef8f3da87e5e3bf02a30c"><code>e4eee30</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/22b2b0b489a212149858eb5873bc96a3764bdf92"><code>22b2b0b</code></a> Update dependencies</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/0b19865c888ecac2e6fbdb51147515de7bda131b"><code>0b19865</code></a> Update tools</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/04ecd72bad9bbb39a268cff85c856d2ed00c68a3"><code>04ecd72</code></a> Update tools</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/8.5.42...8.5.52">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=8.5.42&new-version=8.5.52)](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/webfactory/baton/network/alerts). </details>
1 parent 5dbe559 commit 8d177d3

File tree

1 file changed

+95
-47
lines changed

1 file changed

+95
-47
lines changed

composer.lock

Lines changed: 95 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)