stefanzweifel / screeenly

📸 Screenshot as a Service
https://secure.screeenly.com
MIT License
495 stars 102 forks source link

Bump mockery/mockery from 1.2.2 to 1.2.3 #292

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mockery/mockery from 1.2.2 to 1.2.3.

Release notes *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))
Changelog *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))
Commits - [`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)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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](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.