-
Notifications
You must be signed in to change notification settings - Fork 59
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.14.x
Choose a base branch
from
renovate/all-minor-patch
base: 8.14.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
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
660c621
to
e7cf784
Compare
|
b6c80df
to
3ab3332
Compare
3ac2959
to
715d30b
Compare
d8133da
to
6a72487
Compare
ea38230
to
dcc66e5
Compare
4d91421
to
088f436
Compare
fb6831d
to
b2d88b0
Compare
b2d88b0
to
0cf1b79
Compare
| datasource | package | from | to | | ----------- | --------------------------------------------- | ------ | ------- | | packagist | azjezz/psl | 3.2.0 | 3.3.0 | | packagist | composer/composer | 2.8.5 | 2.8.9 | | github-tags | laminas/laminas-continuous-integration-action | 1.41.0 | 1.42.0 | | packagist | nikolaposa/version | 4.2.0 | 4.2.1 | | packagist | phpunit/phpunit | 11.5.7 | 11.5.21 | | 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.37.0 | | github-tags | shivammathur/setup-php | 2.32.0 | 2.33.0 | | packagist | squizlabs/php_codesniffer | 3.11.3 | 3.13.0 | | packagist | symfony/console | 7.2.1 | 7.2.6 | | packagist | vimeo/psalm | 6.6.1 | 6.11.0 |
0cf1b79
to
2ff78c6
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.9
1.41.0
->1.42.0
^4.2.0
->^4.2.1
^11.5.7
->^11.5.21
^0.19.2
->^0.19.5
^6.57.0
->^6.59.0
^1.36.0
->^1.37.0
2.32.0
->2.33.0
^3.11.3
->^3.13.0
^7.2.1
->^7.2.6
^6.6.1
->^6.11.0
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.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
nikolaposa/version (nikolaposa/version)
v4.2.1
Compare Source
Fixed
sebastianbergmann/phpunit (phpunit/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.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.33.0
Compare Source
Changelog
ubuntu-24.04-arm
andubuntu-22.04-arm
. (#848)Dropped support for Ubuntu 20.04 (
ubuntu-20.04
) for both GitHub hosted and self-hosted runners. Please migrate your workflows toubuntu-22.04
orubuntu-24.04
. (#939)Ref: https://github.com/shivammathur/setup-php#github-hosted-runners
Improved support for installing PHPUnit around new releases. Now setup-php will fallback to the previous release till new release is available on the phpunit.de website after it is tagged. (#913, #938)
Switched to using https://ppa.launchpadcontent.net for launchpad PPAs instead of http://ppa.launchpad.net. (#927, #928)
Added a fallback to calling launchpad's API for getting PPA signatures to reduce reported failures on self-hosted runners. (#935)
Added support for specifying tools' directory using
TOOLS_DIR
env. (#937)Fixed cache support for
openswoole
. (#917, https://github.com/shivammathur/cache-extensions/issues/47)Fixed the version of
composer-normalize
in the logs. (#899)Added support for
blackfire
andionCube
extensions for PHP 8.4.Improved support for
phalcon
andzephir_parser
extensions.Improved support for OCI extensions
pdo_oci
andoci8
on self-hosted runners. (#929)Improved locking mechanism while fetching files on self-hosted runners. (#912)
Fixed a warning on macOS while patching extensions.
Fixed linking hiredis library during relay setup.
Thanks @deguif, @DanielEScherzer, @voodooism, @hms5232, and @jg-development for the contributions 🎉
Thanks @complex-gmbh and @WorkOfStan for the sponsorship ❤️
For the complete list of changes, please refer to the Full Changelog
Follow for updates
PHPCSStandards/PHP_CodeSniffer (squizlabs/php_codesniffer)
v3.13.0
Compare Source
Added
final
properties to the following sniffs:Changed
goto
language construct keyword. #917final
modifier keyword is placed before a visibility keyword. #950FinalAfterVisibility
error code.--reports
CLI flag. #1078Deprecated
PHP_CodeSniffer\Sniffs\Sniff
interface. #891-q
(=quiet) CLI flag.Fixed
Other
Calling all testers!
The first beta release for PHP_CodeSniffer 4.0 has been tagged. Please help by testing the beta release and reporting any issues you run into.
Upgrade guides for both ruleset maintainers/end-users, as well as for sniff developers and integrators, have been published to the Wiki to help smooth the transition.
v3.12.2
Compare Source
Added
final
properties to the following sniffs:Changed
short_open_tag
setting.Fixed
@param
tags.final
classes.Diff
+ theCode
reports are requested and caching is on.v3.12.1
Compare Source
Added
Changed
Deprecated
Generic.Functions.CallTimePassByReference
sniff. See #921.Fixed
InvalidArgumentException
s when displaying verbose information.?
in nullable types for readonly properties.goto
was not recognized as a terminating statement for a case/default in a switch control structure.Other
Read the open invitation (#924) for all the details.
v3.12.0
Compare Source
Added
final
properties to File::getMemberProperties() through a newis_final
array index in the return value. [#834]Changed
-h
(Help) option now contains a more extensive list of "config" options which can be set. [#809]--sniffs
or--exclude
command line arguments. [#344]--generator
command line argument. [#709], [#771]title
attribute is missing, the documentation generation will now fall back to the sniff name as the title. [#820]SpacingBeforePropertyModifier
orNoSpaceBeforePropertyModifier
error codes. [#792]SpacingBeforeHint
orNoSpaceBeforeHint
error code, which was misleading.final
andabstract
modifier keywords. [#604]Internal.PropertyDoesNotExist
error code.Deprecated
All deprecation are slated for removal in PHP_CodeSniffer 4.0.
Sniff
interface. See [#694].PHP_CodeSniffer\Generators\Text::printTitle()
in favour ofPHP_CodeSniffer\Generators\Text::getFormattedTitle()
PHP_CodeSniffer\Generators\Text::printTextBlock()
in favour ofPHP_CodeSniffer\Generators\Text::getFormattedTextBlock()
PHP_CodeSniffer\Generators\Text::printCodeComparisonBlock()
in favour ofPHP_CodeSniffer\Generators\Text::getFormattedCodeComparisonBlock()
PHP_CodeSniffer\Generators\Markdown::printHeader()
in favour ofPHP_CodeSniffer\Generators\Markdown::getFormattedHeader()
PHP_CodeSniffer\Generators\Markdown::printFooter()
in favour ofPHP_CodeSniffer\Generators\Markdown::getFormattedFooter()
PHP_CodeSniffer\Generators\Markdown::printTextBlock()
in favour ofPHP_CodeSniffer\Generators\Markdown::getFormattedTextBlock()
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
Read more about the use of Renovate Bot within
ocramius/*
projects.