Update all non-major dependencies #929
Open
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 contains the following updates:
^3.2.0
->^3.3.0
^2.8.5
->^2.8.12
1.29.0
->1.31.0
1.41.0
->1.43.0
^5.4.0
->^5.6.1
^4.2.0
->^4.2.1
^11.5.7
->^11.5.42
^0.19.2
->^0.19.5
^6.57.0
->^6.65.0
^1.36.0
->^1.39.0
2.32.0
->2.35.5
^3.11.3
->^3.13.4
^7.2.1
->^7.3.4
^6.6.1
->^6.13.1
Release Notes
azjezz/psl (azjezz/psl)
v3.3.0
: Kanda 3.3.0Compare Source
What's Changed
0.12.0
by @azjezz in #509Full Changelog: azjezz/psl@3.2.0...3.3.0
composer/composer (composer/composer)
v2.8.12
Compare Source
config --global
path resolution issue (#12537)v2.8.11
Compare Source
bump
command handling of 0.x versions (#12468)audit
command failing hard if any advisory constraint was invalid (#12507)v2.8.10
Compare Source
v2.8.9
Compare Source
bump-after-update
triggering after anupdate --lock
, which makes no sense (#12371)ZipArchive
(#12409)composer <script-name>
(#12383)v2.8.8
Compare Source
v2.8.7
Compare Source
COMPOSER_MAX_PARALLEL_PROCESS
env var to control max amount of parallel processes Composer will start (#12356)diagnose
command output--with ...
constraints to make them apply to packages replaced a package with a different name (#12353)v2.8.6
Compare Source
COMPOSER_WITH_DEPENDENCIES
andCOMPOSER_WITH_ALL_DEPENDENCIES
env vars to enable the--with[-all]-dependencies
flags (#12289)COMPOSER_SKIP_SCRIPTS
env var to tell Composer to skip certain script handlers by script names (comma separated) (#12290)laminas/laminas-ci-matrix-action (laminas/laminas-ci-matrix-action)
v1.31.0
Compare Source
Release Notes for 1.31.0
1.31.0
Dependencies,Enhancement
v1.30.0
Compare Source
Release Notes for 1.30.0
1.30.0
Enhancement
laminas/laminas-continuous-integration-action (laminas/laminas-continuous-integration-action)
v1.43.0
Compare Source
Release Notes for 1.43.0
1.43.0
Enhancement
v1.42.0
Compare Source
Release Notes for 1.42.0
1.42.0
renovate
nikic/PHP-Parser (nikic/php-parser)
v5.6.1
Compare Source
Fixed
Param::isPublic()
for parameters with asymmetric visibility keyword.SplObjectStorage
methods.Added
kind
attributes toCast\Int_
,Cast\Bool_
andCast\String_
.These allow distinguishing the deprecated versions of these casts.
v5.6.0
Compare Source
Added
clone
with arbitrary function arguments. This will be parsed as anExpr\FuncCall
node, instead of the usualExpr\Clone_
node.function clone
for use in stubs.Expr\BinaryOp\Pipe
.(void)
cast, represented byExpr\Cast\Void_
.final
modifier on promoted properties.CallLike::getArg()
to fetch an argument by position and name.v5.5.0
Compare Source
Added
Stmt\Const_
now has anattrGroups
subnode.weakReferences
option toNodeConnectingVisitor
andParentConnectingVisitor
. Thiswill create the parent/next/prev references as WeakReferences, to avoid making the AST cyclic
and thus increasing GC pressure.
Changed
is PHP 7.4 or older (which is the default). This allows them to be interpreted as comments,
instead of causing a parse error. Specify a target version of PHP 8.0 or newer to restore the
previous behavior.
nikolaposa/version (nikolaposa/version)
v4.2.1
Compare Source
Fixed
sebastianbergmann/phpunit (phpunit/phpunit)
v11.5.42
: PHPUnit 11.5.42Compare Source
Fixed
failOnPhpunitWarning="false"
has no effectLearn how to install or update PHPUnit 11.5 in the documentation.
Keep up to date with PHPUnit:
v11.5.41
: PHPUnit 11.5.41Compare Source
phpunit.phar
rebuilt with updated dependenciesLearn how to install or update PHPUnit 11.5 in the documentation.
Keep up to date with PHPUnit:
v11.5.40
: PHPUnit 11.5.40Compare Source
phpunit.phar
rebuilt with updated dependenciesLearn how to install or update PHPUnit 11.5 in the documentation.
Keep up to date with PHPUnit:
v11.5.39
: PHPUnit 11.5.39Compare Source
Changed
__sleep()
and__wakeup()
from test double code generation on PHP >= 8.5Learn how to install or update PHPUnit 11.5 in the documentation.
Keep up to date with PHPUnit:
v11.5.38
: PHPUnit 11.5.38Compare Source
Changed
Learn how to install or update PHPUnit 11.5 in the documentation.
Keep up to date with PHPUnit:
v11.5.37
: PHPUnit 11.5.37Compare Source
Changed
__sleep()
method (which will be deprecated in PHP 8.5)Learn how to install or update PHPUnit 11.5 in the documentation.
Keep up to date with PHPUnit:
v11.5.36
: PHPUnit 11.5.36Compare Source
Fixed
Learn how to install or update PHPUnit 11.5 in the documentation.
Keep up to date with PHPUnit:
v11.5.35
: PHPUnit 11.5.35Compare Source
Changed
#[IgnorePhpunitDeprecations]
is now considered for test runner deprecations (where applicable)Learn how to install or update PHPUnit 11.5 in the documentation.
Keep up to date with PHPUnit:
v11.5.34
Compare Source
v11.5.33
: PHPUnit 11.5.33Compare Source
Changed
error_reporting=E_ALL
for--check-php-configuration
Fixed
expectUserDeprecationMessage*()
fails when test is run in separate processLearn how to install or update PHPUnit 11.5 in the documentation.
Keep up to date with PHPUnit:
v11.5.32
: PHPUnit 11.5.32Compare Source
Changed
--check-php-configuration
Fixed
Learn how to install or update PHPUnit 11.5 in the documentation.
Keep up to date with PHPUnit:
v11.5.31
: PHPUnit 11.5.31Compare Source
Fixed
#[IgnorePhpunitDeprecations]
is now considered for test runner deprecations" from PHPUnit 11.5.29)Learn how to install or update PHPUnit 11.5 in the documentation.
Keep up to date with PHPUnit:
v11.5.30
: PHPUnit 11.5.30Compare Source
Changed
test
SplObjectStorage
methods that will be deprecated in PHP 8.5Learn how to install or update PHPUnit 11.5 in the documentation.
Keep up to date with PHPUnit:
v11.5.29
: PHPUnit 11.5.29Compare Source
Added
--check-php-configuration
CLI option for checking whether PHP is configured for testingChanged
#[IgnorePhpunitDeprecations]
is now considered for test runner deprecations (where applicable)Fixed
#[TestWith]
or#[TestWithJson]
attributes are now properly reportedDataProviderMethodFinished
event is now also emitted when the provided data set has an invalid keyLearn how to install or update PHPUnit 11.5 in the documentation.
Keep up to date with PHPUnit:
v11.5.28
: PHPUnit 11.5.28Compare Source
Fixed
file
attribute of<testClass>
node of XML test list can be wrongHow to install or update PHPUnit
v11.5.27
: PHPUnit 11.5.27Compare Source
Fixed
defects,random
configuration is supported by implementation, but it is not allowed by the XML configuration file schematest
prefixHow to install or update PHPUnit
v11.5.26
: PHPUnit 11.5.26Compare Source
Fixed
@no-named-arguments
leads to static analysis errors for variadic argumentsHow to install or update PHPUnit
v11.5.25
: PHPUnit 11.5.25Compare Source
Fixed
<testsuite>
element is missing requiredname
attributeHow to install or update PHPUnit
v11.5.24
: PHPUnit 11.5.24Compare Source
Added
failOnPhpunitWarning
attribute on the<phpunit>
element of the XML configuration file and--fail-on-phpunit-warning
CLI option for controlling whether PHPUnit should fail on PHPUnit warnings (default:true
)--do-not-fail-on-deprecation
,--do-not-fail-on-phpunit-warning
,--do-not-fail-on-phpunit-deprecation
,--do-not-fail-on-empty-test-suite
,--do-not-fail-on-incomplete
,--do-not-fail-on-notice
,--do-not-fail-on-risky
,--do-not-fail-on-skipped
, and--do-not-fail-on-warning
CLI options--do-not-report-useless-tests
CLI option as a replacement for--dont-report-useless-tests
Deprecated
--dont-report-useless-tests
CLI option (use--do-not-report-useless-tests
instead)Fixed
ExpectationFailedException
How to install or update PHPUnit
v11.5.23
: PHPUnit 11.5.23Compare Source
Fixed
shortenArraysForExportThreshold
XML configuration setting has no effect on all arrays exported for event-related value objectsHow to install or update PHPUnit
v11.5.22
: PHPUnit 11.5.22Compare Source
Changed
How to install or update PHPUnit
v11.5.21
: PHPUnit 11.5.21Compare Source
Changed
createStubForIntersectionOfInterfaces()
is called with a classHow to install or update PHPUnit
v11.5.20
: PHPUnit 11.5.20Compare Source
Fixed
assertEmpty()
andassertNotEmpty()
use overly restrictivephpstan-assert empty
directivesHow to install or update PHPUnit
v11.5.19
: PHPUnit 11.5.19Compare Source
Added
displayDetailsOnAllIssues
attribute on the<phpunit>
element of the XML configuration file and--display-all-issues
CLI option for controlling whether PHPUnit should display details on all issues that are triggered (default:false
)failOnAllIssues
attribute on the<phpunit>
element of the XML configuration file and--fail-on-all-issues
CLI option for controlling whether PHPUnit should fail on all issues that are triggered (default:false
)Changed
E_STRICT
constantFixed
%a
and%A
matches are not ignored from diff whenEXPECTF
failsHow to install or update PHPUnit
v11.5.18
: PHPUnit 11.5.18Compare Source
Changed
memory_get_peak_usage()
is now reset immediately before theTest\Prepared
event is emitted usingmemory_reset_peak_usage()
so that (memory usage atTest\Finished
- memory usage atTest\Prepared
) is a better approximation of the memory usage of the testTelemetry\Info
now uses peak memory usage instead of memory usage (this affects--log-events-verbose-text
)Fixed
How to install or update PHPUnit
v11.5.17
: PHPUnit 11.5.17Compare Source
Fixed
How to install or update PHPUnit
v11.5.16
: PHPUnit 11.5.16Compare Source
Fixed
willReturnMap()
fails with nullable parameters when their default isnull
and no argument is passed for themHow to install or update PHPUnit
v11.5.15
: PHPUnit 11.5.15Compare Source
Changed
How to install or update PHPUnit
v11.5.14
: PHPUnit 11.5.14Compare Source
Changed
How to install or update PHPUnit
v11.5.13
: PHPUnit 11.5.13Compare Source
Changed
How to install or update PHPUnit
v11.5.12
: PHPUnit 11.5.12Compare Source
Fixed
How to install or update PHPUnit
v11.5.11
: PHPUnit 11.5.11Compare Source
Fixed
$expected
and$actual
are mixed up in failure description whenassertJsonFileEqualsJsonFile()
failsHow to install or update PHPUnit
v11.5.10
: PHPUnit 11.5.10Compare Source
Fixed
How to install or update PHPUnit
v11.5.9
: PHPUnit 11.5.9Compare Source
Fixed
How to install or update PHPUnit
v11.5.8
: PHPUnit 11.5.8Compare Source
Fixed
Test\PreparationFailed
event is now emitted in addition to aTest\Errored
event when an unexpected exception is triggered in a before-test methodTest\Passed
event is no longer emitted in addition to aTest\Failed
orTest\Errored
event when an assertion failure or an unexpected exception is triggered in an after-test methodTestSuite\Finished
event is now emitted when a before-first-test method errorsHow to install or update PHPUnit
psalm/psalm-plugin-phpunit (psalm/plugin-phpunit)
v0.19.5
Compare Source
What's Changed
@dataProvider
and#[DataProvider]
(multiple) are considered by @Ocramius in #151Full Changelog: psalm/psalm-plugin-phpunit@0.19.4...0.19.5
v0.19.4
Compare Source
What's Changed
#[Test]
,#[DataProvider]
,#[Before]
attributes, cleaned up old PHPUnit/Prophecy support by @Ocramius in #149New Contributors
Full Changelog: psalm/psalm-plugin-phpunit@0.19.3...0.19.4
v0.19.3
: Psalm v7 supportCompare Source
This release adds support for psalm v7.
Full Changelog: psalm/psalm-plugin-phpunit@0.19.2...0.19.3
Roave/BetterReflection (roave/better-reflection)
v6.65.0
Compare Source
Release Notes for 6.65.0
Feature release (minor)
6.65.0
enhancement,reflection compatibility
ReflectionEnumBackedCase
without value thanks to @VincentLangletv6.64.0
Compare Source
Release Notes for 6.64.0
Feature release (minor)
6.64.0
enhancement
ReflectionEnumCase#hasValueExpression()
thanks to @VincentLangletv6.63.0
Compare Source
Release Notes for 6.63.0
Feature release (minor)
6.63.0
enhancement,reflection compatibility
Stringable
interface via&#​95;&#​95;toString()
in trait thanks to @staabmv6.62.0
Compare Source
Release Notes for 6.62.0
Feature release (minor)
6.62.0
enhancement
v6.61.0
Compare Source
Release Notes for 6.61.0
Feature release (minor)
6.61.0