[PR #426] [MERGED] chore(deps-dev): bump phpunit/phpunit from 11.0.3 to 11.0.4 #483

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • fedb6b5 chore(deps-dev): bump phpunit/phpunit from 11.0.3 to 11.0.4

📊 Changes

1 file changed (+61 additions, -54 deletions)

View changed files

📝 composer.lock (+61 -54)

📄 Description

Bumps phpunit/phpunit from 11.0.3 to 11.0.4.

Changelog

Sourced from phpunit/phpunit's changelog.

[11.0.4] - 2024-02-29

Fixed

  • #5704: No warning when CLI options are used multiple times
  • #5707: --fail-on-empty-test-suite CLI option is not documented in --help output
  • #5716: Better respect PHP native array key handling for assertArrayIs*ToArrayOnlyConsideringListOfKeys()
Commits
  • 3f42612 Prepare release
  • 9c77924 Update ChangeLog
  • 7ec4599 assertArrayIs*ToArrayOnlyConsideringListOfKeys(): bug fix - better respect PH...
  • 8bcc515 Merge branch '10.5' into 11.0
  • 8d675f8 Fix CS/WS issue
  • ea4b5f4 Merge branch '10.5' into 11.0
  • 8d89759 Extract method
  • a7c0600 Merge branch '10.5' into 11.0
  • 36bfd5e Fix code coverage metadata
  • 8b55ced Merge branch '10.5' into 11.0
  • 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/426 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/4/2024 **Status:** ✅ Merged **Merged:** 3/4/2024 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `dependabot/composer/phpunit/phpunit-11.0.4` --- ### 📝 Commits (1) - [`fedb6b5`](https://github.com/flyimg/flyimg/commit/fedb6b5efc66c872efbab8647e0a4d5a0ed2ceb2) chore(deps-dev): bump phpunit/phpunit from 11.0.3 to 11.0.4 ### 📊 Changes **1 file changed** (+61 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+61 -54) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.0.3 to 11.0.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/blob/11.0.4/ChangeLog-11.0.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[11.0.4] - 2024-02-29</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5704#issuecomment-1951105254">#5704</a>: No warning when CLI options are used multiple times</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5707">#5707</a>: <code>--fail-on-empty-test-suite</code> CLI option is not documented in <code>--help</code> output</li> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5716">#5716</a>: Better respect PHP native array key handling for <code>assertArrayIs*ToArrayOnlyConsideringListOfKeys()</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3f4261269c91370e9b2b3f64cc76c617c442c35a"><code>3f42612</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/9c779242ba3fab365f9161a8512d5b1d07d4dc5e"><code>9c77924</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/7ec45998b05f798913e9e31c814d5d8aa429df5b"><code>7ec4599</code></a> assertArrayIs*ToArrayOnlyConsideringListOfKeys(): bug fix - better respect PH...</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/8bcc5156b106fd003652fa472cacf9788633d281"><code>8bcc515</code></a> Merge branch '10.5' into 11.0</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/8d675f8edf9de03224da01da5945457b5202bde6"><code>8d675f8</code></a> Fix CS/WS issue</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/ea4b5f466463e9d1ad8a6376a8276549d18fbcbc"><code>ea4b5f4</code></a> Merge branch '10.5' into 11.0</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/8d897593f22e903d6ab8223926d6d50a615481c2"><code>8d89759</code></a> Extract method</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/a7c060090b727ee8dc148082ff662174859c0e91"><code>a7c0600</code></a> Merge branch '10.5' into 11.0</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/36bfd5ed83456d85fdc001da687384c746e5ad99"><code>36bfd5e</code></a> Fix code coverage metadata</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/8b55ced078af4fe01a2452e85231a0a7131b04b2"><code>8b55ced</code></a> Merge branch '10.5' into 11.0</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/11.0.3...11.0.4">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.0.3&new-version=11.0.4)](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:37 +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#483
No description provided.