[Conductor] Update dev#69
Merged
Merged
Conversation
Contributor
Author
composer.lockDev Package changes
Settings · Docs · Powered by Private Packagist |
31d4695 to
2bd8a2e
Compare
Conductor executed the following commands: composer update phpstan/phpstan:2.1.50 phpunit/php-code-coverage:12.5.6 phpunit/phpunit:12.5.23 sebastian/comparator:7.1.6 sebastian/environment:8.1.0 --with-all-dependencies --minimal-changes
Contributor
Author
|
The composer.lock diff comment has been updated to reflect new changes in this PR. |
2bd8a2e to
d849382
Compare
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
phpstan/phpstan (Source: GitHub Releases)
2.1.50
Bugfixes 🐛
Function signature fixes 🤖
2.1.49
Bugfixes 🐛
newexpression types (#5467), #11844, thanks @VincentLanglet and @staabm!Performance 🏎️
TypeCombinator::intersectfolding for conditional expression holders to avoid exponential union distribution (#5482), #14475getAllArrays()expansion inimplode()return type extension (#5482), #14475getAllArrays()expansion inConstantArrayType::getFiniteTypes()(#5482), #14475TypeUtils::flattenTypes()to avoid 2^NgetAllArrays()expansion (#5482), #14475unionWithinspecifyTypesForFlattenedBooleanOrfalsey path to avoid O(N²) (phpstan/phpstan-src@7eab3d2)BooleanAndchains in truthy context (phpstan/phpstan-src@3f5f2de)ConstantArrayType(phpstan/phpstan-src@8019f65)src/wp-includes/user.phpin wordpress-develop (#5485)Function signature fixes 🤖
Internals 🔍
2.1.48
Improvements 🔧
readonlyor hooks as always unitialized (cannot be unset) (#5452), #14459Bugfixes 🐛
ConstantArrayType::spliceArraywhen all keys are integers (#5480), #14472, thanks @VincentLanglet and @staabm!dynamicConstantNamesconstants to PHPDoc type if present (#5457), #9218, thanks @VincentLanglet and @staabm!getOffsetValueType()instead ofgetIterableValueType()when intersecting twoConstantArrayTypes (#5468), #11234, thanks @VincentLanglet and @staabm!Performance 🏎️
Internals 🔍
@varannotation beforeforeachnot defining the expression variable (#5458), #6688, thanks @VincentLanglet and @staabm!2.1.47
Major new features 🚀
bisectcommand (#5431), #14443git bisectImprovements 🔧
Bugfixes 🐛
whileloop does not result in array being recognized as potentially non-empty forin_array(#5419), #13705, thanks @VincentLanglet and @staabm!Performance 🏎️
*NEVER*(#5374), thanks @SanderMuller!-vvv(#5395), #14073, thanks @VincentLanglet and @staabm!Internals 🔍
phpunit/php-code-coverage (Source: GitHub Releases))
12.5.6
Fixed
12.5.5
Fixed
12.5.4
Fixed
CoversClassdoes not transitively target traits used by enumerationsphpunit/phpunit (Source: GitHub Releases))
12.5.23
Changed
LIBXML_NONETwhen parsing/validating XML configuration files to make explicit that no network I/O is performedLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
12.5.22
Fixed
;and"are not preserved when forwarding settings to child processesLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
12.5.21
Fixed
-dsettings are not forwarded to child processes for process isolationRequiresPhp(e.g.<=8.5) is compared against full PHP version, causing unexpected skipsLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
12.5.20
Fixed
DefaultJobRunnerdeadlocks on child processes that write large amounts of stderr output$_SERVERentries leak from parent into child processfailOnEmptyTestSuite="false"inphpunit.xmlis ignored when--group/--filter/--testsuitematches no testsLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
12.5.19
Fixed
Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
12.5.18
Fixed
--random-order-seedis used when test execution order is not random--filterdoes not work when filter string starts with#TestSuiteSkippedevent--filter,--group,--testsuite) yields no teststearDown()and handler restoration, causing subsequent tests to be marked as riskyLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
12.5.17
Changed
exitwas called from some testFixed
colors="true"in XML configuration file does not unconditionally enable colored output--migrate-configurationdoes not update schema location when XML content already validates against current schemawillReturnCallback()is silently swallowed when code under test catches exceptionsset_include_path()TestDoubleBuildermethod chainingLearn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
sebastian/comparator (Source: GitHub Releases))
7.1.6
Fixed
ArrayComparatorsorts objects byspl_object_id(), breaking canonicalized equality for arrays of equal objects7.1.5
Fixed
sort()inArrayComparatorproduces non-deterministic results for arrays with mixed typessebastian/environment (Source: GitHub Releases))
8.1.0
Added
Runtime::getSettingsNotChangeableAtRuntime()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