[PR #475] [MERGED] chore(deps-dev): bump phpunit/phpunit from 11.2.2 to 11.2.5 #1129

Closed
opened 2026-03-15 15:54:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 9b0bf69 chore(deps-dev): bump phpunit/phpunit from 11.2.2 to 11.2.5

📊 Changes

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

View changed files

📝 composer.lock (+21 -21)

📄 Description

Bumps phpunit/phpunit from 11.2.2 to 11.2.5.

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.2.5

Changed

  • #5877: Use array_pop() instead of array_shift() for processing Test objects in TestSuite::run() and optimize TestSuite::isEmpty()

How to install or update PHPUnit

PHPUnit 11.2.4

Changed

  • #5875: Also destruct TestCase objects early that use a data provider

How to install or update PHPUnit

PHPUnit 11.2.3

Changed

  • #5870: Do not collect unnecessary information using debug_backtrace()

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.2.5] - 2024-06-20

Changed

  • #5877: Use array_pop() instead of array_shift() for processing Test objects in TestSuite::run() and optimize TestSuite::isEmpty()

[11.2.4] - 2024-06-20

Changed

  • #5875: Also destruct TestCase objects early that use a data provider

[11.2.3] - 2024-06-19

Changed

  • #5870: Do not collect unnecessary information using debug_backtrace()
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/475 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 6/24/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/phpunit/phpunit-11.2.5` --- ### 📝 Commits (1) - [`9b0bf69`](https://github.com/flyimg/flyimg/commit/9b0bf69fbbe1c64da472a5091382da33135b1d86) chore(deps-dev): bump phpunit/phpunit from 11.2.2 to 11.2.5 ### 📊 Changes **1 file changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+21 -21) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.2.2 to 11.2.5. <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.2.5</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5877">#5877</a>: Use <code>array_pop()</code> instead of <code>array_shift()</code> for processing <code>Test</code> objects in <code>TestSuite::run()</code> and optimize <code>TestSuite::isEmpty()</code></li> </ul> <hr /> <p><a href="https://docs.phpunit.de/en/11.2/installation.html">How to install or update PHPUnit</a></p> <h2>PHPUnit 11.2.4</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5875">#5875</a>: Also destruct <code>TestCase</code> objects early that use a data provider</li> </ul> <hr /> <p><a href="https://docs.phpunit.de/en/11.2/installation.html">How to install or update PHPUnit</a></p> <h2>PHPUnit 11.2.3</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5870">#5870</a>: Do not collect unnecessary information using <code>debug_backtrace()</code></li> </ul> <hr /> <p><a href="https://docs.phpunit.de/en/11.2/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.2.5/ChangeLog-11.2.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[11.2.5] - 2024-06-20</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5877">#5877</a>: Use <code>array_pop()</code> instead of <code>array_shift()</code> for processing <code>Test</code> objects in <code>TestSuite::run()</code> and optimize <code>TestSuite::isEmpty()</code></li> </ul> <h2>[11.2.4] - 2024-06-20</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5875">#5875</a>: Also destruct <code>TestCase</code> objects early that use a data provider</li> </ul> <h2>[11.2.3] - 2024-06-19</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5870">#5870</a>: Do not collect unnecessary information using <code>debug_backtrace()</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/be9e3ed32a1287a9bfda15936cc86fef4e4cf591"><code>be9e3ed</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/a77d8a48ccadf4f3903642612653c22a6887b2f9"><code>a77d8a4</code></a> Merge branch '10.5' into 11.2</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/5f124e3e3e561006047b532fd0431bf5bb6b9015"><code>5f124e3</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/eb1c305c462edce2f00f2e1d4a2d362b68812f08"><code>eb1c305</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/a663ff749922bb5014a2664a596c186c4ce7339a"><code>a663ff7</code></a> Merge branch '10.5' into 11.2</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/46e02a39ec06775bee6fe53f9220168facc26fd3"><code>46e02a3</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3a664cab4643937b5080abcae4e58101363376ed"><code>3a664ca</code></a> optimize empty checks in TestSuite</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/933af567cd3f9e1cfdcbcdf13f999938a64c0dbf"><code>933af56</code></a> Use array_pop instead of slow array_shift</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/0991687efe8a29945cce2e85c475e5f3cb0aab6d"><code>0991687</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/c5da79f840d4f4d4c6c7726c00c1112e9d40138d"><code>c5da79f</code></a> Merge branch '10.5' into 11.2</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/11.2.2...11.2.5">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.2.2&new-version=11.2.5)](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-03-15 15:54:14 +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#1129
No description provided.