Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 3 updates#88

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/legacy/all-dependencies-64d4a3d404
Closed

chore(deps): bump the all-dependencies group across 1 directory with 3 updates#88
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/legacy/all-dependencies-64d4a3d404

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the all-dependencies group with 3 updates in the /legacy directory: doctrine/cache, giggsey/libphonenumber-for-php-lite and rector/rector.

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.4

Release notes

Sourced from rector/rector's releases.

Released Rector 2.4.4

New Features 🥳

  • [QA] Add StructArmed to QA (#7989)
  • feat: create rector to add names to boolean arguments (#7944), Thanks @​calebdw!
  • [CodeQuality] Add missing MinPhpVersionInterface implements on AddNameToBooleanArgumentRector (#7994)
  • [injection] If parent class has dependency via promoted property, but its private, add a new one to child class deps (#7996)

Bugfixes 🐛

  • Bump structarmed to ^0.6 (#7990)
  • [Php81] Skip NullToStrictStringFuncCallArgRector for magic __get() property access resolving to ErrorType (#7992)
  • [automated] Apply Coding Standard (#7993)
  • [TypeDeclarationDocblocks] Skip overridden methods in DocblockReturnArrayFromDirectArrayInstanceRector (#7995)
  • Fix compatibility with latest phpstan patch 2.1.x-dev (#7997)
  • Temporary pin webmozart/assert to 2.3.0 to make downgrade working (#7998)
  • Bump webmozart/assert to ^2.4 (#7999)

Removed 💀

  • [DeadCode] Skip used by get_object_vars on RemoveUnusedPromotedPropertyRector (#7988)

rectorphp/rector-symfony

  • add fixture with failing parent private (#935)
  • fix ControllerMethodInjectionToConstructorRector - update call sites when params are moved to constructor (#934)

rectorphp/rector-downgrade-php

  • [DowngradePhp82] Handle nullable true on DowngradeStandaloneNullTrueFalseReturnTypeRector (#374)

Released Rector 2.4.3

New Features 🥳

Bugfixes 🐛

  • Fix the behavior of ClassPropertyAssignToConstructorPromotionRector when types do not match (#7972), Thanks @​mspirkov!
  • Rectify (#7973)

... (truncated)

Commits
  • 4661c58 Rector 2.4.4
  • 110a99a Updated Rector to commit ee9e4d565f58117c8d17bfe93a8126bbb5de6d3b
  • 8c6bee7 Updated Rector to commit 7cd03e92a240497c4a3c980befa6d28a1541de82
  • 4da59a5 Updated Rector to commit 5be8f82d019842fb56fd0338da0b0569dbdf0bcb
  • 4c6535f Updated Rector to commit 27c0087701a3668d9418f063f186ecdc3e561aa1
  • 5e27326 Updated Rector to commit 4a063f8f8fb0140aba23b0e222c477e58cd37675
  • 0af7f58 Updated Rector to commit e7dab262b43e9dff040504b67d6b6b6313ad714f
  • abe61a7 Updated Rector to commit 30a116f197449097ea71458a52f2574fc2e6657a
  • 8d4f035 Updated Rector to commit 7625651d236a332b8412a19195b7c6153b52d961
  • ebed387 Updated Rector to commit 89d191b0be1446e24ebc0b213f3b99a4261be246
  • 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

…3 updates

Bumps the all-dependencies group with 3 updates in the /legacy directory: [doctrine/cache](https://github.com/doctrine/cache), [giggsey/libphonenumber-for-php-lite](https://github.com/giggsey/libphonenumber-for-php-lite) and [rector/rector](https://github.com/rectorphp/rector).


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.4
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@1.2.10...2.4.4)

---
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.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 20, 2026
Copilot AI review requested due to automatic review settings May 20, 2026 23:49
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 20, 2026
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 pjcdawkins closed this May 20, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 20, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/composer/legacy/all-dependencies-64d4a3d404 branch May 20, 2026 23:54
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