FlyFinder
FlyFinder copied to clipboard
Bump mockery/mockery from 1.5.1 to 1.6.6
Bumps mockery/mockery from 1.5.1 to 1.6.6.
Release notes
Sourced from mockery/mockery's releases.
1.6.6
What's Changed
- #1327: Changelog v1.6.6
- #1325: Keep the file that caused an error for inspection
- #1324: Fix Regression - Replace
+Array Union Operator witharray_mergeby@pistejand@ghostwriterFull Changelog: https://github.com/mockery/mockery/compare/1.6.5...1.6.6
1.6.5
What's Changed
- #1321: Autoload Test Fixtures Based on PHP Runtime Version
- #1320: Clean up mocks on destruct
- #1318: Fix misspelling in docs by
@asemarian- #1316: Fix compatibility issues with PHP 7.3
- #1315: Fix PHP 7.3 issues
- #1314: Add Security Policy
- #1313: Type declaration for
iterable|object. by@Girgiasand@ghostwriter- #1312: Mock disjunctive normal form types by
@fuwaseguand@ghostwriter- #1299: Test PHP
8.3language featuresFull Changelog: https://github.com/mockery/mockery/compare/1.6.4...1.6.5
1.6.4
What's Changed
Fixed BC break:
- Bugfix release for breaking changes reported by
@ruesterin mockery/mockery#1306- Revert
srctolibraryfor1.6.xby@ghostwriterin mockery/mockery#1307- Changelog v1.6.4 mockery/mockery#1308
Full Changelog: https://github.com/mockery/mockery/compare/1.6.3...1.6.4
1.6.3
What's Changed
- #1302: Changelog v1.6.3
- #1304: Remove
extra.branch-aliasand update composer information- #1303: Update
.gitattributes- #1301: Fix mocking classes with
newinitializers in method and attribute params on PHP 8.1 by@jesperbeisnerand@ghostwriter- #1298: Update default repository branch to latest release branch
- #1297: Update
Makefilefor contributors- #1294: Correct return types of Mock for phpstan by
@antonsacred- #1290: Rename directory
librarytosrc- #1288: Update codecov workflow
- #1287: Update psalm configuration and workflow
... (truncated)
Changelog
Sourced from mockery/mockery's changelog.
1.6.6 (2023-08-08)
- #1327: Changelog v1.6.6
- #1325: Keep the file that caused an error for inspection
- #1324: Fix Regression - Replace
+Array Union Operator witharray_merge1.6.5 (2023-08-05)
- #1322: Changelog v1.6.5
- #1321: Autoload Test Fixtures Based on PHP Runtime Version
- #1320: Clean up mocks on destruct
- #1318: Fix misspelling in docs
- #1316: Fix compatibility issues with PHP 7.3
- #1315: Fix PHP 7.3 issues
- #1314: Add Security Policy
- #1313: Type declaration for
iterable|object.- #1312: Mock disjunctive normal form types
- #1299: Test PHP
8.3language features1.6.4 (2023-07-19)
1.6.3 (2023-07-18)
- #1304: Remove
extra.branch-aliasand update composer information- #1303: Update
.gitattributes- #1302: Changelog v1.6.3
- #1301: Fix mocking classes with
newinitializers in method and attribute params on PHP 8.1- #1298: Update default repository branch to latest release branch
- #1297: Update
Makefilefor contributors- #1294: Correct return types of Mock for phpstan
- #1290: Rename directory
librarytosrc- #1288: Update codecov workflow
- #1287: Update psalm configuration and workflow
- #1286: Update phpunit workflow
- #1285: Enforce the minimum required PHP version
- #1283: Update license and copyright information
- #1282: Create
COPYRIGHT.mdfile- #1279: Bump
vimeo/psalmfrom5.9.0to5.12.01.6.2 (2023-06-07)
... (truncated)
Commits
b8e0bb7Changelog v1.6.6 (#1327)bd5252cUpdate CHANGELOG.mdd36f524Replace Array Union Operator+witharray_merge(#1324)2351243Keep the file that caused an error for inspection (#1325)1b7d230Keep the file that caused an error for inspection818cb89Replace+witharray_merge68782e9Changelog v1.6.5 (#1322)21b6a16Fix CI issues on 7.3024a472Update CHANGELOG.mdd0ffb15Autoload Test Fixtures Based on PHP Runtime Version (#1321)- 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)