Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the development-dependencies group with 4 updates: barryvdh/laravel-ide-helper, friendsofphp/php-cs-fixer, larastan/larastan and rector/rector.

Updates barryvdh/laravel-ide-helper from 3.6.0 to 3.6.1

Release notes

Sourced from barryvdh/laravel-ide-helper's releases.

v3.6.1

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-ide-helper@v3.6.0...v3.6.1

Changelog

Sourced from barryvdh/laravel-ide-helper's changelog.

v3.6.1 - 2025-12-10

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-ide-helper@v3.6.0...v3.6.1

Commits

Updates friendsofphp/php-cs-fixer from 3.91.3 to 3.92.0

Release notes

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

v3.92.0 Exceptional Exception

We will take you for a little journey to the past... It's October 4th, 2017. Fixer v2.7.1 (🤯) was released 2 days ago. Suddenly, @​mlocati requests path-aware rule sets... not knowing he will eventually implement this only 8 years later 😅.

Back to the present, Fixer now can dynamically change its configured behaviour either by using @php-cs-fixer-ignore, or by implementing RuleCustomisationPolicyInterface and using it via ->setRuleCustomisationPolicy() in config file 💥!

You can read more about it here, but please keep in mind that this feature at this point is considered experimental, and as such it is not covered by the backward compatibility promise. Feel free to experiment with this feature, though, and let us know what you think!

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.91.3...v3.92.0

Changelog

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

Changelog for v3.92.0

  • feat: exception for rules via @php-cs-fixer-ignore annotation (#9280)
  • feat: exception for rules via Rule Customisation Policy (#9107)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - add handling of getStubBuilder (#9276)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - add target option (#8498)
  • chore: '.php-cs-fixer.dist.php' - remove no longer needed rule, 'expectedDeprecation' annotation does not exist for long time (#9266)
  • chore: fix arguments.count error from PHPStan (#9258)
  • chore: fix generator.valueType error from PHPStan (#9259)
  • chore: fix plus.*NonNumeric errors from PHPStan (#9260)
  • chore: Runner - better input types handling (#9286)
  • chore: watch out for non-final classes (#9262)
  • chore: Config::getFinder() - fix typehinting (#9288)
  • deps: bump alpine from 3.22 to 3.23 (#9269)
  • deps: bump phpcompatibility/php-compatibility from 10.0.0-alpha1 to 10.0.0-alpha2 in /dev-tools (#9271)
  • deps: bump the phpstan group in /dev-tools with 3 updates (#9270)
  • deps: dev-tools - upgrade deep deps (#9272)
  • docs: exception for rules in dedicated doc files, for easier discoverability (#9281)
  • docs: upgrade docs to not use legacy set (#9282)
  • DX: make all testFix* methods have first parameter $expected (#9289)
  • refactor: fix violation of 'no_useless_concat_operator' (#9267)
  • refactor: ProjectCodeTest - refactor testExpectedInputOrder test (#9290)
  • Revert (partially) "feat: Finder to find dot-files by default in v4/future-mode (#9187)" (#9287)
  • test: RuleSetTest - check against non-deprecated variant of PHPUnit sets (#9265)
  • UX: exception for rules via Rule Customisation Policy - better error message for wrong customisers (#9279)
  • UX: exception for rules via Rule Customisation Policy - prevent policy without version (#9278)
Commits
  • 5646c2c prepared the 3.92.0 release
  • 7b15cb5 chore: Config::getFinder() - fix typehinting (#9288)
  • 071db5a feat: exception for rules via @php-cs-fixer-ignore annotation (#9280)
  • d30627e Revert (partially) "feat: Finder to find dot-files by default in v4/future-mo...
  • 21bae5b chore: watch out for non-final classes (#9262)
  • cce492e refactor: ProjectCodeTest - refactor testExpectedInputOrder test (#9290)
  • eac80b8 DX: make all testFix* methods have first parameter $expected (#9289)
  • e4461ae chore: Runner - better input types handling (#9286)
  • 6b5911a docs: upgrade docs to not use legacy set (#9282)
  • 2743af9 docs: exception for rules in dedicated doc files, for easier discoverability ...
  • Additional commits viewable in compare view

Updates larastan/larastan from 3.8.0 to 3.8.1

Release notes

Sourced from larastan/larastan's releases.

3.8.1

What's Changed

New Contributors

Full Changelog: larastan/larastan@v3.8.0...v3.8.1

Commits
  • ff37252 Revert "fix: update test matrix to exclude specific PHP/Laravel version"
  • a379f0a fix: update test matrix to exclude specific PHP/Laravel version
  • 9b7eccd feat: make PendingRequest generic
  • 5b60879 feat: narrow HasEvents::dispatchesEvents (#2410)
  • 5419559 chore: update e2e tests
  • b227f28 feat: require latest PHPStan version
  • 46e2b7a feat: support foreignUuid and foreignUlid (#2403)
  • a152bb7 fix tests
  • fa18f27 feat: run tests on PHP 8.5 (#2382)
  • See full diff in compare view

Updates rector/rector from 2.2.11 to 2.2.14

Release notes

Sourced from rector/rector's releases.

Released Rector 2.2.14

Bugfixes 🐛

  • [fix] warn early about deprecated skipped rules, as not neccessary to skip anymore + restore FirstClassCallableRector and mark as deprecated to keep BC (#7742)

Released Rector 2.2.13

Bugfixes 🐛

  • [fix] restore missing pInterpolatedStringPart(), cover with test (#7741)

Released Rector 2.2.12

Bugfixes 🐛

  • [cleanup] Make FirstClassCallableRector use attributes over node traverser hacks (#7696)
  • [CodingStyle] Skip enum case on NewlineBetweenClassLikeStmtsRector (#7698), Thanks @​parth391!
  • [fix] skip all-but standalone assign on SetTypeToCastRector (#7699)
  • [fix] avoid changing generic interface in NarrowObjectReturnTypeRector, focus on objects as in definition (#7700)
  • Remove direct NodeTravser::* where possible, use node visitor attribute key instead (#7697)

Removed and Deprecated 💀

  • [dx] add stmts aware deprecation notice in `getNodeTypes()`` (#7692)

rectorphp/rector-symfony 🎵

  • [Symfony 8.0] move RemoveEraseCredentialsRector from symfony 7.3 to symfony 8.0 (#895), Thanks @​EJTJ3
  • [CodeQuality] Skip different service same name on ControllerMethodInjectionToConstructorRector (#894)
  • [code-quality] Skip enum in ControllerMethodInjectionToConstructorRector (#893)
Commits
  • 6d56bb0 Rector 2.2.14
  • e486c54 Updated Rector to commit ca6cf9cc8e20dbb5350af21d2da872fe348775bb
  • 4674fb4 Rector 2.2.13
  • 3ac3449 Updated Rector to commit bdf9c43c99d6ecda4396145b8217aa2f21bac817
  • 894fcd5 Rector 2.2.12
  • 8bddab2 Updated Rector to commit daaf902038c19d904f38e141f73aebc79f3a2de7
  • f0e767a Updated Rector to commit 3e0d7e1134c80a01d038e0cbf089c6a366d7fb91
  • e322dc9 Updated Rector to commit d98976ca59bbe6b5e5252bb90994dfaa05ec3b08
  • e8620a3 Updated Rector to commit 88d58c1141c1a75b7b73816f68e5c9c17a485998
  • e9708a7 Updated Rector to commit 19a4c038808d4f11f5b81205dedeeb33aa8d181a
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 development-dependencies group with 4 updates: [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper), [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer), [larastan/larastan](https://github.com/larastan/larastan) and [rector/rector](https://github.com/rectorphp/rector).


Updates `barryvdh/laravel-ide-helper` from 3.6.0 to 3.6.1
- [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases)
- [Changelog](https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md)
- [Commits](barryvdh/laravel-ide-helper@v3.6.0...v3.6.1)

Updates `friendsofphp/php-cs-fixer` from 3.91.3 to 3.92.0
- [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.91.3...v3.92.0)

Updates `larastan/larastan` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](larastan/larastan@v3.8.0...v3.8.1)

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

---
updated-dependencies:
- dependency-name: barryvdh/laravel-ide-helper
  dependency-version: 3.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.92.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: larastan/larastan
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: rector/rector
  dependency-version: 2.2.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-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 Dec 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 15, 2025 20:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 15, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 15, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Wed Dec 17 2025 to showcase some of the refinements we've made.

Comment @coderabbitai help to get the list of available commands and usage tips.

@ildyria ildyria enabled auto-merge (squash) December 15, 2025 20:59
@ildyria ildyria merged commit 8d30a88 into master Dec 15, 2025
45 checks passed
@ildyria ildyria deleted the dependabot/composer/development-dependencies-845da5ccd7 branch December 15, 2025 20:59
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