laravel/framework v10.13.0
https://github.com/laravel/framework/releases/tag/v10.13.0
### 追加
- `Illuminate/Hashing/HashManager::isHashed()` を追加しました。([#47197](https://github.com/laravel/framework/pull/47197))
- Grammar 内にエスケープ機能を追加しました。([#46558](https://github.com/laravel/framework/pull/46558))
- `Illuminate/Support/Sleep.php` にテストフックを提供するようにしました。([#47228](https://github.com/laravel/framework/pull/47228))
- AssertsStatusCodes に欠落していたメソッドを追加しました。([#47277](https://github.com/laravel/framework/pull/47277))
- レスポンスの準備をイベントでラップするようにしました。([#47229](https://github.com/laravel/framework/pull/47229))
### 修正
- 関数が関連するファクトリの定義にラップされた場合のバグを修正しました。([#47168](https://github.com/laravel/framework/pull/47168))
- report メソッドと render メソッドの間の不一致を修正しました。([#47201](https://github.com/laravel/framework/pull/47201))
- AsCollection または AsEncryptedCollection に引数がある場合の Model::isDirty() を修正しました。([#47235](https://github.com/laravel/framework/pull/47235))
- JSON_CONTAINS 用にエスケープされた文字列を修正しました。([#47244](https://github.com/laravel/framework/pull/47244))
- ProcessFailedException 例外で出力が欠落していた問題を修正しました。([#47285](https://github.com/laravel/framework/pull/47285))
### 変更
- 不要な else 文を削除しました。([#47186](https://github.com/laravel/framework/pull/47186))
- RedisStore の改善 - すべての値がシリアライズ可能でない場合はトランザクションを開かないようにしました。([#47193](https://github.com/laravel/framework/pull/47193))
- takeUntilTimeout lazycollection メソッドで現在のタイムスタンプを取得するために carbon::now() を使用するようにしました。([#47200](https://github.com/laravel/framework/pull/47200))
- マージ時に visible/hidden で重複を回避するようにしました。([#47264](https://github.com/laravel/framework/pull/47264))
- CompilesClasses に欠落していたセミコロンを追加しました。([#47280](https://github.com/laravel/framework/pull/47280))
- InvalidPayloadException に値を渡すようにしました。([#47223](https://github.com/laravel/framework/pull/47223))
#laravel