[PR #545] [CLOSED] Bump phpunit/phpunit from 9.5.24 to 9.5.27 #570

Closed
opened 2026-02-26 06:31:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/545
Author: @dependabot[bot]
Created: 12/10/2022
Status: Closed

Base: masterHead: dependabot/composer/phpunit/phpunit-9.5.27


📝 Commits (1)

  • 281dd70 Bump phpunit/phpunit from 9.5.24 to 9.5.27

📊 Changes

1 file changed (+44 additions, -40 deletions)

View changed files

📝 composer.lock (+44 -40)

📄 Description

Bumps phpunit/phpunit from 9.5.24 to 9.5.27.

Changelog

Sourced from phpunit/phpunit's changelog.

[9.5.27] - 2022-MM-DD

Fixed

  • #5113: PHP error instead of PHPUnit error when trying to create test double for readonly class

[9.5.26] - 2022-10-28

Fixed

  • #5076: Test Runner does not warn about conflicting options

[9.5.25] - 2022-09-25

Added

  • #5042: Support Disjunctive Normal Form types

Fixed

  • #4966: TestCase::assertSame() (and related exact comparisons) must compare float exactly
Commits
  • a2bc7ff Prepare release
  • 1b09a9a Exclude source file with PHP 8.2 syntax
  • ac259bc Update Psalm baseline
  • 9e0968d Update ChangeLog
  • 8635ff9 Skip test on PHP < 8.2
  • faa1515 Implement logic to blocks readonly classes to be doubled.
  • 5c6e811 Merge branch '8.5' into 9.5
  • cc19735 Update tools
  • c5d3542 Assert that we have a DOMElement here
  • a653302 Document collected/iterated type using Psalm template
  • 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 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/nextcloud/twofactor_gateway/pull/545 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/10/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/phpunit/phpunit-9.5.27` --- ### 📝 Commits (1) - [`281dd70`](https://github.com/nextcloud/twofactor_gateway/commit/281dd70ed6fa747f2f81f4fcfb9eb024318a80ca) Bump phpunit/phpunit from 9.5.24 to 9.5.27 ### 📊 Changes **1 file changed** (+44 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+44 -40) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.24 to 9.5.27. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[9.5.27] - 2022-MM-DD</h2> <h3>Fixed</h3> <ul> <li><a href="https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/5113">#5113</a>: PHP error instead of PHPUnit error when trying to create test double for <code>readonly</code> class</li> </ul> <h2>[9.5.26] - 2022-10-28</h2> <h3>Fixed</h3> <ul> <li><a href="https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/5076">#5076</a>: Test Runner does not warn about conflicting options</li> </ul> <h2>[9.5.25] - 2022-09-25</h2> <h3>Added</h3> <ul> <li><a href="https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/5042">#5042</a>: Support Disjunctive Normal Form types</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/4966">#4966</a>: <code>TestCase::assertSame()</code> (and related exact comparisons) must compare <code>float</code> exactly</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/a2bc7ffdca99f92d959b3f2270529334030bba38"><code>a2bc7ff</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/1b09a9a41219b727102da8c384d882e00da23635"><code>1b09a9a</code></a> Exclude source file with PHP 8.2 syntax</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/ac259bcbdb2e1fa3600609401b2ac8016e7e7582"><code>ac259bc</code></a> Update Psalm baseline</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/9e0968d6b17291f86edb9512c1890c71ee42f857"><code>9e0968d</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/8635ff9cb97bf4a59965a2e6859aaf4f07fd48e8"><code>8635ff9</code></a> Skip test on PHP &lt; 8.2</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/faa151591829c954dbcbb9c86f761312ad0d53a8"><code>faa1515</code></a> Implement logic to blocks readonly classes to be doubled.</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/5c6e8115b8ffa342540baf4fdbdd55b4a2c012ba"><code>5c6e811</code></a> Merge branch '8.5' into 9.5</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/cc197354e93f7cb3c0eeb896b4bd6d6733343b01"><code>cc19735</code></a> Update tools</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/c5d354261e4dac18b0c0ec0f60d47857567cb344"><code>c5d3542</code></a> Assert that we have a DOMElement here</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/a6533029db652e4b53a1babac631f0268ab68479"><code>a653302</code></a> Document collected/iterated type using Psalm template</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/9.5.24...9.5.27">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=9.5.24&new-version=9.5.27)](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 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-26 06:31:28 +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/twofactor_gateway-nextcloud#570
No description provided.