[PR #393] [MERGED] chore(deps-dev): bump phpunit/phpunit from 10.4.2 to 10.5.1 #1058

Closed
opened 2026-03-15 15:50:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/393
Author: @dependabot[bot]
Created: 12/4/2023
Status: Merged
Merged: 12/4/2023
Merged by: @sadok-f

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


📝 Commits (2)

  • 1fea305 chore(deps-dev): bump phpunit/phpunit from 10.4.2 to 10.5.1
  • 9bb9671 Merge branch 'main' into dependabot/composer/phpunit/phpunit-10.5.1

📊 Changes

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

View changed files

📝 composer.lock (+19 -19)

📄 Description

Bumps phpunit/phpunit from 10.4.2 to 10.5.1.

Changelog

Sourced from phpunit/phpunit's changelog.

10.5.1 - 2023-12-01

Fixed

  • #5593: Return Value Generator fails to correctly create test stub for method with static return type declaration when used recursively
  • #5596: PHPUnit\Framework\TestCase has @internal annotation in PHAR

10.5.0 - 2023-12-01

Added

  • #5532: #[IgnoreDeprecations] attribute to ignore E_(USER_)DEPRECATED issues on test class and test method level
  • #5551: Support for omitting parameter default values for willReturnMap()
  • #5577: --composer-lock CLI option for PHAR binary that displays the composer.lock used to build the PHAR

Changed

  • MockBuilder::disableAutoReturnValueGeneration() and MockBuilder::enableAutoReturnValueGeneration() are no longer deprecated

Fixed

  • #5563: createMockForIntersectionOfInterfaces() does not automatically register mock object for expectation verification
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/393 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/4/2023 **Status:** ✅ Merged **Merged:** 12/4/2023 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/phpunit/phpunit-10.5.1` --- ### 📝 Commits (2) - [`1fea305`](https://github.com/flyimg/flyimg/commit/1fea30582d0ade0796abfcef0f9d854d02fc49e9) chore(deps-dev): bump phpunit/phpunit from 10.4.2 to 10.5.1 - [`9bb9671`](https://github.com/flyimg/flyimg/commit/9bb9671b9ba53d5cf4ec29b9ba8dfc8d0881475a) Merge branch 'main' into dependabot/composer/phpunit/phpunit-10.5.1 ### 📊 Changes **1 file changed** (+19 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+19 -19) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.4.2 to 10.5.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/blob/10.5.1/ChangeLog-10.5.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/sebastianbergmann/phpunit/compare/10.5.0...10.5.1">10.5.1</a> - 2023-12-01</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5593">#5593</a>: Return Value Generator fails to correctly create test stub for method with <code>static</code> return type declaration when used recursively</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5596">#5596</a>: <code>PHPUnit\Framework\TestCase</code> has <code>@internal</code> annotation in PHAR</li> </ul> <h2><a href="https://github.com/sebastianbergmann/phpunit/compare/10.4.2...10.5.0">10.5.0</a> - 2023-12-01</h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5532">#5532</a>: <code>#[IgnoreDeprecations]</code> attribute to ignore <code>E_(USER_)DEPRECATED</code> issues on test class and test method level</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5551">#5551</a>: Support for omitting parameter default values for <code>willReturnMap()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5577">#5577</a>: <code>--composer-lock</code> CLI option for PHAR binary that displays the <code>composer.lock</code> used to build the PHAR</li> </ul> <h3>Changed</h3> <ul> <li><code>MockBuilder::disableAutoReturnValueGeneration()</code> and <code>MockBuilder::enableAutoReturnValueGeneration()</code> are no longer deprecated</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5563">#5563</a>: <code>createMockForIntersectionOfInterfaces()</code> does not automatically register mock object for expectation verification</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/d5d9dca6a902d05b34c4bcbc7c1636ce1dc25408"><code>d5d9dca</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/0c1ed0d3f43c79e0f66e98eb01e2d5f1425b3019"><code>0c1ed0d</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/05017b80304e0eb3f31d90194a563fd53a6021f1"><code>05017b8</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/838af84213b2fd67c8f3d48197af11eb30de91b6"><code>838af84</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/9652df58e06a681429d8cfdaec3c43d6de581d5a"><code>9652df5</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3ba3e8205795afd47451daf7c0eded65b8cf5877"><code>3ba3e82</code></a> Pin humbug/php-scoper to 0.18.4 for <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5596">#5596</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/41861f1cad99b895af9329c39794478aeba08763"><code>41861f1</code></a> Add test for <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5593">#5593</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/23a9e6a7869df21a6e8fd92b62ec609dfe02222d"><code>23a9e6a</code></a> Closes <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5593">#5593</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/80cab181aebc2efac422940443e28db556137637"><code>80cab18</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/55ee59d3417d08562af36018aa381a54c4740f82"><code>55ee59d</code></a> Merge branch '9.6' into 10.5</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/10.4.2...10.5.1">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=10.4.2&new-version=10.5.1)](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:50:26 +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#1058
No description provided.