==== laravel/framework v10.17.0 https://github.com/laravel/framework/releases/tag/v10.17.0 * [10.x] `TrustProxies`を更新し、`$headers`が適切に設定されている場合に依存するようにしました。by @inxilpro in https://github.com/laravel/framework/pull/47844 * [10.x] URLの検証にプロトコルを引数として受け入れるようにしました。by @MrMicky-FR in https://github.com/laravel/framework/pull/47843 * [10.x] ファイルサイズの人間に分かりやすいテキストをサポートするようにしました。by @jxxe in https://github.com/laravel/framework/pull/47846 * [10.x] `UploadedFile`を戻り値の型として追加しました。by @khrigo in https://github.com/laravel/framework/pull/47847 * [10.x] データベースのデフォルトロックタイムアウトを調整するオプションを追加しました。by @joelharkes in https://github.com/laravel/framework/pull/47854 * [10.x] PHP 8.3のビルドを追加しました。by @driesvints in https://github.com/laravel/framework/pull/47788 * [10.x] `Collection::enforce()`メソッドを追加しました。by @inxilpro in https://github.com/laravel/framework/pull/47785 * [10.x] 独立したコマンドのためのカスタムミューテックス名を許可しました。by @rybakihor in https://github.com/laravel/framework/pull/47814 * `schedule:test`でクロージャベースのスケジュールコマンドに関する問題を修正しました。by @mobidev86 in https://github.com/laravel/framework/pull/47862 * [10.x] モデルFQNからカスタマイズされた`deleted_at`カラム名を抽出しました。by @edvordo in https://github.com/laravel/framework/pull/47873 * [10.x] 一部の頻度に`Minutes`オプションを追加しました。by @joaopalopes24 in https://github.com/laravel/framework/pull/47789 * [10.x] `config:show`コマンドを追加しました。by @xiCO2k in https://github.com/laravel/framework/pull/47858 * [10.x] `hashed`パスワードのテスト改善を行いました。by @crynobone in https://github.com/laravel/framework/pull/47904 * [10.x] 共有ファサードスクリプトを使用するようにしました。by @timacdonald in https://github.com/laravel/framework/pull/47901 * [10.x] `make:component`に`--test`と`--pest`オプションを追加しました。by @nshiro in https://github.com/laravel/framework/pull/47894 * [10.x] プロンプトを追加しました。by @jessarcher in https://github.com/laravel/framework/pull/46772 * [10.x] JSONデータを共有のInputBagにマイグレーションしました。by @timacdonald in https://github.com/laravel/framework/pull/47914 * [10.x] `Factory::configure()`の戻り値の型を修正しました。by @axlon in https://github.com/laravel/framework/pull/47920 * [10.x] キュー、オクタン、および依存性注入のためのHttpグローバルミドルウェアを修正しました。by @timacdonald in https://github.com/laravel/framework/pull/47915 #laravel