Lan2Play / eventula-manager

Event Manager App for Eventula
https://www.eventula.com
GNU General Public License v3.0
26 stars 13 forks source link

Update dependency laravel/framework to v10.34.2 (dev) #676

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laravel/framework (source) 10.33.0 -> 10.34.2 age adoption passing confidence

Release Notes

laravel/framework (laravel/framework) ### [`v10.34.2`](https://togithub.com/laravel/framework/compare/v10.34.1...v10.34.2) [Compare Source](https://togithub.com/laravel/framework/compare/v10.34.1...v10.34.2) ### [`v10.34.1`](https://togithub.com/laravel/framework/compare/v10.34.0...v10.34.1) [Compare Source](https://togithub.com/laravel/framework/compare/v10.34.0...v10.34.1) ### [`v10.34.0`](https://togithub.com/laravel/framework/blob/HEAD/CHANGELOG.md#v10340---2023-11-28) [Compare Source](https://togithub.com/laravel/framework/compare/v10.33.0...v10.34.0) - \[10.x] Fix `hex_color` validation rule by [@​apih](https://togithub.com/apih) in [https://github.com/laravel/framework/pull/49070](https://togithub.com/laravel/framework/pull/49070) - \[10.x] Prevent passing null to base64\_decode in Encrypter by [@​robtesch](https://togithub.com/robtesch) in [https://github.com/laravel/framework/pull/49071](https://togithub.com/laravel/framework/pull/49071) - \[10.x] Alias Number class by [@​ziadoz](https://togithub.com/ziadoz) in [https://github.com/laravel/framework/pull/49073](https://togithub.com/laravel/framework/pull/49073) - \[10.x] Added File Validation `extensions` by [@​eusonlito](https://togithub.com/eusonlito) in [https://github.com/laravel/framework/pull/49082](https://togithub.com/laravel/framework/pull/49082) - \[10.x] Add [@​throws](https://togithub.com/throws) in doc-blocks by [@​imanghafoori1](https://togithub.com/imanghafoori1) in [https://github.com/laravel/framework/pull/49091](https://togithub.com/laravel/framework/pull/49091) - \[10.x] Update docblocks for consistency by [@​dwightwatson](https://togithub.com/dwightwatson) in [https://github.com/laravel/framework/pull/49092](https://togithub.com/laravel/framework/pull/49092) - \[10.x] Throw exception when trying to initiate `Collection` using `WeakMap` by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49095](https://togithub.com/laravel/framework/pull/49095) - \[10.x] Only stage committed transactions by [@​hansnn](https://togithub.com/hansnn) in [https://github.com/laravel/framework/pull/49093](https://togithub.com/laravel/framework/pull/49093) - Better transaction manager object design by [@​taylorotwell](https://togithub.com/taylorotwell) in [https://github.com/laravel/framework/pull/49103](https://togithub.com/laravel/framework/pull/49103) - \[10.x] use php 8.3 `mb_str_pad()` for `Str::pad*` by [@​amacado](https://togithub.com/amacado) in [https://github.com/laravel/framework/pull/49108](https://togithub.com/laravel/framework/pull/49108) - \[10.x] Add Conditionable to TestResponse by [@​nshiro](https://togithub.com/nshiro) in [https://github.com/laravel/framework/pull/49112](https://togithub.com/laravel/framework/pull/49112) - \[10.x] Allow multiple types in Collection's `ensure` method by [@​ash-jc-allen](https://togithub.com/ash-jc-allen) in [https://github.com/laravel/framework/pull/49127](https://togithub.com/laravel/framework/pull/49127) - \[10.x] Fix middleware "SetCacheHeaders" with download responses by [@​clementbirkle](https://togithub.com/clementbirkle) in [https://github.com/laravel/framework/pull/49138](https://togithub.com/laravel/framework/pull/49138) - \[10.x]\[Cache] Fix handling of `false` values in apc by [@​simivar](https://togithub.com/simivar) in [https://github.com/laravel/framework/pull/49145](https://togithub.com/laravel/framework/pull/49145) - \[10.x] Reset numeric rules after each attribute's validation by [@​apih](https://togithub.com/apih) in [https://github.com/laravel/framework/pull/49142](https://togithub.com/laravel/framework/pull/49142) - \[10.x] Extract dirty getter for `performUpdate` by [@​taka-oyama](https://togithub.com/taka-oyama) in [https://github.com/laravel/framework/pull/49141](https://togithub.com/laravel/framework/pull/49141) - \[10.x] `ensure`: Resolve `$itemType` outside the closure by [@​lucasmichot](https://togithub.com/lucasmichot) in [https://github.com/laravel/framework/pull/49137](https://togithub.com/laravel/framework/pull/49137) - Allow "missing" method to be used on route groups by [@​redelschaap](https://togithub.com/redelschaap) in [https://github.com/laravel/framework/pull/49144](https://togithub.com/laravel/framework/pull/49144) - \[10.x] Get tables and views info by [@​hafezdivandari](https://togithub.com/hafezdivandari) in [https://github.com/laravel/framework/pull/49020](https://togithub.com/laravel/framework/pull/49020) - \[10.x] Fix `MorphTo::associate()` PHPDoc parameter by [@​devfrey](https://togithub.com/devfrey) in [https://github.com/laravel/framework/pull/49162](https://togithub.com/laravel/framework/pull/49162) - \[10.x] Make test error messages more multi-byte readable by [@​nshiro](https://togithub.com/nshiro) in [https://github.com/laravel/framework/pull/49160](https://togithub.com/laravel/framework/pull/49160) - \[10.x] Generate a unique hash for anonymous components by [@​billyonecan](https://togithub.com/billyonecan) in [https://github.com/laravel/framework/pull/49156](https://togithub.com/laravel/framework/pull/49156) - \[10.x] Improves output when using `php artisan about --json` by [@​crynobone](https://togithub.com/crynobone) in [https://github.com/laravel/framework/pull/49154](https://togithub.com/laravel/framework/pull/49154) - \[10.x] Make fake instance inherit from `Vite` when using `withoutVite()` by [@​orkhanahmadov](https://togithub.com/orkhanahmadov) in [https://github.com/laravel/framework/pull/49150](https://togithub.com/laravel/framework/pull/49150)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.