[PR #895] [MERGED] Bump phpunit/phpunit from 7.5.1 to 7.5.2 #1426

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 802abc9 Bump phpunit/phpunit from 7.5.1 to 7.5.2

📊 Changes

1 file changed (+12 additions, -11 deletions)

View changed files

📝 composer.lock (+12 -11)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps phpunit/phpunit from 7.5.1 to 7.5.2.

Changelog

Sourced from phpunit/phpunit's changelog.

[7.5.2] - 2019-01-15

Fixed

  • Fixed #3456: Generator for Xdebug filter script does not handle directories with leading . correctly
  • Fixed #3459: [**requires**](https://github.com/requires) function swallows digits at the end of function name
Commits
  • 7c89093 Prepare release
  • 6bef716 Merge branch '6.5' into 7.5
  • 6050504 Bump copyright year
  • 99bd534 Fix CS/WS issue
  • 56e1bce Update ChangeLog
  • afa7f01 feat(xdebug-filter-generator): improve directories paths
  • be5f758 Merge branch '6.5' into 7.5
  • a33f8d2 Update php-cs-fixer
  • eb22621 Revert "Do not use Phive to manage php-cs-fixer (for now)"
  • d44f244 Merge branch '6.5' into 7.5
  • 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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/895 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/16/2019 **Status:** ✅ Merged **Merged:** 1/16/2019 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/phpunit/phpunit-7.5.2` --- ### 📝 Commits (1) - [`802abc9`](https://github.com/koel/koel/commit/802abc903218bea7aa68e5a37e3364808eda0efd) Bump phpunit/phpunit from 7.5.1 to 7.5.2 ### 📊 Changes **1 file changed** (+12 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+12 -11) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ If you make any changes to it yourself then they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.1 to 7.5.2. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md).* > ## [7.5.2] - 2019-01-15 > > ### Fixed > > * Fixed [#3456](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3456): Generator for Xdebug filter script does not handle directories with leading `.` correctly > * Fixed [#3459](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3459): `[**requires**](https://github.com/requires)` function swallows digits at the end of function name </details> <details> <summary>Commits</summary> - [`7c89093`](https://github.com/sebastianbergmann/phpunit/commit/7c89093bd00f7d5ddf0ab81dee04f801416b4944) Prepare release - [`6bef716`](https://github.com/sebastianbergmann/phpunit/commit/6bef716234a519ee880b593179a52bb6ddd2cbd3) Merge branch '6.5' into 7.5 - [`6050504`](https://github.com/sebastianbergmann/phpunit/commit/6050504ca5fb73f3c737ff566526c4e03573de6e) Bump copyright year - [`99bd534`](https://github.com/sebastianbergmann/phpunit/commit/99bd534a8ab88573d4280a9082924aaec5719dad) Fix CS/WS issue - [`56e1bce`](https://github.com/sebastianbergmann/phpunit/commit/56e1bcea42b36afd66eac01d42dbf6af274981b4) Update ChangeLog - [`afa7f01`](https://github.com/sebastianbergmann/phpunit/commit/afa7f010950cf27b6a29cf8df4124f9831e10a36) feat(xdebug-filter-generator): improve directories paths - [`be5f758`](https://github.com/sebastianbergmann/phpunit/commit/be5f75805b5323ee75ede2edce8ab9a77a61a47b) Merge branch '6.5' into 7.5 - [`a33f8d2`](https://github.com/sebastianbergmann/phpunit/commit/a33f8d243c8001680c16bc64483a410017900c15) Update php-cs-fixer - [`eb22621`](https://github.com/sebastianbergmann/phpunit/commit/eb22621779d0bdd8dd0fb4202ead068f0881fbbc) Revert "Do not use Phive to manage php-cs-fixer (for now)" - [`d44f244`](https://github.com/sebastianbergmann/phpunit/commit/d44f2448e6ce249107c00aebcdfb239e61663d12) Merge branch '6.5' into 7.5 - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.1...7.5.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2) 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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </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:30:58 +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#1426
No description provided.