[PR #539] [MERGED] chore(deps-dev): bump phpunit/phpunit from 11.4.2 to 11.4.3 #562

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 985d83b chore(deps-dev): bump phpunit/phpunit from 11.4.2 to 11.4.3

📊 Changes

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

View changed files

📝 composer.lock (+14 -14)

📄 Description

Bumps phpunit/phpunit from 11.4.2 to 11.4.3.

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.4.3

Changed

  • #6010: Improve parameter name for assertGreaterThan(), assertGreaterThanOrEqual(), assertLessThan(), and assertLessThanOrEqual()
  • #6012: Remove empty lines between TeamCity events

Fixed

  • #6017: Deprecation Triggers are not registered when Process Isolation is used

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.4.3] - 2024-10-28

Changed

  • #6010: Improve parameter name for assertGreaterThan(), assertGreaterThanOrEqual(), assertLessThan(), and assertLessThanOrEqual()
  • #6012: Remove empty lines between TeamCity events

Fixed

  • #6017: Deprecation Triggers are not registered when Process Isolation is used
Commits
  • e8e8ed1 Prepare release
  • 86f5f8d Merge branch '10.5' into 11.4
  • a86773b Prepare release
  • aa53358 Fix markup
  • b0b5137 Update ChangeLog
  • 563604b Register deprecation triggers in process isolation
  • bc822c6 Merge branch '10.5' into 11.4
  • 81306cb Update ChangeLog
  • f47663b Replace double quotes around the teamcity prefix string with single quotes
  • 5c058fd Remove empty lines between teamcity events
  • 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/539 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/4/2024 **Status:** ✅ Merged **Merged:** 11/4/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/phpunit/phpunit-11.4.3` --- ### 📝 Commits (1) - [`985d83b`](https://github.com/flyimg/flyimg/commit/985d83bc87f54035fdf4e0e56b2f553376047c1b) chore(deps-dev): bump phpunit/phpunit from 11.4.2 to 11.4.3 ### 📊 Changes **1 file changed** (+14 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+14 -14) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.4.2 to 11.4.3. <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.3</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/6010">#6010</a>: Improve parameter name for <code>assertGreaterThan()</code>, <code>assertGreaterThanOrEqual()</code>, <code>assertLessThan()</code>, and <code>assertLessThanOrEqual()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/6012">#6012</a>: Remove empty lines between TeamCity events</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/6017">#6017</a>: Deprecation Triggers are not registered when Process Isolation is used</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.3/ChangeLog-11.4.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[11.4.3] - 2024-10-28</h2> <h3>Changed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/6010">#6010</a>: Improve parameter name for <code>assertGreaterThan()</code>, <code>assertGreaterThanOrEqual()</code>, <code>assertLessThan()</code>, and <code>assertLessThanOrEqual()</code></li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/6012">#6012</a>: Remove empty lines between TeamCity events</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/6017">#6017</a>: Deprecation Triggers are not registered when Process Isolation is used</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/e8e8ed1854de5d36c088ec1833beae40d2dedd76"><code>e8e8ed1</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/86f5f8d3fb404b21e785424124bd735cf1dc8f80"><code>86f5f8d</code></a> Merge branch '10.5' into 11.4</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/a86773b9e887a67bc53efa9da9ad6e3f2498c132"><code>a86773b</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/aa53358f3d2c8342fe276942f4e73dff8594e6c4"><code>aa53358</code></a> Fix markup</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/b0b513784146a623de5ab9a488206536113feae1"><code>b0b5137</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/563604b9c762a7dbb87a996ae7b6b116a4a73337"><code>563604b</code></a> Register deprecation triggers in process isolation</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/bc822c690313174494125c9ec3c9016033a76743"><code>bc822c6</code></a> Merge branch '10.5' into 11.4</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/81306cb1b0b037d60bbd7cfc915f13626ec790e9"><code>81306cb</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/f47663b33df2aa2c8a4bdbf37d6a7d5ff029da31"><code>f47663b</code></a> Replace double quotes around the teamcity prefix string with single quotes</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/5c058fd2a04cc5055c5b3ca8761a45536be9085a"><code>5c058fd</code></a> Remove empty lines between teamcity events</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/11.4.2...11.4.3">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.2&new-version=11.4.3)](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:52 +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#562
No description provided.