[PR #557] [MERGED] chore(deps-dev): bump phpunit/phpunit from 11.5.0 to 11.5.1 #576

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • b4f7d41 chore(deps-dev): bump phpunit/phpunit from 11.5.0 to 11.5.1

📊 Changes

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

View changed files

📝 composer.lock (+20 -20)

📄 Description

Bumps phpunit/phpunit from 11.5.0 to 11.5.1.

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.5.1

Added

  • #6081: DefaultResultCache::mergeWith() for merging result cache instances

Fixed

  • #6066: TeamCity logger does not handle error/skipped events in before-class methods correctly

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.5.1] - 2024-12-11

Added

  • #6081: DefaultResultCache::mergeWith() for merging result cache instances

Fixed

  • #6066: TeamCity logger does not handle error/skipped events in before-class methods correctly
Commits
  • 2b94d4f Prepare release
  • 51a6ddc Merge branch '10.5' into 11.5
  • 4e89eff Prepare release
  • e15692c Merge branch '10.5' into 11.5
  • c8c6e60 Update ChangeLog
  • e8b3f1b Add DefaultResultCache::mergeWith API to merge multiple result cache instances
  • b3dddef Merge branch '10.5' into 11.5
  • 2ad0441 Use consistent variable name
  • 04bd064 Merge branch '10.5' into 11.5
  • 7195d43 Move tests that test functionality of mock objects created using the Mock Bui...
  • Additional commits viewable in compare view

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/557 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/16/2024 **Status:** ✅ Merged **Merged:** 12/16/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/phpunit/phpunit-11.5.1` --- ### 📝 Commits (1) - [`b4f7d41`](https://github.com/flyimg/flyimg/commit/b4f7d4180c2b4b381989de1d3e91cace3f251799) chore(deps-dev): bump phpunit/phpunit from 11.5.0 to 11.5.1 ### 📊 Changes **1 file changed** (+20 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+20 -20) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.5.0 to 11.5.1. <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.1</h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/6081">#6081</a>: <code>DefaultResultCache::mergeWith()</code> for merging result cache instances</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/6066">#6066</a>: TeamCity logger does not handle error/skipped events in before-class methods correctly</li> </ul> <hr /> <p><a href="https://docs.phpunit.de/en/11.5/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.5.1/ChangeLog-11.5.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[11.5.1] - 2024-12-11</h2> <h3>Added</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/6081">#6081</a>: <code>DefaultResultCache::mergeWith()</code> for merging result cache instances</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/6066">#6066</a>: TeamCity logger does not handle error/skipped events in before-class methods correctly</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/2b94d4f2450b9869fa64a46fd8a6a41997aef56a"><code>2b94d4f</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/51a6ddca5c3ad4df1eb2d4fec38f6d7117219809"><code>51a6ddc</code></a> Merge branch '10.5' into 11.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/4e89eff200b801db58f3d580ad7426431949eaa9"><code>4e89eff</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/e15692c8faae7e69cda277e5bd2a567bd9ed235c"><code>e15692c</code></a> Merge branch '10.5' into 11.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/c8c6e606fdc12b1ddeb7c6845f97881bb99ba770"><code>c8c6e60</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/e8b3f1b8400a4f03709eb942e5776f82d579cbeb"><code>e8b3f1b</code></a> Add <code>DefaultResultCache::mergeWith</code> API to merge multiple result cache instances</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/b3dddef7334da6e07a71ab6be7abb3a561345829"><code>b3dddef</code></a> Merge branch '10.5' into 11.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/2ad0441518ffc2d5ae70d998a9f2546044650562"><code>2ad0441</code></a> Use consistent variable name</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/04bd0641e2fa3ff0772a2a54ad11251cb19ba8f5"><code>04bd064</code></a> Merge branch '10.5' into 11.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/7195d437a549ca34c3c50f1a76cbf315d2915a6b"><code>7195d43</code></a> Move tests that test functionality of mock objects created using the Mock Bui...</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/11.5.0...11.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=11.5.0&new-version=11.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-02-25 22:35:55 +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#576
No description provided.