laravel-api-starter
laravel-api-starter copied to clipboard
chore(deps): bump laravel/framework from 11.1.0 to 11.6.0
trafficstars
Bumps laravel/framework from 11.1.0 to 11.6.0.
Release notes
Sourced from laravel/framework's releases.
v11.6.0
- [11.x] github: mariadb database healthcheck+naming by
@grooverdanin laravel/framework#51192- Add support for PHPUnit 11.1 by
@crynobonein laravel/framework#51197- Move whitespace in front of verbatim block in Blade templates by
@Sjordin laravel/framework#51195- [11.x] Trim trailing
?from generated URL without query params by@onlimein laravel/framework#51191- Add some tests on route:list sort command by
@fgarobyin laravel/framework#51202- [10.x] Improve releases flow by
@driesvintsin laravel/framework#51213- Fix return types of
firstWhereandfirstofBelongsToManyandHasManyThroughby@SanderMullerin laravel/framework#51219- [10.x] Fix typo in signed URL tampering tests by
@Krisellin laravel/framework#51238- [10.x] Add "Server has gone away" to DetectsLostConnection by
@Jubekiin laravel/framework#51241- [11.x] Add some tests in
SupportStrTestclass by@saMahmoudzadehin laravel/framework#51235- [10.x] Fix support for the LARAVEL_STORAGE_PATH env var (#51238) by
@dunglasin laravel/framework#51243- [11.x] Add replaceable tags to translations by
@LegendEffectsin laravel/framework#51190- [10.x] fix: Factory::createMany creating n^2 records by
@calebdwin laravel/framework#51225v11.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#51186v11.4.0
- [11.x] Apc Cache - Remove long-time gone apc_* functions by
@serpentbladein laravel/framework#51010- [11.x] Allowing Usage of Livewire Wire Boolean Style Directives by
@devajmeirelesin laravel/framework#51007- [11.x] Introduces
Exceptionsfacade by@nunomaduroin laravel/framework#50704
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
v11.6.0 - 2024-04-30
- [11.x] github: mariadb database healthcheck+naming by
@grooverdanin laravel/framework#51192- Add support for PHPUnit 11.1 by
@crynobonein laravel/framework#51197- Move whitespace in front of verbatim block in Blade templates by
@Sjordin laravel/framework#51195- [11.x] Trim trailing
?from generated URL without query params by@onlimein laravel/framework#51191- Add some tests on route:list sort command by
@fgarobyin laravel/framework#51202- [10.x] Improve releases flow by
@driesvintsin laravel/framework#51213- Fix return types of
firstWhereandfirstofBelongsToManyandHasManyThroughby@SanderMullerin laravel/framework#51219- [10.x] Fix typo in signed URL tampering tests by
@Krisellin laravel/framework#51238- [10.x] Add "Server has gone away" to DetectsLostConnection by
@Jubekiin laravel/framework#51241- [11.x] Add some tests in
SupportStrTestclass by@saMahmoudzadehin laravel/framework#51235- [10.x] Fix support for the LARAVEL_STORAGE_PATH env var (#51238) by
@dunglasin laravel/framework#51243- [11.x] Add replaceable tags to translations by
@LegendEffectsin laravel/framework#51190- [10.x] fix: Factory::createMany creating n^2 records by
@calebdwin laravel/framework#51225v11.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#51186v11.4.0 - 2024-04-16
... (truncated)
Commits
e090ee6Update version to v11.6.05d06b37Merge branch '10.x' into 11.x470e3e8update changelog5ae8fa0wip1de3156wip91e2b9eUpdate version to v10.48.1044dba84[10.x] fix: Factory::createMany creating n^2 records (#51225)8a65c4dApply fixes from StyleCI83e1f56[11.x] Add replaceable tags to translations (#51190)0bafaa8[10.x] Fix support for the LARAVEL_STORAGE_PATH env var (#51238) (#51243)- 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)