FormField
FormField copied to clipboard
Bump laravel/framework from 11.2.0 to 11.31.0
Bumps laravel/framework from 11.2.0 to 11.31.0.
Release notes
Sourced from laravel/framework's releases.
v11.31.0
- [11.x] Refactor: return Command::FAILURE by
@fernandokbsin laravel/framework#53354- Allow the Batch and Chain onQueue method to accept Backed Enums by
@onlimein laravel/framework#53359- Add transaction generics by
@MatusBoain laravel/framework#53357- Add laravel default exception blade files to view:cache by
@SamuelWeiin laravel/framework#53353- [11.x] Added
useCascadeTruncatemethod forPostgresGrammarby@korkoshkoin laravel/framework#53343- Add Application::removeDeferredServices method by
@olliereadin laravel/framework#53362- Add the ability to append and prepend middleware priority from the application builder by
@olliereadin laravel/framework#53326- Fix typo in Translator code comment by
@caendesilvain laravel/framework#53366- [11.x] Handle HtmlString constructed with a null by
@sperelsonin laravel/framework#53367- [11.x] Add
URL::forceHttps()to enforce HTTPS scheme for URLs by@dasundevin laravel/framework#53381- [11.x] Refactor and add remaining test cases for the DatabaseUuidFailedJobProviderTest class by
@kevinb1989in laravel/framework#53408- [11.X] Postgres Aurora failover - DetectsLostConnections by
@viferin laravel/framework#53404whereFullTextcase consistency by@parth391in laravel/framework#53395- [11.x] Add
HasFactorytrait tomake:modelgeneration command using--alloptions by@adel007ghin laravel/framework#53391- Introduce support for popping items from a stackable context item by
@denjalandin laravel/framework#53403- [11.x] Test Improvements by
@crynobonein laravel/framework#53414- [11.x] Add ability to dynamically build mailers on-demand using
Mail::buildby@stevebaumanin laravel/framework#53411- [11.x] Refactor and add remaining test cases for the DatabaseFailedJobProviderTest class by
@kevinb1989in laravel/framework#53409- [11.x] Fix error event listener in Vite prefetching by
@jnoordsijin laravel/framework#53439- [11.x] Ensure datetime cache durations account for script execution time by
@timacdonaldin laravel/framework#53431- [11.x] Fix fluent syntax for HasManyThrough when combining HasMany followed by HasOne by
@jnoordsijin laravel/framework#53335- Correct parameter type of Collection::diffKeys() and Collection::diffKeysUsing() by
@AJenboin laravel/framework#53441- Correct parameter type of Collection::intersectByKeys() by
@AJenboin laravel/framework#53444- Fix schema foreign ID support for tables with non-standard primary key by
@willrowein laravel/framework#53442- [11.x] Cache token repository by
@browner12in laravel/framework#53428- Fix validation message when there is a parameter with escaped dot "." by
@mdmahbubhelalin laravel/framework#53416- [11.x] add optional prefix for cache key by
@browner12in laravel/framework#53448- [11.x] Do not overwrite existing link header(s) in
AddLinkHeadersForPreloadedAssetsmiddleware by@jnoordsijin laravel/framework#53463- [11.x] use assertTrue and assertFalse method, instead of using assertE… by
@iamyusufin laravel/framework#53453- [11.x] Add
DB::buildmethod by@stevebaumanin laravel/framework#53464- [11.x] Add ability to dynamically build cache repositories on-demand using
Cache::buildby@stevebaumanin laravel/framework#53454- [11.x] Skip the number of connections transacting while testing to run callbacks by
@tonysmin laravel/framework#53377v11.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
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
v11.31.0 - 2024-11-12
- [11.x] Refactor: return Command::FAILURE by
@fernandokbsin laravel/framework#53354- Allow the Batch and Chain onQueue method to accept Backed Enums by
@onlimein laravel/framework#53359- Add transaction generics by
@MatusBoain laravel/framework#53357- Add laravel default exception blade files to view:cache by
@SamuelWeiin laravel/framework#53353- [11.x] Added
useCascadeTruncatemethod forPostgresGrammarby@korkoshkoin laravel/framework#53343- Add Application::removeDeferredServices method by
@olliereadin laravel/framework#53362- Add the ability to append and prepend middleware priority from the application builder by
@olliereadin laravel/framework#53326- Fix typo in Translator code comment by
@caendesilvain laravel/framework#53366- [11.x] Handle HtmlString constructed with a null by
@sperelsonin laravel/framework#53367- [11.x] Add
URL::forceHttps()to enforce HTTPS scheme for URLs by@dasundevin laravel/framework#53381- [11.x] Refactor and add remaining test cases for the DatabaseUuidFailedJobProviderTest class by
@kevinb1989in laravel/framework#53408- [11.X] Postgres Aurora failover - DetectsLostConnections by
@viferin laravel/framework#53404whereFullTextcase consistency by@parth391in laravel/framework#53395- [11.x] Add
HasFactorytrait tomake:modelgeneration command using--alloptions by@adel007ghin laravel/framework#53391- Introduce support for popping items from a stackable context item by
@denjalandin laravel/framework#53403- [11.x] Test Improvements by
@crynobonein laravel/framework#53414- [11.x] Add ability to dynamically build mailers on-demand using
Mail::buildby@stevebaumanin laravel/framework#53411- [11.x] Refactor and add remaining test cases for the DatabaseFailedJobProviderTest class by
@kevinb1989in laravel/framework#53409- [11.x] Fix error event listener in Vite prefetching by
@jnoordsijin laravel/framework#53439- [11.x] Ensure datetime cache durations account for script execution time by
@timacdonaldin laravel/framework#53431- [11.x] Fix fluent syntax for HasManyThrough when combining HasMany followed by HasOne by
@jnoordsijin laravel/framework#53335- Correct parameter type of Collection::diffKeys() and Collection::diffKeysUsing() by
@AJenboin laravel/framework#53441- Correct parameter type of Collection::intersectByKeys() by
@AJenboin laravel/framework#53444- Fix schema foreign ID support for tables with non-standard primary key by
@willrowein laravel/framework#53442- [11.x] Cache token repository by
@browner12in laravel/framework#53428- Fix validation message when there is a parameter with escaped dot "." by
@mdmahbubhelalin laravel/framework#53416- [11.x] add optional prefix for cache key by
@browner12in laravel/framework#53448- [11.x] Do not overwrite existing link header(s) in
AddLinkHeadersForPreloadedAssetsmiddleware by@jnoordsijin laravel/framework#53463- [11.x] use assertTrue and assertFalse method, instead of using assertE… by
@iamyusufin laravel/framework#53453- [11.x] Add
DB::buildmethod by@stevebaumanin laravel/framework#53464- [11.x] Add ability to dynamically build cache repositories on-demand using
Cache::buildby@stevebaumanin laravel/framework#53454- [11.x] Skip the number of connections transacting while testing to run callbacks by
@tonysmin laravel/framework#53377v11.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
... (truncated)
Commits
365090eUpdate version to v11.31.07cee134Merge remote-tracking branch 'origin/11.x' into 11.x6d53774Merge branch 'env-check' into 11.x4cd413b[11.x] Skip the number of connections transacting while testing to run callba...4500be3Update facade docblocks7784219[11.x] Add ability to dynamically build cache repositories on-demand using `C...ecf67a6Update facade docblocksfc04bbf[11.x] AddDB::buildmethod (#53464)b86bf27feat: use assertTrue and assertFalse method, instead of using assertEquals (#...378bd56Prevent overwriting Link headers in AddLinkHeadersForPreloadedAssets middlewa...- 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) You can disable automated security fix PRs for this repo from the Security Alerts page.