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:
^4.18.0
->^4.19.1
^1.10.62
->^1.10.66
^10.5.13
->^10.5.16
^0.18.4
->^0.19.0
2.30.0
->2.30.2
Release Notes
nikic/PHP-Parser (nikic/php-parser)
v4.19.1
: PHP-Parser 4.19.1Compare Source
Fixed
v4.19.0
: PHP-Parser 4.19.0Compare Source
Changed
phpstan/phpstan (phpstan/phpstan)
v1.10.66
Compare Source
Improvements 🔧
Bugfixes 🐛
array_push
preserves list (phpstan/phpstan-src@5473b67)Function signature fixes 🤖
redis::get
signature (#2990), thanks @VincentLanglet!Internals 🔍
v1.10.65
Compare Source
Improvements 🔧
Bugfixes 🐛
Function signature fixes 🤖
Internals 🔍
TrinaryLogic::describe()
in test (phpstan/phpstan-src@222a66c)v1.10.64
Compare Source
Bleeding edge 🔪
If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's
phpstan.neon
:Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
Improvements 🔧
ForbiddenClassNameExtension
for append additional forbidden class prefixes (#2979), thanks @kamil-zacek!AlwaysUsedMethodExtension
(#2927), thanks @axlon!Bugfixes 🐛
Function signature fixes 🤖
DOMDocument::load
return type (#2975), thanks @VincentLanglet!SplObjectStorage::removeAll/Except
(#2892), thanks @schlndh!v1.10.63
Compare Source
sebastianbergmann/phpunit (phpunit/phpunit)
v10.5.16
Compare Source
v10.5.15
Compare Source
v10.5.14
: PHPUnit 10.5.14Compare Source
Changed
Groups::groups()
NamePrettifier::prettifyTestMethodName()
NamePrettifier::prettifyTestMethodName()
once againFixed
How to install or update PHPUnit
psalm/psalm-plugin-phpunit (psalm/plugin-phpunit)
v0.19.0
: Add Psalm 6 support, drop Psalm 4 supportCompare Source
This release adds support for Psalm 6, dropping support for Psalm 4.
What's Changed
::set-output
by @weirdan in https://github.com/psalm/psalm-plugin-phpunit/pull/132New Contributors
Full Changelog: psalm/psalm-plugin-phpunit@0.18.4...0.19.0
shivammathur/setup-php (shivammathur/setup-php)
v2.30.2
Compare Source
Changelog
Added support for vld extension (https://github.com/shivammathur/homebrew-extensions/issues/3827).
Updated brew along with the core tap on macOS to handle breaking changes in core tap formulae.
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
v2.30.1
Compare Source
Changelog
Improved updating Homebrew core tap on macOS using a retry logic.
Fixed support for phalcon on Windows.
Fixed support for OCI extensions for PHP 8.4 on Linux and macOS.
Fixed support for
sqlsrv
andpdo_sqlsrv
on PHP 8.0.Fixed type error on Windows in
Get-File
function.Minified the release file
dist/index.js
file generated byvercel/ncc
.Updated pre-installed PHP versions for GitHub runners in the README.
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
Follow for updates
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.