laravel/framework v10.5.1
https://github.com/laravel/framework/releases/tag/v10.5.1
### 追加された機能
- APIリソースにpivotがロードされているかどうかを判断するためのメソッドが追加されました([#46555](https://github.com/laravel/framework/pull/46555))。
- Stringableのreplace関数にcaseSensitiveフラグが追加されました([#46578](https://github.com/laravel/framework/pull/46578))。
- 空の$columnsを持つinsert..select(insertUsing())を許可するようになりました([#46605](https://github.com/laravel/framework/pull/46605), [399bff9](https://github.com/laravel/framework/commit/399bff9331252e64a3439ea43e05f87f901dad55))。
- `Illuminate/Database/Connection::selectResultSets()`が追加されました([#46592](https://github.com/laravel/framework/pull/46592))。
### 変更された機能
- pivotモデルに以前定義された値があることを確認するようになりました([#46559](https://github.com/laravel/framework/pull/46559))。
- SetUniqueIdsがcreatingイベントの前に実行されるように変更されました([#46622](https://github.com/laravel/framework/pull/46622))。
#laravel