chore(deps-dev): bump the php-dev-tools group across 1 directory with 6 updates - #7025
Open
dependabot[bot] wants to merge 5 commits into
Open
chore(deps-dev): bump the php-dev-tools group across 1 directory with 6 updates#7025dependabot[bot] wants to merge 5 commits into
dependabot[bot] wants to merge 5 commits into
Conversation
… 6 updates Bumps the php-dev-tools group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [codeception/module-phpbrowser](https://github.com/Codeception/module-phpbrowser) | `4.0.0` | `4.1.0` | | [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source) | `2.1.44` | `2.2.7` | | [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) | `2.0.20` | `2.0.28` | | [rector/rector](https://github.com/rectorphp/rector) | `2.3.9` | `2.5.9` | | [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `8.1.1` | `8.1.2` | | [symfony/polyfill-iconv](https://github.com/symfony/polyfill-iconv) | `1.33.0` | `1.37.0` | Updates `codeception/module-phpbrowser` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/Codeception/module-phpbrowser/releases) - [Commits](Codeception/module-phpbrowser@4.0.0...4.1.0) Updates `phpstan/phpstan` from 2.1.44 to 2.2.7 - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) Updates `phpstan/phpstan-doctrine` from 2.0.20 to 2.0.28 - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](phpstan/phpstan-doctrine@2.0.20...2.0.28) Updates `rector/rector` from 2.3.9 to 2.5.9 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](rectorphp/rector@2.3.9...2.5.9) Updates `symfony/phpunit-bridge` from 8.1.1 to 8.1.2 - [Release notes](https://github.com/symfony/phpunit-bridge/releases) - [Changelog](https://github.com/symfony/phpunit-bridge/blob/8.2/CHANGELOG.md) - [Commits](symfony/phpunit-bridge@v8.1.1...v8.1.2) Updates `symfony/polyfill-iconv` from 1.33.0 to 1.37.0 - [Release notes](https://github.com/symfony/polyfill-iconv/releases) - [Commits](symfony/polyfill-iconv@v1.33.0...v1.37.0) --- updated-dependencies: - dependency-name: codeception/module-phpbrowser dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: php-dev-tools - dependency-name: phpstan/phpstan dependency-version: 2.2.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: php-dev-tools - dependency-name: phpstan/phpstan-doctrine dependency-version: 2.0.28 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: php-dev-tools - dependency-name: rector/rector dependency-version: 2.5.9 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: php-dev-tools - dependency-name: symfony/phpunit-bridge dependency-version: 8.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: php-dev-tools - dependency-name: symfony/polyfill-iconv dependency-version: 1.37.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: php-dev-tools ... Signed-off-by: dependabot[bot] <support@github.com>
dotani1111
self-requested a review
August 5, 2026 08:07
- rector 同梱の symfony/polyfill-php84 は PHP 8.4 未満で RoundingMode を class として class_alias するため、enum_exists による存在判定では衝突を検知できない - class_exists で判定する 1.0.3 以降に更新し、PHP 8.4 未満でも rector が起動できるようにする Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
- 戻り値型 static と重複する @return $this の docblock を削除 - 冗長な三項演算子を整理し、is_null による分岐を null 合体演算子へ置換 - コンストラクタで必ず代入される Order::$delivery_fee_total の初期値を削除 - LoggerFacade / TranslatorFacade の static プロパティを非 nullable に変更 (初期値の削除により null が代入されなくなるため) - TwigInitializeListener の @var PageLayout[] を削除 (Page::getPageLayouts() の戻り値型 Collection と一致しないため) Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This reverts commit 4787a60.
This reverts commit 76488aa.
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.
Bumps the php-dev-tools group with 6 updates in the / directory:
4.0.04.1.02.1.442.2.72.0.202.0.282.3.92.5.98.1.18.1.21.33.01.37.0Updates
codeception/module-phpbrowserfrom 4.0.0 to 4.1.0Release notes
Sourced from codeception/module-phpbrowser's releases.
Commits
56903dfMerge pull request #51 from W0rma/fix-phpstanc7697d2chore(ci): remove superfluous phpstan-ignore-next-line7b2a8d6chore(deps): bump phpstan version to 2.2.6e291e50chore(deps): sort packages alphabetically3606a64Merge pull request #50 from GrahamCampbell/guzzle-823dba2ffeat: add support for Guzzle 8Updates
phpstan/phpstanfrom 2.1.44 to 2.2.7Commits
Updates
phpstan/phpstan-doctrinefrom 2.0.20 to 2.0.28Release notes
Sourced from phpstan/phpstan-doctrine's releases.
Commits
b462395Support query inference with multiple entity managers (#756)da187ceUpdate actions/cache action to v6 (#775)9660770Fix build on PHPStan 2.2.3 (#773)c17f92dUpdate github-actions to v3.0.1 (#771)65a399fUpdate github-actions to v7 (#772)39b4ca4Fix incorrect stub change of criteria arg (#768)edea68bUpdate github-actions (#765)22cd60bSync ObjectRepository stub types with Doctrine (#767)cff83bfFix one more test78df87cUpdate more testsUpdates
rector/rectorfrom 2.3.9 to 2.5.9Release notes
Sourced from rector/rector's releases.
... (truncated)
Commits
858b1fbRector 2.5.90b1bf8fUpdated Rector to commit 8b14eaa4ae390194eb499a9b003ec4754df93a0fa88e754Updated Rector to commit ad881a17abe083f4e08712ec7484068ce24a23cee687028Updated Rector to commit fb1218da767d1b79b3fbad7dca9b0ea931fd35d1131cad7Updated Rector to commit ab27b92faaab32e835f2b29791c59cb80fd29c569f589dbUpdated Rector to commit b5b0f88119612be71aee5261c3e9dc2d683a14842530409Updated Rector to commit a4153d97936564a3f146e68462a071f5f1a57b7b2e0b1ddUpdated Rector to commit 91f0ec8e2bee94f51a70378ffb26166a255b9964b011347Updated Rector to commit 8d1230149cf09bbb908fa712a2f5a62fce8209507273c05Updated Rector to commit a0ad10f150d039cab666b7e87c5af6ad66d7055cUpdates
symfony/phpunit-bridgefrom 8.1.1 to 8.1.2Release notes
Sourced from symfony/phpunit-bridge's releases.
Commits
b0a06b7[PhpUnitBridge] Fix finding a config file given by its exact nameUpdates
symfony/polyfill-iconvfrom 1.33.0 to 1.37.0Release notes
Sourced from symfony/polyfill-iconv's releases.
Commits
2c5729fCS fixesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions