==== laravel/framework v10.21.1 https://github.com/laravel/framework/releases/tag/v10.21.1 * [10.x] HotFix: `SELECT`リトライ時に一致するレコードがない場合、キャプチャされた`UniqueConstraintViolationException`をスローするように修正(@mpywによる) - https://github.com/laravel/framework/pull/48234 * [10.x] Precognitionのためのテストヘルパーを追加(@peterfoxによる) - https://github.com/laravel/framework/pull/48151 * [10.x] GeneratorCommand - モデルとイベントをソート可能にする(@TWithersによる) - https://github.com/laravel/framework/pull/48249 * [10.x] InおよびNotInバリデーションルールにEnumサポートを追加(@geisiによる) - https://github.com/laravel/framework/pull/48247 * PHP 8.3サポート(@driesvintsによる) - https://github.com/laravel/framework/pull/48265 * [10.x] 全てのMailableアサーションで`renderForAssertions`を呼び出す(@jamschによる) - https://github.com/laravel/framework/pull/48254 * [10.x] `requireEnv`ヘルパーを導入(@lucasmichotによる) - https://github.com/laravel/framework/pull/48261 * [10.x] `compileDropPrimary` PostgreSQLでプレフィックスとテーブルを結合する(@dyriavinによる) - https://github.com/laravel/framework/pull/48268 * [10.x] BelongsToManyのDocblock改善(@crynoboneによる) - https://github.com/laravel/framework/pull/48282 #laravel