chore(deps): bump the php-dependencies group across 1 directory with 6 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(6 months ago)
(6 months ago)
dependencies php
Bumps the php-dependencies group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| filament/spatie-laravel-media-library-plugin | 3.3.15 |
3.3.17 |
| laravel/socialite | 5.20.0 |
5.21.0 |
| symfony/mailgun-mailer | 7.2.0 |
7.3.0 |
| vormkracht10/filament-mails | 2.3.6 |
2.3.8 |
| ysfkaya/filament-phone-input | 3.1.8 |
3.1.9 |
Updates filament/spatie-laravel-media-library-plugin from 3.3.15 to 3.3.17
Commits
- See full diff in compare view
Updates laravel/framework from 12.14.1 to 12.16.0
Release notes
Sourced from laravel/framework's releases.
v12.16.0
- [12.x] Change priority in optimize:clear by
@amirmohammadnajmiin laravel/framework#55792- [12.x] Fix
TestResponse::assertSessionMissing()when given an array of keys by@crynobonein laravel/framework#55800- [12.x] Allowing
ContextAttribute to Interact with Hidden by@devajmeirelesin laravel/framework#55799- Add support for sending raw (non-encoded) attachments in Resend mail driver by
@Roywcmin laravel/framework#55803- [12.x] Added option to always defer for flexible cache by
@Zwartpetin laravel/framework#55802- [12.x] style: Use null coalescing assignment (??=) for cleaner code by
@mohsenetmin laravel/framework#55823- [12.x] Introducing
Arr::hasAllby@devajmeirelesin laravel/framework#55815- [12.x] Restore lazy loading check by
@decadencein laravel/framework#55817- [12.x] Minor language update by
@AhmedAlaa4611in laravel/framework#55812- fix(cache/redis): use connectionAwareSerialize in RedisStore::putMany() by
@superbichein laravel/framework#55814- [12.x] Fix
ResponseFactoryshould also acceptnullcallback by@crynobonein laravel/framework#55833- [12.x] Add template variables to scope by
@wietsewarendorffin laravel/framework#55830- [12.x] Introducing
toUrito theStringableClass by@devajmeirelesin laravel/framework#55862- [12.x] Remove remaining
@returntags from constructors by@AhmedAlaa4611in laravel/framework#55858- [12.x] Replace alias
is_integer()withis_int()to comply with Laravel Pint by@xurshudyanin laravel/framework#55851- Fix argument types for Illuminate/Database/Query/Builder::upsert() by
@jellisiiin laravel/framework#55849- [12.x] Add
in_array_keysvalidation rule to check for presence of specified array keys by@stevebaumanin laravel/framework#55807- [12.x] Add
Rule::containsby@stevebaumanin laravel/framework#55809v12.15.0
- [12.x] Add locale-aware number parsing methods to Number class by
@informageniein laravel/framework#55725- [12.x] Add a default option when retrieving an enum from data by
@elbojolocoin laravel/framework#55735- Revert "[12.x] Update "Number::fileSize" to use correct prefix and add prefix param" by
@ziadozin laravel/framework#55741- [12.x] Remove apc by
@AhmedAlaa4611in laravel/framework#55745- [12.x] Add param type for
assertJsonStructure&assertExactJsonStructuremethods by@milwad-devin laravel/framework#55743- [12.x] Fix type casting for environment variables in config files by
@adamwhpin laravel/framework#55737- [12.x] Preserve "previous" model state by
@crynobonein laravel/framework#55729- [12.x] Passthru
getCountForPaginationon an Eloquent\Builder by@cosmastechin laravel/framework#55752- [12.x] Add
assertClientErrormethod toTestResponseby@shane-zengin laravel/framework#55750- Install Broadcasting Command Fix for Livewire Starter Kit by
@joshcirrein laravel/framework#55774- Clarify units for benchmark value for IDE accessibility by
@mike-healyin laravel/framework#55781- Improved PHPDoc Return Types for Eloquent's Original Attribute Methods by
@clementbirklein laravel/framework#55779- [12.x] Prevent
preventsLazyLoadingexception when usingautomaticallyEagerLoadRelationshipsby@devajmeirelesin laravel/framework#55771- [12.x] Add
hashstring helper by@istiak-tridipin laravel/framework#55767- [12.x] Update
assertSessionMissing()signature to matchassertSessionHas()by@nexxaiin laravel/framework#55763- Fix: php artisan db command if no password by
@mr-chetanin laravel/framework#55761- [12.x] Types: InteractsWithPivotTable::sync by
@liamduckettin laravel/framework#55762- [12.x] feat: Add
current_page_urlto Paginator by@mariomkain laravel/framework#55789- Correct return type in PhpDoc for command fail method by
@Muetze42in laravel/framework#55783- [12.x] Add
assertRedirectToActionmethod to test redirection to controller actions by@xurshudyanin laravel/framework#55788- [12.x] Add Context contextual attribute by
@martinbeanin laravel/framework#55760
Changelog
Sourced from laravel/framework's changelog.
v12.16.0 - 2025-05-27
- [12.x] Change priority in optimize:clear by
@amirmohammadnajmiin laravel/framework#55792- [12.x] Fix
TestResponse::assertSessionMissing()when given an array of keys by@crynobonein laravel/framework#55800- [12.x] Allowing
ContextAttribute to Interact with Hidden by@devajmeirelesin laravel/framework#55799- Add support for sending raw (non-encoded) attachments in Resend mail driver by
@Roywcmin laravel/framework#55803- [12.x] Added option to always defer for flexible cache by
@Zwartpetin laravel/framework#55802- [12.x] style: Use null coalescing assignment (??=) for cleaner code by
@mohsenetmin laravel/framework#55823- [12.x] Introducing
Arr::hasAllby@devajmeirelesin laravel/framework#55815- [12.x] Restore lazy loading check by
@decadencein laravel/framework#55817- [12.x] Minor language update by
@AhmedAlaa4611in laravel/framework#55812- fix(cache/redis): use connectionAwareSerialize in RedisStore::putMany() by
@superbichein laravel/framework#55814- [12.x] Fix
ResponseFactoryshould also acceptnullcallback by@crynobonein laravel/framework#55833- [12.x] Add template variables to scope by
@wietsewarendorffin laravel/framework#55830- [12.x] Introducing
toUrito theStringableClass by@devajmeirelesin laravel/framework#55862- [12.x] Remove remaining
@returntags from constructors by@AhmedAlaa4611in laravel/framework#55858- [12.x] Replace alias
is_integer()withis_int()to comply with Laravel Pint by@xurshudyanin laravel/framework#55851- Fix argument types for Illuminate/Database/Query/Builder::upsert() by
@jellisiiin laravel/framework#55849- [12.x] Add
in_array_keysvalidation rule to check for presence of specified array keys by@stevebaumanin laravel/framework#55807- [12.x] Add
Rule::containsby@stevebaumanin laravel/framework#55809v12.15.0 - 2025-05-20
- [12.x] Add locale-aware number parsing methods to Number class by
@informageniein laravel/framework#55725- [12.x] Add a default option when retrieving an enum from data by
@elbojolocoin laravel/framework#55735- Revert "[12.x] Update "Number::fileSize" to use correct prefix and add prefix param" by
@ziadozin laravel/framework#55741- [12.x] Remove apc by
@AhmedAlaa4611in laravel/framework#55745- [12.x] Add param type for
assertJsonStructure&assertExactJsonStructuremethods by@milwad-devin laravel/framework#55743- [12.x] Fix type casting for environment variables in config files by
@adamwhpin laravel/framework#55737- [12.x] Preserve "previous" model state by
@crynobonein laravel/framework#55729- [12.x] Passthru
getCountForPaginationon an Eloquent\Builder by@cosmastechin laravel/framework#55752- [12.x] Add
assertClientErrormethod toTestResponseby@shane-zengin laravel/framework#55750- Install Broadcasting Command Fix for Livewire Starter Kit by
@joshcirrein laravel/framework#55774- Clarify units for benchmark value for IDE accessibility by
@mike-healyin laravel/framework#55781- Improved PHPDoc Return Types for Eloquent's Original Attribute Methods by
@clementbirklein laravel/framework#55779- [12.x] Prevent
preventsLazyLoadingexception when usingautomaticallyEagerLoadRelationshipsby@devajmeirelesin laravel/framework#55771- [12.x] Add
hashstring helper by@istiak-tridipin laravel/framework#55767- [12.x] Update
assertSessionMissing()signature to matchassertSessionHas()by@nexxaiin laravel/framework#55763- Fix: php artisan db command if no password by
@mr-chetanin laravel/framework#55761- [12.x] Types: InteractsWithPivotTable::sync by
@liamduckettin laravel/framework#55762- [12.x] feat: Add
current_page_urlto Paginator by@mariomkain laravel/framework#55789- Correct return type in PhpDoc for command fail method by
@Muetze42in laravel/framework#55783- [12.x] Add
assertRedirectToActionmethod to test redirection to controller actions by@xurshudyanin laravel/framework#55788- [12.x] Add Context contextual attribute by
@martinbeanin laravel/framework#55760
Commits
293bb1cUpdate version to v12.16.03a9fa02[12.x] AddRule::contains(#55809)8b9f434[12.x] Addin_array_keysvalidation rule to check for presence of specified...6cde2abFix argument types for Illuminate/Database/Query/Builder::upsert() (#55849)0212f88Replace is_integer() with is_int() (#55851)3f3e301Remove remaining@returntags from constructors (#55858)2d7c499[12.x] IntroducingtoUrito theStringableClass (#55862)f9ffdc1add template variables to scope (#55830)89a64cdUpdate facade docblocks623886a[12.x] FixResponseFactoryshould also acceptnullcallback (#55833)- Additional commits viewable in compare view
Updates laravel/socialite from 5.20.0 to 5.21.0
Release notes
Sourced from laravel/socialite's releases.
v5.21.0
- Added email and it's scope to TwitterProvider by
@abdulmejidshemsuawelin laravel/socialite#744
Changelog
Sourced from laravel/socialite's changelog.
v5.21.0 - 2025-05-19
- Added email and it's scope to TwitterProvider by
@abdulmejidshemsuawelin laravel/socialite#744
Commits
d836394Added email and it's scope to TwitterProvider (#744)d1952d3Update CHANGELOG- See full diff in compare view
Updates symfony/mailgun-mailer from 7.2.0 to 7.3.0
Release notes
Sourced from symfony/mailgun-mailer's releases.
v7.3.0
Changelog (https://github.com/symfony/mailgun-mailer/compare/v7.3.0-RC1...v7.3.0)
- no significant changes
v7.3.0-RC1
Changelog (https://github.com/symfony/mailgun-mailer/compare/v7.3.0-BETA2...v7.3.0-RC1)
- no significant changes
v7.3.0-BETA1
Changelog (https://github.com/symfony/mailgun-mailer/compare/v7.2.6...v7.3.0-BETA1)
- no significant changes
Commits
- See full diff in compare view
Updates vormkracht10/filament-mails from 2.3.6 to 2.3.8
Commits
c812778Update SuppressionResource.php (#46)aac8337Fix styling02f1bdfuse new method downloadFileFromStorage- See full diff in compare view
Updates ysfkaya/filament-phone-input from 3.1.8 to 3.1.9
Release notes
Sourced from ysfkaya/filament-phone-input's releases.
3.1.9
What's Changed
- fix: replace the old flag of Syria with the new official flag by
@ARMBouhaliin ysfkaya/filament-phone-input#81New Contributors
@ARMBouhalimade their first contribution in ysfkaya/filament-phone-input#81Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.8...v3.1.9
Changelog
Sourced from ysfkaya/filament-phone-input's changelog.
3.1.9 - 2025-05-28
What's Changed
- fix: replace the old flag of Syria with the new official flag by
@ARMBouhaliin ysfkaya/filament-phone-input#81New Contributors
@ARMBouhalimade their first contribution in ysfkaya/filament-phone-input#81Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.8...v3.1.9
v2.3.8 - 2025-04-25
What's Changed
- Fixes libphonenumber enum issue
Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.3.7...v2.3.8
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
1
+233
-215
Package Dependencies
packagist
3.3.15 → 3.3.17
Patch
vormkracht10/filament-mails
packagist
2.3.6 → 2.3.8
Patch
ysfkaya/filament-phone-input
packagist
3.1.8 → 3.1.9
Patch
symfony/mailgun-mailer
packagist
7.2.0 → 7.3.0
Minor
Technical Details
| ID: | 1173531 |
| UUID: | 2554410383 |
| Node ID: | PR_kwDOFRWQj86YQTWP |
| Host: | GitHub |
| Repository: | laravelcm/laravel.cm |
| Merge State: | Unknown |