generated from wayofdev/laravel-package-tpl
-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update phpstan packages - autoclosed #206
Closed
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
changed the title
chore(deps): update dependency phpstan/phpstan to v1.10.35
chore(deps): update dependency phpstan/phpstan to v1.10.36
Sep 29, 2023
renovate
bot
force-pushed
the
renovate/phpstan-packages
branch
from
September 29, 2023 17:13
310ba49
to
425bd5b
Compare
renovate
bot
changed the title
chore(deps): update dependency phpstan/phpstan to v1.10.36
chore(deps): update dependency phpstan/phpstan to v1.10.37
Oct 2, 2023
renovate
bot
force-pushed
the
renovate/phpstan-packages
branch
from
October 2, 2023 16:50
425bd5b
to
a64140f
Compare
renovate
bot
changed the title
chore(deps): update dependency phpstan/phpstan to v1.10.37
chore(deps): update dependency phpstan/phpstan to v1.10.38
Oct 6, 2023
renovate
bot
force-pushed
the
renovate/phpstan-packages
branch
from
October 6, 2023 15:39
a64140f
to
6e54dba
Compare
renovate
bot
changed the title
chore(deps): update dependency phpstan/phpstan to v1.10.38
chore(deps): update phpstan packages
Oct 9, 2023
renovate
bot
force-pushed
the
renovate/phpstan-packages
branch
from
October 9, 2023 21:17
6e54dba
to
60df665
Compare
renovate
bot
force-pushed
the
renovate/phpstan-packages
branch
from
October 17, 2023 18:56
60df665
to
ac02d5e
Compare
renovate
bot
force-pushed
the
renovate/phpstan-packages
branch
2 times, most recently
from
November 5, 2023 15:47
d59b8bd
to
7c05a44
Compare
renovate
bot
force-pushed
the
renovate/phpstan-packages
branch
3 times, most recently
from
November 21, 2023 17:37
d20cd8d
to
8150798
Compare
renovate
bot
force-pushed
the
renovate/phpstan-packages
branch
3 times, most recently
from
December 2, 2023 17:29
ef6c140
to
f95ecd2
Compare
renovate
bot
force-pushed
the
renovate/phpstan-packages
branch
from
December 8, 2023 18:46
f95ecd2
to
e824890
Compare
renovate
bot
force-pushed
the
renovate/phpstan-packages
branch
from
December 12, 2023 10:40
e824890
to
adeaf6d
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: composer.lock
|
renovate
bot
changed the title
chore(deps): update phpstan packages
chore(deps): update phpstan packages - autoclosed
Feb 4, 2024
auto-merge was automatically disabled
February 4, 2024 22:05
Pull request was closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
2.6.4
->2.8.1
1.10.34
->1.10.57
1.3.14
->1.3.15
1.5.1
->1.5.2
Release Notes
larastan/larastan (nunomaduro/larastan)
v2.8.1
Compare Source
What's Changed?
Fixed
6e2729e
ModelFindExtension
:b7cc6a2
Full Changelog: larastan/larastan@v2.8.0...v2.8.1
v2.8.0
Compare Source
What's Changed
Added ✨
one
methods by @calebdw in https://github.com/larastan/larastan/pull/1785Fixed 🐛
Maintenance 🛠
New Contributors
Full Changelog: larastan/larastan@v2.7.0...v2.8.0
v2.7.0
: 2.7.0Compare Source
What's new
With this release Larastan is moved to the Larastan organization. Please refer to the upgrade guide for more details: Upgrade Guide.
v2.6.5
: 2.6.5Compare Source
What's Changed
retry()
helper stub to accept callable as$sleepMilliseconds
by @Plytas in https://github.com/nunomaduro/larastan/pull/1698FormRequest::validated
by @fyrts in https://github.com/nunomaduro/larastan/pull/1723New Contributors
Full Changelog: larastan/larastan@v2.6.4...v2.6.5
phpstan/phpstan (phpstan/phpstan)
v1.10.57
Compare Source
v1.10.56
Compare Source
Major new feature 🚀
@phpstan-require-extends
,@phpstan-require-implements
, #10302, #9899, #8550, thanks @staabm!@property
PHPDoc above interfaces work on PHP 8.2+Improvements 🔧
Bugfixes 🐛
match
arm condition before analysing the body (phpstan/phpstan-src@2b74aa8), #10418Function signature fixes 🤖
Yaf_Response_Http::__clone
(#2863), thanks @PrinsFrank!transliterator::listIDs
return type (#2865), thanks @PrinsFrank!strtok()
always returns anon-empty-string
when it does not return false (#2869), thanks @staabm!Internals 🔍
Type::getConstantArrays()
(#2864), thanks @staabm!Scope::getFunctionType()
(#2872), thanks @staabm!v1.10.55
Compare Source
Improvements 🔧
@phpstan-ignore-next-line
works for first line below the PHPDoc even in bleeding edge (phpstan/phpstan-src@8b6260c), #10383, https://github.com/phpstan/phpstan/discussions/10374open-resource
type (phpstan/phpstan-src@bbd9a68), #10399Bugfixes 🐛
Internals 🔍
@phpstan-require-extends
and@phpstan-require-implements
(#2856), thanks @staabm!Scope::getFunctionCallStack()
(phpstan/phpstan-src@9be1376), https://github.com/phpstan/phpstan-deprecation-rules/issues/106v1.10.54
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 🔧
Bugfixes 🐛
v1.10.53
Compare Source
Improvements 🔧
str_increment
/str_decrement
return type extension (#2776), thanks @zonuexe!Bugfixes 🐛
array_udiff()
comparator return type is too strict (#2822), #9697, thanks @staabm!Internals 🔍
v1.10.52
Compare Source
Improvements 🔧
Bugfixes 🐛
v1.10.51
Compare Source
Bleeding edge 🔪
RecursiveIteratorIterator::__construct()
parameter types (#2835), 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 🐛
ReflectionEnum::getBackingType()
afterReflectionEnum::isBacked()
(#2830), #10167, thanks @staabm!??
type inference (phpstan/phpstan-src@d801919), #10327Internals 🔍
ondrejmirtes/simple-downgrader
str_starts_with()
andstr_contains()
instead ofstrpos()
(#2841), thanks @zonuexe!ParametersAcceptorSelector::combine()
(#2851), thanks @staabm!v1.10.50
Compare Source
Improvements 🔧
nikic/php-parser
to 4.18.0 (phpstan/phpstan-src@24f92cc)Bugfixes 🐛
VoidType
- acceptnull
(phpstan/phpstan-src@40c8fb2), #10291Internals 🔍
InvalidPromotedPropertiesRule
- useFunctionLike
as node type (#2823), thanks @paulbalandan!v1.10.49
Compare Source
Bleeding edge 🔪
GenericObjectType
(#2818, #2821)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 🔧
void
return tonull
after call (#2778), #6720, thanks @herndlm!Bugfixes 🐛
count(list)
regression (#2813), thanks @staabm!Function signature fixes 🤖
SimpleXMLElement
method return types benevolent (when they returnstatic|null
) (phpstan/phpstan-src@fb76c9f)v1.10.48
Compare Source
Bleeding edge 🔪
xor
because that's probably not what the user intended to do (phpstan/phpstan-src@a1fffb3), #10267and
andor
(phpstan/phpstan-src@1d8fff6)&&
and||
(phpstan/phpstan-src@cf2c8bb)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 🔧
ReflectionEnum::getName()
afterReflectionEnum::isBacked()
(#2806), #10192, thanks @franmomu!Bugfixes 🐛
count()
results in type loss (#2811), #10264, thanks @staabm!Function signature fixes 🤖
SimpleXMLElement::addChild
(#2808), #10269, thanks @DaveLiddament!v1.10.47
Compare Source
Improvements 🔧
ExpressionTypeResolverExtension
(#2789), thanks @janedbal!ExpressionTypeResolverExtension
in API ReferenceBugfixes 🐛
array_filter
- handle error types (#2794), #10189, thanks @mglaman!if ($var ?? null)
(phpstan/phpstan-src@c2ba341), #10224Function signature fixes 🤖
Redis::hMset
(#2793), thanks @Vaalyn!v1.10.46
Compare Source
Improvements 🔧
isset()
and ternary operator handling (#2710), #3632, #8190, #8366, #8659, #9580, #10064, #10088, thanks @staabm!Bugfixes 🐛
Internals 🔍
isSuperTypeOf()
(#2788), thanks @staabm!v1.10.45
Compare Source
Improvements 🔧
enum_exists()
arg to UnitEnum (#2764), #10169, thanks @staabm!Bugfixes 🐛
isSuperTypeOf()
(#2772, #2787), #9778, #9723, #6407, thanks @staabm!in_array
- simulate Identical/Equal handling from TypeSpecifier for literal arrays (phpstan/phpstan-src@0177e33), #10201Function signature fixes 🤖
Redis::restore
(#2765), thanks @Vaalyn!str_increment
andstr_decrement
into functionMap (#2777), thanks @zonuexe!ext-mongodb
1.17 (#2768), thanks @alcaeus!Internals 🔍
in_array()
instead of redundant property (#2770), thanks @zonuexe!MethodVisibitiliyInInterfaceRule
(#2781), thanks @staabm!return null
(#2782), thanks @zonuexe!v1.10.44
Compare Source
Improvements 🔧
list<array{id: int}>
tomixed[]
(#2760), thanks @janedbal!Bugfixes 🐛
Carbon
PHPStan extension (#2762), thanks @CalebDW!SoapClient
old-style constructor (phpstan/phpstan-src@7765768), #10165Function signature fixes 🤖
setcookie
/setrawcookie
(#2752), #10171, thanks @schlndh!v1.10.43
Compare Source
Improvements 🔧
phpstan/phpdoc-parser
ReflectionEnum
generic (phpstan/phpstan-src@9ce8faf)Bugfixes 🐛
??=
with scope before the expression (phpstan/phpstan-src@846f44e), #10151, #10131stdClass
does not have__get
method (phpstan/phpstan-src@baf359e), #10149universalObjectCratesClasses
allow dynamic properties (phpstan/phpstan-src@2ec416e)Internals 🔍
v1.10.42
Compare Source
This release closes 25 issues! 🎉
Major new features 🚀
#[\Override]
attribute (phpstan/phpstan-src@e9a5639) (RFC)checkMissingOverrideMethodAttribute
(https://phpstan.org/config-reference#checkmissingoverridemethodattribute) (phpstan/phpstan-src@ac4d3de)Bleeding edge 🔪
@final
method in OverridingMethodRule, #9135If 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 🔧
dynamicConstantNames
(phpstan/phpstan-src@cb9571b)--debug
(phpstan/phpstan-src@c534f8c)Bugfixes 🐛
non-empty-string
instr_shuffle()
(#2717), thanks @staabm!ReturnTypeWillChange
or not (phpstan/phpstan-src@eb0c7a1), #9615Function signature fixes 🤖
mailparse_msg_get_part()
(#2722), thanks @jlherren!iptcparse
return type (#2727), thanks @ManuelHu!Internals 🔍
#[\Override]
attribute in error messages (#10136), thanks @TimWolla!v1.10.41
Compare Source
Bugfixes 🐛
===
andmatch
condition (phpstan/phpstan-src@01deed6), #10084Function signature fixes 🤖
Internals 🔍
MutatingScope::debug()
- add info about conditional expressions (phpstan/phpstan-src@80782fb)v1.10.40
Compare Source
Improvements 🔧
self
because they're not usable (phpstan/phpstan-src@c6fad64), #10049Bugfixes 🐛
!==
with union of constants (#2700), #10002, thanks @schlndh!declare(ticks=...)
(phpstan/phpstan-src@eb39381), #10059Function signature fixes 🤖
\
from DateTimeZone in functionMap (#2693), thanks @simPod!Redis::pconnect
to have 7 parameters (#2695), thanks @Vaalyn!Internals 🔍
TypeSpecifier::resolveIdentical
(#2700), thanks @schlndh!in_array()
(#2698), thanks @zonuexe!v1.10.39
Compare Source
Improvements 🔧
pro.tmpDir
config parameter (phpstan/phpstan-src@4a95206, phpstan/phpstan-src@7c4ef6b)Bugfixes 🐛
??=
with=== null
(phpstan/phpstan-src@f407ac6)isset
check (phpstan/phpstan-src@6fbd6e4), #9991array_filter
(phpstan/phpstan-src@0228643Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.