a11ybuddy
a11ybuddy copied to clipboard
Bump laravel/framework from 11.19.0 to 11.30.0
Bumps laravel/framework from 11.19.0 to 11.30.0.
Release notes
Sourced from laravel/framework's releases.
v11.30.0
- Add
$bindparameter toBlade::directiveby@hossein-zarein laravel/framework#53279- [11.x] Fix
trans_choice()when translation replacement include|separator by@crynobonein laravel/framework#53331- [11.x] Allow the authorize method to accept Backed Enums directly by
@johanvanheldenin laravel/framework#53330- [11.x] use
exists()instead ofcount()by@browner12in laravel/framework#53328- [11.x] Docblock Improvements by
@mtlukaszczykin laravel/framework#53325- Allow for custom Postgres operators to be added by
@boris-glumplerin laravel/framework#53324- [11.x] Support Optional Dimensions for
vectorColumn Type by@akr4min laravel/framework#53316- [11.x] Test Improvements by
@saMahmoudzadehin laravel/framework#53306- [11.x] Added
dropColumnsIfExists,dropColumnIfExistsanddropForeignIfExistsby@eusonlitoin laravel/framework#53305- [11.x] Provide an error message for PostTooLargeException by
@patrickomearain laravel/framework#53301- [11.x] Fix integrity constraint violation on failed_jobs_uuid_unique by
@bytestreamin laravel/framework#53264- Revert "[11.x] Added
dropColumnsIfExists,dropColumnIfExistsanddropForeignIfExists" by@taylorotwellin laravel/framework#53338- [11.x] Introduce
HasUniqueStringIdsby@cosmastechin laravel/framework#53280- [11.x] Refactor: check for contextual attribute before getting parameter class name by
@korkoshkoin laravel/framework#53339- [11.x] Pick up existing views and markdowns when creating mails by
@kevinb1989in laravel/framework#53308- [11.x] Add withoutDefer and withDefer testing helpers by
@timacdonaldin laravel/framework#53340v11.29.0
- [10.x] Ensure headers are only attached to illuminate responses by
@timacdonaldin laravel/framework#53019- [11.x] Component name guessing with prefix by
@royduinin laravel/framework#53183- [11.x] Allow list of rate limiters without requiring unique keys by
@timacdonaldin laravel/framework#53177- Add directive
@boolto Blade by@david-valdiviain laravel/framework#53179- [11.x] Fixes handling
Js::from(collect());by@crynobonein laravel/framework#53206- [11.x] fix PHPDoc for \Illuminate\Redis\Connections\Connection::$events by
@taka-oyamain laravel/framework#53211- [11.x] fix PHPDoc for \Illuminate\Database\Connection by
@taka-oyamain laravel/framework#53212- [11.x] Include class-string generics for Validator::$exception by
@cosmastechin laravel/framework#53210- [11.x] Remove a few useless return void statements. by
@lucasmichotin laravel/framework#53225- [11.x] Fixes phpdoc type of Number::forHumans() by
@toarupg0318in laravel/framework#53218- [11.x] Fix handling exceptions thrown in eval()'d code by
@jlabedoin laravel/framework#53204- [11.x] Allow using
castAsJson()on non default db connection during test by@crynobonein laravel/framework#53256- Improve query builder tests by
@timacdonaldin laravel/framework#53251- [11.x] Fix incorrect bindings in DB::update when using a collection as a value by
@crynobonein laravel/framework#53254- fix: EloquentCollection find and unique generics by
@calebdwin laravel/framework#53239- [11.x] Add getConnection() Method to Factory Class for Retrieving Database Connection by
@jonathanpmartinsin laravel/framework#53237- [11.x] Add
waitUntilmethod toProcessby@xurshudyanin laravel/framework#53236- Allow Vite entry points to be merged by
@JackWHin laravel/framework#53233- [11.x] Add helper method to determine stray request prevention state by
@xurshudyanin laravel/framework#53232- [11.x] Fix typo
$previousLCurrencyto$previousCurrencyfor clarity and consistency by@mdariftiensin laravel/framework#53261v11.28.1
- [11.x] Fix trim getting discarded in
ViewMakeCommandby@GrahamCampbellin laravel/framework#53174- [11.x] Discard
PHP_CLI_SERVER_WORKERSon Windows environment by@crynobonein laravel/framework#53178- [11.x] Improves PHP 8.4 compatibility by
@crynobonein laravel/framework#53182- [11.x] Fix handling empty values passed to
enum_value()function instead of only empty string by@crynobonein laravel/framework#53181v11.28.0
- [11.x] Update Authorizable methods with BackedEnum support by
@bastien-phiin laravel/framework#53079- [11.x] Use
nullas default cursor value for PHP Redis by@jayan-blutuiin laravel/framework#53095- [11.x] PHPDoc Improvements by
@schulerj89in laravel/framework#53097
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
v11.30.0 - 2024-10-30
- Add
$bindparameter toBlade::directiveby@hossein-zarein laravel/framework#53279- [11.x] Fix
trans_choice()when translation replacement include|separator by@crynobonein laravel/framework#53331- [11.x] Allow the authorize method to accept Backed Enums directly by
@johanvanheldenin laravel/framework#53330- [11.x] use
exists()instead ofcount()by@browner12in laravel/framework#53328- [11.x] Docblock Improvements by
@mtlukaszczykin laravel/framework#53325- Allow for custom Postgres operators to be added by
@boris-glumplerin laravel/framework#53324- [11.x] Support Optional Dimensions for
vectorColumn Type by@akr4min laravel/framework#53316- [11.x] Test Improvements by
@saMahmoudzadehin laravel/framework#53306- [11.x] Added
dropColumnsIfExists,dropColumnIfExistsanddropForeignIfExistsby@eusonlitoin laravel/framework#53305- [11.x] Provide an error message for PostTooLargeException by
@patrickomearain laravel/framework#53301- [11.x] Fix integrity constraint violation on failed_jobs_uuid_unique by
@bytestreamin laravel/framework#53264- Revert "[11.x] Added
dropColumnsIfExists,dropColumnIfExistsanddropForeignIfExists" by@taylorotwellin laravel/framework#53338- [11.x] Introduce
HasUniqueStringIdsby@cosmastechin laravel/framework#53280- [11.x] Refactor: check for contextual attribute before getting parameter class name by
@korkoshkoin laravel/framework#53339- [11.x] Pick up existing views and markdowns when creating mails by
@kevinb1989in laravel/framework#53308- [11.x] Add withoutDefer and withDefer testing helpers by
@timacdonaldin laravel/framework#53340v11.29.0 - 2024-10-22
- [10.x] Ensure headers are only attached to illuminate responses by
@timacdonaldin laravel/framework#53019- [11.x] Component name guessing with prefix by
@royduinin laravel/framework#53183- [11.x] Allow list of rate limiters without requiring unique keys by
@timacdonaldin laravel/framework#53177- Add directive
@boolto Blade by@david-valdiviain laravel/framework#53179- [11.x] Fixes handling
Js::from(collect());by@crynobonein laravel/framework#53206- [11.x] fix PHPDoc for \Illuminate\Redis\Connections\Connection::$events by
@taka-oyamain laravel/framework#53211- [11.x] fix PHPDoc for \Illuminate\Database\Connection by
@taka-oyamain laravel/framework#53212- [11.x] Include class-string generics for Validator::$exception by
@cosmastechin laravel/framework#53210- [11.x] Remove a few useless return void statements. by
@lucasmichotin laravel/framework#53225- [11.x] Fixes phpdoc type of Number::forHumans() by
@toarupg0318in laravel/framework#53218- [11.x] Fix handling exceptions thrown in eval()'d code by
@jlabedoin laravel/framework#53204- [11.x] Allow using
castAsJson()on non default db connection during test by@crynobonein laravel/framework#53256- Improve query builder tests by
@timacdonaldin laravel/framework#53251- [11.x] Fix incorrect bindings in DB::update when using a collection as a value by
@crynobonein laravel/framework#53254- fix: EloquentCollection find and unique generics by
@calebdwin laravel/framework#53239- [11.x] Add getConnection() Method to Factory Class for Retrieving Database Connection by
@jonathanpmartinsin laravel/framework#53237- [11.x] Add
waitUntilmethod toProcessby@xurshudyanin laravel/framework#53236- Allow Vite entry points to be merged by
@JackWHin laravel/framework#53233- [11.x] Add helper method to determine stray request prevention state by
@xurshudyanin laravel/framework#53232- [11.x] Fix typo
$previousLCurrencyto$previousCurrencyfor clarity and consistency by@mdariftiensin laravel/framework#53261v11.28.1 - 2024-10-16
- [11.x] Fix trim getting discarded in
ViewMakeCommandby@GrahamCampbellin laravel/framework#53174- [11.x] Discard
PHP_CLI_SERVER_WORKERSon Windows environment by@crynobonein laravel/framework#53178- [11.x] Improves PHP 8.4 compatibility by
@crynobonein laravel/framework#53182- [11.x] Fix handling empty values passed to
enum_value()function instead of only empty string by@crynobonein laravel/framework#53181v11.28.0 - 2024-10-15
... (truncated)
Commits
dff7164Update version to v11.30.0fa1f4caAdd withoutDefer and withDefer testing helpers (#53340)17acf83[11.x] Pick up existing views and markdowns when creating mails (#53308)bdedd46Refactor: check for contextual attribute before getting parameter class name ...7017b40Apply fixes from StyleCIbc9b279[11.x] IntroduceHasUniqueStringIds(#53280)bb16825Update facade docblocksfcd7e64Revert "[11.x] AddeddropColumnsIfExists,dropColumnIfExistsand `dropFor...a8363e4[11.x] Fix integrity constraint violation on failed_jobs_uuid_unique (#53264)57af5c3[11.x] Provide an error message for PostTooLargeException (#53301)- Additional commits viewable in compare view
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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)