[PR #912] [CLOSED] Bump mockery/mockery from 1.2.0 to 1.2.1 #1439

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/912
Author: @dependabot-preview[bot]
Created: 2/11/2019
Status: Closed

Base: masterHead: dependabot/composer/mockery/mockery-1.2.1


📝 Commits (1)

  • f6acfde Bump mockery/mockery from 1.2.0 to 1.2.1

📊 Changes

1 file changed (+7 additions, -7 deletions)

View changed files

📝 composer.lock (+7 -7)

📄 Description

Bumps mockery/mockery from 1.2.0 to 1.2.1.

Release notes

Sourced from mockery/mockery's releases.

1.2.1

  • Support for PHPUnit 8 (#942)
  • Allow mocking static methods called on instance (#938)
Changelog

Sourced from mockery/mockery's changelog.

1.2.1 (2019-02-07)

  • Support for PHPUnit 8 (#942)
  • Allow mocking static methods called on instance (#938)
Commits
  • dc4f10b Merge pull request #943 from davedevelopment/updates-changelog
  • c6bf3ab Merge pull request #920 from mkveksas/patch-1
  • 8465a36 Updates CHANGELOG
  • 34d877d Merge pull request #942 from LeSuisse/phpunit-8
  • aa0020f Add support for PHPUnit 8.0
  • 8c92a19 Merge pull request #939 from duq/feature/test-name-fix
  • a20096b test name fix
  • 4324afe Merge pull request #938 from dciancu/develop-2
  • 84adf40 Allow mocking static methods called object style
  • 9dd17c9 Merge pull request #935 from dciancu/develop
  • 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/912 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/11/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/mockery/mockery-1.2.1` --- ### 📝 Commits (1) - [`f6acfde`](https://github.com/koel/koel/commit/f6acfdeb3312328d3e2556d9dc03fc38850c543e) Bump mockery/mockery from 1.2.0 to 1.2.1 ### 📊 Changes **1 file changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+7 -7) </details> ### 📄 Description Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.2.0 to 1.2.1. <details> <summary>Release notes</summary> *Sourced from [mockery/mockery's releases](https://github.com/mockery/mockery/releases).* > ## 1.2.1 > * Support for PHPUnit 8 ([#942](https://github-redirect.dependabot.com/mockery/mockery/issues/942)) > * Allow mocking static methods called on instance ([#938](https://github-redirect.dependabot.com/mockery/mockery/issues/938)) </details> <details> <summary>Changelog</summary> *Sourced from [mockery/mockery's changelog](https://github.com/mockery/mockery/blob/master/CHANGELOG.md).* > ## 1.2.1 (2019-02-07) > > * Support for PHPUnit 8 ([#942](https://github-redirect.dependabot.com/mockery/mockery/issues/942)) > * Allow mocking static methods called on instance ([#938](https://github-redirect.dependabot.com/mockery/mockery/issues/938)) </details> <details> <summary>Commits</summary> - [`dc4f10b`](https://github.com/mockery/mockery/commit/dc4f10b6b1148744facb784015e4b339d7feec23) Merge pull request [#943](https://github-redirect.dependabot.com/mockery/mockery/issues/943) from davedevelopment/updates-changelog - [`c6bf3ab`](https://github.com/mockery/mockery/commit/c6bf3abdbf9abfe686f9b4da720d58a25e5fd1cf) Merge pull request [#920](https://github-redirect.dependabot.com/mockery/mockery/issues/920) from mkveksas/patch-1 - [`8465a36`](https://github.com/mockery/mockery/commit/8465a369252bd6160a8d5a9f6586af4c5cca7686) Updates CHANGELOG - [`34d877d`](https://github.com/mockery/mockery/commit/34d877d3f595398535ba4562e4542792f2c75be4) Merge pull request [#942](https://github-redirect.dependabot.com/mockery/mockery/issues/942) from LeSuisse/phpunit-8 - [`aa0020f`](https://github.com/mockery/mockery/commit/aa0020fa143c2b06651911c872d300873f8464a4) Add support for PHPUnit 8.0 - [`8c92a19`](https://github.com/mockery/mockery/commit/8c92a19db3d860debcdfa68ffcc6c87f747d52a4) Merge pull request [#939](https://github-redirect.dependabot.com/mockery/mockery/issues/939) from duq/feature/test-name-fix - [`a20096b`](https://github.com/mockery/mockery/commit/a20096b3febe924db9d911d0ce580ec16dfd9648) test name fix - [`4324afe`](https://github.com/mockery/mockery/commit/4324afeaf9d95b492507e6587abb3f024e2576de) Merge pull request [#938](https://github-redirect.dependabot.com/mockery/mockery/issues/938) from dciancu/develop-2 - [`84adf40`](https://github.com/mockery/mockery/commit/84adf40b6cbaa0e23811996479cb952a4b83f9d7) Allow mocking static methods called object style - [`9dd17c9`](https://github.com/mockery/mockery/commit/9dd17c933b8094b07a7223500bc0dc8ff6dd964d) Merge pull request [#935](https://github-redirect.dependabot.com/mockery/mockery/issues/935) from dciancu/develop - Additional commits viewable in [compare view](https://github.com/mockery/mockery/compare/1.2.0...1.2.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.2.0&new-version=1.2.1)](https://dependabot.com/compatibility-score.html?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.2.0&new-version=1.2.1) 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:31:01 +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#1439
No description provided.