[PR #432] [MERGED] chore(deps-dev): bump phpunit/phpunit from 11.0.6 to 11.0.8 #488

Closed
opened 2026-02-25 22:35:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/432
Author: @dependabot[bot]
Created: 3/25/2024
Status: Merged
Merged: 3/25/2024
Merged by: @sadok-f

Base: mainHead: dependabot/composer/phpunit/phpunit-11.0.8


📝 Commits (1)

  • 868c27b chore(deps-dev): bump phpunit/phpunit from 11.0.6 to 11.0.8

📊 Changes

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

View changed files

📝 composer.lock (+13 -13)

📄 Description

Bumps phpunit/phpunit from 11.0.6 to 11.0.8.

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.0.8

Fixed

  • #5765: Be more forgiving with error handlers that do not respect error suppression

How to install or update PHPUnit

PHPUnit 11.0.7

Changed

  • #5747: Cache result of Groups::groups()
  • #5748: Improve performance of NamePrettifier::prettifyTestMethodName()
  • #5750: Micro-optimize NamePrettifier::prettifyTestMethodName() once again
  • #5752: Improve message for deprecation of doubling methods named "method"

Fixed

  • #5760: TestDox printer does not display details about exceptions raised in before-test methods

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.0.8] - 2024-03-22

Fixed

  • #5765: Be more forgiving with error handlers that do not respect error suppression

[11.0.7] - 2024-03-21

Changed

  • #5747: Cache result of Groups::groups()
  • #5748: Improve performance of NamePrettifier::prettifyTestMethodName()
  • #5750: Micro-optimize NamePrettifier::prettifyTestMethodName() once again
  • #5752: Improve message for deprecation of doubling methods named "method"

Fixed

  • #5760: TestDox printer does not display details about exceptions raised in before-test methods
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)

🔄 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/flyimg/flyimg/pull/432 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/25/2024 **Status:** ✅ Merged **Merged:** 3/25/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/phpunit/phpunit-11.0.8` --- ### 📝 Commits (1) - [`868c27b`](https://github.com/flyimg/flyimg/commit/868c27b70ffdfb45eef6f956720df71fa870b9f3) chore(deps-dev): bump phpunit/phpunit from 11.0.6 to 11.0.8 ### 📊 Changes **1 file changed** (+13 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+13 -13) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.0.6 to 11.0.8. <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.0.8</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5765">#5765</a>: Be more forgiving with error handlers that do not respect error suppression</li> </ul> <hr /> <p><a href="https://docs.phpunit.de/en/11.0/installation.html">How to install or update PHPUnit</a></p> <h2>PHPUnit 11.0.7</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5747">#5747</a>: Cache result of <code>Groups::groups()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5748">#5748</a>: Improve performance of <code>NamePrettifier::prettifyTestMethodName()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5750">#5750</a>: Micro-optimize <code>NamePrettifier::prettifyTestMethodName()</code> once again</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5752">#5752</a>: Improve message for deprecation of doubling methods named &quot;method&quot;</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5760">#5760</a>: TestDox printer does not display details about exceptions raised in before-test methods</li> </ul> <hr /> <p><a href="https://docs.phpunit.de/en/11.0/installation.html">How to install or update PHPUnit</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/blob/11.0.8/ChangeLog-11.0.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[11.0.8] - 2024-03-22</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5765">#5765</a>: Be more forgiving with error handlers that do not respect error suppression</li> </ul> <h2>[11.0.7] - 2024-03-21</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5747">#5747</a>: Cache result of <code>Groups::groups()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5748">#5748</a>: Improve performance of <code>NamePrettifier::prettifyTestMethodName()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5750">#5750</a>: Micro-optimize <code>NamePrettifier::prettifyTestMethodName()</code> once again</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5752">#5752</a>: Improve message for deprecation of doubling methods named &quot;method&quot;</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5760">#5760</a>: TestDox printer does not display details about exceptions raised in before-test methods</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/48ea58408879a9aad630022186398364051482fc"><code>48ea584</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/5b30505f68068742623d313560cc1be385334848"><code>5b30505</code></a> Merge branch '10.5' into 11.0</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/86376e05e8745ed81d88232ff92fee868247b07b"><code>86376e0</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/30d6f53ea32f16bedaf50a48adcbf64cabbda9ce"><code>30d6f53</code></a> Update Psalm baseline</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/e1846c83a2e54644599088958977fcc7ffe53ab2"><code>e1846c8</code></a> Fix CS/WS issues</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3b58e655e0306060af0a554668e449b5c88326e0"><code>3b58e65</code></a> Added 5764 regression test</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/afa8d61ba7ae78da739938c999140eb767a1ad7f"><code>afa8d61</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/b0a612335c1accc0b528307a83f1f3e2665003e8"><code>b0a6123</code></a> Merge branch '10.5' into 11.0</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/4cf8824bab39c2dd57b57b9f6332f7135e2a3a49"><code>4cf8824</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3760f84431c5f8d2e3b3428500a2b63ca4f5d939"><code>3760f84</code></a> Merge branch '10.5' into 11.0</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/11.0.6...11.0.8">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.0.6&new-version=11.0.8)](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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:35:38 +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/flyimg#488
No description provided.