Bump mockery/mockery from 1.5.0 to 1.5.1 #17

Merged
dependabot[bot] merged 1 commits from dependabot/composer/mockery/mockery-1.5.1 into main 2023-03-14 01:27:09 -05:00
dependabot[bot] commented 2023-03-14 01:08:12 -05:00 (Migrated from github.com)

Bumps mockery/mockery from 1.5.0 to 1.5.1.

Release notes

Sourced from mockery/mockery's releases.

1.5.1

[PHP 8.2] Various tests: explicitly declare properties #1170 [PHP 8.2] Fix "Use of "parent" in callables is deprecated" notice #1169 [PHP 8.1] Support intersection types #1164 Handle final __toString methods #1162

Changelog

Sourced from mockery/mockery's changelog.

1.5.1 (2022-09-07)

  • [PHP 8.2] Various tests: explicitly declare properties #1170
  • [PHP 8.2] Fix "Use of "parent" in callables is deprecated" notice #1169
  • [PHP 8.1] Support intersection types #1164
  • Handle final __toString methods #1162
  • Only count assertions on expectations which can fail a test #1180
Commits
  • e92dcc8 Fixes errant changelog note
  • b661095 Adds note to changelog
  • 9bb1be0 Merge remote-tracking branch 'upstream/1.3'
  • dc206df Adds note to changelog
  • 750ce17 Merge pull request #1184 from ghostwriter/bugfix/support-never-return-type
  • ec2443a Test never-returning function/method that terminates
  • 705f675 Test never-returning function/method that throws an exception
  • e575d2b A never-returning function must not return
  • 33cb226 Merge pull request #1180 from jmauerhan/assertion-count
  • 72cf17b feat: only count assertions on expectations which can fail a test
  • 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 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)
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.5.0 to 1.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockery/mockery/releases">mockery/mockery's releases</a>.</em></p> <blockquote> <h2>1.5.1</h2> <p>[PHP 8.2] Various tests: explicitly declare properties <a href="https://redirect.github.com/mockery/mockery/issues/1170">#1170</a> [PHP 8.2] Fix &quot;Use of &quot;parent&quot; in callables is deprecated&quot; notice <a href="https://redirect.github.com/mockery/mockery/issues/1169">#1169</a> [PHP 8.1] Support intersection types <a href="https://redirect.github.com/mockery/mockery/issues/1164">#1164</a> Handle final __toString methods <a href="https://redirect.github.com/mockery/mockery/issues/1162">#1162</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mockery/mockery/blob/master/CHANGELOG.md">mockery/mockery's changelog</a>.</em></p> <blockquote> <h2>1.5.1 (2022-09-07)</h2> <ul> <li>[PHP 8.2] Various tests: explicitly declare properties <a href="https://redirect.github.com/mockery/mockery/issues/1170">#1170</a></li> <li>[PHP 8.2] Fix &quot;Use of &quot;parent&quot; in callables is deprecated&quot; notice <a href="https://redirect.github.com/mockery/mockery/issues/1169">#1169</a></li> <li>[PHP 8.1] Support intersection types <a href="https://redirect.github.com/mockery/mockery/issues/1164">#1164</a></li> <li>Handle final <code>__toString</code> methods <a href="https://redirect.github.com/mockery/mockery/issues/1162">#1162</a></li> <li>Only count assertions on expectations which can fail a test <a href="https://redirect.github.com/mockery/mockery/issues/1180">#1180</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mockery/mockery/commit/e92dcc83d5a51851baf5f5591d32cb2b16e3684e"><code>e92dcc8</code></a> Fixes errant changelog note</li> <li><a href="https://github.com/mockery/mockery/commit/b6610954ae5ca6a56a807f499e3beba292b85334"><code>b661095</code></a> Adds note to changelog</li> <li><a href="https://github.com/mockery/mockery/commit/9bb1be0d5a8b591aa1bf603ce28602c7c0f66f3c"><code>9bb1be0</code></a> Merge remote-tracking branch 'upstream/1.3'</li> <li><a href="https://github.com/mockery/mockery/commit/dc206df4fa314a50bbb81cf72239a305c5bbd5c0"><code>dc206df</code></a> Adds note to changelog</li> <li><a href="https://github.com/mockery/mockery/commit/750ce172b6057a0881b2e95ee3aaff551192f922"><code>750ce17</code></a> Merge pull request <a href="https://redirect.github.com/mockery/mockery/issues/1184">#1184</a> from ghostwriter/bugfix/support-never-return-type</li> <li><a href="https://github.com/mockery/mockery/commit/ec2443ad05d816cc5fd04ad6a4b8234ec81e3f0e"><code>ec2443a</code></a> Test never-returning function/method that terminates</li> <li><a href="https://github.com/mockery/mockery/commit/705f675adbd15f4a68dbec4805eb57ca16b7e86a"><code>705f675</code></a> Test never-returning function/method that throws an exception</li> <li><a href="https://github.com/mockery/mockery/commit/e575d2b9876e40812c2a384eea89b4b2b6cc7a17"><code>e575d2b</code></a> A never-returning function must not return</li> <li><a href="https://github.com/mockery/mockery/commit/33cb226f759d859a0753130795dbdb6b2fb763c9"><code>33cb226</code></a> Merge pull request <a href="https://redirect.github.com/mockery/mockery/issues/1180">#1180</a> from jmauerhan/assertion-count</li> <li><a href="https://github.com/mockery/mockery/commit/72cf17bb9ac96fe52015c8fbc41b2a6b88e3177a"><code>72cf17b</code></a> feat: only count assertions on expectations which can fail a test</li> <li>Additional commits viewable in <a href="https://github.com/mockery/mockery/compare/1.5.0...1.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.5.0&new-version=1.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details>
Sign in to join this conversation.
No description provided.