NexoPOS
NexoPOS copied to clipboard
Bump laravel/framework from 11.4.0 to 11.5.0
Bumps laravel/framework from 11.4.0 to 11.5.0.
Release notes
Sourced from laravel/framework's releases.
v11.5.0
- [11.x] Add namespace for
make:traitandmake:interfacecommand by@milwad-devin laravel/framework#51083- [11.x] Ability to generate URL's with query params by
@stevebaumanin laravel/framework#51075- [11.x] Adds anonymous broadcasting by
@joedixonin laravel/framework#51082- [10.x] Binding order is incorrect when using cursor paginate with multiple unions with a where by
@thijsvdankerin laravel/framework#50884- [10.x] Fix cursor paginate with union and column alias by
@thijsvdankerin laravel/framework#50882- [11.x] Fix typo in tests by
@milwad-devin laravel/framework#51093- Fix argument type in
Cache\Storeby@GromNaNin laravel/framework#51100- Correct comment's grammatical and semantic errors by
@javadihugoin laravel/framework#51101- [11.x] Replace matches typehint fix by
@henzebin laravel/framework#51095- [11.x] Exclude
laravel_through_keywhen replicating model, fixes #51097 by@levu42in laravel/framework#51098- [11.x] Add enum types to static Rule methods by
@erik-perriin laravel/framework#51090- [11.x] Add decrement method to the rate limiter class by
@AlexJump24in laravel/framework#51102- [11.x] Remove dead code by
@michaelnabil230in laravel/framework#51106- [11.x] Fix support for other hashing implementations when using
hashedcast by@j3j5in laravel/framework#51112- Revert "[11.x] Adds support for
intbacked enums to implicitEnumroute binding" by@driesvintsin laravel/framework#51119- [11.x] Add support for enums in
whereInroute constraints by@osbrein laravel/framework#51121- Clarify that \Illuminate\Http\Request::replace replace all input values by
@treyssatvincentin laravel/framework#51123- [11.x] Fix db:show's --counts option by
@xuchunyangin laravel/framework#51140- Update RuntimeException message when no data has been found by
@mikemeijerin laravel/framework#51133- [11] Update DetectsLostConnections.php by
@it-canin laravel/framework#51127- [11.x] Reset connection after migrate for FreshCommand by
@driesvintsin laravel/framework#51167- [10.x] Address Null Parameter Deprecations in UrlGenerator by
@aldobarrin laravel/framework#51148- [11.x] Provide context for NestedRules by
@imahmoodin laravel/framework#51160- [11.x] Fix renaming columns with
NULLas default on legacy MariaDB/MySQL by@hafezdivandariin laravel/framework#51177- [11.x] Supercharge Blade by
@assertchrisin laravel/framework#51143- [11.x] Allow implicit binding to have optional backed enums by
@Neol3108in laravel/framework#51178- [11.x] Blade Component Loop Speed Improvement by
@lonnylotin laravel/framework#51158- [11.x] Fix normalizedNameCache by
@Jubekiin laravel/framework#51185- [11.x] GenericUser use
getAuthPasswordNameinstead of hardcoded column name by@Daniel-H123in laravel/framework#51186
Changelog
Sourced from laravel/framework's changelog.
v11.5.0 - 2024-04-23
- [11.x] Add namespace for
make:traitandmake:interfacecommand by@milwad-devin laravel/framework#51083- [11.x] Ability to generate URL's with query params by
@stevebaumanin laravel/framework#51075- [11.x] Adds anonymous broadcasting by
@joedixonin laravel/framework#51082- [10.x] Binding order is incorrect when using cursor paginate with multiple unions with a where by
@thijsvdankerin laravel/framework#50884- [10.x] Fix cursor paginate with union and column alias by
@thijsvdankerin laravel/framework#50882- [11.x] Fix typo in tests by
@milwad-devin laravel/framework#51093- Fix argument type in
Cache\Storeby@GromNaNin laravel/framework#51100- Correct comment's grammatical and semantic errors by
@javadihugoin laravel/framework#51101- [11.x] Replace matches typehint fix by
@henzebin laravel/framework#51095- [11.x] Exclude
laravel_through_keywhen replicating model, fixes #51097 by@levu42in laravel/framework#51098- [11.x] Add enum types to static Rule methods by
@erik-perriin laravel/framework#51090- [11.x] Add decrement method to the rate limiter class by
@AlexJump24in laravel/framework#51102- [11.x] Remove dead code by
@michaelnabil230in laravel/framework#51106- [11.x] Fix support for other hashing implementations when using
hashedcast by@j3j5in laravel/framework#51112- Revert "[11.x] Adds support for
intbacked enums to implicitEnumroute binding" by@driesvintsin laravel/framework#51119- [11.x] Add support for enums in
whereInroute constraints by@osbrein laravel/framework#51121- Clarify that \Illuminate\Http\Request::replace replace all input values by
@treyssatvincentin laravel/framework#51123- [11.x] Fix db:show's --counts option by
@xuchunyangin laravel/framework#51140- Update RuntimeException message when no data has been found by
@mikemeijerin laravel/framework#51133- [11] Update DetectsLostConnections.php by
@it-canin laravel/framework#51127- [11.x] Reset connection after migrate for FreshCommand by
@driesvintsin laravel/framework#51167- [10.x] Address Null Parameter Deprecations in UrlGenerator by
@aldobarrin laravel/framework#51148- [11.x] Provide context for NestedRules by
@imahmoodin laravel/framework#51160- [11.x] Fix renaming columns with
NULLas default on legacy MariaDB/MySQL by@hafezdivandariin laravel/framework#51177- [11.x] Supercharge Blade by
@assertchrisin laravel/framework#51143- [11.x] Allow implicit binding to have optional backed enums by
@Neol3108in laravel/framework#51178- [11.x] Blade Component Loop Speed Improvement by
@lonnylotin laravel/framework#51158- [11.x] Fix normalizedNameCache by
@Jubekiin laravel/framework#51185- [11.x] GenericUser use
getAuthPasswordNameinstead of hardcoded column name by@Daniel-H123in laravel/framework#51186
Commits
e3c2426Update version to v11.5.043e4a9cMerge branch '10.x' into 11.xad75850Update version to v10.48.9b7516a8Update CHANGELOG.md0546f75Use getter for getAuthPassword attribute key (#51186)79c9874Fix normalizedNameCache (#51185)5d4b26eApply fixes from StyleCI2b1ad99[11.x] Blade Component Loop Speed Improvement (#51158)7042fec[11.x] Allow implicit binding to have optional backed enums (#51178)ca54cb6[11.x] Supercharge Blade (#51143)- 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)