[PR #526] [MERGED] chore(deps-dev): bump phpunit/phpunit from 11.4.0 to 11.4.1 #1157

Closed
opened 2026-03-15 15:55:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 62ce6db chore(deps-dev): bump phpunit/phpunit from 11.4.0 to 11.4.1

📊 Changes

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

View changed files

📝 composer.lock (+29 -29)

📄 Description

Bumps phpunit/phpunit from 11.4.0 to 11.4.1.

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.4.1

Changed

  • Updated regular expressions used by StringMatchesFormatDescription constraint to be consistent with PHP's run-tests.php

Fixed

  • #5977: TestDox result collector does not correctly handle baseline-ignored E_DEPRECATED issues

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.4.1] - 2024-10-08

Changed

  • Updated regular expressions used by StringMatchesFormatDescription constraint to be consistent with PHP's run-tests.php

Fixed

  • #5977: TestDox result collector does not correctly handle baseline-ignored E_DEPRECATED issues
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/526 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/14/2024 **Status:** ✅ Merged **Merged:** 10/14/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/phpunit/phpunit-11.4.1` --- ### 📝 Commits (1) - [`62ce6db`](https://github.com/flyimg/flyimg/commit/62ce6dbbd56fe15480a0a0d290cf32bf99ac59d5) chore(deps-dev): bump phpunit/phpunit from 11.4.0 to 11.4.1 ### 📊 Changes **1 file changed** (+29 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+29 -29) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.4.0 to 11.4.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.4.1</h2> <h3>Changed</h3> <ul> <li>Updated regular expressions used by <code>StringMatchesFormatDescription</code> constraint to be consistent with PHP's <code>run-tests.php</code></li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5977">#5977</a>: TestDox result collector does not correctly handle baseline-ignored <code>E_DEPRECATED</code> issues</li> </ul> <hr /> <p><a href="https://docs.phpunit.de/en/11.4/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.4.1/ChangeLog-11.4.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[11.4.1] - 2024-10-08</h2> <h3>Changed</h3> <ul> <li>Updated regular expressions used by <code>StringMatchesFormatDescription</code> constraint to be consistent with PHP's <code>run-tests.php</code></li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5977">#5977</a>: TestDox result collector does not correctly handle baseline-ignored <code>E_DEPRECATED</code> issues</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/7875627f15f4da7e7f0823d1f323f7295a77334e"><code>7875627</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/14353201433e1888f449e2dd96957fdfc78a4771"><code>1435320</code></a> Merge branch '10.5' into 11.4</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870"><code>aa0a8ce</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/c5a67e72fce72089943e50869a4d823db412c675"><code>c5a67e7</code></a> Merge branch '10.5' into 11.4</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/126dcea55ed95c891d09d950c4a3d7ea660b92e3"><code>126dcea</code></a> Closes <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5980">#5980</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/f2416db5a838c2d7a9cc5a28351bfb7427105672"><code>f2416db</code></a> Merge branch '10.5' into 11.4</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/f19334f3011eeffb06cfffecedb1183bbe3c91ab"><code>f19334f</code></a> Closes <a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5979">#5979</a></li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/690a1f703d64b928216c91b8b8da6420ccc4ff2d"><code>690a1f7</code></a> Fix CS/WS issue</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/2403ff78fe92e7785d355286c6181213d109be2d"><code>2403ff7</code></a> Fix CS/WS issue</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/360f0f08ac0ccc618f0dca74c2216a4d95e8865c"><code>360f0f0</code></a> Merge branch '10.5' into 11.4</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/11.4.0...11.4.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.4.0&new-version=11.4.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:55:51 +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#1157
No description provided.