chore(deps): update composer dev dependencies - #111
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/composer-dev
branch
from
July 24, 2026 04:59
7dc6d30 to
6227b19
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev
branch
from
July 27, 2026 10:02
6227b19 to
a926890
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev
branch
2 times, most recently
from
August 3, 2026 15:11
c1bf4b9 to
8f9f2ee
Compare
renovate
Bot
force-pushed
the
renovate/composer-dev
branch
from
August 3, 2026 19:17
8f9f2ee to
ba7c9e7
Compare
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
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:
1.43.0→1.45.02.5.7→2.6.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
carthage-software/mago (carthage-software/mago)
v1.45.0: Mago 1.45.0Compare Source
Mago 1.45.0
This release teaches the analyzer to build keyed array shapes from
get_object_vars(), adds@param-closure-thissupport and an auto-fix for overly-wide return types, introduces a linter rule preferringDateTimeImmutable::createFromTimestamp(), fixes a batch of analyzer false positives, and makes empty reports valid SARIF/JSON documents for CI.✨ Features
Analyzer
get_object_vars()shapes: returns keyed array shapes built from the object's visible properties. (#2110,a729ce1)@param-closure-this: supports the docblock tag for typing a closure parameter's$this. (#2131,6000d41)9e4d186)Linter
prefer-datetimeimmutable-create-from-timestamp: suggests the factory overnew DateTimeImmutable('@...'). (#2118,38b6152)🐛 Bug Fixes
Analyzer
490452e)635eeab)method_existsguards on descendant members. (#2125,d1b6e9c)6527f24)array_mapshapes: preserves array shapes for untyped closures. (#2122,816578a)aa469b9)bd95ea5)@property-readand@property-writetypes. (#2079, #2108,b54a881)@propertyvisibility: resolves tags according to call-site visibility. (#2106,a4b077d)Codex
237465e)Prelude
array_diff: relaxes value parameters to string-castable types. (#2116,f290239)Reporting
003ff32)Playground
4184888)🙏 Thank You
Contributors
A huge thank you to everyone who contributed code to this release:
Issue Reporters
Thank you to everyone who reported issues that shaped this release:
Full Changelog: carthage-software/mago@1.44.0...1.45.0
v1.44.0: Mago 1.44.0Compare Source
Mago 1.44.0
A faster release with stronger dependent-type analysis, richer guard and linter configuration, and fixes across the CLI, formatter, analyzer, and semantics.
✨ Features
Analyzer
90c04c0)Linter
no-missing-format-argument: detects missing format arguments. (#2062,38857dd)missing-docsexclusions: supports configurable exclusions. (#2102,4488055)34ed400)Guard
@finalvalidation: supports the annotation during structure validation. (#2065,78cbbf0)8d6d359)CLI
-yself-update: adds a shorthand for--no-confirm. (#2011,d231964)🐛 Bug Fixes
Analyzer
a629700,a231709,81be763)2037b9a,6d71045)do-whileiterations. (#2078,0205e49,7afc4eb)issetflow: retains unsafe access and try/catch uncertainty after failed checks. (#2076, #2096,b70350c,23203e5)ad495bd)@methodcalls backed by inherited methods. (#2089,fda90f8)$thisandstaticto mixin receivers. (#2086,07086c5)80dbbfe)$property, not$$property. (#2066,5d2116d)voidin nullable docblock return types. (#2081, #2082,cdfd166)b15f9e1)Codex
683220c,2637cf8)->valueaccess. (#2064,45ad41b)@require-extendsclasses when validating traits. (#2069,84c0766)Semantics
__call,__callStatic, and__invoke. (#2075,d0487f2)Linter
9b40611)Formatter
match-arm docblocks. (#2060, #2063,3057c15)bc0090e)035d956,2923585)Guard
@self: scopes permits to the active rule namespace. (#2084,6a2a317)CLI
head. (#2090, #2097,9e504a6)Distribution
testssuite. (#2098,722e39b)🏗️ Internal
Performance
f6520a2,ed94713)d818460)d473383,c0d27c6)Toolchain
8c8262e,a43077b)🙏 Thank You
Contributors
A huge thank you to everyone who contributed code to this release:
Issue Reporters
Thank you to everyone who reported issues that shaped this release:
Full Changelog: carthage-software/mago@1.43.0...1.44.0
rectorphp/rector (rector/rector)
v2.6.1Compare Source
v2.6.0Compare Source
v2.5.9: Released Rector 2.5.9Compare Source
Bugfixes 🐛
Class_-only rules (#8217)AstResolverusage onAddParamBasedOnParentClassMethodRector(#8196)RichParsernode visitors via DI factory instead of private property hack (#8215)ClassPropertyAssignToConstructorPromotionRector(#8232)__construct()in anonymous class that extends parent onRemoveEmptyClassMethodRector(#8219)RemoveDeadZeroAndOneOperationRector(#8213)RemoveDefaultValueFromAssignedPropertyRector(#8214)RemoveDefaultValueFromAssignedPropertyRector(#8212)RemoveDefaultValueFromAssignedPropertyRector(#8211)RemoveDefaultValueFromAssignedPropertyRector(#8209)Set changes 🗑️
NullToStrictStringFuncCallArgRectorout of the PHP 8.1 set (#8234)The rule and all its fixtures stay, so it can still be opted into:
->withRules([NullToStrictStringFuncCallArgRector::class])Deprecations 💀
TypeDeclarationDocblocks: 3 data provider docblock rules (#8235)Data provider docblock typing is not relevant to code quality — it increases maintenance cost and decreases readability of the test class.
Deprecated rules:
AddReturnArrayDocblockFromDataProviderParamRectorAddReturnDocblockDataProviderRectorAddParamArrayDocblockFromDataProviderRectorrectorphp/rector-symfony 🎵
push()to its ownRequestStackvariable inPushRequestToRequestStackConstructorRector(#971)isGranted()service calls in controllers inAuthorizationCheckerIsGrantedExtractorRector(#973)Cookiefixture afterNewToStaticCallRectorconfig removal (#974)rector/type-perfect, its rules ship intomasvotruba/type-coverage2.3 now (#972)symfony/configto^8.1(#977)Deprecated:
SimplifyFormRenderingRector(#975)The rule removed the explicit
->createView()call when a form was passed torender():Symfony supports passing the
FormInterfacedirectly, but the shorthand is ambiguous and breaks dynamic forms: forms modified inPRE_SET_DATA/POST_SUBMITlisteners and submitted over AJAX end up with a 422 response and no clear error. Keeping the explicit->createView()call is the reliable form. See symfony/symfony#50542.rectorphp/rector-phpunit 🧪
expectExceptionMessage()rename toTestCase(#735)rectorphp/rector-downgrade-php ⬇️
MHASH_*constants by name inDowngradeHashAlgorithmXxHashRectorto fix PHP 8.5 deprecation (#386)v2.5.8: Released Rector 2.5.8Compare Source
New Features 🥳
Bugfixes 🐛
Removed 💀
rectorphp/rector-symfony 🎵
rectorphp/rector-doctrine 🟠
rectorphp/rector-phpunit 🟢
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.