Bump phpunit/phpunit from 10.5.7 to 10.5.8 #418

Merged
dependabot[bot] merged 1 commits from dependabot/composer/phpunit/phpunit-10.5.8 into main 2024-01-22 01:41:15 +00:00
dependabot[bot] commented 2024-01-22 00:44:41 +00:00 (Migrated from github.com)

Bumps phpunit/phpunit from 10.5.7 to 10.5.8.

Changelog

Sourced from phpunit/phpunit's changelog.

[10.5.8] - 2024-01-19

Fixed

  • #5673: Confusing error message when migration of a configuration is requested that does not need to be migrated
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)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.7 to 10.5.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/blob/10.5.8/ChangeLog-10.5.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[10.5.8] - 2024-01-19</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5673">#5673</a>: Confusing error message when migration of a configuration is requested that does not need to be migrated</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/08f4fa74d5fbfff1ef22abffee47aaedcaea227e"><code>08f4fa7</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/47366bde24f13f1a2b14e53b6c849e0b0fd25e46"><code>47366bd</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3767b2c56ce02d01e3491046f33466a1ae60a37f"><code>3767b2c</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/fde3741132bcd79668ac9666bb554631ee75a500"><code>fde3741</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/6eb69469b758a29d111c5afcf6e832e7b9cd52aa"><code>6eb6946</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/ac7b263bf2018349858c7a572342a4811434e917"><code>ac7b263</code></a> Merge branch '9.6' into 10.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/17e0c648644a8aad7ea364bace95060f6d603d07"><code>17e0c64</code></a> Fix</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/d8ab07ce6690300afe19ad3ae893c4f729afe220"><code>d8ab07c</code></a> Improve migration failure messages</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/1ca4c5460b68be8c065ce1603fe9fcb9eeb1a4dd"><code>1ca4c54</code></a> Fix CS/WS issues</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/e76fc20dd6dfa48770d9293b816c588197eb5ef1"><code>e76fc20</code></a> Merge branch '9.6' into 10.5</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/10.5.7...10.5.8">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.5.7&new-version=10.5.8)](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>
Sign in to join this conversation.