Skip to content

chore(deps): bump the all-dependencies group in /legacy with 4 updates#82

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/composer/legacy/all-dependencies-55ba7f4af2
Open

chore(deps): bump the all-dependencies group in /legacy with 4 updates#82
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/composer/legacy/all-dependencies-55ba7f4af2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps the all-dependencies group in /legacy with 4 updates: doctrine/cache, giggsey/libphonenumber-for-php-lite, rector/rector and friendsofphp/php-cs-fixer.

Updates doctrine/cache from 1.13.0 to 2.2.0

Release notes

Sourced from doctrine/cache's releases.

2.2.0

Release Notes for 2.2.0

Feature release (minor)

2.2.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement

CI

Documentation

2.1.1

Release Notes for 2.1.1

2.1.x bugfix release (patch)

2.1.1

Bug

2.1.0

Release Notes for 2.1.0

Feature release (minor)

2.1.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2

... (truncated)

Commits
  • 1ca8f21 Merge branch '1.13.x' into 2.2.x
  • 3ea6f50 Remove obsolete dependencies (#405)
  • 9f0d817 Merge branch '1.12.x' into 2.1.x
  • 1568ea8 Add example of using a PSR-6 cache wrapped in Doctrine Cache interface. (#391)
  • 331b4d5 Merge pull request #390 from doctrine/2.0.x
  • 28cdf6c Merge pull request #389 from doctrine/1.12.x-merge-up-into-2.0.x_l63IFyDQ
  • cebb0d1 Merge pull request #388 from greg0ire/update-branch-metadata
  • ef55728 Update branch metadata to reflect current state
  • ac77408 Merge pull request #384 from doctrine/1.12.x-merge-up-into-2.0.x_arHnvpcb
  • 96355bd Merge pull request #379 from alcaeus/document-deprecation
  • Additional commits viewable in compare view

Updates giggsey/libphonenumber-for-php-lite from 8.13.55 to 9.0.30

Release notes

Sourced from giggsey/libphonenumber-for-php-lite's releases.

9.0.30

Google v9.0.30 changes: May 06, 2026

Metadata changes:
  • Updated phone metadata for region code(s): CL, CZ, DE, IN, SG

9.0.29

Google v9.0.29 changes: Apr 22, 2026

Metadata changes:
  • Updated phone metadata for region code(s): BI, BL, GP, MF, MY, SK, TH, TR, TW
  • Updated short number metadata for region code(s): CH

9.0.28

Google v9.0.28 changes: Apr 09, 2026

Code changes:
  • Refactor hasFormattingPatternForNumber to only call chooseFormattingPatternForNumber once
Metadata changes:
  • Updated phone metadata for region code(s): BW, IL, MN, RE, SR, YT

9.0.27

Google v9.0.27 changes: Mar 26, 2026

Metadata changes:
  • Updated phone metadata for region code(s): BF, BL, CM, GF, GH, GP, GU, KE, MF, MQ, MY, SX, TD, TJ, US

9.0.26

Google v9.0.26 changes: Mar 12, 2026

Metadata changes:
  • Updated phone metadata for region code(s): BL, GF, GP, GY, KY, MF, PL, PM, VU
  • Updated short number metadata for region code(s): BL, GF, GP, GY, MF, PM

9.0.25

Google v9.0.25 changes: Feb 25, 2026

Metadata changes:
  • Updated phone metadata for region code(s): 882, HK, MY, PA, SL, TG, TR
  • Updated short number metadata for region code(s): KR

... (truncated)

Commits
  • 6561e56 Merge pull request #134 from giggsey/upstream-9.0.30
  • d0a7297 Upstream metadata changes from Google for v9.0.30
  • d64c0c0 Merge pull request #133 from giggsey/upstream-9.0.29
  • cfbc213 Upstream metadata changes from Google for v9.0.29
  • 08acc9d Merge pull request #132 from giggsey/upstream-9.0.28
  • f1a26e5 Upstream metadata changes from Google for v9.0.28
  • 88ebc74 Refactor hasFormattingPatternForNumber to only call chooseFormattingPatternFo...
  • ef1e41c Merge pull request #131 from giggsey/upstream-9.0.27
  • 861bdeb Upstream metadata changes from Google for v9.0.27
  • ba56c9c Merge pull request #130 from giggsey/dependabot/github_actions/codecov/codeco...
  • Additional commits viewable in compare view

Updates rector/rector from 1.2.10 to 2.4.3

Release notes

Sourced from rector/rector's releases.

Released Rector 2.4.3

New Features 🥳

Bugfixes 🐛

  • Fix the behavior of ClassPropertyAssignToConstructorPromotionRector when types do not match (#7972), Thanks @​mspirkov!
  • Rectify (#7973)
  • Bump crate-ci/typos from 1.44.0 to 1.46.0 (#7976), Thanks @​dependabot[bot]!
  • [CodeQuality] Skip union type on UseIdenticalOverEqualWithSameTypeRector (#7975)
  • [CodingStyle] Mirror comment on SplitDoubleAssignRector (#7977)
  • [phpstan] remove copuel fixed phpstan ignores (#7979)
  • trigger code analysis on main (rectorphp/rector-src@adb24d0)
  • [CodeQuality] Skip in html for ForRepeatedCountToOwnVariableRector (#7981)
  • Clean up PHPStan ignoreErrors (#7982)
  • Fix typo namespace Sourde -> Source in rules-tests/TypeDeclarationDocblocks (#7983)
  • cs (rectorphp/rector-src@7805989)
  • [Naming] Handle rename with use after anonymous class on RenameParamToMatchTypeRector (#7984)
  • [DX] Fix run on custom rector config when no rector.php (#7985)
  • Temporary pin nette/utils version to 4.1.3 (#7986)
  • Bump to nette/utils ^4.1.4 (#7987)

Removed 💀

  • [remove] Remove deprecated StmtsAwareInterface (#7978)
  • [remove] Remove deprecated FileWithoutNamespace and ScopeResolverNodeVisitorInterface (#7980)
  • remove docker-metadata files, as no longer maintained (rectorphp/rector-src@2166603)

rectorphp/rector-symfony

  • [symfony 2.4] skip no-route in GetRequestRector (#933)
  • fix(CommandHelpToAttributeRector): support concatenated string in setHelp() (#932), Thanks @​androshchuk

rectorphp/rector-phpunit

  • [CodeQuality] Handle on static closure on WithCallbackIdenticalToStandaloneAssertsRector (#672)
  • ReplaceTestAnnotationWithPrefixedFunctionRector does not match @ test annotation if it is being part of string (#671), Thanks @​Dukecz
  • [PHPUnit12] Skip used as next arg with MockObject Type on ExpressionCreateMockToCreateStubRector (#670)
  • [CodeQuality] Skip multiple uses variable as arg after defined on BareCreateMockAssignToDirectUseRector (#669)

rectorphp/rector-downgrade-php

  • [DowngradePhp80] Handle combine DowngradeMixedTypeDeclarationRector+DowngradeAttributeToAnnotationRector on declare(strict_types=1) inline after open php tag (#373)
  • remove FileWithoutNamespace (#371)

... (truncated)

Commits
  • 891824c Rector 2.4.3
  • 7a0b943 Updated Rector to commit badc24c2c506745473c5a9d74574f9108f10b289
  • cd06242 Updated Rector to commit ad570a65fde127307c568841b91ac79f438d2825
  • 004a006 Updated Rector to commit 0594c13724aa0eb9914e14b07a021f5e2655d7c9
  • f60c087 Updated Rector to commit 0594c13724aa0eb9914e14b07a021f5e2655d7c9
  • 1294cdc Updated Rector to commit 7805989f53a6bcfe781e15113797f2192f450b56
  • 0f34128 Updated Rector to commit 01a643161b1795bd9360df9814a8ea10a2089e8b
  • 313e715 Updated Rector to commit 6d8bee44674a5ee690b2e3b4e612ebbf6f58b03d
  • b605987 Updated Rector to commit 6331251321446d4e7f9e6b7d013b4559a9d3c05d
  • 4d7b696 Updated Rector to commit 2166603e4d54f3ffe01fddbd1e16eda5dc5a4fcc
  • Additional commits viewable in compare view

Updates friendsofphp/php-cs-fixer from 3.95.1 to 3.95.2

Release notes

Sourced from friendsofphp/php-cs-fixer's releases.

v3.95.2 Adalbertus

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.1...v3.95.2

Changelog

Sourced from friendsofphp/php-cs-fixer's changelog.

Changelog for v3.95.2

  • fix: MethodArgumentSpaceFixer - avoid collapsing multi-line arguments (#9559)
  • fix: ModifierKeywordsFixer - do not break PHP syntax for closures in constant expressions (#9596)
  • fix: NoRedundantReadonlyPropertyFixer - fix TypeError when trait contains anonymous class (#9457)
  • fix: PhpUnitAttributesFixer - add missing handling of CoversMethod and naive handling of CoversTrait (#9588)
  • fix: TextReporter - always show summary footer (#9595)
  • deps: bump crate-ci/typos from 1.45.1 to 1.46.0 in /.github/workflows in the all group across 1 directory (#9605)
  • deps: bump ergebnis/composer-normalize from 2.50.0 to 2.51.0 in /dev-tools (#9561)
  • deps: bump phpstan/phpstan from 2.1.46 to 2.1.47 in /dev-tools in the phpstan group (#9560)
  • deps: bump phpstan/phpstan from 2.1.51 to 2.1.52 in /dev-tools in the phpstan group (#9601)
  • deps: bump PHPUnit patch versions (#9593)
  • deps: bump shipmonk/dead-code-detector from 1.0.0 to 1.1.0 in /dev-tools in the shipmonk group across 1 directory (#9569)
  • deps: bump the all group across 1 directory with 2 updates (#9570)
  • deps: bump the phpstan group across 1 directory with 2 updates (#9608)
  • deps: update facile-it/paraunit to ^2.11 (#9589)
  • deps: upgrade PHPUnit in GitHub Actions (#9577)
  • chore: .gitattributes - export-ignore for logo.md (#9611)
  • chore: .gitattributes - sort entries (#9612)
  • chore: Add CS commit to .git-blame-ignore-revs
  • chore: Add CS commit to .git-blame-ignore-revs
  • chore: add tests to PhpdocTagCasingFixerTest (#9610)
  • chore: cleanup AbstractFopenFlagFixer (#9592)
  • chore: cleanup BlankLineBetweenImportGroupsFixer (#9562)
  • chore: cleanup ControlStructureBracesFixer (#9609)
  • chore: cleanup NoExtraBlankLinesFixer (#9567)
  • chore: cleanup OrderedImportsFixer (#9603)
  • chore: cleanup PhpdocSingleLineVarSpacingFixer (#9591)
  • chore: cleanup PhpdocToReturnTypeFixer (#9558)
  • chore: CS - apply PhpUnitRequiresConstraintFixer from https://github.com/kubawerlos/php-cs-fixer-custom-fixers (#9581)
  • chore: CS - apply php_unit_attributes rule (#9578)
  • chore: ensure consistent @author name per email (#9606)
  • chore: fix wrong test Attribute (#9586)
  • chore: infection - define staticAnalysisTool (#9607)
  • chore: move Codecov config (#9597)
  • CI: move PHPUnit version management earlier to prevent composer installation phase to run 2 times (#9587)
  • CI: specify Codecov token (#9556)
  • CI: use Codecov for code coverage (#9553)
  • test: NoUnsetCastFixerTest - run any test on PHP >= 8 (#9585)
Commits
  • a28d88a prepared the 3.95.2 release
  • a752f27 fix: ModifierKeywordsFixer - do not break PHP syntax for closures in consta...
  • 1d01838 deps: update facile-it/paraunit to ^2.11 (#9589)
  • 7f68fc3 chore: .gitattributes - sort entries (#9612)
  • 2e5147d chore: .gitattributes - export-ignore for logo.md (#9611)
  • 738b6ad chore: infection - define staticAnalysisTool (#9607)
  • 6587f53 chore: add tests to PhpdocTagCasingFixerTest (#9610)
  • b3fd361 chore: cleanup ControlStructureBracesFixer (#9609)
  • 259c20e fix: PhpUnitAttributesFixer - add missing handling of CoversMethod and na...
  • 8eab596 deps: bump the phpstan group across 1 directory with 2 updates (#9608)
  • Additional commits viewable in compare view

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the all-dependencies group in /legacy with 4 updates: [doctrine/cache](https://github.com/doctrine/cache), [giggsey/libphonenumber-for-php-lite](https://github.com/giggsey/libphonenumber-for-php-lite), [rector/rector](https://github.com/rectorphp/rector) and [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer).


Updates `doctrine/cache` from 1.13.0 to 2.2.0
- [Release notes](https://github.com/doctrine/cache/releases)
- [Commits](doctrine/cache@1.13.0...2.2.0)

Updates `giggsey/libphonenumber-for-php-lite` from 8.13.55 to 9.0.30
- [Release notes](https://github.com/giggsey/libphonenumber-for-php-lite/releases)
- [Commits](giggsey/libphonenumber-for-php-lite@8.13.55...9.0.30)

Updates `rector/rector` from 1.2.10 to 2.4.3
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@1.2.10...2.4.3)

Updates `friendsofphp/php-cs-fixer` from 3.95.1 to 3.95.2
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.95.1...v3.95.2)

---
updated-dependencies:
- dependency-name: doctrine/cache
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: giggsey/libphonenumber-for-php-lite
  dependency-version: 9.0.30
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: rector/rector
  dependency-version: 2.4.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.95.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 18, 2026
Copilot AI review requested due to automatic review settings May 18, 2026 18:11
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@pjcdawkins
Copy link
Copy Markdown
Contributor

@dependabot ignore doctrine/cache 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants