Skip to content

Commit bc33d09

Browse files
chore(deps): update composer dev dependencies (#188)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpstan/phpstan](https://redirect.github.com/phpstan/phpstan) | `1.12.25` -> `1.12.27` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.12.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpstan%2fphpstan/1.12.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpstan%2fphpstan/1.12.25/1.12.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpstan%2fphpstan/1.12.25/1.12.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [phpunit/phpunit](https://phpunit.de/) ([source](https://redirect.github.com/sebastianbergmann/phpunit)) | `11.5.20` -> `11.5.23` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/11.5.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/phpunit%2fphpunit/11.5.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/phpunit%2fphpunit/11.5.20/11.5.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/phpunit%2fphpunit/11.5.20/11.5.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>phpstan/phpstan (phpstan/phpstan)</summary> ### [`v1.12.27`](https://redirect.github.com/phpstan/phpstan/releases/tag/1.12.27) [Compare Source](https://redirect.github.com/phpstan/phpstan/compare/1.12.26...1.12.27) # Major new features 🚀 - Introducing **Editor Mode** (phpstan/phpstan-src@74b909a) - Learn more: https://phpstan.org/user-guide/editor-mode # Improvements 🔧 - Result cache traits optimization - analyse only files using trait when trait implementation changes (phpstan/phpstan-src@bd6fc4e) - InitializerExprTypeResolver - optimize arithmetical and bitwise operations for large types (phpstan/phpstan-src@275d3b5, phpstan/phpstan-src@572e0e8) - Limit how big int-mask type can be (phpstan/phpstan-src@80b40f2) # Bugfixes 🐛 - Fix result cache getting stale when editing files mid-analysis (phpstan/phpstan-src@0536d11), [#&#8203;11788](https://redirect.github.com/phpstan/phpstan/issues/11788) - Result cache should be invalidated when files change in paths excluded for analysis but not scanning (phpstan/phpstan-src@408692e), [#&#8203;12381](https://redirect.github.com/phpstan/phpstan/issues/12381), [#&#8203;7339](https://redirect.github.com/phpstan/phpstan/issues/7339) - PHPStan Pro - refresh errors when scanned file is changed (phpstan/phpstan-src@7e3639b), [#&#8203;12465](https://redirect.github.com/phpstan/phpstan/issues/12465) - Result cache - add traits to dependencies recursively (phpstan/phpstan-src@e5db864) ### [`v1.12.26`](https://redirect.github.com/phpstan/phpstan/releases/tag/1.12.26) [Compare Source](https://redirect.github.com/phpstan/phpstan/compare/1.12.25...1.12.26) # Improvements 🔧 - Add callback types for array_uintersect etc. ([#&#8203;3282](https://redirect.github.com/phpstan/phpstan-src/pull/3282)), [#&#8203;7707](https://redirect.github.com/phpstan/phpstan/issues/7707), thanks [@&#8203;schlndh](https://redirect.github.com/schlndh)! - Support iterable as template type bound ([#&#8203;3984](https://redirect.github.com/phpstan/phpstan-src/pull/3984)), [#&#8203;12214](https://redirect.github.com/phpstan/phpstan/issues/12214), thanks [@&#8203;RobertMe](https://redirect.github.com/RobertMe)! - Introduce StrrevFunctionReturnTypeExtension ([#&#8203;3960](https://redirect.github.com/phpstan/phpstan-src/pull/3960)), thanks [@&#8203;VincentLanglet](https://redirect.github.com/VincentLanglet)! # Bugfixes 🐛 - Fix ImpossibleCheckTypeFunctionCallRule for `is_subclass_of` and `is_a` ([#&#8203;3788](https://redirect.github.com/phpstan/phpstan-src/pull/3788)), [#&#8203;3979](https://redirect.github.com/phpstan/phpstan/issues/3979), [#&#8203;8464](https://redirect.github.com/phpstan/phpstan/issues/8464), thanks [@&#8203;VincentLanglet](https://redirect.github.com/VincentLanglet)! - Fix `numeric-string` to `array-key` ([#&#8203;3326](https://redirect.github.com/phpstan/phpstan-src/pull/3326)), [#&#8203;4163](https://redirect.github.com/phpstan/phpstan/issues/4163), [#&#8203;4671](https://redirect.github.com/phpstan/phpstan/issues/4671), [#&#8203;8592](https://redirect.github.com/phpstan/phpstan/issues/8592), [#&#8203;11390](https://redirect.github.com/phpstan/phpstan/issues/11390), [#&#8203;12413](https://redirect.github.com/phpstan/phpstan/issues/12413), thanks [@&#8203;VincentLanglet](https://redirect.github.com/VincentLanglet)! - Fix `callable-string` must be `non-empty-string` ([#&#8203;3983](https://redirect.github.com/phpstan/phpstan-src/pull/3983)), [#&#8203;12979](https://redirect.github.com/phpstan/phpstan/issues/12979), thanks [@&#8203;aivchen](https://redirect.github.com/aivchen)! - Use SoapClientMethodsClassReflectionExtension as last extension ([#&#8203;3955](https://redirect.github.com/phpstan/phpstan-src/pull/3955)), [#&#8203;12834](https://redirect.github.com/phpstan/phpstan/issues/12834), thanks [@&#8203;VincentLanglet](https://redirect.github.com/VincentLanglet)! # Function signature fixes 🤖 - Fix mb_convert_encoding signature ([#&#8203;3914](https://redirect.github.com/phpstan/phpstan-src/pull/3914)), [#&#8203;12309](https://redirect.github.com/phpstan/phpstan/issues/12309), thanks [@&#8203;VincentLanglet](https://redirect.github.com/VincentLanglet)! </details> <details> <summary>sebastianbergmann/phpunit (phpunit/phpunit)</summary> ### [`v11.5.23`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.5.23): PHPUnit 11.5.23 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.5.22...11.5.23) ##### Fixed - [#&#8203;6222](https://redirect.github.com/sebastianbergmann/phpunit/issues/6222): Data Provider seems to mess up Test Dependencies - `shortenArraysForExportThreshold` XML configuration setting has no effect on all arrays exported for event-related value objects *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.5/installation.html) ### [`v11.5.22`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.5.22): PHPUnit 11.5.22 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.5.21...11.5.22) ##### Changed - Do not treat warnings differently than other issues in summary section of default output *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.5/installation.html) ### [`v11.5.21`](https://redirect.github.com/sebastianbergmann/phpunit/releases/tag/11.5.21): PHPUnit 11.5.21 [Compare Source](https://redirect.github.com/sebastianbergmann/phpunit/compare/11.5.20...11.5.21) ##### Changed - [#&#8203;6210](https://redirect.github.com/sebastianbergmann/phpunit/pull/6210): Set default Clover coverage project name - [#&#8203;6217](https://redirect.github.com/sebastianbergmann/phpunit/pull/6217): Improve the error message when `createStubForIntersectionOfInterfaces()` is called with a class *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.5/installation.html) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Lendable/message). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS45IiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 630645d commit bc33d09

File tree

1 file changed

+31
-19
lines changed

1 file changed

+31
-19
lines changed

composer.lock

Lines changed: 31 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)