Bump laravel/framework from 10.48.10 to 10.48.19
Bumps laravel/framework from 10.48.10 to 10.48.19.
Release notes
Sourced from laravel/framework's releases.
v10.48.19
- Add compatible query type to
Model::resolveRouteBindingQuery
by@sebj54
in laravel/framework#52339- [10.x] Fix
Factory::afterCreating
callable argument type by@villfa
in laravel/framework#52335- [10.x] backport #52204 by
@calebdw
in laravel/framework#52389- [10.x] In MySQL, harvest last insert ID immediately after query is executed by
@piurafunk
in laravel/framework#52390v10.48.18
- [10.x] backport #52188 by
@calebdw
in laravel/framework#52293- [10.x] Fix runPaginationCountQuery not working properly for union queries by
@chinleung
in laravel/framework#52314v10.48.17
- [10.x] Fix PHP_CLI_SERVER_WORKERS warning by suppressing it by
@pelomedusa
in laravel/framework#52094- [10.x] Backport #51615 by
@GrahamCampbell
in laravel/framework#52215v10.48.16
- [10.x] Fix Http::retry so that throw is respected for call signature Http::retry([1,2], throw: false) by
@paulyoungnb
in laravel/framework#52002- [10.x] Set application_name and character set as PostgreSQL DSN string by
@sunaoka
in laravel/framework#51985v10.48.15
- [10.x] Set previous exception on
HttpResponseException
by@hafezdivandari
in laravel/framework#51986v10.48.14
- [10.x] Fixes unable to call another command as a initialized instance of
Command
class by@crynobone
in laravel/framework#51824- [10.x] fix handle
shift()
on an empty collection by@Treggats
in laravel/framework#51841- [10.x] Ensure
schema:dump
will dump the migrations table only if it exists by@NickSdot
in laravel/framework#51827v10.48.13
- [10.x] Fix typo in return comment of createSesTransport method by
@zds-s
in laravel/framework#51688- [10.x] Fix collection shift less than one item by
@faissaloux
in laravel/framework#51686- [10.x] Turn
Enumerable unless()
$callback parameter optional by@faissaloux
in laravel/framework#51701- Revert "[10.x] Turn
Enumerable unless()
$callback parameter optional" by@taylorotwell
in laravel/framework#51707v10.48.12
- [10.x] Fix typo by
@Issei0804-ie
in laravel/framework#51535- [10.x] Fix SQL Server detection in database store by
@staudenmeir
in laravel/framework#51547- [10.x] - Fix batch list loading in Horizon when serialization error by
@jeffortegad
in laravel/framework#51551- [10.x] Fixes explicit route binding with
BackedEnum
by@CAAHS
in laravel/framework#51586v10.48.11
- [10.x] Backport: Fix SesV2Transport to use correct
EmailTags
argument by@Tietew
in laravel/framework#51352- [10.x] Fix PHPDoc typo by
@staudenmeir
in laravel/framework#51390- [10.x] Fix
apa
on non ASCII characters by@faissaloux
in laravel/framework#51428- [10.x] Fixes view engine resolvers leaking memory by
@nunomaduro
in laravel/framework#51450- [10.x] Do not use
app()
Foundation helper onViewServiceProvider
by@rodrigopedra
in laravel/framework#51522
Commits
-
d816681
Update version to v10.48.19 -
d2546d5
Apply fixes from StyleCI -
16ac9c5
formatting -
332e29a
Merge branch '10.x' of https://github.com/piurafunk/framework into piurafunk-... -
ffab5fc
Merge branch '10.x' of github.com:laravel/framework into 10.x -
d984d0d
In MySQL, harvest last insert ID immediately after query is executed -
e1e7cd1
fix: Request::json() json errors when decoding empty string (#52389) -
db768e4
[10.x] Fix callable argument type (#52335) -
08b1b98
Add compatible query type toModel::resolveRouteBindingQuery
(#52339) -
639a2ee
Update CHANGELOG - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts