Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates - #26

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/dev-dependencies-4144d3c396
Open

chore(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates#26
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/dev-dependencies-4144d3c396

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the dev-dependencies group with 7 updates in the / directory:

Package From To
friendsofphp/php-cs-fixer 3.95.15 3.95.20
laravel/boost 2.4.10 2.5.5
laravel/pao 1.1.2 1.1.4
laravel/pint 1.29.3 1.30.5
mockery/mockery 1.6.12 1.6.15
nunomaduro/collision 8.9.4 8.9.5
phpstan/phpstan 2.2.5 2.2.8

Updates friendsofphp/php-cs-fixer from 3.95.15 to 3.95.20

Release notes

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

v3.95.20 Adalbertus

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.19...v3.95.20

v3.95.19 Adalbertus

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.18...v3.95.19

v3.95.18 Adalbertus

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.17...v3.95.18

v3.95.17 Adalbertus

What's Changed

... (truncated)

Changelog

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

Changelog for v3.95.20

  • fix: PsrAutoloadingFixer - do not throw when the file cannot be resolved on disk (#9762)
  • refactor: Transformers - move looping over tokens directly into each transformer individually (#9782)
  • test: drop mikey179/vfsstream (#9787)
  • test: NoUnusedImportsFixerTest - add new cases around quoted values (#9784)

Changelog for v3.95.19

  • fix: binary_operator_spaces alignment for nested single-line arrays in multiline array (#9654)
  • fix: ClassDefinitionFixer - keep multiline constructor args when anonymous class has both extends and implements (#9625)
  • fix: SelfStaticAccessorFixer - do not stop fixing a class after a static return type (#9774)
  • chore: Fix incorrect URL in CommentsAnalyzer.php docblock (#9772)
  • chore: Runner - ignore coverage of non-deterministic parallel branches (#9785)
  • CI: fix using PHP_CS_FIXER_FAST_LINT_TEST_CASES (#9783)
  • deps: bump phpstan/phpstan from 2.2.7 to 2.2.8 in /dev-tools in the phpstan group (#9779)
  • deps: bump squizlabs/php_codesniffer from 4.0.1 to 4.0.4 in /dev-tools (#9768)
  • deps: bump the all group across 1 directory with 2 updates (#9767)
  • test: introduce TestCaseUtils::createTemporaryDirectory() helper (#9788)
  • test: ProjectCodeTest - restore the duplicate check in data providers (#9761)
  • test: AbstractFixerTestCase - use spl_object_id() to fix PHP 8.6 deprecations (#9786)

Changelog for v3.95.18

  • CI: attach provenance and SBOM attestations to the released image (#9751)
  • deps: bump the phpstan group in /dev-tools with 2 updates (#9748)
  • deps: update dev-tools (#9754)
  • perf: Limit token search in simplified_if_return (#9747)

Changelog for v3.95.17

  • perf: Token::equals() - Avoid building intermediary arrays (#9739)
  • perf: Tokens::findSequence() - improve looping logic (#9737)

Changelog for v3.95.16

  • fix: NoSuperfluousPhpdocTagsFixer with multiple hidden params (#9736)
  • fix: PowToExponentiationFixer - do not produce two consecutive whitespace tokens (#9735)
  • chore: do not remove ParaUnit for PHPUnit v13, as they are now compatible (#9579)
  • CI: introduce perf as new PR type (#9742)
  • deps: update dev deps (#9743)
  • test: AbstractIntegrationTestCase - externalized FixerFactory creation (#9744)
Commits
  • 4d6c988 prepared the 3.95.20 release
  • 6b5f0de fix: PsrAutoloadingFixer - do not throw when the file cannot be resolved on...
  • 2211fcb refactor: Transformers - move looping over tokens directly into each transfor...
  • 1a74f1c test: drop mikey179/vfsstream (#9787)
  • 56ed098 test: NoUnusedImportsFixerTest - add new cases around quoted values (#9784)
  • 928159a bumped version
  • 8a06c4a prepared the 3.95.19 release
  • af0d812 fix: binary_operator_spaces alignment for nested single-line arrays in multil...
  • 51229c4 test: introduce TestCaseUtils::createTemporaryDirectory() helper (#9788)
  • 0e24c5e test: AbstractFixerTestCase - use spl_object_id() to fix PHP 8.6 deprecat...
  • Additional commits viewable in compare view

Updates laravel/boost from 2.4.10 to 2.5.5

Release notes

Sourced from laravel/boost's releases.

v2.5.5

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.5.4...v2.5.5

v2.5.4

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.5.3...v2.5.4

v2.5.3

What's Changed

Full Changelog: laravel/boost@v2.5.2...v2.5.3

v2.5.2

... (truncated)

Changelog

Sourced from laravel/boost's changelog.

v2.5.5 - 2026-08-19

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.5.4...v2.5.5

v2.5.4 - 2026-08-18

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.5.3...v2.5.4

v2.5.3 - 2026-08-07

... (truncated)

Commits
  • a6c7989 Fix newline normalization corrupting multi-byte UTF-8 in rule files (#947)
  • 3faf79f chore: allow guzzle v8 (#956)
  • b543478 Point the Livewire 4 stream migration at the correct parameter (#949)
  • 1b1d014 Add the missing PHP opening tag to the Volt class-based example (#951)
  • c560b43 Correct the Wayfinder query parameter return value (#950)
  • 2713135 Update CHANGELOG
  • 778f4c9 Correct the cache tag driver support list (#941)
  • 57e09f4 Describe what LazilyRefreshDatabase actually defers (#944)
  • c36534e Correct the wire:model default in the Livewire 4 skill (#943)
  • 2ea31ce Fix the foreign key index example so it actually creates an index (#942)
  • Additional commits viewable in compare view

Updates laravel/pao from 1.1.2 to 1.1.4

Release notes

Sourced from laravel/pao's releases.

v1.1.4

  • fix: usage on phpunit:^13.3.0
  • fix: missing phpstan / rector output on commands besides the analyses command

v1.1.3

Commits
  • 5aee99c fix: more phpstan / rector fixes
  • 84eaa3d fix: uses both stderr and stdout
  • a722642 fix(phpstan): only json on analyse command
  • 2fa8278 fix: phpstan & rector fallbacks & support for PHPUnit >= 13.3
  • ec8d4fd chore: lowers deps
  • 322f220 chore: bump deps
  • 51a090c fix(pest): do not repeat output flags the caller already passed (#53)
  • 29abb06 chore(deps): bump actions/checkout in the github-actions group (#50)
  • 7896827 chore(deps): bump the github-actions group with 2 updates (#46)
  • See full diff in compare view

Updates laravel/pint from 1.29.3 to 1.30.5

Release notes

Sourced from laravel/pint's releases.

v1.30.5

What's Changed

Full Changelog: laravel/pint@v1.30.4...v1.30.5

v1.30.4

What's Changed

New Contributors

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

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
  • fe4148c release: v1.30.5
  • dd87a71 chore: migrates to laravel zero 13
  • bee580c Merge branch 'main' of github.com:laravel/pint
  • 63b86a9 fix: stdin with specific rules
  • dbe0435 Keep a wrapped attribute's body in place when collapsing the tag (#479)
  • a96cb6e release: v1.30.4
  • 8d2a8d1 build
  • 64cdd51 chore: bumps deps
  • 06455e8 Surface abort errors when --dirty or --diff is used without Git (#475)
  • 862096b Keep multiline Blade directive arguments stable across runs (#477)
  • Additional commits viewable in compare view

Updates mockery/mockery from 1.6.12 to 1.6.15

Release notes

Sourced from mockery/mockery's releases.

1.6.15

What's Changed

Full Changelog: mockery/mockery@1.6.14...1.6.15

1.6.14

What's Changed

New Contributors

Full Changelog: mockery/mockery@1.6.13...1.6.14

1.6.13

What's Changed

... (truncated)

Changelog

Sourced from mockery/mockery's changelog.

[1.6.15] - 2026-08-19

Fixed

[1.6.14] - 2026-08-18

Changed

Fixed

[1.6.13] - 2026-08-14

Added

Changed

Fixed

Commits

Updates nunomaduro/collision from 8.9.4 to 8.9.5

Commits

Updates phpstan/phpstan from 2.2.5 to 2.2.8

Commits

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

…ith 7 updates

Bumps the dev-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.95.15` | `3.95.20` |
| [laravel/boost](https://github.com/laravel/boost) | `2.4.10` | `2.5.5` |
| [laravel/pao](https://github.com/laravel/pao) | `1.1.2` | `1.1.4` |
| [laravel/pint](https://github.com/laravel/pint) | `1.29.3` | `1.30.5` |
| [mockery/mockery](https://github.com/mockery/mockery) | `1.6.12` | `1.6.15` |
| [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.9.4` | `8.9.5` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source) | `2.2.5` | `2.2.8` |



Updates `friendsofphp/php-cs-fixer` from 3.95.15 to 3.95.20
- [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.15...v3.95.20)

Updates `laravel/boost` from 2.4.10 to 2.5.5
- [Release notes](https://github.com/laravel/boost/releases)
- [Changelog](https://github.com/laravel/boost/blob/main/CHANGELOG.md)
- [Commits](laravel/boost@v2.4.10...v2.5.5)

Updates `laravel/pao` from 1.1.2 to 1.1.4
- [Release notes](https://github.com/laravel/pao/releases)
- [Commits](laravel/pao@v1.1.2...v1.1.4)

Updates `laravel/pint` from 1.29.3 to 1.30.5
- [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.5)

Updates `mockery/mockery` from 1.6.12 to 1.6.15
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](mockery/mockery@1.6.12...1.6.15)

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

Updates `phpstan/phpstan` from 2.2.5 to 2.2.8
- [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.95.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: laravel/boost
  dependency-version: 2.5.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: laravel/pao
  dependency-version: 1.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: laravel/pint
  dependency-version: 1.30.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: mockery/mockery
  dependency-version: 1.6.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: nunomaduro/collision
  dependency-version: 8.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan
  dependency-version: 2.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, php. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Complexity Health
Enums/ProfileAccountStatus.php 0% 0
Enums/UserRole.php 0% 0
Http/Controllers/Api/V1/AuthController.php 100% 8
Http/Controllers/Api/V1/ProfileController.php 0% 7
Http/Controllers/Api/V1/SkillController.php 100% 5
Http/Controllers/Controller.php 0% 0
Http/Middleware/EnsureUserIsAdmin.php 0% 3
Http/Requests/UpdateProfileRequest.php 0% 2
Http/Requests/ValidateProfileRequest.php 0% 2
Http/Resources/SkillListResource.php 100% 1
Models/Profile.php 83% 3
Models/Project.php 100% 1
Models/Skill.php 57% 4
Models/SkillProfile.php 0% 0
Models/User.php 86% 3
Providers/AppServiceProvider.php 100% 2
Services/AuthService.php 100% 6
Services/ProfileService.php 100% 11
Summary 73% (138 / 189) 58

Minimum allowed line rate is 80%

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants