Skip to content

Bump the composer-dev group across 1 directory with 5 updates - #1028

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/composer-dev-2a9150d610
Open

Bump the composer-dev group across 1 directory with 5 updates#1028
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/composer-dev-2a9150d610

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the composer-dev group with 5 updates in the / directory:

Package From To
fruitcake/laravel-debugbar 4.3.0 4.4.1
laravel/pint 1.29.3 1.30.3
laravel/sail 1.64.0 1.65.0
nunomaduro/collision 8.9.4 8.9.5
rector/rector 2.5.2 2.6.1

Updates fruitcake/laravel-debugbar from 4.3.0 to 4.4.1

Release notes

Sourced from fruitcake/laravel-debugbar's releases.

v4.4.1

What's Changed

New Contributors

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

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.1 - 2026-08-04

What's Changed

New Contributors

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

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
  • 389157f Return false when the client IP check fails in isStorageOpen (#2074)
  • a275932 Bump brace-expansion, @​antfu/eslint-config and eslint (#2069)
  • 20ee2f6 Add error handling for IP check in LaravelDebugbar (#2071)
  • f2e5f79 Fix truncated nested Inertia props (#2068)
  • 0c0e217 Fix font size on query explain/rerun popup (#2066)
  • a190984 Fix font size on query explain/rerun select (#2065)
  • 1e4eded Update CHANGELOG
  • 80ef956 Resolve component name instead of verifying snapshot (#2064)
  • a743d1c Allow non-string messages in QueryCollector::addMessage (#2060)
  • bbfb314 Feat capture streaming (#2062)
  • Additional commits viewable in compare view

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 laravel/sail from 1.64.0 to 1.65.0

Release notes

Sourced from laravel/sail's releases.

v1.65.0

Changelog

Sourced from laravel/sail's changelog.

v1.65.0 - 2026-08-03

Commits
  • d4b9213 Fix background scheduled commands when using Sail (#894)
  • a7ee940 Enable dumpless upgrades for Meilisearch (#892)
  • e8f6458 Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group (#891)
  • b50e432 Update CHANGELOG
  • See full diff in compare view

Updates nunomaduro/collision from 8.9.4 to 8.9.5

Commits

Updates rector/rector from 2.5.2 to 2.6.1

Release notes

Sourced from rector/rector's releases.

Released Rector 2.6.1

Bugfix 🐛

  • [composer-based] Fix fatal error in the composer-based command on a lazy-initialized property, e.g. PHPStan UnionType::$normalized (#8280)
PHP Fatal error:  Uncaught Error: Typed property PHPStan\Type\UnionType::$normalized
must not be accessed before initialization in src/Console/Command/ComposerBasedCommand.php:205

Composer-based sets keep growing: Twig, nette/utils and the rest of Symfony 📦

Follow-up release to 2.6.0. The composer-based rollout continues - Twig and nette/utils join, and every remaining Symfony rule now declares the package version its target API was added in.

use Rector\Config\RectorConfig;
return RectorConfig::configure()
->withComposerBased(
doctrine: true,
netteUtils: true,
phpunit: true,
symfony: true,
twig: true,
);

The new Twig composer-based set replaces the twig112twig127 → ... → twig30 chain with a single set, where every rule checks the installed twig/twig version:

 final class SomeTwigUse
 {
-    public function run(Twig_Environment $twigEnvironment)
+    public function run(\Twig\Environment $twigEnvironment)
     {
-        return new Twig_SimpleFilter('some_filter', 'strlen');
+        return new \Twig\TwigFilter('some_filter', 'strlen');
     }
 }

Package bonding (composer-based rollout) 📦

  • [NetteUtils] Bind nette/utils rules to the installed package version; nette-utils4.php becomes composer-based.php and is loaded as a single set (#8275)

... (truncated)

Commits
  • b8e68f0 Rector 2.6.1
  • 8d4664e Updated Rector to commit 16be33c1c2364d51038752a299fce01043d42576
  • 834ed36 Updated Rector to commit 4e11a4088c0634076742b71dc9db4cfbeab4a207
  • 77f9eec Updated Rector to commit 4e11a4088c0634076742b71dc9db4cfbeab4a207
  • 55176b4 Updated Rector to commit 4e11a4088c0634076742b71dc9db4cfbeab4a207
  • c529f35 Updated Rector to commit 72f8056755dc28dd1a8ab8f39900259f129ebae8
  • 080ed0f Updated Rector to commit 72f8056755dc28dd1a8ab8f39900259f129ebae8
  • 30c1e33 Updated Rector to commit 72f8056755dc28dd1a8ab8f39900259f129ebae8
  • 8e262e1 Updated Rector to commit 952266b6d64f923f9d6d4390e423e4ab65a953c6
  • 2ca9c01 Updated Rector to commit da48be85d84c065d1f018c9074694980d2351e77
  • 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 composer-dev group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fruitcake/laravel-debugbar](https://github.com/fruitcake/laravel-debugbar) | `4.3.0` | `4.4.1` |
| [laravel/pint](https://github.com/laravel/pint) | `1.29.3` | `1.30.3` |
| [laravel/sail](https://github.com/laravel/sail) | `1.64.0` | `1.65.0` |
| [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.9.4` | `8.9.5` |
| [rector/rector](https://github.com/rectorphp/rector) | `2.5.2` | `2.6.1` |



Updates `fruitcake/laravel-debugbar` from 4.3.0 to 4.4.1
- [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.1)

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 `laravel/sail` from 1.64.0 to 1.65.0
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.64.0...v1.65.0)

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

---
updated-dependencies:
- dependency-name: fruitcake/laravel-debugbar
  dependency-version: 4.4.1
  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: laravel/sail
  dependency-version: 1.65.0
  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.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file (May cause conflicts) php Pull requests that update php code labels Aug 7, 2026
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.

0 participants