-
Notifications
You must be signed in to change notification settings - Fork 73
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
Update all non-major dependencies #388
Merged
Merged
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 1, 2023 03:12
16eb7f0
to
0f1b4cf
Compare
I would hold off merging this: still verifying whether I broke mutation score computation in upstream |
3 tasks
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 2, 2023 22:42
0f1b4cf
to
0b46a02
Compare
renovate
bot
changed the title
Update dependency roave/infection-static-analysis-plugin to ^1.28.0
Update all non-major dependencies
Jan 3, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
January 8, 2023 22:49
6804d48
to
3ffac26
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
January 12, 2023 14:52
b854171
to
8255cd5
Compare
renovate
bot
changed the title
Update all non-major dependencies
Update all non-major dependencies - autoclosed
Jan 13, 2023
renovate
bot
changed the title
Update all non-major dependencies - autoclosed
Update all non-major dependencies
Jan 13, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
January 19, 2023 13:39
40c4826
to
3c7b6a5
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
January 24, 2023 18:21
5472012
to
952362e
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
February 4, 2023 15:14
b06a2a5
to
74ff55d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
August 8, 2023 16:54
fca2ebb
to
0ac1197
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
August 19, 2023 09:35
553aa87
to
c8e014c
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
August 26, 2023 16:47
6110b14
to
3382967
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 4, 2023 13:29
3382967
to
ea783e4
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
September 16, 2023 12:34
7b647c0
to
ea3fb1c
Compare
Merged
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 18, 2023 12:06
ea3fb1c
to
84b45de
Compare
| datasource | package | from | to | | ----------- | -------------------------------------- | ------ | ------- | | packagist | nikic/php-parser | 4.15.2 | 4.17.1 | | packagist | phpstan/phpstan | 1.9.4 | 1.10.34 | | packagist | phpunit/phpunit | 9.5.27 | 9.6.12 | | packagist | roave/infection-static-analysis-plugin | 1.27.0 | 1.33.0 | | github-tags | shivammathur/setup-php | 2.24.0 | 2.26.0 | | packagist | symfony/console | 6.2.3 | 6.3.4 | | packagist | vimeo/psalm | 5.4.0 | 5.15.0 |
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 18, 2023 13:26
84b45de
to
75c5de5
Compare
@Ocramius I think this looks good to merge now. |
Merged
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:
^4.15.2
->^4.17.1
^1.9.4
->^1.10.34
^9.5.27
->^9.6.12
^1.27.0
->^1.33.0
2.24.0
->2.26.0
^6.2.3
->^6.3.4
^5.4.0
->^5.15.0
Release Notes
nikic/PHP-Parser (nikic/php-parser)
v4.17.1
Compare Source
Fixed
ClassConst::$type
introduced in previous release.v4.17.0
Compare Source
Added
Fixed
(CONST)::$x
and similar.v4.16.0
Compare Source
Added
Name::getParts()
method for forward-compatibility with PHP-Parser 5.Deprecated
Name::$parts
, which will be removed in PHP-Parser 5.v4.15.5
Compare Source
Added
makePrivate()
,makeProtected()
,makePublic()
andmakeReadonly()
methods toBuilder\Param
to allow the creation of promoted parameters.v4.15.4
Compare Source
Fixed
v4.15.3
Compare Source
Fixed
phpstan/phpstan (phpstan/phpstan)
v1.10.34
Compare Source
Improvements 🔧
$this
type assertions (#2609), #8904, thanks @ekisu!$this
(https://github.com/phpstan/phpdoc-parser/pull/209), thanks @ekisu!--fail-without-result-cache
CLI option (#2611), thanks @staabm!in_array()
(#2618), thanks @zonuexe!Function signature fixes 🤖
inotify_read
(#2605), thanks @taka-oyama!Internals 🔍
v1.10.33
Compare Source
Improvements 🔧
Bugfixes 🐛
checkBenevolentUnionTypes: true
along with@template
witharray-key
bound (#2587), #9766, thanks @VincentLanglet!array_sum()
(#2591), #9808, thanks @zer0-star!Function signature fixes 🤖
inotify
related function signatures (#2599), thanks @thg2k!Internals 🔍
$parentPhpDocBlock->getClassReflection()->isBuiltin()
calls (#2585), thanks @staabm!spl_object_id()
(#2592), thanks @staabm!nette/di
(#2597)v1.10.32
Compare Source
Improvements 🔧
nesbot/carbon
)v1.10.31
Compare Source
Improvements 🔧
NonAcceptingNeverType
(#2540), #9133, #6485, thanks @jiripudil!--xdebug
option (phpstan/phpstan-src@3befb53)Internals 🔍
v1.10.30
Compare Source
Improvements 🔧
Bugfixes 🐛
mixed
(phpstan/phpstan-src@cbdb30d), #9765polluteScopeWithAlwaysIterableForeach
istrue
(phpstan/phpstan-src@853a1e6), #9784Internals 🔍
onlyFiles=true
(phpstan/phpstan-src@6c941ae)implicitThrows
in tests (#2576), thanks @janedbal!v1.10.29
Compare Source
Improvements 🔧
Bugfixes 🐛
PHP_BINARY
needs to be escaped (phpstan/phpstan-src@2c7cfd8)Function signature fixes 🤖
v1.10.28
Compare Source
Improvements 🔧
Bugfixes 🐛
null
results innull
(phpstan/phpstan-src@5c40c85), #9721Internals 🔍
v1.10.27
Compare Source
Bleeding edge 🔪
stream_socket_client()
signature (#2519), thanks @staabm!scandir()
signature (#2518), thanks @staabm!extract()
signature (#2517), thanks @staabm!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 🔧
Bugfixes 🐛
Call to end() on null
(phpstan/phpstan-src@a5e5719), #9722Function signature fixes 🤖
uopz_flags
- flags are optional (phpstan/phpstan-src@917750e), #9611base64_decode
overloads to PHP 8+ (#2529), #9428, thanks @dktapps!Internals 🔍
linesToIgnore
attribute format (phpstan/phpstan-src@2862a7b)v1.10.26
Compare Source
Improvements 🔧
Bugfixes 🐛
array_keys()
and `array_values()`` on constant arrays (#2516), thanks @jlherren!$foo--
with a non-numeric string no longer allowed) (phpstan/phpstan-src@c6f4c4c)Function signature fixes 🤖
ftp_*
mode parameter type (#2513), thanks @staabm!DOMNode::lookupNamespaceURI
(#2527), thanks @paulbalandan!Internals 🔍
isList
in ConstantArrayType (phpstan/phpstan-src@158c61c, phpstan/phpstan-src@f0a9fd7)v1.10.25
Compare Source
Improvements 🔧
Bugfixes 🐛
__construct
even when renamed (phpstan/phpstan-src@4dd3f75), #9577v1.10.24
Compare Source
Improvements 🔧
Bugfixes 🐛
processCalledMethod
when anonymous classes are involved (phpstan/phpstan-src@3f52779)json_validate
stub only on PHP 8.3+ (phpstan/phpstan-src@8f8c1af), #9574Function signature fixes 🤖
session_status()
return type (#2509), thanks @staabm!v1.10.23
Compare Source
Improvements 🔧
AnalyserResult::$errors
(#2400), thanks @takaram!Bugfixes 🐛
Function signature fixes 🤖
null
inmysqli*real_connect
arguments (#2508), thanks @staabm!Internals 🔍
instanceof ThisType
as it can be unreliable in case of intersection types (phpstan/phpstan-src@7935945)v1.10.22
Compare Source
Bleeding edge 🔪
file()
flags args (#2476, #2482), thanks @staabm!flock()
operation flags (#2477), thanks @staabm!call_user_func()
(#2479), thanks @staabm!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 🔧
constant()
(#2474), thanks @herndlm!assert()
throw type extension (#2427), thanks @patrickkusebauch!json_validate()
stub (phpstan/phpstan-src@828b269), thanks @staabm!call_user_func()
DynamicFunctionReturnTypeExtension (#2479), thanks @staabm!Bugfixes 🐛
Function signature fixes 🤖
db2_num_rows()
return type (#2456), thanks @morozov!ignore_user_abort()
return type (#2489), thanks @staabm!Internals 🔍
v1.10.21
Compare Source
Bugfixes 🐛
Internals 🔍
v1.10.20
Compare Source
Improvements 🔧
non-zero-int
type (#2449), thanks @PrinsFrank!gettype()
return type extension (#2437), thanks @staabm!Bugfixes 🐛
match
condition (phpstan/phpstan-src@0cdda0b), #4451, #6064, #9457gettype
inmatch
condition (phpstan/phpstan-src@e4ef00c, phpstan/phpstan-src@caa0a5b), #8614get_class
inmatch
condition (phpstan/phpstan-src@106526d), #1885, #8536, #8092get_class
compared withstatic::class
(phpstan/phpstan-src@590eb03), #1885gettype
when there's a union of strings on the other side (phpstan/phpstan-src@36e412f), #6294, #2580NonEmptyArrayType::toArray()
return$this
(#2349), #9208, thanks @zonuexe!array_push()
andarray_unshift()
(#2451), #8449, thanks @herndlm!@var
above throw and return, change the type of expr only for the stmt callback (phpstan/phpstan-src@b551095), #9459Internals 🔍
Type::getFiniteTypes()
(phpstan/phpstan-src@7912caf, phpstan/phpstan-src@fa9a951, phpstan/phpstan-src@b5cf52b)v1.10.19
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 🔧
sprintf()
arguments (phpstan/phpstan-src@1f95570)Bugfixes 🐛
Function signature fixes 🤖
Redis::connect()
to have 7 parameters (#2442), #9413, thanks @thbley!Internals 🔍
v1.10.18
Compare Source
Implicit throw point is enough to no longer mark multi-catch as dead (phpstan/phpstan-src@c587dd1), #9406
v1.10.17
Compare Source
Improvements 🔧
Bugfixes 🐛
in_array
issues (#2432), #6959, thanks @schlndh!__debugInfo
with covariant return type (#2435), #9391, thanks @staabm!Map::remove()
@throws
inference (#2434), #9066, thanks @baci266!array_is_list
narrows the type even when not on Bleeding Edge (phpstan/phpstan-src@de2566a), #9381array_push()
(phpstan/phpstan-src@564f79f), #9403Function signature fixes 🤖
getimagesize*
return type (#2438), thanks @staabm!Internals 🔍
empty()
and typehint helper (#2430), thanks @mad-briller!v1.10.16
Compare Source
Bleeding edge 🔪
error_log
errors withmessage_type=2
(#2428), #9380, thanks @staabm!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 🔧
CallableType
andClosureType::describe()
- use phpdoc-parser Printer for better precision (phpstan/phpstan-src@30f60c1), #9268OffsetAccessType::describe()
uses toPhpDocNode and phpdoc-parser printer (phpstan/phpstan-src@347fdbf)extract()
with constant arrays (#2417), #9331, thanks @MartinMystikJonas!Bugfixes 🐛
SplDoublyLinkedList::offsetGet
return type (#2373), #9274, thanks @takaram!get_called_class()
tostatic::class
(phpstan/phpstan-src@188acf4), #7574, #5252, #4061Internals 🔍
toPhpDocNode
without keys if they are not necessary (phpstan/phpstan-src@413079d)@var
in and out of function (phpstan/phpstan-src@4e19347), #9331v1.10.15
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 🔧
$this
in return type__serialize()
and__unserialize()
return types (#2372), thanks @staabm!?->
call on always-null (phpstan/phpstan-src@74d1c9a), #9284Bugfixes 🐛
ConstantFloatType::toPhpDocNode()
for whole numbers ending with 0 (#2355), thanks @rvanvelzen!CURLOPT_HTTPHEADER
should not accept a dictionary (#2369), #9263, thanks @staabm!Function signature fixes 🤖
intval()
andfloatval()
should handle non-scalar values (#2351), thanks @dravnic!strval()
family function signatures (#2354), thanks @dravnic!Internals 🔍
v1.10.14
Compare Source
Bleeding edge 🔪
filter_input*
type param type (#2271), thanks @herndlm!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 🔧
Bugfixes 🐛
BackedEnum::tryFrom
not being nullable (#2302), thanks @schlndh!never
forarray_combine
with different number of elements (#2303), thanks @herndlm!equals()
(phpstan/phpstan-src@e01ce68)get_parent_class()
on interfaces (#2336), #4302, thanks @staabm!Function signature fixes 🤖
Memcache/MemcachePool::get
method signature (#2344), thanks @dravnic!Internals 🔍
Type::toPhpDocNode()
(phpstan/phpstan-src@8633125)symfony/polyfill-php72
(phpstan/phpstan-src@8ff8fb0)v1.10.13
Compare Source
mixed
input (#2338), #9178, thanks @zonuexe!v1.10.12
Compare Source
Major new features 🚀
Bleeding edge 🔪
Imagick
parameter types (#2334), thanks @zonuexe!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 🔧
filter_*
array handling, supportFILTER_REQUIRE_ARRAY
(#2318), thanks @herndlm!@property
types (#2327, #2328, #2329), #9062, thanks @jtojnar!filter_input()
(#2010), [#6261](h