[Conductor] Update dev - #79
Merged
Merged
Conversation
Conductor executed the following commands: composer update nikic/php-parser:v5.8.0 phpstan/phpstan:2.2.5 phpunit/phpunit:12.5.31 --with-all-dependencies --minimal-changes
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was automatically generated by Conductor.
The PR contains the changes generated by running the following command:
Changelog
nikic/php-parser (Source: GitHub Releases))
v5.8.0
Fixed
_as label character in formatting-preserving pretty printer.Changed
voidparameter types now generate a (recoverable) error during parsing.fnkeywords when targeting PHP before 7.4.phpstan/phpstan (Source: GitHub Releases)
2.2.5
Improvements 🔧
explode()when the delimiter is a known substring (#5959), #14651, thanks @paulbalandan!Bugfixes 🐛
preg_replace_callbackcallback array type forPREG_UNMATCHED_AS_NULL(#5987), #14904, thanks @staabm!Performance 🏎️
isSuperTypeOf()results increateConditionalExpressions()instead of recomputing them per target (#6001), #14920ConstantArrayTypesealed-shapeisSuperTypeOf()reasons lazily viaIsSuperTypeOfResultclosures (#6003), #14918ExprHandlerlookup byExprclass inspecifyTypesInCondition()andprocessExprNode()(#5999), #14919Function signature fixes 🤖
partitionedcookie attribute tosession_get_cookie_params()and the cookie option shapes (#6004), #14922, thanks @VincentLanglet and @staabm!Internals 🔍
2.2.4
PHPStan addresses the RAMpocalypse! It now consumes a lot less memory. See for yourself by running
analyse -v.E.g. running PHPStan on itself went from 2.8 GB to 2.1 GB total consumed memory across worker processes.
Bugfixes 🐛
ob_get_level()after impure calls that may open or close output buffers (#5964), #14895, thanks @staabm and @VincentLanglet!Performance 🏎️
Internals 🔍
phpunit/phpunit (Source: GitHub Releases))
12.5.31
Changed
Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
Task options
If you close the PR, the task will be skipped and Conductor will schedule the next task. Clicking the "Skip" button in the UI has the same effect. Conductor won't attempt to update the dependency to this exact version again but it will schedule updates to newer versions.
Powered by Private Packagist