laravel-kata
laravel-kata copied to clipboard
Bump mockery/mockery from 1.6.9 to 1.6.11
Bumps mockery/mockery from 1.6.9 to 1.6.11.
Release notes
Sourced from mockery/mockery's releases.
1.6.11
What's Changed
- 1407: Fix constants map generics doc comments thanks to
@gready-hub- 1406: Fix reserved words used to name a class, interface or trait thanks to
@herndlm- 1403: Fix regression - partial construction with trait methods thanks to
@adnweedon- 1401: Improve
Mockery::mock()parameter type compatibility with array typehints thanks to@LastDragon-ruNew Contributors
@LastDragon-rumade their first contribution in mockery/mockery#1401Full Changelog: https://github.com/mockery/mockery/compare/1.6.10...1.6.11
1.6.10
What's Changed
- [1398: [PHP 8.4] Fixes for implicit nullability deprecation](mockery/mockery#1398) by
@Ayesh- 1397: Fix mock method $args parameter type by
@sakarikl- 1396: Fix
1.6.8release- 1399: Changelog v1.6.10
New Contributors
@sakariklmade their first contribution in [pull request #1397](mockery/mockery#1397)@Ayeshmade their first contribution in [pull request #1398](mockery/mockery#1398)Thank you
- Special thanks to
@mfnfor helping with testing on a larger codebase in [pull request #1396](mockery/mockery#1396)Full Changelog: https://github.com/mockery/mockery/compare/1.6.8...1.6.10
Changelog
Sourced from mockery/mockery's changelog.
[1.6.11] - 2024-03-21
Fixed
- 1407: Fix constants map generics doc comments
- 1406: Fix reserved words used to name a class, interface or trait
- 1403: Fix regression - partial construction with trait methods
- 1401: Improve
Mockery::mock()parameter type compatibility with array typehints[1.6.10] - 2024-03-19
Added
Fixed
Commits
81a161dChangelog v1.6.11 (#1408)4f00173Fix constants map generic doc comments (#1407)da1efdbFix reserved words used to name a class, interface or trait (#1406)abe61d7Fix regression - partial construction with trait methods (#1403)0d6ae93ImproveMockery::mock()parameter type compatibility with array typehints (...b252ca7Update Mockery.php47065d1Changelog v1.6.10 (#1399)814cae2[PHP 8.4] Fixes for implicit nullability deprecation (#1398)cbb5798[PHP 8.4] Fixes for implicit nullability deprecationc9cf52dFix1.6.8release (#1396)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.37%. Comparing base (
641b120) to head (d831dc4). Report is 3 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #379 +/- ##
=========================================
Coverage 77.37% 77.37%
Complexity 371 371
=========================================
Files 41 41
Lines 1348 1348
=========================================
Hits 1043 1043
Misses 305 305
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #400.