Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency mockery/mockery to v1.6.12 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 7, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mockery/mockery 1.2.2 -> 1.6.12 age adoption passing confidence

Release Notes

mockery/mockery (mockery/mockery)

v1.6.12

Compare Source

Changed
Fixed
Security

v1.6.11

Compare Source

Fixed

v1.6.10

Compare Source

Added
Fixed

v1.6.9

Compare Source

v1.6.8

Compare Source

v1.6.7

Compare Source

Added
Fixed
Changed

v1.6.6

Compare Source

v1.6.5

Compare Source

v1.6.4

Compare Source

v1.6.3

Compare Source

v1.6.2

Compare Source

v1.6.1

Compare Source

v1.5.1

Compare Source

  • [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

v1.5.0

Compare Source

  • Override default call count expectations via expects() #​1146
  • Mock methods with static return types #​1157
  • Mock methods with mixed return type #​1156
  • Mock classes with new in initializers on PHP 8.1 #​1160
  • Removes redundant PHPUnitConstraint #​1158

v1.4.4

Compare Source

  • Fixes auto-generated return values #​1144
  • Adds support for tentative types #​1130
  • Fixes for PHP 8.1 Support (#​1130 and #​1140)
  • Add method that allows defining a set of arguments the mock should yield #​1133
  • Added option to configure default matchers for objects \Mockery::getConfiguration()->setDefaultMatcher($class, $matcherClass) #​1120

v1.4.3

Compare Source

  • Fixes calls to fetchMock before initialisation #​1113
  • Allow shouldIgnoreMissing() to behave in a recursive fashion #​1097
  • Custom object formatters #​766 (Needs Docs)
  • Fix crash on a union type including null #​1106

v1.4.2

Compare Source

v1.4.1

Compare Source

  • Allow quick definitions to use 'at least once' expectation
    \Mockery::getConfiguration()->getQuickDefinitions()->shouldBeCalledAtLeastOnce(true) (#​1056)
  • Added provisional support for PHP 8.0 (#​1068, #​1072,#​1079)
  • Fix mocking methods with iterable return type without specifying a return value (#​1075)

v1.4.0

Compare Source

  • Fix mocking with anonymous classes (#​1039)
  • Fix andAnyOthers() to properly match earlier expectations (#​1051)
  • Drops support for PHP < 7.3 and PHPUnit < 8 (#​1059)

v1.3.6

Compare Source

  • PHP 8.2 | Fix "Use of "parent" in callables is deprecated" notice #​1169

v1.3.5

Compare Source

  • Fix auto-generated return values with union types #​1143
  • Adds support for tentative types #​1130
  • Fixes for PHP 8.1 Support (#​1130 and #​1140)
  • Add method that allows defining a set of arguments the mock should yield #​1133
  • Added option to configure default matchers for objects \Mockery::getConfiguration()->setDefaultMatcher($class, $matcherClass) #​1120

v1.3.4

Compare Source

  • Fixes calls to fetchMock before initialisation #​1113
  • Fix crash on a union type including null #​1106

v1.3.3

Compare Source

  • Fix array to string conversion in ConstantsPass (#​1086)
  • Fixed nullable PHP 8.0 union types (#​1088)
  • Fixed support for PHP 8.0 parent type (#​1088)
  • Fixed PHP 8.0 mixed type support (#​1088)
  • Fixed PHP 8.0 union return types (#​1088)

v1.3.2

Compare Source

  • Fix mocking with anonymous classes (#​1039)
  • Fix andAnyOthers() to properly match earlier expectations (#​1051)
  • Added provisional support for PHP 8.0 (#​1068, #​1072,#​1079)
  • Fix mocking methods with iterable return type without specifying a return value (#​1075)

v1.3.1

Compare Source

  • Revert improved exception debugging due to BC breaks (#​1032)

v1.3.0

Compare Source

  • Added capture Mockery::capture convenience matcher (#​1020)
  • Added andReturnArg to echo back an argument passed to a an expectation (#​992)
  • Improved exception debugging (#​1000)
  • Fixed andSet to not reuse properties between mock objects (#​1012)

v1.2.4

Compare Source

  • Fix a bug introduced with previous release, for empty method definition lists (#​1009)

v1.2.3

Compare Source

  • 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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov-io
Copy link

codecov-io commented Aug 7, 2019

Codecov Report

Merging #22 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #22   +/-   ##
=========================================
  Coverage     33.98%   33.98%           
  Complexity       42       42           
=========================================
  Files            19       19           
  Lines           103      103           
=========================================
  Hits             35       35           
  Misses           68       68           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8825ece...536fb10. Read the comment docs.

@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 8ccc441 to e435574 Compare September 30, 2019 09:46
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.2.3 chore(deps): update dependency mockery/mockery to v1.2.4 Sep 30, 2019
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from e435574 to 54de01c Compare December 14, 2019 22:54
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.2.4 chore(deps): update dependency mockery/mockery to v1.3.0 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 54de01c to bdd6402 Compare December 30, 2019 17:00
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.3.0 chore(deps): update dependency mockery/mockery to v1.3.1 Dec 30, 2019
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from bdd6402 to 536fb10 Compare April 26, 2020 00:33
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 536fb10 to 234125d Compare May 19, 2020 15:30
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.3.1 chore(deps): update dependency mockery/mockery to v1.4.0 May 19, 2020
@codecov-commenter
Copy link

codecov-commenter commented May 19, 2020

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.98%. Comparing base (8825ece) to head (536fb10).

❗ Current head 536fb10 differs from pull request most recent head 6babc8b. Consider uploading reports for the commit 6babc8b to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #22   +/-   ##
=========================================
  Coverage     33.98%   33.98%           
  Complexity       42       42           
=========================================
  Files            19       19           
  Lines           103      103           
=========================================
  Hits             35       35           
  Misses           68       68           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 234125d to d9bcc7c Compare July 10, 2020 21:01
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.4.0 chore(deps): update dependency mockery/mockery to v1.4.1 Jul 10, 2020
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from d9bcc7c to 21ebc64 Compare August 22, 2020 03:59
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.4.1 chore(deps): update dependency mockery/mockery to v1.4.2 Aug 22, 2020
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 21ebc64 to 531c159 Compare April 26, 2021 13:45
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.4.2 chore(deps): update dependency mockery/mockery to v1.4.3 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 531c159 to bd675ec Compare October 18, 2021 19:02
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.4.3 chore(deps): update dependency mockery/mockery to v1.4.4 Oct 18, 2021
@renovate
Copy link
Author

renovate bot commented Oct 18, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update mockery/mockery:1.6.11 --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Package "mockery/mockery:1.6.11" listed for update is not installed. Ignoring.
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Updating dependencies (including require-dev)

@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from bd675ec to 296e406 Compare March 7, 2022 11:21
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.4.4 chore(deps): update dependency mockery/mockery to v1.5.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 296e406 to 72546bc Compare September 25, 2022 20:44
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.5.0 chore(deps): update dependency mockery/mockery to v1.5.1 Sep 25, 2022
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.5.1 chore(deps): update dependency mockery/mockery to v1.6.0 Jun 5, 2023
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 72546bc to 3ee77bf Compare June 5, 2023 11:44
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.6.0 chore(deps): update dependency mockery/mockery to v1.6.1 Jun 5, 2023
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch 2 times, most recently from 6276f7a to ece6a32 Compare June 7, 2023 10:00
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.6.1 chore(deps): update dependency mockery/mockery to v1.6.2 Jun 7, 2023
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.6.2 chore(deps): update dependency mockery/mockery to v1.6.3 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from ece6a32 to 2513ec9 Compare July 18, 2023 18:14
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.6.3 chore(deps): update dependency mockery/mockery to v1.6.4 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 2513ec9 to 3cd27c0 Compare July 19, 2023 17:14
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.6.4 chore(deps): update dependency mockery/mockery to v1.6.5 Aug 6, 2023
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch 2 times, most recently from 25fb991 to 1cc6878 Compare August 9, 2023 01:08
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.6.5 chore(deps): update dependency mockery/mockery to v1.6.6 Aug 9, 2023
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 1cc6878 to b363e01 Compare December 10, 2023 03:11
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.6.6 chore(deps): update dependency mockery/mockery to v1.6.7 Dec 10, 2023
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from b363e01 to 72196d1 Compare March 12, 2024 16:32
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.6.7 chore(deps): update dependency mockery/mockery to v1.6.9 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 72196d1 to 98b3f56 Compare March 19, 2024 20:17
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.6.9 chore(deps): update dependency mockery/mockery to v1.6.10 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 98b3f56 to 839ca68 Compare March 21, 2024 19:37
@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.6.10 chore(deps): update dependency mockery/mockery to v1.6.11 Mar 21, 2024
@renovate renovate bot force-pushed the renovate/mockery-mockery-1.x branch from 839ca68 to 6babc8b Compare May 16, 2024 03:37
Copy link
Author

renovate bot commented May 16, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update mockery/mockery:1.6.12 --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Package "mockery/mockery:1.6.12" listed for update is not installed. Ignoring.
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Updating dependencies (including require-dev)

@renovate renovate bot changed the title chore(deps): update dependency mockery/mockery to v1.6.11 chore(deps): update dependency mockery/mockery to v1.6.12 May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants