Bump laravel/framework from 10.42.0 to 10.45.1 #464

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/laravel/framework-10.45.1 into main
dependabot[bot] commented 2024-02-22 00:30:26 +00:00 (Migrated from github.com)

Bumps laravel/framework from 10.42.0 to 10.45.1.

Release notes

Sourced from laravel/framework's releases.

v10.45.0

v10.44.0

v10.43.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

Release Notes for 10.x

Unreleased

v10.45.0 - 2024-02-20

v10.44.0 - 2024-02-13

v10.43.0 - 2024-01-30

... (truncated)

Commits
  • dcf5d1d Update version to v10.45.1
  • 6b98a71 wip
  • 08bf276 fix Process::fake() not matching multi line commands (#50164)
  • 51134d6 Fix typehint for ResetPassword::toMailUsing() (#50163)
  • 4656686 Update CHANGELOG
  • 8b08d8c Update version to v10.45.0
  • 4e19d4e [10.x] Added getQualifiedMorphTypeName to MorphToMany (#50153)
  • 0804e5f Apply fixes from StyleCI
  • 025b24c [10.x] Adds Tappable and Conditionable to Relation class (#50124)
  • 85b2878 [10.x] Mark model instanse as not exists on deleting MorphPivot relation. (#5...
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.42.0 to 10.45.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/laravel/framework/releases">laravel/framework's releases</a>.</em></p> <blockquote> <h2>v10.45.0</h2> <ul> <li>[10.x] Update <code>Stringable</code> phpdoc by <a href="https://github.com/milwad-dev"><code>@​milwad-dev</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50075">laravel/framework#50075</a></li> <li>[10.x] Allow <code>Collection::select()</code> to work on <code>ArrayAccess</code> by <a href="https://github.com/axlon"><code>@​axlon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50072">laravel/framework#50072</a></li> <li>[10.x] Add <code>before</code> to the <code>PendingBatch</code> by <a href="https://github.com/xiCO2k"><code>@​xiCO2k</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50058">laravel/framework#50058</a></li> <li>[10.x] Adjust rules call sequence by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50084">laravel/framework#50084</a></li> <li>[10.x] Fixes <code>Illuminate\Support\Str::fromBase64()</code> return type by <a href="https://github.com/SamAsEnd"><code>@​SamAsEnd</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50108">laravel/framework#50108</a></li> <li>[10.x] Actually fix fromBase64 return type by <a href="https://github.com/GrahamCampbell"><code>@​GrahamCampbell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50113">laravel/framework#50113</a></li> <li>[10.x] Fix warning and deprecation for Str::api by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50114">laravel/framework#50114</a></li> <li>[10.x] Mark model instanse as not exists on deleting MorphPivot relation. by <a href="https://github.com/dkulyk"><code>@​dkulyk</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50135">laravel/framework#50135</a></li> <li>[10.x] Adds Tappable and Conditionable to Relation class by <a href="https://github.com/DarkGhostHunter"><code>@​DarkGhostHunter</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50124">laravel/framework#50124</a></li> <li>[10.x] Added getQualifiedMorphTypeName to MorphToMany by <a href="https://github.com/dkulyk"><code>@​dkulyk</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50153">laravel/framework#50153</a></li> </ul> <h2>v10.44.0</h2> <ul> <li>[10.x] Fix empty request for HTTP connection exception by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49924">laravel/framework#49924</a></li> <li>[10.x] Add Collection::select() method by <a href="https://github.com/morrislaptop"><code>@​morrislaptop</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49845">laravel/framework#49845</a></li> <li>[10.x] Refactor <code>getPreviousUrlFromSession</code> method in UrlGenerator by <a href="https://github.com/milwad-dev"><code>@​milwad-dev</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49944">laravel/framework#49944</a></li> <li>[10.x] Add POSIX compliant cleanup to artisan serve by <a href="https://github.com/Tofandel"><code>@​Tofandel</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49943">laravel/framework#49943</a></li> <li>[10.x] Fix infinite loop when global scopes query contains aggregates by <a href="https://github.com/mateusjunges"><code>@​mateusjunges</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49972">laravel/framework#49972</a></li> <li>[10.x] Adds PHPUnit 11 as conflict by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49957">laravel/framework#49957</a></li> <li>Revert &quot;[10.x] fix Before/After validation rules&quot; by <a href="https://github.com/taylorotwell"><code>@​taylorotwell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50013">laravel/framework#50013</a></li> <li>[10.x] Fix the phpdoc for replaceMatches in Str and Stringable helpers by <a href="https://github.com/joke2k"><code>@​joke2k</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49990">laravel/framework#49990</a></li> <li>[10.x] Added <code>setAbly()</code> method for <code>AblyBroadcaster</code> by <a href="https://github.com/Rijoanul-Shanto"><code>@​Rijoanul-Shanto</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49981">laravel/framework#49981</a></li> <li>[10.x] Fix in appendExceptionToException method exception type check by <a href="https://github.com/t1nkl"><code>@​t1nkl</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49958">laravel/framework#49958</a></li> <li>[10.x] DB command: add sqlcmd -C flag when 'trust_server_certificate' is set by <a href="https://github.com/hulkur"><code>@​hulkur</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49952">laravel/framework#49952</a></li> <li>Allows Setup and Teardown actions to be reused in alternative TestCase for Laravel by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49973">laravel/framework#49973</a></li> <li>[10.x] Add <code>toBase64()</code> and <code>fromBase64()</code> methods to Stringable and Str classes by <a href="https://github.com/mtownsend5512"><code>@​mtownsend5512</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49984">laravel/framework#49984</a></li> <li>[10.x] Allows to defer resolving pcntl only if it's available by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50024">laravel/framework#50024</a></li> <li>[10.x] Fixes missing <code>Throwable</code> import and handle if <code>originalExceptionHandler</code> or <code>originalDeprecationHandler</code> property isn't used by alternative TestCase by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50021">laravel/framework#50021</a></li> <li>[10.x] Type hinting for conditional validation rules by <a href="https://github.com/lorenzolosa"><code>@​lorenzolosa</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50017">laravel/framework#50017</a></li> <li>[10.x] Introduce new <code>Arr::take()</code> helper by <a href="https://github.com/ryangjchandler"><code>@​ryangjchandler</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50015">laravel/framework#50015</a></li> <li>[10.x] Improved Handling of Empty Component Slots with HTML Comments or Line Breaks by <a href="https://github.com/comes"><code>@​comes</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49966">laravel/framework#49966</a></li> <li>[10.x] Introduce Observe attribute for models by <a href="https://github.com/emargareten"><code>@​emargareten</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49843">laravel/framework#49843</a></li> <li>[10.x] Add ScopedBy attribute for models by <a href="https://github.com/emargareten"><code>@​emargareten</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50034">laravel/framework#50034</a></li> <li>[10.x] Update reserved names in <code>GeneratorCommand</code> by <a href="https://github.com/xurshudyan"><code>@​xurshudyan</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50043">laravel/framework#50043</a></li> <li>[10.x] fix Validator::validated get nullable array by <a href="https://github.com/helitik"><code>@​helitik</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50056">laravel/framework#50056</a></li> <li>[10.x] Pass Herd specific env variables to &quot;artisan serve&quot; by <a href="https://github.com/mpociot"><code>@​mpociot</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50069">laravel/framework#50069</a></li> <li>Remove regex case insensitivity modifier in UUID detection to speed it up slightly by <a href="https://github.com/maximal"><code>@​maximal</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50067">laravel/framework#50067</a></li> <li>[10.x] HTTP retry method can accept array as first param by <a href="https://github.com/me-shaon"><code>@​me-shaon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50064">laravel/framework#50064</a></li> <li>[10.x] Fix DB::afterCommit() broken in tests using DatabaseTransactions by <a href="https://github.com/oprypkhantc"><code>@​oprypkhantc</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50068">laravel/framework#50068</a></li> </ul> <h2>v10.43.0</h2> <ul> <li>[10.x] Add storage:unlink command by <a href="https://github.com/salkovmx"><code>@​salkovmx</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49795">laravel/framework#49795</a></li> <li>[10.x] Unify <code>\Illuminate\Log\LogManager</code> method definition comments with <code>\Psr\Logger\Interface</code> by <a href="https://github.com/eusonlito"><code>@​eusonlito</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49805">laravel/framework#49805</a></li> <li>[10.x] class-name string argument for global scopes by <a href="https://github.com/emargareten"><code>@​emargareten</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49802">laravel/framework#49802</a></li> <li>[10.x] Add <code>hasIndex()</code> and minor Schema enhancements by <a href="https://github.com/hafezdivandari"><code>@​hafezdivandari</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49796">laravel/framework#49796</a></li> <li>[10.x] Do not touch <code>BelongsToMany</code> relation when using <code>withoutTouching</code> by <a href="https://github.com/mateusjunges"><code>@​mateusjunges</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49798">laravel/framework#49798</a></li> <li>[10.x] Check properties on mailables are initialized before sharing with the view by <a href="https://github.com/j3j5"><code>@​j3j5</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49813">laravel/framework#49813</a></li> <li>[10.x] Remove duplicate actions/checkout from queue workflow by <a href="https://github.com/Jubeki"><code>@​Jubeki</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49828">laravel/framework#49828</a></li> <li>[10.x] Add <code>insertOrIgnoreUsing</code> for Eloquent by <a href="https://github.com/trovster"><code>@​trovster</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49827">laravel/framework#49827</a></li> <li>[10.x] Make <code>hasIndex()</code> Order-sensitive by <a href="https://github.com/hafezdivandari"><code>@​hafezdivandari</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49840">laravel/framework#49840</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/laravel/framework/blob/10.x/CHANGELOG.md">laravel/framework's changelog</a>.</em></p> <blockquote> <h1>Release Notes for 10.x</h1> <h2><a href="https://github.com/laravel/framework/compare/v10.45.0...10.x">Unreleased</a></h2> <h2><a href="https://github.com/laravel/framework/compare/v10.44.0...v10.45.0">v10.45.0</a> - 2024-02-20</h2> <ul> <li>[10.x] Update <code>Stringable</code> phpdoc by <a href="https://github.com/milwad-dev"><code>@​milwad-dev</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50075">laravel/framework#50075</a></li> <li>[10.x] Allow <code>Collection::select()</code> to work on <code>ArrayAccess</code> by <a href="https://github.com/axlon"><code>@​axlon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50072">laravel/framework#50072</a></li> <li>[10.x] Add <code>before</code> to the <code>PendingBatch</code> by <a href="https://github.com/xiCO2k"><code>@​xiCO2k</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50058">laravel/framework#50058</a></li> <li>[10.x] Adjust rules call sequence by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50084">laravel/framework#50084</a></li> <li>[10.x] Fixes <code>Illuminate\Support\Str::fromBase64()</code> return type by <a href="https://github.com/SamAsEnd"><code>@​SamAsEnd</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50108">laravel/framework#50108</a></li> <li>[10.x] Actually fix fromBase64 return type by <a href="https://github.com/GrahamCampbell"><code>@​GrahamCampbell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50113">laravel/framework#50113</a></li> <li>[10.x] Fix warning and deprecation for Str::api by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50114">laravel/framework#50114</a></li> <li>[10.x] Mark model instanse as not exists on deleting MorphPivot relation. by <a href="https://github.com/dkulyk"><code>@​dkulyk</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50135">laravel/framework#50135</a></li> <li>[10.x] Adds Tappable and Conditionable to Relation class by <a href="https://github.com/DarkGhostHunter"><code>@​DarkGhostHunter</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50124">laravel/framework#50124</a></li> <li>[10.x] Added getQualifiedMorphTypeName to MorphToMany by <a href="https://github.com/dkulyk"><code>@​dkulyk</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50153">laravel/framework#50153</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v10.43.0...v10.44.0">v10.44.0</a> - 2024-02-13</h2> <ul> <li>[10.x] Fix empty request for HTTP connection exception by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49924">laravel/framework#49924</a></li> <li>[10.x] Add Collection::select() method by <a href="https://github.com/morrislaptop"><code>@​morrislaptop</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49845">laravel/framework#49845</a></li> <li>[10.x] Refactor <code>getPreviousUrlFromSession</code> method in UrlGenerator by <a href="https://github.com/milwad-dev"><code>@​milwad-dev</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49944">laravel/framework#49944</a></li> <li>[10.x] Add POSIX compliant cleanup to artisan serve by <a href="https://github.com/Tofandel"><code>@​Tofandel</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49943">laravel/framework#49943</a></li> <li>[10.x] Fix infinite loop when global scopes query contains aggregates by <a href="https://github.com/mateusjunges"><code>@​mateusjunges</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49972">laravel/framework#49972</a></li> <li>[10.x] Adds PHPUnit 11 as conflict by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49957">laravel/framework#49957</a></li> <li>Revert &quot;[10.x] fix Before/After validation rules&quot; by <a href="https://github.com/taylorotwell"><code>@​taylorotwell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50013">laravel/framework#50013</a></li> <li>[10.x] Fix the phpdoc for replaceMatches in Str and Stringable helpers by <a href="https://github.com/joke2k"><code>@​joke2k</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49990">laravel/framework#49990</a></li> <li>[10.x] Added <code>setAbly()</code> method for <code>AblyBroadcaster</code> by <a href="https://github.com/Rijoanul-Shanto"><code>@​Rijoanul-Shanto</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49981">laravel/framework#49981</a></li> <li>[10.x] Fix in appendExceptionToException method exception type check by <a href="https://github.com/t1nkl"><code>@​t1nkl</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49958">laravel/framework#49958</a></li> <li>[10.x] DB command: add sqlcmd -C flag when 'trust_server_certificate' is set by <a href="https://github.com/hulkur"><code>@​hulkur</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49952">laravel/framework#49952</a></li> <li>Allows Setup and Teardown actions to be reused in alternative TestCase for Laravel by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49973">laravel/framework#49973</a></li> <li>[10.x] Add <code>toBase64()</code> and <code>fromBase64()</code> methods to Stringable and Str classes by <a href="https://github.com/mtownsend5512"><code>@​mtownsend5512</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49984">laravel/framework#49984</a></li> <li>[10.x] Allows to defer resolving pcntl only if it's available by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50024">laravel/framework#50024</a></li> <li>[10.x] Fixes missing <code>Throwable</code> import and handle if <code>originalExceptionHandler</code> or <code>originalDeprecationHandler</code> property isn't used by alternative TestCase by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50021">laravel/framework#50021</a></li> <li>[10.x] Type hinting for conditional validation rules by <a href="https://github.com/lorenzolosa"><code>@​lorenzolosa</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50017">laravel/framework#50017</a></li> <li>[10.x] Introduce new <code>Arr::take()</code> helper by <a href="https://github.com/ryangjchandler"><code>@​ryangjchandler</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50015">laravel/framework#50015</a></li> <li>[10.x] Improved Handling of Empty Component Slots with HTML Comments or Line Breaks by <a href="https://github.com/comes"><code>@​comes</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49966">laravel/framework#49966</a></li> <li>[10.x] Introduce Observe attribute for models by <a href="https://github.com/emargareten"><code>@​emargareten</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49843">laravel/framework#49843</a></li> <li>[10.x] Add ScopedBy attribute for models by <a href="https://github.com/emargareten"><code>@​emargareten</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50034">laravel/framework#50034</a></li> <li>[10.x] Update reserved names in <code>GeneratorCommand</code> by <a href="https://github.com/xurshudyan"><code>@​xurshudyan</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50043">laravel/framework#50043</a></li> <li>[10.x] fix Validator::validated get nullable array by <a href="https://github.com/helitik"><code>@​helitik</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50056">laravel/framework#50056</a></li> <li>[10.x] Pass Herd specific env variables to &quot;artisan serve&quot; by <a href="https://github.com/mpociot"><code>@​mpociot</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50069">laravel/framework#50069</a></li> <li>Remove regex case insensitivity modifier in UUID detection to speed it up slightly by <a href="https://github.com/maximal"><code>@​maximal</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50067">laravel/framework#50067</a></li> <li>[10.x] HTTP retry method can accept array as first param by <a href="https://github.com/me-shaon"><code>@​me-shaon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50064">laravel/framework#50064</a></li> <li>[10.x] Fix DB::afterCommit() broken in tests using DatabaseTransactions by <a href="https://github.com/oprypkhantc"><code>@​oprypkhantc</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50068">laravel/framework#50068</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v10.42.0...v10.43.0">v10.43.0</a> - 2024-01-30</h2> <ul> <li>[10.x] Add storage:unlink command by <a href="https://github.com/salkovmx"><code>@​salkovmx</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49795">laravel/framework#49795</a></li> <li>[10.x] Unify <code>\Illuminate\Log\LogManager</code> method definition comments with <code>\Psr\Logger\Interface</code> by <a href="https://github.com/eusonlito"><code>@​eusonlito</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49805">laravel/framework#49805</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/dcf5d1d722b84ad38a5e053289130b6962f830bd"><code>dcf5d1d</code></a> Update version to v10.45.1</li> <li><a href="https://github.com/laravel/framework/commit/6b98a716f9f66cca9ed43a3edb8fc3fd18997ec3"><code>6b98a71</code></a> wip</li> <li><a href="https://github.com/laravel/framework/commit/08bf276de0efc9af130e10cb93ede827715543c3"><code>08bf276</code></a> fix Process::fake() not matching multi line commands (<a href="https://redirect.github.com/laravel/framework/issues/50164">#50164</a>)</li> <li><a href="https://github.com/laravel/framework/commit/51134d6802b6193ec4b0a24c45a03b2bae730327"><code>51134d6</code></a> Fix typehint for ResetPassword::toMailUsing() (<a href="https://redirect.github.com/laravel/framework/issues/50163">#50163</a>)</li> <li><a href="https://github.com/laravel/framework/commit/465668622caef586f047e86247984deedb893314"><code>4656686</code></a> Update CHANGELOG</li> <li><a href="https://github.com/laravel/framework/commit/8b08d8cd79f8093eb51a8c59e21647bedfbf05f2"><code>8b08d8c</code></a> Update version to v10.45.0</li> <li><a href="https://github.com/laravel/framework/commit/4e19d4e8faf501cedef0bc83afbea1b207e5e375"><code>4e19d4e</code></a> [10.x] Added getQualifiedMorphTypeName to MorphToMany (<a href="https://redirect.github.com/laravel/framework/issues/50153">#50153</a>)</li> <li><a href="https://github.com/laravel/framework/commit/0804e5f3d1d806f41c0c39d211482f0586cfacf7"><code>0804e5f</code></a> Apply fixes from StyleCI</li> <li><a href="https://github.com/laravel/framework/commit/025b24cbc9f487ee88ca43f009123ef0c63b6b94"><code>025b24c</code></a> [10.x] Adds Tappable and Conditionable to Relation class (<a href="https://redirect.github.com/laravel/framework/issues/50124">#50124</a>)</li> <li><a href="https://github.com/laravel/framework/commit/85b28780401dfd37ca1230a30d39494ce642a0ea"><code>85b2878</code></a> [10.x] Mark model instanse as not exists on deleting MorphPivot relation. (<a href="https://redirect.github.com/laravel/framework/issues/5">#5</a>...</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.42.0...v10.45.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=laravel/framework&package-manager=composer&previous-version=10.42.0&new-version=10.45.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
dependabot[bot] commented 2024-02-28 00:59:25 +00:00 (Migrated from github.com)

Superseded by #467.

Superseded by #467.

Pull request closed

Sign in to join this conversation.