Skip to content

Bump the composer-dev group across 1 directory with 4 updates - #1025

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/composer-dev-658c2acfde
Closed

Bump the composer-dev group across 1 directory with 4 updates#1025
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/composer-dev-658c2acfde

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the composer-dev group with 4 updates in the / directory: fruitcake/laravel-debugbar, laravel/pint, nunomaduro/collision and rector/rector.

Updates fruitcake/laravel-debugbar from 4.3.0 to 4.4.0

Release notes

Sourced from fruitcake/laravel-debugbar's releases.

v4.4.0

Highlights:

  • New AI tab is enabled by default, when laravel/ai is installed
  • Set DEBUGBAR_CAPTURE_STREAMED=true to capture streamed responses when they finish

What's Changed

New Contributors

Full Changelog: fruitcake/laravel-debugbar@v4.3.0...v4.4.0

Changelog

Sourced from fruitcake/laravel-debugbar's changelog.

v4.4.0 - 2026-07-04

Highlights:

  • New AI tab is enabled by default, when laravel/ai is installed
  • Set DEBUGBAR_CAPTURE_STREAMED=true to capture streamed responses when they finish

What's Changed

New Contributors

Full Changelog: fruitcake/laravel-debugbar@v4.3.0...v4.4.0

Commits

Updates laravel/pint from 1.29.3 to 1.30.3

Release notes

Sourced from laravel/pint's releases.

v1.30.3

Full Changelog: laravel/pint@v1.30.2...v1.30.3

v1.30.2

Full Changelog: laravel/pint@v1.30.1...v1.30.2

v1.30.1

Full Changelog: laravel/pint@v1.30.0...v1.30.1

v1.30.0

What's Changed

New Contributors

Full Changelog: laravel/pint@v1.29.3...v1.30.0

Commits

Updates nunomaduro/collision from 8.9.4 to 8.9.5

Commits

Updates rector/rector from 2.5.2 to 2.5.9

Release notes

Sourced from rector/rector's releases.

Released Rector 2.5.9

Bugfixes 🐛

  • [DeadCode] Remove unreachable class-like checks in Class_-only rules (#8217)
  • [CodingStyle] Use native php-parser node API over class reflection (#8218)
  • [Php80] Remove AstResolver usage on AddParamBasedOnParentClassMethodRector (#8196)
  • Wire RichParser node visitors via DI factory instead of private property hack (#8215)
  • [Php80] Skip promoting a property the parent declares without a native type in ClassPropertyAssignToConstructorPromotionRector (#8232)
  • [DeadCode] Keep empty __construct() in anonymous class that extends parent on RemoveEmptyClassMethodRector (#8219)
  • [DeadCode] Skip negative zero on RemoveDeadZeroAndOneOperationRector (#8213)
  • [DeadCode] Skip protected property on non-final class on RemoveDefaultValueFromAssignedPropertyRector (#8214)
  • [DeadCode] Skip array dim fetch assign on RemoveDefaultValueFromAssignedPropertyRector (#8212)
  • [DeadCode] Skip if/else in loop on RemoveDefaultValueFromAssignedPropertyRector (#8211)
  • [DeadCode] Skip early return in constructor on RemoveDefaultValueFromAssignedPropertyRector (#8209)

Set changes 🗑️

NullToStrictStringFuncCallArgRector out 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:

  • AddReturnArrayDocblockFromDataProviderParamRector
  • AddReturnDocblockDataProviderRector
  • AddParamArrayDocblockFromDataProviderRector

rectorphp/rector-symfony 🎵

  • [Symfony72] Match push() to its own RequestStack variable in PushRequestToRequestStackConstructorRector (#971)
  • [Symfony44] Skip custom isGranted() service calls in controllers in AuthorizationCheckerIsGrantedExtractorRector (#973)
  • [Symfony42] Update Cookie fixture after NewToStaticCallRector config removal (#974)

... (truncated)

Commits
  • 858b1fb Rector 2.5.9
  • 0b1bf8f Updated Rector to commit 8b14eaa4ae390194eb499a9b003ec4754df93a0f
  • a88e754 Updated Rector to commit ad881a17abe083f4e08712ec7484068ce24a23ce
  • e687028 Updated Rector to commit fb1218da767d1b79b3fbad7dca9b0ea931fd35d1
  • 131cad7 Updated Rector to commit ab27b92faaab32e835f2b29791c59cb80fd29c56
  • 9f589db Updated Rector to commit b5b0f88119612be71aee5261c3e9dc2d683a1484
  • 2530409 Updated Rector to commit a4153d97936564a3f146e68462a071f5f1a57b7b
  • 2e0b1dd Updated Rector to commit 91f0ec8e2bee94f51a70378ffb26166a255b9964
  • b011347 Updated Rector to commit 8d1230149cf09bbb908fa712a2f5a62fce820950
  • 7273c05 Updated Rector to commit a0ad10f150d039cab666b7e87c5af6ad66d7055c
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file (May cause conflicts) php Pull requests that update php code labels Aug 5, 2026
Bumps the composer-dev group with 4 updates in the / directory: [fruitcake/laravel-debugbar](https://github.com/fruitcake/laravel-debugbar), [laravel/pint](https://github.com/laravel/pint), [nunomaduro/collision](https://github.com/nunomaduro/collision) and [rector/rector](https://github.com/rectorphp/rector).


Updates `fruitcake/laravel-debugbar` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/fruitcake/laravel-debugbar/releases)
- [Changelog](https://github.com/fruitcake/laravel-debugbar/blob/master/CHANGELOG.md)
- [Commits](fruitcake/laravel-debugbar@v4.3.0...v4.4.0)

Updates `laravel/pint` from 1.29.3 to 1.30.3
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.29.3...v1.30.3)

Updates `nunomaduro/collision` from 8.9.4 to 8.9.5
- [Commits](nunomaduro/collision@v8.9.4...v8.9.5)

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

---
updated-dependencies:
- dependency-name: fruitcake/laravel-debugbar
  dependency-version: 4.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer-dev
- dependency-name: laravel/pint
  dependency-version: 1.30.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer-dev
- dependency-name: nunomaduro/collision
  dependency-version: 8.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-dev
- dependency-name: rector/rector
  dependency-version: 2.5.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/composer/composer-dev-658c2acfde branch from 36d43fc to 42b8ba9 Compare August 5, 2026 01:26
@justinkluever

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 7, 2026
@dependabot
dependabot Bot deleted the dependabot/composer/composer-dev-658c2acfde branch August 7, 2026 04:14
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 (May cause conflicts) php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant