tisnamuliarta / laravel-shadcn

0 stars 0 forks source link

Update dependency spatie/laravel-medialibrary to v11.9.1 #42

Open renovate[bot] opened 6 months ago

renovate[bot] commented 6 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
spatie/laravel-medialibrary 11.4.5 -> 11.9.1 age adoption passing confidence

Release Notes

spatie/laravel-medialibrary (spatie/laravel-medialibrary) ### [`v11.9.1`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1191---2024-09-02) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.9.0...11.9.1) ##### What's Changed - fix: make media-library:clean use of media prefix by [@​ImJustToNy](https://redirect.github.com/ImJustToNy) in [https://github.com/spatie/laravel-medialibrary/pull/3704](https://redirect.github.com/spatie/laravel-medialibrary/pull/3704) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.9.0...11.9.1 ### [`v11.9.0`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1190---2024-08-22) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.8.3...11.9.0) ##### What's Changed - Added config variable to disable dispatching jobs after commit by [@​chrispage1](https://redirect.github.com/chrispage1) in [https://github.com/spatie/laravel-medialibrary/pull/3698](https://redirect.github.com/spatie/laravel-medialibrary/pull/3698) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.8.3...11.9.0 ### [`v11.8.3`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1183---2024-08-20) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.8.2...11.8.3) ##### What's Changed - Dispatch conversion jobs after database transactions have been committed by [@​chrispage1](https://redirect.github.com/chrispage1) in [https://github.com/spatie/laravel-medialibrary/pull/3687](https://redirect.github.com/spatie/laravel-medialibrary/pull/3687) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.8.2...11.8.3 ### [`v11.8.2`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1182---2024-08-09) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.8.1...11.8.2) ##### What's Changed - Correctly remove media folders after removing all media files by [@​StyxUA](https://redirect.github.com/StyxUA) in [https://github.com/spatie/laravel-medialibrary/pull/3688](https://redirect.github.com/spatie/laravel-medialibrary/pull/3688) ##### New Contributors - [@​StyxUA](https://redirect.github.com/StyxUA) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3688](https://redirect.github.com/spatie/laravel-medialibrary/pull/3688) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.8.1...11.8.2 ### [`v11.8.1`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1181---2024-07-26) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.8.0...11.8.1) ##### What's Changed - Adjust sanitization of PHP file extensions in `FileAdder.php` by [@​rmdavi](https://redirect.github.com/rmdavi) in [https://github.com/spatie/laravel-medialibrary/pull/3681](https://redirect.github.com/spatie/laravel-medialibrary/pull/3681) ##### New Contributors - [@​rmdavi](https://redirect.github.com/rmdavi) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3681](https://redirect.github.com/spatie/laravel-medialibrary/pull/3681) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.8.0...11.8.1 ### [`v11.8.0`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1180---2024-07-24) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.7.6...11.8.0) ##### What's Changed - Added ability to programatically specify custom queue on FileAdder by [@​chrispage1](https://redirect.github.com/chrispage1) in [https://github.com/spatie/laravel-medialibrary/pull/3676](https://redirect.github.com/spatie/laravel-medialibrary/pull/3676) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.7.6...11.8.0 ### [`v11.7.6`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1176---2024-07-18) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.7.5...11.7.6) ##### What's Changed - Use Lazy Collection for artisan commands by [@​patrickomeara](https://redirect.github.com/patrickomeara) in [https://github.com/spatie/laravel-medialibrary/pull/3670](https://redirect.github.com/spatie/laravel-medialibrary/pull/3670) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.7.5...11.7.6 ### [`v11.7.5`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1175---2024-07-15) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.7.4...11.7.5) ##### What's Changed - Leverage configured TemporaryUpload model class by [@​tominon](https://redirect.github.com/tominon) in [https://github.com/spatie/laravel-medialibrary/pull/3663](https://redirect.github.com/spatie/laravel-medialibrary/pull/3663) - Don't pull all media models from DB when performing cleanup by [@​ImJustToNy](https://redirect.github.com/ImJustToNy) in [https://github.com/spatie/laravel-medialibrary/pull/3657](https://redirect.github.com/spatie/laravel-medialibrary/pull/3657) - Check for enum instances when applying manipulations by [@​dennisvandalen](https://redirect.github.com/dennisvandalen) in [https://github.com/spatie/laravel-medialibrary/pull/3661](https://redirect.github.com/spatie/laravel-medialibrary/pull/3661) - add null check in setNewOrder by [@​DirtyRacer1337](https://redirect.github.com/DirtyRacer1337) in [https://github.com/spatie/laravel-medialibrary/pull/3649](https://redirect.github.com/spatie/laravel-medialibrary/pull/3649) - Fix deletion of files without extension by [@​cbaconnier](https://redirect.github.com/cbaconnier) in [https://github.com/spatie/laravel-medialibrary/pull/3664](https://redirect.github.com/spatie/laravel-medialibrary/pull/3664) ##### New Contributors - [@​tominon](https://redirect.github.com/tominon) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3663](https://redirect.github.com/spatie/laravel-medialibrary/pull/3663) - [@​ImJustToNy](https://redirect.github.com/ImJustToNy) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3657](https://redirect.github.com/spatie/laravel-medialibrary/pull/3657) - [@​dennisvandalen](https://redirect.github.com/dennisvandalen) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3661](https://redirect.github.com/spatie/laravel-medialibrary/pull/3661) - [@​cbaconnier](https://redirect.github.com/cbaconnier) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3664](https://redirect.github.com/spatie/laravel-medialibrary/pull/3664) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.7.4...11.7.5 ### [`v11.7.4`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1174---2024-07-15) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.7.3...11.7.4) ##### What's Changed - Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spatie/laravel-medialibrary/pull/3662](https://redirect.github.com/spatie/laravel-medialibrary/pull/3662) - Do not allow php files **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.7.3...11.7.4 ### [`v11.7.3`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1173---2024-07-02) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.7.2...11.7.3) ##### What's Changed - Added callback to manipulate FileAdder when performing a copy by [@​chrispage1](https://redirect.github.com/chrispage1) in [https://github.com/spatie/laravel-medialibrary/pull/3658](https://redirect.github.com/spatie/laravel-medialibrary/pull/3658) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.7.2...11.7.3 ### [`v11.7.2`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1172---2024-06-21) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.7.1...11.7.2) ##### What's Changed - add nullcheck for conversions_disk by [@​DirtyRacer1337](https://redirect.github.com/DirtyRacer1337) in [https://github.com/spatie/laravel-medialibrary/pull/3648](https://redirect.github.com/spatie/laravel-medialibrary/pull/3648) ##### New Contributors - [@​DirtyRacer1337](https://redirect.github.com/DirtyRacer1337) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3648](https://redirect.github.com/spatie/laravel-medialibrary/pull/3648) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.7.1...11.7.2 ### [`v11.7.1`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1171---2024-06-20) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.7.0...11.7.1) ##### What's Changed - Update preparing-your-model.md by [@​KaanTanis](https://redirect.github.com/KaanTanis) in [https://github.com/spatie/laravel-medialibrary/pull/3645](https://redirect.github.com/spatie/laravel-medialibrary/pull/3645) - Fixed `moves_media_on_update` doesn't work on S3 by [@​cameronbatty](https://redirect.github.com/cameronbatty) in [https://github.com/spatie/laravel-medialibrary/pull/3647](https://redirect.github.com/spatie/laravel-medialibrary/pull/3647) ##### New Contributors - [@​KaanTanis](https://redirect.github.com/KaanTanis) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3645](https://redirect.github.com/spatie/laravel-medialibrary/pull/3645) - [@​cameronbatty](https://redirect.github.com/cameronbatty) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3647](https://redirect.github.com/spatie/laravel-medialibrary/pull/3647) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.7.0...11.7.1 ### [`v11.7.0`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1170---2024-06-17) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.6.1...11.7.0) ##### What's Changed - Fix wrong deletions by [@​inalto](https://redirect.github.com/inalto) in [https://github.com/spatie/laravel-medialibrary/pull/3630](https://redirect.github.com/spatie/laravel-medialibrary/pull/3630) - Update DefaultDownloader.php by [@​omarherri](https://redirect.github.com/omarherri) in [https://github.com/spatie/laravel-medialibrary/pull/3634](https://redirect.github.com/spatie/laravel-medialibrary/pull/3634) - Make media lazy loading configurable by [@​alidevweb](https://redirect.github.com/alidevweb) in [https://github.com/spatie/laravel-medialibrary/pull/3627](https://redirect.github.com/spatie/laravel-medialibrary/pull/3627) ##### New Contributors - [@​omarherri](https://redirect.github.com/omarherri) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3634](https://redirect.github.com/spatie/laravel-medialibrary/pull/3634) - [@​alidevweb](https://redirect.github.com/alidevweb) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3627](https://redirect.github.com/spatie/laravel-medialibrary/pull/3627) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.6.1...11.7.0 ### [`v11.6.1`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1161---2024-06-17) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.6.0...11.6.1) ##### What's Changed - Add composer/semver dependency by [@​flightsupport](https://redirect.github.com/flightsupport) in [https://github.com/spatie/laravel-medialibrary/pull/3638](https://redirect.github.com/spatie/laravel-medialibrary/pull/3638) ##### New Contributors - [@​flightsupport](https://redirect.github.com/flightsupport) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3638](https://redirect.github.com/spatie/laravel-medialibrary/pull/3638) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.6.0...11.6.1 ### [`v11.6.0`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1160---2024-06-12) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.5.4...11.6.0) ##### What's Changed - \[11.x] Support spatie/pdf-to-image v3 by [@​Jubeki](https://redirect.github.com/Jubeki) in [https://github.com/spatie/laravel-medialibrary/pull/3633](https://redirect.github.com/spatie/laravel-medialibrary/pull/3633) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.5.4...11.6.0 ### [`v11.5.4`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1154---2024-06-04) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.5.3...11.5.4) ##### What's Changed - Add missing return types by [@​stevebauman](https://redirect.github.com/stevebauman) in [https://github.com/spatie/laravel-medialibrary/pull/3622](https://redirect.github.com/spatie/laravel-medialibrary/pull/3622) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.5.3...11.5.4 ### [`v11.5.3`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1153---2024-06-04) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.5.2...11.5.3) ##### What's Changed - Update 'queue_name' configuration to use environment variable by [@​christeyerl](https://redirect.github.com/christeyerl) in [https://github.com/spatie/laravel-medialibrary/pull/3623](https://redirect.github.com/spatie/laravel-medialibrary/pull/3623) ##### New Contributors - [@​christeyerl](https://redirect.github.com/christeyerl) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3623](https://redirect.github.com/spatie/laravel-medialibrary/pull/3623) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.5.2...11.5.3 ### [`v11.5.2`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1152---2024-05-27) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.5.1...11.5.2) ##### What's Changed - recreate BackedEnums when applying Manipulations by [@​tkempf](https://redirect.github.com/tkempf) in [https://github.com/spatie/laravel-medialibrary/pull/3584](https://redirect.github.com/spatie/laravel-medialibrary/pull/3584) - Unwanted deletion fixes by [@​inalto](https://redirect.github.com/inalto) in [https://github.com/spatie/laravel-medialibrary/pull/3619](https://redirect.github.com/spatie/laravel-medialibrary/pull/3619) ##### New Contributors - [@​tkempf](https://redirect.github.com/tkempf) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3584](https://redirect.github.com/spatie/laravel-medialibrary/pull/3584) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.5.1...11.5.2 ### [`v11.5.1`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1151---2024-05-23) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.5.0...11.5.1) ##### What's Changed - Do not limit the maximum execution time if the queue connection is "sync" by [@​VGirol](https://redirect.github.com/VGirol) in [https://github.com/spatie/laravel-medialibrary/pull/3618](https://redirect.github.com/spatie/laravel-medialibrary/pull/3618) ##### New Contributors - [@​VGirol](https://redirect.github.com/VGirol) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3618](https://redirect.github.com/spatie/laravel-medialibrary/pull/3618) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.5.0...11.5.1 ### [`v11.5.0`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1150---2024-05-16) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.4.8...11.5.0) ##### What's Changed - Media Downloader Verify SSL Config Added by [@​webdevhayes](https://redirect.github.com/webdevhayes) in [https://github.com/spatie/laravel-medialibrary/pull/3609](https://redirect.github.com/spatie/laravel-medialibrary/pull/3609) ##### New Contributors - [@​webdevhayes](https://redirect.github.com/webdevhayes) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3609](https://redirect.github.com/spatie/laravel-medialibrary/pull/3609) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.4.8...11.5.0 ### [`v11.4.8`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1148---2024-05-06) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.4.7...11.4.8) ##### What's Changed - Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spatie/laravel-medialibrary/pull/3596](https://redirect.github.com/spatie/laravel-medialibrary/pull/3596) - Remove temp/cache files by [@​patinthehat](https://redirect.github.com/patinthehat) in [https://github.com/spatie/laravel-medialibrary/pull/3595](https://redirect.github.com/spatie/laravel-medialibrary/pull/3595) - Fix - Supported format from original file by [@​lguichard](https://redirect.github.com/lguichard) in [https://github.com/spatie/laravel-medialibrary/pull/3592](https://redirect.github.com/spatie/laravel-medialibrary/pull/3592) - Fix manipulations not applying to non default collections by [@​MrMeshok](https://redirect.github.com/MrMeshok) in [https://github.com/spatie/laravel-medialibrary/pull/3589](https://redirect.github.com/spatie/laravel-medialibrary/pull/3589) ##### New Contributors - [@​lguichard](https://redirect.github.com/lguichard) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3592](https://redirect.github.com/spatie/laravel-medialibrary/pull/3592) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.4.7...11.4.8 ### [`v11.4.7`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1147---2024-04-24) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.4.6...11.4.7) ##### What's Changed - Update installation-setup.md by [@​jozeflambrecht](https://redirect.github.com/jozeflambrecht) in [https://github.com/spatie/laravel-medialibrary/pull/3571](https://redirect.github.com/spatie/laravel-medialibrary/pull/3571) - Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spatie/laravel-medialibrary/pull/3573](https://redirect.github.com/spatie/laravel-medialibrary/pull/3573) - Update create_media_table.php.stub by [@​farishrf](https://redirect.github.com/farishrf) in [https://github.com/spatie/laravel-medialibrary/pull/3578](https://redirect.github.com/spatie/laravel-medialibrary/pull/3578) - docs: update to use Fit enum by [@​dfreerzf](https://redirect.github.com/dfreerzf) in [https://github.com/spatie/laravel-medialibrary/pull/3585](https://redirect.github.com/spatie/laravel-medialibrary/pull/3585) - Copy media with manipulations by [@​MrMeshok](https://redirect.github.com/MrMeshok) in [https://github.com/spatie/laravel-medialibrary/pull/3590](https://redirect.github.com/spatie/laravel-medialibrary/pull/3590) ##### New Contributors - [@​jozeflambrecht](https://redirect.github.com/jozeflambrecht) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3571](https://redirect.github.com/spatie/laravel-medialibrary/pull/3571) - [@​farishrf](https://redirect.github.com/farishrf) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3578](https://redirect.github.com/spatie/laravel-medialibrary/pull/3578) - [@​dfreerzf](https://redirect.github.com/dfreerzf) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3585](https://redirect.github.com/spatie/laravel-medialibrary/pull/3585) - [@​MrMeshok](https://redirect.github.com/MrMeshok) made their first contribution in [https://github.com/spatie/laravel-medialibrary/pull/3590](https://redirect.github.com/spatie/laravel-medialibrary/pull/3590) **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.4.6...11.4.7 ### [`v11.4.6`](https://redirect.github.com/spatie/laravel-medialibrary/blob/HEAD/CHANGELOG.md#1146---2024-03-19) [Compare Source](https://redirect.github.com/spatie/laravel-medialibrary/compare/11.4.5...11.4.6) ##### What's Changed - Update docs with correct tag for publishing package views by [@​patinthehat](https://redirect.github.com/patinthehat) in [https://github.com/spatie/laravel-medialibrary/pull/3569](https://redirect.github.com/spatie/laravel-medialibrary/pull/3569) - Update media library pro docs with Vite examples by [@​timvandijck](https://redirect.github.com/timvandijck) in [https://github.com/spatie/laravel-medialibrary/pull/3570](https://redirect.github.com/spatie/laravel-medialibrary/pull/3570) - **Full Changelog**: https://github.com/spatie/laravel-medialibrary/compare/11.4.5...11.4.6

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.