laravel/framework v10.10.1
https://github.com/laravel/framework/releases/tag/v10.10.1
### 追加された機能
- `/Illuminate/Collections/Arr::mapWithKeys()`が追加されました。([#47000](https://github.com/laravel/framework/pull/47000))
- `Illuminate/Support/Carbon.php`に`dd`メソッドと`dump`メソッドが追加されました。([#47002](https://github.com/laravel/framework/pull/47002))
- `Illuminate/Queue/Failed/FileFailedJobProvider`が追加されました。([#47007](https://github.com/laravel/framework/pull/47007))
- 署名付きミドルウェアに、プロパティを無視する引数が追加されました。([#46987](https://github.com/laravel/framework/pull/46987))
### 修正された問題
- `Illuminate/Cache/RedisStore::many()`でmgetエラーを防ぐために、キーの長さチェックが追加されました。([#46998](https://github.com/laravel/framework/pull/46998))
- 'hashed'キャスト - すでにハッシュ化された値を再度ハッシュ化しないように修正されました。([#47029](https://github.com/laravel/framework/pull/47029))
### 変更された機能
- `now()`の代わりに`Carbon::now()`が使用されるように変更されました。([#47017](https://github.com/laravel/framework/pull/47017))
- 失敗したジョブをディスクに書き込む際にファイルロックを使用するように変更されました。([b822d28](https://github.com/laravel/framework/commit/b822d2810d29ab1aedf667abc76ed969d28bbaf5))
- Mailable prepareMailableForDelivery()の可視性が上げられました。([#47031](https://github.com/laravel/framework/pull/47031))
#laravel