automation-laravel
automation-laravel copied to clipboard
Bump laravel/framework from 11.28.1 to 11.34.2
Bumps laravel/framework from 11.28.1 to 11.34.2.
Release notes
Sourced from laravel/framework's releases.
v11.34.2
- Revert "[11.x] Add non-static JsonResource wrapping" by
@taylorotwellin laravel/framework#53686- [11.x] groupBy() return type phpdoc by
@lorenzolosain laravel/framework#53684- [11.x] Fix
withoutOverlappingfor grouped scheduled closures by@istiak-tridipin laravel/framework#53680- [11.x] Fix
ResendTransportmissing custom headers by@lucasmichotin laravel/framework#53687v11.34.1
- Configure cloud log socket by
@taylorotwellin laravel/framework#53666v11.34.0
- [10.x] Fix append and prepend batch to chain by
@Bencutein laravel/framework#53455- [11.x] Allow
BackedEnumwhen usingfromRoute()inMakesHttpRequestsby@wietsewarendorffin laravel/framework#53593- [11.x] Test Improvements by
@crynobonein laravel/framework#53586- [11.x] Move
$ownerKeycheck fornulltoMorphToasBelongsTorelationship will always return astringby@crynobonein laravel/framework#53592- Unset eloquent model's cached cast attribute by
@adamthehuttin laravel/framework#53583- [11.x] Add non-static JsonResource wrapping by
@SanderMullerin laravel/framework#53543- [10.x] PHP 8.4 Code Compatibility by
@crynobonein laravel/framework#53612- Add assertCount() for fake storage by
@ahmadreza1383in laravel/framework#53620- Fix Paginator __construct parameter typehint for phpstan by
@Afrowsonin laravel/framework#53615- [11.x] Add generics for Arr::last() by
@talkinnlin laravel/framework#53619- Add typed closure to bootstrappers in console application by
@MatusBoain laravel/framework#53613- refactor: Some minor performance & readability enhancements by
@dshafikin laravel/framework#53596- [11.x] Improve doc blocks for interacting with enum inputs by
@axlonin laravel/framework#53625- [11.x] Skip object construction if no rebound callbacks are set by
@axlonin laravel/framework#53502- Make the bearerToken method case-insensitive by
@samtlewisin laravel/framework#53627- [11.x] Fix attribute inheritance for nested scheduled groups by
@istiak-tridipin laravel/framework#53626- [11.x] Supports PHP 8.4 by
@crynobonein laravel/framework#53468- ☁️ by
@taylorotwellin laravel/framework#53623- [11.x] Fix typo in docblock by
@stanclin laravel/framework#53636- Add Number::spellOrdinal() to spell ordinals as words. by
@joelsteinin laravel/framework#53661- [11.x] Add PausePrompt fallback by
@jwpagein laravel/framework#53660- [11.x] Fix
SyntaxErroron Vite prefetch with empty assets by@jnoordsijin laravel/framework#53659- [11.x] Improved
class-stringtypes by@timacdonaldin laravel/framework#53657- [11.x] Use
nevertype for methods that always throws by@tamirohin laravel/framework#53643- [11.x] Adds conditional to routes by
@Boorinioin laravel/framework#53654- [11.x] Make
withoutDeferalso return$thisby@tamirohin laravel/framework#53644- Add shorthands for fake HTTP responses by
@jasonmccrearyin laravel/framework#53663- Use the environment method instead of the isLocal method by
@NaokiTsuchiyain laravel/framework#53638- [11.x] Fix: Ensure generated policies return boolean values by
@Aluisio-Piresin laravel/framework#53632- Bus assertempty by
@jasonmccrearyin laravel/framework#53664- [11.x] Improve schedule group behaviors by
@istiak-tridipin laravel/framework#53641- [11.x] Add
Request::fluentmethod by@stevebaumanin laravel/framework#53662- [11.x] Support named in-memory SQLite connections by
@stanclin laravel/framework#53635- event name & listener callback types by
@rudiedirkxin laravel/framework#53642- Test cleanup from #53664 by
@jasonmccrearyin laravel/framework#53672- [11.x] Fix: Prevent invalid AWS credentials options being created by
@robchettin laravel/framework#53633- [11.x] Expand
Support\Fluentdata access and transformation capabilities by@stevebaumanin laravel/framework#53665v11.33.2
- Support ObservedBy on parent model classes by
@adamthehuttin laravel/framework#53579
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
v11.34.2 - 2024-11-27
- Revert "[11.x] Add non-static JsonResource wrapping" by
@taylorotwellin laravel/framework#53686- [11.x] groupBy() return type phpdoc by
@lorenzolosain laravel/framework#53684- [11.x] Fix
withoutOverlappingfor grouped scheduled closures by@istiak-tridipin laravel/framework#53680- [11.x] Fix
ResendTransportmissing custom headers by@lucasmichotin laravel/framework#53687v11.34.1 - 2024-11-26
- Configure cloud log socket by
@taylorotwellin laravel/framework#53666v11.34.0 - 2024-11-26
- [10.x] Fix append and prepend batch to chain by
@Bencutein laravel/framework#53455- [11.x] Allow
BackedEnumwhen usingfromRoute()inMakesHttpRequestsby@wietsewarendorffin laravel/framework#53593- [11.x] Test Improvements by
@crynobonein laravel/framework#53586- [11.x] Move
$ownerKeycheck fornulltoMorphToasBelongsTorelationship will always return astringby@crynobonein laravel/framework#53592- Unset eloquent model's cached cast attribute by
@adamthehuttin laravel/framework#53583- [11.x] Add non-static JsonResource wrapping by
@SanderMullerin laravel/framework#53543- [10.x] PHP 8.4 Code Compatibility by
@crynobonein laravel/framework#53612- Add assertCount() for fake storage by
@ahmadreza1383in laravel/framework#53620- Fix Paginator __construct parameter typehint for phpstan by
@Afrowsonin laravel/framework#53615- [11.x] Add generics for Arr::last() by
@talkinnlin laravel/framework#53619- Add typed closure to bootstrappers in console application by
@MatusBoain laravel/framework#53613- refactor: Some minor performance & readability enhancements by
@dshafikin laravel/framework#53596- [11.x] Improve doc blocks for interacting with enum inputs by
@axlonin laravel/framework#53625- [11.x] Skip object construction if no rebound callbacks are set by
@axlonin laravel/framework#53502- Make the bearerToken method case-insensitive by
@samtlewisin laravel/framework#53627- [11.x] Fix attribute inheritance for nested scheduled groups by
@istiak-tridipin laravel/framework#53626- [11.x] Supports PHP 8.4 by
@crynobonein laravel/framework#53468- ☁️ by
@taylorotwellin laravel/framework#53623- [11.x] Fix typo in docblock by
@stanclin laravel/framework#53636- Add Number::spellOrdinal() to spell ordinals as words. by
@joelsteinin laravel/framework#53661- [11.x] Add PausePrompt fallback by
@jwpagein laravel/framework#53660- [11.x] Fix
SyntaxErroron Vite prefetch with empty assets by@jnoordsijin laravel/framework#53659- [11.x] Improved
class-stringtypes by@timacdonaldin laravel/framework#53657- [11.x] Use
nevertype for methods that always throws by@tamirohin laravel/framework#53643- [11.x] Adds conditional to routes by
@Boorinioin laravel/framework#53654- [11.x] Make
withoutDeferalso return$thisby@tamirohin laravel/framework#53644- Add shorthands for fake HTTP responses by
@jasonmccrearyin laravel/framework#53663- Use the environment method instead of the isLocal method by
@NaokiTsuchiyain laravel/framework#53638- [11.x] Fix: Ensure generated policies return boolean values by
@Aluisio-Piresin laravel/framework#53632- Bus assertempty by
@jasonmccrearyin laravel/framework#53664- [11.x] Improve schedule group behaviors by
@istiak-tridipin laravel/framework#53641- [11.x] Add
Request::fluentmethod by@stevebaumanin laravel/framework#53662- [11.x] Support named in-memory SQLite connections by
@stanclin laravel/framework#53635- event name & listener callback types by
@rudiedirkxin laravel/framework#53642- Test cleanup from #53664 by
@jasonmccrearyin laravel/framework#53672- [11.x] Fix: Prevent invalid AWS credentials options being created by
@robchettin laravel/framework#53633- [11.x] Expand
Support\Fluentdata access and transformation capabilities by@stevebaumanin laravel/framework#53665
... (truncated)
Commits
865da6dUpdate version to v11.34.21d32031Fix Resend transport headers bug (#53687)ae1ce8dUpdate facade docblocks285d4b7[11.x] FixwithoutOverlappingfor grouped scheduled closures (#53680)b1f07edfix groupBy() return type phpdoc (#53684)41d1a2dRevert "[11.x] Add non-static JsonResource wrapping (#53543)" (#53686)e7b12ffUpdate CHANGELOGed07324Update version to v11.34.18d32280configure cloud log socket (#53666)a9acf84Update CHANGELOG- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.