laravel/framework v10.9.0
https://github.com/laravel/framework/releases/tag/v10.9.0
### 追加
- 新しいHTTPステータスのアサーションを追加しました。([#46841](https://github.com/laravel/framework/pull/46841))
- キャンセルされたバッチや未完了のキューバッチをすべて削除することができるようになりました。([#46833](https://github.com/laravel/framework/pull/46833))
- `ServeCommand.php`の`$passthroughVariables`に`IGNITION_LOCAL_SITES_PATH`を追加しました。([#46857](https://github.com/laravel/framework/pull/46857))
- ミドルウェアの名前付き静的メソッドを追加しました。([#46362](https://github.com/laravel/framework/pull/46362))
### 修正
- `date_format`ルールがValueErrorをスローする問題を修正しました。([#46824](https://github.com/laravel/framework/pull/46824))
### 変更
- ファイルストアのロック用の別のディレクトリを許可するようにしました。([#46811](https://github.com/laravel/framework/pull/46811))
- `whereMorphedTo`がnullモデルで動作するようにしました。([#46821](https://github.com/laravel/framework/pull/46821))
- `Illuminate/Database/Eloquent/Relations/Concerns/InteractsWithPivotTable::addTimestampsToAttachment()`でCarbonを仮定する代わりに、ピボットモデルからDateTimeを使用するようにしました。([#46822](https://github.com/laravel/framework/pull/46822))
- FormRequestのrulesメソッドをオプションにしました。([#46846](https://github.com/laravel/framework/pull/46846))
- mimetypeがサポートされていない場合、FileFactory@image()を呼び出すとLogicExceptionがスローされるようにしました。([#46859](https://github.com/laravel/framework/pull/46859))
- ジョブリリースメソッドを改善して、日付インスタンスを受け入れるようにしました。([#46854](https://github.com/laravel/framework/pull/46854))
- モデルがHasUlidsトレイトを使用している場合、foreignIdForを呼び出すとforeignUlidが使用されるようにしました。([#46876](https://github.com/laravel/framework/pull/46876))
#laravel