[PR #1138] [MERGED] chore(deps-dev): bump phpunit/phpunit from 7.5.17 to 7.5.18 #1600

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1138
Author: @dependabot-preview[bot]
Created: 12/9/2019
Status: Merged
Merged: 12/9/2019
Merged by: @phanan

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


📝 Commits (1)

  • 15f0b2d chore(deps-dev): bump phpunit/phpunit from 7.5.17 to 7.5.18

📊 Changes

1 file changed (+23 additions, -25 deletions)

View changed files

📝 composer.lock (+23 -25)

📄 Description

Bumps phpunit/phpunit from 7.5.17 to 7.5.18.

Changelog

Sourced from phpunit/phpunit's changelog.

[7.5.18] - 2019-12-06

Fixed

  • Fixed #3967: Cannot double interface that extends interface that extends \Throwable
  • Fixed #3968: Test class run in a separate PHP process are passing when exit called inside
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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/koel/koel/pull/1138 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/9/2019 **Status:** ✅ Merged **Merged:** 12/9/2019 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/phpunit/phpunit-7.5.18` --- ### 📝 Commits (1) - [`15f0b2d`](https://github.com/koel/koel/commit/15f0b2dbc1084e84fbbb383e35d93e8d96acf4dd) chore(deps-dev): bump phpunit/phpunit from 7.5.17 to 7.5.18 ### 📊 Changes **1 file changed** (+23 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+23 -25) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.17 to 7.5.18. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.5.18/ChangeLog-7.5.md).* > ## [7.5.18] - 2019-12-06 > > ### Fixed > > * Fixed [#3967](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable` > * Fixed [#3968](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside </details> <details> <summary>Commits</summary> - [`fcf6c4b`](https://github.com/sebastianbergmann/phpunit/commit/fcf6c4bfafaadc07785528b06385cce88935474d) Prepare release - [`2902560`](https://github.com/sebastianbergmann/phpunit/commit/29025600eea2af7b50b1a121273ab724c41777c0) Update ChangeLog - [`773be5e`](https://github.com/sebastianbergmann/phpunit/commit/773be5e308fb12095f90eaa415e6132ed603fb14) Ignore .psalm directory on PHPUnit 7.5 branch - [`afb88b4`](https://github.com/sebastianbergmann/phpunit/commit/afb88b42634389e9b4a943f3a007731f9478e8e9) Adding fix - [`d9d7efa`](https://github.com/sebastianbergmann/phpunit/commit/d9d7efa23275f709511be747ca933b4503accb7e) Updating the test with expected behaviour - [`ca4411e`](https://github.com/sebastianbergmann/phpunit/commit/ca4411e433ddcad28629fd0a4c201daef796e132) Add test for running tests in child process which are calling "exit" - [`81b7b0e`](https://github.com/sebastianbergmann/phpunit/commit/81b7b0e5fdd600ac6ef57a90045923be10d90fb9) Closes [#3967](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3967) - [`6ef9ac8`](https://github.com/sebastianbergmann/phpunit/commit/6ef9ac810e494e7793013f8f5004d5d268852412) Fix: Build for any push or pull request - [`a1137f1`](https://github.com/sebastianbergmann/phpunit/commit/a1137f15b006e7565edccbcf32814ef385aac236) Update tools - [`677e1ae`](https://github.com/sebastianbergmann/phpunit/commit/677e1ae62a46b4218f2bca249a01fa8ba78b962f) HTTP -> HTTPS - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.17...7.5.18) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.17&new-version=7.5.18)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.17&new-version=7.5.18) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:31: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/koel-koel#1600
No description provided.