[PR #561] [MERGED] Bump phpunit/phpunit from 9.5.24 to 9.6.8 #584

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

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/561
Author: @dependabot[bot]
Created: 5/15/2023
Status: Merged
Merged: 5/15/2023
Merged by: @vitormattos

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


📝 Commits (1)

  • 92ceec7 Bump phpunit/phpunit from 9.5.24 to 9.6.8

📊 Changes

1 file changed (+85 additions, -80 deletions)

View changed files

📝 composer.lock (+85 -80)

📄 Description

Bumps phpunit/phpunit from 9.5.24 to 9.6.8.

Changelog

Sourced from phpunit/phpunit's changelog.

[9.6.8] - 2023-05-11

Fixed

  • #5345: No stack trace shown for previous exceptions during bootstrap

[9.6.7] - 2023-04-14

Fixed

  • Tests that have @doesNotPerformAssertions do not contribute to code coverage

[9.6.6] - 2023-03-27

Fixed

  • #5270: GlobalState::getIniSettingsAsString() generates code that triggers warnings

[9.6.5] - 2023-03-09

Changed

  • Backported the HTML and CSS improvements made to the --testdox-html from PHPUnit 10

Fixed

  • #5205: Wrong default value for optional parameter of PHPUnit\Util\Test::parseTestMethodAnnotations() causes ReflectionException

[9.6.4] - 2023-02-27

Fixed

  • #5186: SBOM does not validate

[9.6.3] - 2023-02-04

Fixed

  • #5164: markTestSkipped() not handled correctly when called in "before first test" method

[9.6.2] - 2023-02-04

Fixed

  • #4618: Support for generators in assertCount() etc. is not marked as deprecated in PHPUnit 9.6

[9.6.1] - 2023-02-03

Fixed

... (truncated)

Commits
  • 17d621b Prepare release
  • 71b53ae Fix CS/WS issue
  • be7ffef Update ChangeLog
  • b7513d5 Add stack trace for previous exceptions to bootstrap error message
  • 4b4e628 Merge branch '8.5' into 9.6
  • 22c8daa Update tools
  • c993f0d Prepare release
  • 3907ef5 Update Psalm baseline
  • 2fb3430 Update ChangeLog
  • 262b0dc Backport b771002b7b1022610272f7789f9b0603948573f7 from PHPUnit 10.1 to PHPUni...
  • 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/561 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/15/2023 **Status:** ✅ Merged **Merged:** 5/15/2023 **Merged by:** [@vitormattos](https://github.com/vitormattos) **Base:** `master` ← **Head:** `dependabot/composer/phpunit/phpunit-9.6.8` --- ### 📝 Commits (1) - [`92ceec7`](https://github.com/nextcloud/twofactor_gateway/commit/92ceec7aca3aac4a1e90019903ffe7e7067cab8e) Bump phpunit/phpunit from 9.5.24 to 9.6.8 ### 📊 Changes **1 file changed** (+85 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+85 -80) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.24 to 9.6.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sebastianbergmann/phpunit/blob/9.6.8/ChangeLog-9.6.md">phpunit/phpunit's changelog</a>.</em></p> <blockquote> <h2>[9.6.8] - 2023-05-11</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5345">#5345</a>: No stack trace shown for previous exceptions during bootstrap</li> </ul> <h2>[9.6.7] - 2023-04-14</h2> <h3>Fixed</h3> <ul> <li>Tests that have <code>@doesNotPerformAssertions</code> do not contribute to code coverage</li> </ul> <h2>[9.6.6] - 2023-03-27</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5270">#5270</a>: <code>GlobalState::getIniSettingsAsString()</code> generates code that triggers warnings</li> </ul> <h2>[9.6.5] - 2023-03-09</h2> <h3>Changed</h3> <ul> <li>Backported the HTML and CSS improvements made to the <code>--testdox-html</code> from PHPUnit 10</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5205">#5205</a>: Wrong default value for optional parameter of <code>PHPUnit\Util\Test::parseTestMethodAnnotations()</code> causes <code>ReflectionException</code></li> </ul> <h2>[9.6.4] - 2023-02-27</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5186">#5186</a>: SBOM does not validate</li> </ul> <h2>[9.6.3] - 2023-02-04</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5164">#5164</a>: <code>markTestSkipped()</code> not handled correctly when called in &quot;before first test&quot; method</li> </ul> <h2>[9.6.2] - 2023-02-04</h2> <h3>Fixed</h3> <ul> <li><a href="https://redirect.github.com/sebastianbergmann/phpunit/issues/4618">#4618</a>: Support for generators in <code>assertCount()</code> etc. is not marked as deprecated in PHPUnit 9.6</li> </ul> <h2>[9.6.1] - 2023-02-03</h2> <h3>Fixed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/17d621b3aff84d0c8b62539e269e87d8d5baa76e"><code>17d621b</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/71b53aef431cb3bb5af542b171907bed662b2e17"><code>71b53ae</code></a> Fix CS/WS issue</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/be7ffef896b71a28b2c043c84c885e74040ec0f2"><code>be7ffef</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/b7513d573d8f2320afbe72bfb54d6bcb90d12794"><code>b7513d5</code></a> Add stack trace for previous exceptions to bootstrap error message</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/4b4e628791a0a89f5a367beb03ba0c1d1fae4c6a"><code>4b4e628</code></a> Merge branch '8.5' into 9.6</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/22c8daa4759be4e93940e31382825c9996d7ae8f"><code>22c8daa</code></a> Update tools</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/c993f0d3b0489ffc42ee2fe0bd645af1538a63b2"><code>c993f0d</code></a> Prepare release</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/3907ef5c81f4d8fbd88940d964610a437d9bd81e"><code>3907ef5</code></a> Update Psalm baseline</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/2fb343000ed2225cc08d7e5f3578fe7b33b70ead"><code>2fb3430</code></a> Update ChangeLog</li> <li><a href="https://github.com/sebastianbergmann/phpunit/commit/262b0dc2bbee91a5d4a66dbb80dc4fa34dfe8a96"><code>262b0dc</code></a> Backport b771002b7b1022610272f7789f9b0603948573f7 from PHPUnit 10.1 to PHPUni...</li> <li>Additional commits viewable in <a href="https://github.com/sebastianbergmann/phpunit/compare/9.5.24...9.6.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=9.5.24&new-version=9.6.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 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:31 +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#584
No description provided.