==== laravel/framework v10.17.1 https://github.com/laravel/framework/releases/tag/v10.17.1 ## 変更点 * [9.x] @timacdonaldによる#47840のバックポート https://github.com/laravel/framework/pull/47840 * [9.x] @crynoboneによる、オブジェクトである可能性のあるpredisコマンド引数の正規化 https://github.com/laravel/framework/pull/47902 * [9.x] @ImJustToNyによる、JSONデータを共有InputBagにマイグレーションする https://github.com/laravel/framework/pull/47919 * [10.x] @imanghafoori1による、dispatchableトレイトのdocblockの修正 https://github.com/laravel/framework/pull/47921 * [9.x] @levu42による、artisan serveがクラッシュするPHP 8.2.9の日付形式のバグを回避する https://github.com/laravel/framework/pull/47931 * [10.x] @jessarcherによる、別のコマンドを呼び出す際のプロンプトとコンソールコンポーネントのスペーシングの修正 https://github.com/laravel/framework/pull/47928 * [10.x] @jessarcherによる、`callSilent`の後のプロンプトのレンダリングの修正 https://github.com/laravel/framework/pull/47929 * [10.x] @karpilinによる、ensure()コレクションメソッドのインターフェースとオブジェクトの継承との正しい動作を保証するための更新 https://github.com/laravel/framework/pull/47934 **完全な変更履歴**: https://github.com/laravel/framework/compare/v10.17.0...v10.17.1 #laravel