myStockMaster
myStockMaster copied to clipboard
Bump laravel/framework from 11.18.1 to 11.25.0
Bumps laravel/framework from 11.18.1 to 11.25.0.
Release notes
Sourced from laravel/framework's releases.
v11.25.0
- [11.x] Fix make:listener command by
@iamgergo
in laravel/framework#52924- [11.x] Fix incorrect PHPDoc for KeyBy and GroupBy by
@kayw-geek
in laravel/framework#52918- [11.x] Fix PHPDoc for TestResponse's
Response
Type to \Symfony\Component\HttpFoundation\Response by@kayw-geek
in laravel/framework#52915- [11.x] Docblock Improvements by
@saMahmoudzadeh
in laravel/framework#52909- [11.x] Add vector column support to migrations by
@Jim-Webfox
in laravel/framework#52884- [11.x] Revert auto-discovering
routes/console.php
as this will cause breaking change with the defaultwithRouting($console)
by@crynobone
in laravel/framework#52942- [11.x] Fixed docblock on typeVector method in Grammer by
@flavio-schoute
in laravel/framework#52927v11.24.1
- [11.x] Fixes
defer()
function return type by@staudenmeir
in laravel/framework#52910- [11.x] Fixes missing
ExecutableFinder
import by@InfinityXTech
in laravel/framework#52912- [11.x] Fix for not automatically registering commands in App\Console\Commands by
@SamuelNitsche
in laravel/framework#52903v11.24.0
- [11.x] Fix issue where
$name
variable in non base config file becomes it's key by@rojtjo
in laravel/framework#52738- [11.x] PHPDoc Improvements by
@amitmerchant1990
in laravel/framework#52797- [11.x] Remove a unused import and fix docblock for DeferredCallbackCollection by
@seriquynh
in laravel/framework#52808- [11.x] Handle SQLSTATE[HY000] [2002] Operation now in progress in DetectsLostConnection trait #52759 by
@webartisan10
in laravel/framework#52805- [11.x] Add prependLocation method to View Factory by
@nshiro
in laravel/framework#52806- [11.x] add nullOnUpdate() method to ForeignKeyDefinition by
@gisuNasr
in laravel/framework#52798- [11.x] Allow
BackedEnum
to be passed toRoute::can()
by@Omegadela
in laravel/framework#52792- [11.x] Ensure headers are only attached to illuminate responses by
@timacdonald
in laravel/framework#52789- [11.x] feat: improve Collection groupBy, keyBy generics by
@calebdw
in laravel/framework#52787- [11.x] Using Correct
Concurrency
Configuration Index Name by@devajmeireles
in laravel/framework#52788- [11.x] Ensure
withoutPretending
method properly resets state after callback execution by@xurshudyan
in laravel/framework#52794- [11.x] delegate
ProcessDriver@defer()
toProcessDriver@run()
method by@rodrigopedra
in laravel/framework#52807- [11.x] Use command string instead of array on
Concurrency\ProcessDriver
by@rodrigopedra
in laravel/framework#52813- [11.x] Allows Laravel Framework to correctly resolve PHP binary when running via Laravel Herd by
@crynobone
in laravel/framework#52791- [11.x] Move Defer classes to Support component and add
Illuminate\Support\defer
function by@crynobone
in laravel/framework#52801- [11.x] Suggest
laravel/serializable-closure
on Database component by@crynobone
in laravel/framework#52835- Bump vite from 5.2.10 to 5.2.14 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabot
in laravel/framework#52834- [11.x] Update Concurrency component's composer dependencies by
@rodrigopedra
in laravel/framework#52836- Add result shorthands for
Process
fakes by@jasonmccreary
in laravel/framework#52840- Update SerializesCastableAttributes to include array generics by
@cosmastech
in laravel/framework#52841- [11.x] CI Improvements by
@crynobone
in laravel/framework#52850- [11.x] Supports
laravel/prompts
v0.2 by@crynobone
in laravel/framework#52849- [11.x] Handle allows null parameter instead of requiring default value by
@crynobone
in laravel/framework#52866- [11.x] Adds
@throws
section to Concurrency manager doc block by@rnambaale
in laravel/framework#52856- Update stub to remove unused trait imports by
@lombervid
in laravel/framework#52877- [11.x] Fix validation rule type hints by
@axlon
in laravel/framework#52870- [11.x] Support multiple batch IDs when retrying failed batch jobs by
@skegel13
in laravel/framework#52873- [11.x] Remove unused namespaces from DatabaseInspectionCommand and LocalFileSystemAdapter by
@saMahmoudzadeh
in laravel/framework#52868- [11.x] Auto-register commands in
routes/console.php
by@SamuelNitsche
in laravel/framework#52867- [11.x] Prevent infinite recursion on
touchesParents()
for chaperoned models by@samlev
in laravel/framework#52883- Bump rollup from 4.17.1 to 4.22.4 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabot
in laravel/framework#52892- [11.x]
Cache::flexible
improvements by@timacdonald
in laravel/framework#52891- [11.x] Add
\DateTimeInterface
and\DateInterval
to type forCache::flexible()
by@bram-pkg
in laravel/framework#52888- [11.x] CI Improvements by
@crynobone
in laravel/framework#52851- [11.x] Do not trigger missing translation key handling when checking existence of translation key by
@gdebrauwer
in laravel/framework#52895
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
v11.25.0 - 2024-09-26
- [11.x] Fix make:listener command by
@iamgergo
in laravel/framework#52924- [11.x] Fix incorrect PHPDoc for KeyBy and GroupBy by
@kayw-geek
in laravel/framework#52918- [11.x] Fix PHPDoc for TestResponse's
Response
Type to \Symfony\Component\HttpFoundation\Response by@kayw-geek
in laravel/framework#52915- [11.x] Docblock Improvements by
@saMahmoudzadeh
in laravel/framework#52909- [11.x] Add vector column support to migrations by
@Jim-Webfox
in laravel/framework#52884- [11.x] Revert auto-discovering
routes/console.php
as this will cause breaking change with the defaultwithRouting($console)
by@crynobone
in laravel/framework#52942- [11.x] Fixed docblock on typeVector method in Grammer by
@flavio-schoute
in laravel/framework#52927v11.24.1 - 2024-09-25
- [11.x] Fixes
defer()
function return type by@staudenmeir
in laravel/framework#52910- [11.x] Fixes missing
ExecutableFinder
import by@InfinityXTech
in laravel/framework#52912- [11.x] Fix for not automatically registering commands in App\Console\Commands by
@SamuelNitsche
in laravel/framework#52903v11.24.0 - 2024-09-24
- [11.x] Fix issue where
$name
variable in non base config file becomes it's key by@rojtjo
in laravel/framework#52738- [11.x] PHPDoc Improvements by
@amitmerchant1990
in laravel/framework#52797- [11.x] Remove a unused import and fix docblock for DeferredCallbackCollection by
@seriquynh
in laravel/framework#52808- [11.x] Handle SQLSTATE[HY000] [2002] Operation now in progress in DetectsLostConnection trait #52759 by
@webartisan10
in laravel/framework#52805- [11.x] Add prependLocation method to View Factory by
@nshiro
in laravel/framework#52806- [11.x] add nullOnUpdate() method to ForeignKeyDefinition by
@gisuNasr
in laravel/framework#52798- [11.x] Allow
BackedEnum
to be passed toRoute::can()
by@Omegadela
in laravel/framework#52792- [11.x] Ensure headers are only attached to illuminate responses by
@timacdonald
in laravel/framework#52789- [11.x] feat: improve Collection groupBy, keyBy generics by
@calebdw
in laravel/framework#52787- [11.x] Using Correct
Concurrency
Configuration Index Name by@devajmeireles
in laravel/framework#52788- [11.x] Ensure
withoutPretending
method properly resets state after callback execution by@xurshudyan
in laravel/framework#52794- [11.x] delegate
ProcessDriver[@defer](https://github.com/defer)()
toProcessDriver[@run](https://github.com/run)()
method by@rodrigopedra
in laravel/framework#52807- [11.x] Use command string instead of array on
Concurrency\ProcessDriver
by@rodrigopedra
in laravel/framework#52813- [11.x] Allows Laravel Framework to correctly resolve PHP binary when running via Laravel Herd by
@crynobone
in laravel/framework#52791- [11.x] Move Defer classes to Support component and add
Illuminate\Support\defer
function by@crynobone
in laravel/framework#52801- [11.x] Suggest
laravel/serializable-closure
on Database component by@crynobone
in laravel/framework#52835- Bump vite from 5.2.10 to 5.2.14 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabot
in laravel/framework#52834- [11.x] Update Concurrency component's composer dependencies by
@rodrigopedra
in laravel/framework#52836- Add result shorthands for
Process
fakes by@jasonmccreary
in laravel/framework#52840- Update SerializesCastableAttributes to include array generics by
@cosmastech
in laravel/framework#52841- [11.x] CI Improvements by
@crynobone
in laravel/framework#52850- [11.x] Supports
laravel/prompts
v0.2 by@crynobone
in laravel/framework#52849- [11.x] Handle allows null parameter instead of requiring default value by
@crynobone
in laravel/framework#52866- [11.x] Adds
[@throws](https://github.com/throws)
section to Concurrency manager doc block by@rnambaale
in laravel/framework#52856- Update stub to remove unused trait imports by
@lombervid
in laravel/framework#52877- [11.x] Fix validation rule type hints by
@axlon
in laravel/framework#52870- [11.x] Support multiple batch IDs when retrying failed batch jobs by
@skegel13
in laravel/framework#52873- [11.x] Remove unused namespaces from DatabaseInspectionCommand and LocalFileSystemAdapter by
@saMahmoudzadeh
in laravel/framework#52868- [11.x] Auto-register commands in
routes/console.php
by@SamuelNitsche
in laravel/framework#52867- [11.x] Prevent infinite recursion on
touchesParents()
for chaperoned models by@samlev
in laravel/framework#52883- Bump rollup from 4.17.1 to 4.22.4 in /src/Illuminate/Foundation/resources/exceptions/renderer by
@dependabot
in laravel/framework#52892- [11.x]
Cache::flexible
improvements by@timacdonald
in laravel/framework#52891
... (truncated)
Commits
b487a90
Update version to v11.25.01849288
[11.x] Fixed docblock on typeVector method in Grammer (#52927)170adae
[11.x] Revert auto-discoveringroutes/console.php
as this will cause breaki...296f3f8
[11.x] Add vector column support to migrations (#52884)c972797
chore: update docblock (#52909)4d7556f
[11.x] Fix PHPDoc for TestResponse'sResponse
Type to \Symfony\Component\Ht...6a3a8b2
Fix incorrect PHPDoc for KeyBy and GroupBy (#52918)86fa45e
[11.x] Fix make:listener command (#52924)09aaeb4
Update CHANGELOGe063fa8
Update version to v11.24.1- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)