Skip to content

chore: update composer and npm dependencies - #152

Merged
CodeWithDennis merged 1 commit into
7.xfrom
chore/update-dependencies
Aug 4, 2026
Merged

chore: update composer and npm dependencies#152
CodeWithDennis merged 1 commit into
7.xfrom
chore/update-dependencies

Conversation

@CodeWithDennis

@CodeWithDennis CodeWithDennis commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Updates all Composer and NPM dependencies to their latest versions, including the major bumps to Pest 5 and PHPUnit 13.

Composer

Package From To
pestphp/pest 4.7.5 5.0.3
pestphp/pest-plugin-faker 4.0.0 5.0.0
pestphp/pest-plugin-laravel 4.1.0 5.0.1
pestphp/pest-plugin-livewire 4.1.0 5.0.0
phpunit/phpunit 12.5.30 13.2.6
filament/filament 5.7.3 5.7.5
laravel/framework 13.23.0 13.24.0
laravel/pint 1.29.3 1.30.3
rector/rector 2.5.7 2.6.1
fruitcake/laravel-debugbar 4.4.0 4.4.1

Transitive updates come along with these, notably livewire/livewire 4.3.3 → 4.3.5, brianium/paratest 7.20.0 → 7.23.1 and the sebastian/* suite for PHPUnit 13.

Filament assets under public/ were republished by the filament:upgrade hook, and AGENTS.md / the pest-testing skill files were refreshed by boost:update.

NPM

Package From To
@types/node 26.1.1 26.1.2
axios 1.18.1 1.19.0
concurrently 10.0.3 10.0.4
tsx 4.23.1 4.23.5
vite 8.1.5 8.2.0

Verification

  • pest --parallel — 38 passed (125 assertions)
  • phpstan analyse — no errors
  • pint --test — passed
  • npm run build — succeeded on Vite 8.2.0
  • composer audit — no security advisories
  • No source changes were needed for the Pest 5 / PHPUnit 13 upgrade

Composer:
- Upgrade Pest to ^5 and its faker/laravel/livewire plugins to ^5
- Upgrade PHPUnit to ^13
- Update filament/filament 5.7.3 -> 5.7.5
- Update laravel/framework 13.23.0 -> 13.24.0
- Update laravel/pint 1.29.3 -> 1.30.3
- Update rector/rector 2.5.7 -> 2.6.1
- Update fruitcake/laravel-debugbar 4.4.0 -> 4.4.1
- Republish Filament assets and refresh Boost guidelines

NPM:
- @types/node 26.1.1 -> 26.1.2
- axios 1.18.1 -> 1.19.0
- concurrently 10.0.3 -> 10.0.4
- tsx 4.23.1 -> 4.23.5
- vite 8.1.5 -> 8.2.0
@CodeWithDennis
CodeWithDennis force-pushed the chore/update-dependencies branch from f984f71 to 887e4e8 Compare August 4, 2026 17:20
@CodeWithDennis
CodeWithDennis merged commit d96a0f0 into 7.x Aug 4, 2026
10 checks passed
@CodeWithDennis
CodeWithDennis deleted the chore/update-dependencies branch August 4, 2026 17:26
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.

1 participant