[PR #1043] [MERGED] Bump mockery/mockery from 1.2.2 to 1.2.3 #1545

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 7a29e2b Bump mockery/mockery from 1.2.2 to 1.2.3

📊 Changes

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

View changed files

📝 composer.lock (+37 -37)

📄 Description

Bumps mockery/mockery from 1.2.2 to 1.2.3.

Release notes

Sourced from mockery/mockery's releases.

1.2.3

  • Allow mocking classes that have allows and expects methods (#868)
  • Allow passing thru __call method in all mock types (experimental) (#969)
  • Add support for ! to blacklist methods (#959)
  • Added withSomeOfArgs to partial match a list of args (#967)
  • Fix chained demeter calls with type hint (#956)
Changelog

Sourced from mockery/mockery's changelog.

1.2.3 (2019-08-07)

  • Allow mocking classes that have allows and expects methods (#868)
  • Allow passing thru __call method in all mock types (experimental) (#969)
  • Add support for ! to blacklist methods (#959)
  • Added withSomeOfArgs to partial match a list of args (#967)
  • Fix chained demeter calls with type hint (#956)
Commits
  • 4eff936 Update changelog
  • ffe255a Merge pull request #988 from smoench/bugfix/__isset
  • ca95dd3 Bugfix: __isset call
  • 44a439c Merge pull request #976 from tflori/call-magic
  • e5c41c3 Merge pull request #980 from smoench/fix-compatibility-with-php74
  • cbf0b95 fix compatibility with PHP 7.4
  • d312270 update changelog
  • 39e4164 allow passing thru __call in all mock types
  • d0e6b4d Merge pull request #967 from yutod/master
  • b87bcc3 Merge pull request #1 from yutod/feature/withSomeOfArgs-doc
  • 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 ignore this ['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). To ignore the specific version in this PR you can just close it
  • @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/1043 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 8/8/2019 **Status:** ✅ Merged **Merged:** 8/8/2019 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/mockery/mockery-1.2.3` --- ### 📝 Commits (1) - [`7a29e2b`](https://github.com/koel/koel/commit/7a29e2beb9fea959eb97f0a35598a4db9aaa3745) Bump mockery/mockery from 1.2.2 to 1.2.3 ### 📊 Changes **1 file changed** (+37 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+37 -37) </details> ### 📄 Description Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.2.2 to 1.2.3. <details> <summary>Release notes</summary> *Sourced from [mockery/mockery's releases](https://github.com/mockery/mockery/releases).* > ## 1.2.3 > * Allow mocking classes that have allows and expects methods ([#868](https://github-redirect.dependabot.com/mockery/mockery/issues/868)) > * Allow passing thru __call method in all mock types (experimental) ([#969](https://github-redirect.dependabot.com/mockery/mockery/issues/969)) > * Add support for `!` to blacklist methods ([#959](https://github-redirect.dependabot.com/mockery/mockery/issues/959)) > * Added `withSomeOfArgs` to partial match a list of args ([#967](https://github-redirect.dependabot.com/mockery/mockery/issues/967)) > * Fix chained demeter calls with type hint ([#956](https://github-redirect.dependabot.com/mockery/mockery/issues/956)) </details> <details> <summary>Changelog</summary> *Sourced from [mockery/mockery's changelog](https://github.com/mockery/mockery/blob/master/CHANGELOG.md).* > ## 1.2.3 (2019-08-07) > > * Allow mocking classes that have allows and expects methods ([#868](https://github-redirect.dependabot.com/mockery/mockery/issues/868)) > * Allow passing thru __call method in all mock types (experimental) ([#969](https://github-redirect.dependabot.com/mockery/mockery/issues/969)) > * Add support for `!` to blacklist methods ([#959](https://github-redirect.dependabot.com/mockery/mockery/issues/959)) > * Added `withSomeOfArgs` to partial match a list of args ([#967](https://github-redirect.dependabot.com/mockery/mockery/issues/967)) > * Fix chained demeter calls with type hint ([#956](https://github-redirect.dependabot.com/mockery/mockery/issues/956)) </details> <details> <summary>Commits</summary> - [`4eff936`](https://github.com/mockery/mockery/commit/4eff936d83eb809bde2c57a3cea0ee9643769031) Update changelog - [`ffe255a`](https://github.com/mockery/mockery/commit/ffe255a19a1862d3a601ba74925d4f3c15896dfa) Merge pull request [#988](https://github-redirect.dependabot.com/mockery/mockery/issues/988) from smoench/bugfix/__isset - [`ca95dd3`](https://github.com/mockery/mockery/commit/ca95dd372ba0fbef0fb51b9e5445339ae6b092e4) Bugfix: __isset call - [`44a439c`](https://github.com/mockery/mockery/commit/44a439cc5b0b0bd8a94c9a67dc8801f6cfc9b5b0) Merge pull request [#976](https://github-redirect.dependabot.com/mockery/mockery/issues/976) from tflori/call-magic - [`e5c41c3`](https://github.com/mockery/mockery/commit/e5c41c3a3f733464ee8bf351a578002178e05b25) Merge pull request [#980](https://github-redirect.dependabot.com/mockery/mockery/issues/980) from smoench/fix-compatibility-with-php74 - [`cbf0b95`](https://github.com/mockery/mockery/commit/cbf0b95f013f311b262807848e4ed211210b7338) fix compatibility with PHP 7.4 - [`d312270`](https://github.com/mockery/mockery/commit/d3122707da0f9272095fcbfc769929bd0c5fa4a2) update changelog - [`39e4164`](https://github.com/mockery/mockery/commit/39e41648b694110553b206229e9c0d55573c44cb) allow passing thru __call in all mock types - [`d0e6b4d`](https://github.com/mockery/mockery/commit/d0e6b4d3d8deba978e4c5fa0846562ed416325cf) Merge pull request [#967](https://github-redirect.dependabot.com/mockery/mockery/issues/967) from yutod/master - [`b87bcc3`](https://github.com/mockery/mockery/commit/b87bcc3589f6d2a04cecab8fe41cd827e89b1c43) Merge pull request [#1](https://github-redirect.dependabot.com/mockery/mockery/issues/1) from yutod/feature/withSomeOfArgs-doc - Additional commits viewable in [compare view](https://github.com/mockery/mockery/compare/1.2.2...1.2.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.2.2&new-version=1.2.3)](https://dependabot.com/compatibility-score.html?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.2.2&new-version=1.2.3) 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 ignore this ['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). To ignore the specific version in this PR you can just close it - `@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:25 +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#1545
No description provided.