Bump laravel/framework from 10.42.0 to 10.45.0 #463

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

Bumps laravel/framework from 10.42.0 to 10.45.0.

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.

v10.45.0 - 2024-02-20

v10.44.0 - 2024-02-13

v10.43.0 - 2024-01-30

... (truncated)

Commits

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.0. <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> <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> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/laravel/framework/commit/cf9513219e80608aded783e33a30f8e8d145f6c2"><code>cf95132</code></a> Fix warning and deprecation (<a href="https://redirect.github.com/laravel/framework/issues/50114">#50114</a>)</li> <li><a href="https://github.com/laravel/framework/commit/d5a35ef375cf0969e8d8e5cb0c948dee3471ee07"><code>d5a35ef</code></a> Actually fix fromBase64 return type (<a href="https://redirect.github.com/laravel/framework/issues/50113">#50113</a>)</li> <li><a href="https://github.com/laravel/framework/commit/7784c1b8ac17bdd034395eb31e9a03bb6253848e"><code>7784c1b</code></a> Minor typo (<a href="https://redirect.github.com/laravel/framework/issues/50108">#50108</a>)</li> <li><a href="https://github.com/laravel/framework/commit/0fc01c1a764e7a8b220242f96ca0963f38e9c8d6"><code>0fc01c1</code></a> Adjust rules call sequence (<a href="https://redirect.github.com/laravel/framework/issues/50084">#50084</a>)</li> <li><a href="https://github.com/laravel/framework/commit/84e7f85769ea268ffec9acab30f7a826223b3d6f"><code>84e7f85</code></a> [10.x] Add <code>before</code> to the <code>PendingBatch</code> (<a href="https://redirect.github.com/laravel/framework/issues/50058">#50058</a>)</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.42.0...v10.45.0">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.0)](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-22 00:30:28 +00:00 (Migrated from github.com)

Superseded by #464.

Superseded by #464.

Pull request closed

Sign in to join this conversation.