13.x
change BackedEnum to UnitEnum in Authorizable trait (#58258)
Revert "[13.x] Add if-related rector rules (#60930)" (#61027)
[13.x] Add a UniqueJobSkipped event (#61039)
Isolate cloud agent requests from global HTTP client configuration (#61064)
[12.x] Allow app.editor.base_path to be an empty string (#58991)
Fix typos in doc blocks (#60782)
[13.x] Run `artisan dev` through `@laravel/multiplex` (#61100)
[13.x] Allow auto discovered listeners to opt out of discovery (#60209)
Use Collection only()/diff() instead of filter()/reject() with in_array() (#60945)
[13.x] Handle cache maintenance mode deactivation races (#61121)
Sync property docblocks with their parent declarations (#60991)
Attempt at lock fix (#60906)
[13.x] Add missing @throws into docblock for various methods (#59016)
[13.x] Sync more getter return types with their property generics (#60699)
[13.x] Prefer isEmpty()/isNotEmpty()/contains() over count() checks (#60978)
Add explicit nullable type declaration (#50922)
Bump postcss in /src/Illuminate/Foundation/resources/exceptions/renderer (#60884)
[11.x] chore: update to PHPStan Level 1 (#51956)
Suppress chmod errors in Filesystem::replace() and AliasLoader for non-POSIX filesystems (#59126)
Update version to v13.25.0
[13.x] Add `array` maintenance mode driver for parallel testing (#60489)
[12.x] remove `@return` docblocks on constructors (#55076)
Configure a socket timeout for the Cloud log driver (#61065)
[12.x] try-catch all composer package uninstalls (#58609)
Add priority-based registration to dev commands (#60580)
Add `artisan dev` command (#60412)
Fix arguments passed to artisan commands that start with 'env' (#52748)
[9.x] Move maintenance mode logic (#40070)
Update Inspiring Qoute's author name (#58292)
Namespace the cloud logging formatter (#60362)
[11.x] Introduce MixFileNotFoundException for handling missing Mix files (#52400)
Add MixManifestNotFoundException for better error handling (#51502)
[13.x] Avoid redundant Collection passes in map/filter/reject chains (#60977)
Add Precognition-Success header (#47081)
Add @fonts Blade directive and Vite font optimization runtime (#59584)
Add specify exceptions for exceptions handling the vite manifest file (#52169)
[13.x] Add conditional return types to several methods (#60586)