-
Notifications
You must be signed in to change notification settings - Fork 61
Update all non-major dependencies #929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
8.15.x
Choose a base branch
from
renovate/all-minor-patch
base: 8.15.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+14
−14
Conversation
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
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
2750084
to
76a37c0
Compare
9307066
to
1e819fd
Compare
2d398c6
to
6cc0836
Compare
2340d46
to
c08b4cf
Compare
7c7a3f7
to
1fd8366
Compare
9c25a71
to
7c9b443
Compare
0000773
to
4c4d00d
Compare
777f0cc
to
6002584
Compare
4cf0c2b
to
6c043eb
Compare
cc0ed0a
to
e34fa56
Compare
f4f2146
to
07fa013
Compare
79fa122
to
ff82d88
Compare
ff82d88
to
55df671
Compare
a5499f2
to
00ed263
Compare
7cf03ad
to
eb7bf3d
Compare
| datasource | package | from | to | | ----------- | --------------------------------------------- | ------ | ------- | | packagist | azjezz/psl | 3.2.0 | 3.3.0 | | packagist | composer/composer | 2.8.5 | 2.8.10 | | github-tags | laminas/laminas-continuous-integration-action | 1.41.0 | 1.42.0 | | packagist | nikic/php-parser | 5.4.0 | 5.6.1 | | packagist | nikolaposa/version | 4.2.0 | 4.2.1 | | packagist | phpunit/phpunit | 11.5.7 | 11.5.32 | | packagist | psalm/plugin-phpunit | 0.19.2 | 0.19.5 | | packagist | roave/better-reflection | 6.57.0 | 6.59.0 | | packagist | roave/infection-static-analysis-plugin | 1.36.0 | 1.38.0 | | github-tags | shivammathur/setup-php | 2.32.0 | 2.35.3 | | packagist | squizlabs/php_codesniffer | 3.11.3 | 3.13.2 | | packagist | symfony/console | 7.2.1 | 7.3.2 | | packagist | vimeo/psalm | 6.6.1 | 6.13.1 |
eb7bf3d
to
3ab14e0
Compare
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 contains the following updates:
^3.2.0
->^3.3.0
^2.8.5
->^2.8.10
1.41.0
->1.42.0
^5.4.0
->^5.6.1
^4.2.0
->^4.2.1
^11.5.7
->^11.5.32
^0.19.2
->^0.19.5
^6.57.0
->^6.59.0
^1.36.0
->^1.38.0
2.32.0
->2.35.3
^3.11.3
->^3.13.2
^7.2.1
->^7.3.2
^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 https://github.com/azjezz/psl/pull/509Full Changelog: azjezz/psl@3.2.0...3.3.0
composer/composer (composer/composer)
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-continuous-integration-action (laminas/laminas-continuous-integration-action)
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.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
Compare Source
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 https://github.com/psalm/psalm-plugin-phpunit/pull/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 https://github.com/psalm/psalm-plugin-phpunit/pull/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.59.0
Compare Source
Release Notes for 6.59.0
Feature release (minor)
6.59.0
enhancement
v6.58.0
Compare Source
Release Notes for 6.58.0
Feature release (minor)
6.58.0
enhancement
dependencies
Roave/infection-static-analysis-plugin (roave/infection-static-analysis-plugin)
v1.38.0
Compare Source
Release Notes for 1.38.0
Feature release (minor)
1.38.0
renovate
v1.37.0
Compare Source
Release Notes for 1.37.0
Feature release (minor)
1.37.0
dependencies,enhancement,renovate
enhancement
shivammathur/setup-php (shivammathur/setup-php)
v2.35.3
Compare Source
Changelog
Improved
github-token
support for GitHub Enterprise. (#981).For GitHub Enterprise users, the
github-token
input does not default to theGITHUB_TOKEN
secret. Therefore, it's recommended to set thegithub-token
input to a Personal Access Token (PAT).Fixed support for
relay
extension for PHP 7.4 on macOS.Updated internal workflows to not run on forks. (#982)
Updated Node.js dependencies.
Thanks @jrfnl for the contributions 🎉
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.35.2
Compare Source
Changelog
auth.json
. (#980)For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.35.1
Compare Source
Changelog
Fixed regression in composer authentication in
2.35.0
. (#979)Fixed installing
geos
extension on PHP 8.5.For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.35.0
Compare Source
Changelog
Added support for
github-token
input. (#969)It uses the
GITHUB_TOKEN
secret by default and should prevent any rate limiting issues while installing your composer dependencies or while adding any tools supported by setup-php.Also, it can used to specify a personal access token (PAT) to authenticate with GitHub if you need that for your composer dependencies.
carthage-software/mago
. (#898, #975)Roave/BackwardCompatibilityCheck
. (#911, #974)shipmonk/name-collision-detector
. (#932, #973)Fixed fallback behavior on adding a specific version of extension when
fail-fast
is set to true. (#972)Fixed enabling extensions on Windows. (#978)
Fixed installing gearman extension on PHP 8.5.
Cleaned up the cubrid extension script.
Removed ondrej/pkg-gearman ppa in gearman extension setup.
Switched to ppa.setup-php.com for ondrej/php ppa fallback mirror.
Update default composer version in README. (#966)
Fixed a broken link in README. (#967)
Updated Node.js dependencies.
Thanks @jrfnl and @OskarStark for the contributions 🎉
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.34.1
Compare Source
Changelog
Fixed tool-cache directory on self-hosted runners.
Fixed generating lock path in unix.sh on verbose branch.
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.34.0
Compare Source
Changelog
COMPOSER_ALLOW_PLUGINS
env.Added fallback for fetching the manifest for PHP versions. (#952)
Added support to specify tools directory using
SETUP_PHP_TOOLS_DIR
env. (#943, #945)Improved detecting linux self-hosted runners if
runner
env is not specified. (#947)Improved locking mechanism while fetching files on self-hosted runners.
Dropped support for using dependency files in
shivammathur/extension
tap.Fixed errors on macOS regarding missing taps.
Fixed logic to fail on first error in extension setup from source. (#951)
Fixed error about missing
self_hosted_helper
function on macOS.Fixed the file name of the sources list to match the name used by
apt-add-repository
. (#953)Fixed installing
hiredis
on macOS during relay setup.Thanks @alcaeus, @JMoodyFWD, and @cmb69 for the contributions 🎉
For the complete list of changes, please refer to the Full Changelog
Follow for updates
Read more about the use of Renovate Bot within
ocramius/*
projects.