laravel/framework v10.35.0
https://github.com/laravel/framework/releases/tag/v10.35.0
* [10.x] `AssertableJson`に`Conditionable`トレイトを追加しました。 by @khalilst in https://github.com/laravel/framework/pull/49172
* [10.x] Artisan `down`コマンドに`--with-secret`オプションを追加しました。 by @jj15asmr in https://github.com/laravel/framework/pull/49171
* [10.x] `Number::summarize`のサポートを追加しました。 by @jcsoriano in https://github.com/laravel/framework/pull/49197
* [10.x] Bladeの`@use`ディレクティブを追加しました。 by @simonhamp in https://github.com/laravel/framework/pull/49179
* [10.x] 失敗したジョブをリトライすると、数千の失敗したジョブを扱う際にPHPメモリの枯渇エラーが発生する問題を修正しました。 by @crynobone in https://github.com/laravel/framework/pull/49186
* [10.x] ルーターに「substituteImplicitBindingsUsing」メソッドを追加しました。 by @calebporzio in https://github.com/laravel/framework/pull/49200
* [10.x] Cookies Having Independent Partitioned State (CHIPS) by @fabricecw in https://github.com/laravel/framework/pull/48745
* [10.x] InteractsWithDictionary.phpを更新して、ベースのInvalidArgumentExceptionを使用するようにしました。 by @Grldk in https://github.com/laravel/framework/pull/49209
* [10.x] `wasRecentlyCreated`のドックブロックを修正しました。 by @stancl in https://github.com/laravel/framework/pull/49208
* [10.x] 子コンポーネントを呼び出した後に属性が失われる問題を修正しました。 by @rojtjo in https://github.com/laravel/framework/pull/49216
* [10.x] PHPDocコメントのタイポを修正しました。 by @caendesilva in https://github.com/laravel/framework/pull/49234
* [10.x] 指定されたビューが存在するかどうかを判定します。 by @hafezdivandari in https://github.com/laravel/framework/pull/49231
#laravel