browser-detect
browser-detect copied to clipboard
Bump laravel/framework from 10.43.0 to 10.48.23
Bumps laravel/framework from 10.43.0 to 10.48.23.
Release notes
Sourced from laravel/framework's releases.
v10.48.23
- [10.x] Ensure headers are only attached to illuminate responses by
@timacdonaldin laravel/framework#53019- [10.x] Fix append and prepend batch to chain by
@Bencutein laravel/framework#53455v10.48.22
No release notes provided.
v10.48.21
- [10.x] Fixes
whereDate,whereDay,whereMonth,whereTime,whereYearandwhereJsonLengthto ignore invalid$operatorby@crynobonein laravel/framework#52704- Fix arguments passed to artisan commands that start with 'env' by
@willrowein laravel/framework#52748v10.48.20
- [10.x] fix: prevent casting empty string to array from triggering json error by
@calebdwin laravel/framework#52415v10.48.19
- Add compatible query type to
Model::resolveRouteBindingQueryby@sebj54in laravel/framework#52339- [10.x] Fix
Factory::afterCreatingcallable argument type by@villfain laravel/framework#52335- [10.x] backport #52204 by
@calebdwin laravel/framework#52389- [10.x] In MySQL, harvest last insert ID immediately after query is executed by
@piurafunkin laravel/framework#52390v10.48.18
- [10.x] backport #52188 by
@calebdwin laravel/framework#52293- [10.x] Fix runPaginationCountQuery not working properly for union queries by
@chinleungin laravel/framework#52314v10.48.17
- [10.x] Fix PHP_CLI_SERVER_WORKERS warning by suppressing it by
@pelomedusain laravel/framework#52094- [10.x] Backport #51615 by
@GrahamCampbellin 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
@paulyoungnbin laravel/framework#52002- [10.x] Set application_name and character set as PostgreSQL DSN string by
@sunaokain laravel/framework#51985v10.48.15
- [10.x] Set previous exception on
HttpResponseExceptionby@hafezdivandariin laravel/framework#51986v10.48.14
- [10.x] Fixes unable to call another command as a initialized instance of
Commandclass by@crynobonein laravel/framework#51824- [10.x] fix handle
shift()on an empty collection by@Treggatsin laravel/framework#51841- [10.x] Ensure
schema:dumpwill dump the migrations table only if it exists by@NickSdotin laravel/framework#51827v10.48.13
- [10.x] Fix typo in return comment of createSesTransport method by
@zds-sin laravel/framework#51688- [10.x] Fix collection shift less than one item by
@faissalouxin laravel/framework#51686- [10.x] Turn
Enumerable unless()$callback parameter optional by@faissalouxin laravel/framework#51701- Revert "[10.x] Turn
Enumerable unless()$callback parameter optional" by@taylorotwellin laravel/framework#51707v10.48.12
- [10.x] Fix typo by
@Issei0804-iein laravel/framework#51535- [10.x] Fix SQL Server detection in database store by
@staudenmeirin laravel/framework#51547- [10.x] - Fix batch list loading in Horizon when serialization error by
@jeffortegadin laravel/framework#51551
... (truncated)
Commits
625269cUpdate version to v10.48.238c07b63check for running in console7ccb4dc[10.x] Fix append and prepend batch to chain (#53455)646520aEnsure headers are only attached to illuminate responses (#53019)1b3ef8fUpdate CHANGELOGc4ea52bUpdate version to v10.48.220124751wip58c2053Fix arguments passed to artisan commands that start with 'env' (#52748)80cdd87[10.x] FixeswhereDate,whereDay,whereMonth,whereTime,whereYear...05a9554Update CHANGELOG- 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.