Bump laravel/framework from 10.42.0 to 10.47.0 #472

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/laravel/framework-10.47.0 into main
dependabot[bot] commented 2024-03-06 00:45:36 +00:00 (Migrated from github.com)

Bumps laravel/framework from 10.42.0 to 10.47.0.

Release notes

Sourced from laravel/framework's releases.

v10.47.0

v10.46.0

v10.45.1

v10.45.0

v10.44.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v10.47.0 - 2024-03-05

v10.46.0 - 2024-02-27

v10.45.1 - 2024-02-21

v10.45.0 - 2024-02-20

... (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.47.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.47.0</h2> <ul> <li>[10.x] Allow for relation key to be an enum by <a href="https://github.com/AJenbo"><code>@​AJenbo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50311">laravel/framework#50311</a></li> <li>FIx for &quot;empty&quot; strings passed to Str::apa() by <a href="https://github.com/tiagof"><code>@​tiagof</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50335">laravel/framework#50335</a></li> <li>[10.x] Fixed header mail text component to not use markdown by <a href="https://github.com/dmyers"><code>@​dmyers</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50332">laravel/framework#50332</a></li> <li>[10.x] Add test for the &quot;empty strings in <code>Str::apa()</code>&quot; fix by <a href="https://github.com/osbre"><code>@​osbre</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50340">laravel/framework#50340</a></li> <li>[10.x] Fix the cache cannot expire cache with <code>0</code> TTL by <a href="https://github.com/kayw-geek"><code>@​kayw-geek</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50359">laravel/framework#50359</a></li> <li>[10.x] Add fail on timeout to queue listener by <a href="https://github.com/saeedhosseiinii"><code>@​saeedhosseiinii</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50352">laravel/framework#50352</a></li> <li>[10.x] Support sort option flags on sortByMany Collections by <a href="https://github.com/TWithers"><code>@​TWithers</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50269">laravel/framework#50269</a></li> <li>[10.x] Add <code>whereAll</code> and <code>whereAny</code> methods to the query builder by <a href="https://github.com/musiermoore"><code>@​musiermoore</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50344">laravel/framework#50344</a></li> <li>[10.x] Adds Reverb broadcasting driver by <a href="https://github.com/joedixon"><code>@​joedixon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50088">laravel/framework#50088</a></li> </ul> <h2>v10.46.0</h2> <ul> <li>[10.x] Ensure lazy-loading for trashed morphTo relations works by <a href="https://github.com/nuernbergerA"><code>@​nuernbergerA</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50176">laravel/framework#50176</a></li> <li>[10.x] Arr::select not working when $keys is a string by <a href="https://github.com/Sicklou"><code>@​Sicklou</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50169">laravel/framework#50169</a></li> <li>[10.x] Added passing loaded relationship to value callback by <a href="https://github.com/dkulyk"><code>@​dkulyk</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50167">laravel/framework#50167</a></li> <li>[10.x] Fix optional charset and collation when creating database by <a href="https://github.com/GrahamCampbell"><code>@​GrahamCampbell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50168">laravel/framework#50168</a></li> <li>[10.x] update doc block in PendingProcess.php by <a href="https://github.com/saMahmoudzadeh"><code>@​saMahmoudzadeh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50198">laravel/framework#50198</a></li> <li>[10.x] Fix Accepting nullable Parameters, updated doc block, and null pointer exception handling in batchable trait by <a href="https://github.com/saMahmoudzadeh"><code>@​saMahmoudzadeh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50209">laravel/framework#50209</a></li> <li>Make GuardsAttributes fillable property DocBlock more specific by <a href="https://github.com/liamduckett"><code>@​liamduckett</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50229">laravel/framework#50229</a></li> <li>[10.x] Add only and except methods to Enum validation rule by <a href="https://github.com/Anton5360"><code>@​Anton5360</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50226">laravel/framework#50226</a></li> <li>[10.x] Fixes on nesting operations performed while applying scopes. by <a href="https://github.com/Guilhem-DELAITRE"><code>@​Guilhem-DELAITRE</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50207">laravel/framework#50207</a></li> <li>[10.x] Custom RateLimiter increase by <a href="https://github.com/khepin"><code>@​khepin</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50197">laravel/framework#50197</a></li> <li>[10.x] Add Lateral Join to Query Builder by <a href="https://github.com/Bakke"><code>@​Bakke</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50050">laravel/framework#50050</a></li> <li>[10.x] Update return type by <a href="https://github.com/AmirRezaM75"><code>@​AmirRezaM75</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50252">laravel/framework#50252</a></li> <li>[10.x] Fix dockblock by <a href="https://github.com/michaelnabil230"><code>@​michaelnabil230</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50259">laravel/framework#50259</a></li> <li>[10.x] Add <code>Conditionable</code> in enum rule by <a href="https://github.com/michaelnabil230"><code>@​michaelnabil230</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50257">laravel/framework#50257</a></li> <li>[10.x] Update Facade::$app to nullable by <a href="https://github.com/villfa"><code>@​villfa</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50260">laravel/framework#50260</a></li> <li>[10.x] Truncate sqlite table name with prefix by <a href="https://github.com/kitloong"><code>@​kitloong</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50251">laravel/framework#50251</a></li> <li>Correction comment for Str::orderedUuid() - <a href="https://github.com/larave%E2%80%A6">https://github.com/larave…</a> by <a href="https://github.com/wq9578"><code>@​wq9578</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50268">laravel/framework#50268</a></li> </ul> <h2>v10.45.1</h2> <ul> <li>Fix typehint for ResetPassword::toMailUsing() by <a href="https://github.com/KKSzymanowski"><code>@​KKSzymanowski</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50163">laravel/framework#50163</a></li> <li>[10.x] Fix Process::fake() never matching multi-line commands by <a href="https://github.com/SjorsO"><code>@​SjorsO</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50164">laravel/framework#50164</a></li> </ul> <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> </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.46.0...v10.47.0">v10.47.0</a> - 2024-03-05</h2> <ul> <li>[10.x] Allow for relation key to be an enum by <a href="https://github.com/AJenbo"><code>@​AJenbo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50311">laravel/framework#50311</a></li> <li>FIx for &quot;empty&quot; strings passed to Str::apa() by <a href="https://github.com/tiagof"><code>@​tiagof</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50335">laravel/framework#50335</a></li> <li>[10.x] Fixed header mail text component to not use markdown by <a href="https://github.com/dmyers"><code>@​dmyers</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50332">laravel/framework#50332</a></li> <li>[10.x] Add test for the &quot;empty strings in <code>Str::apa()</code>&quot; fix by <a href="https://github.com/osbre"><code>@​osbre</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50340">laravel/framework#50340</a></li> <li>[10.x] Fix the cache cannot expire cache with <code>0</code> TTL by <a href="https://github.com/kayw-geek"><code>@​kayw-geek</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50359">laravel/framework#50359</a></li> <li>[10.x] Add fail on timeout to queue listener by <a href="https://github.com/saeedhosseiinii"><code>@​saeedhosseiinii</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50352">laravel/framework#50352</a></li> <li>[10.x] Support sort option flags on sortByMany Collections by <a href="https://github.com/TWithers"><code>@​TWithers</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50269">laravel/framework#50269</a></li> <li>[10.x] Add <code>whereAll</code> and <code>whereAny</code> methods to the query builder by <a href="https://github.com/musiermoore"><code>@​musiermoore</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50344">laravel/framework#50344</a></li> <li>[10.x] Adds Reverb broadcasting driver by <a href="https://github.com/joedixon"><code>@​joedixon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50088">laravel/framework#50088</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v10.45.1...v10.46.0">v10.46.0</a> - 2024-02-27</h2> <ul> <li>[10.x] Ensure lazy-loading for trashed morphTo relations works by <a href="https://github.com/nuernbergerA"><code>@​nuernbergerA</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50176">laravel/framework#50176</a></li> <li>[10.x] Arr::select not working when $keys is a string by <a href="https://github.com/Sicklou"><code>@​Sicklou</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50169">laravel/framework#50169</a></li> <li>[10.x] Added passing loaded relationship to value callback by <a href="https://github.com/dkulyk"><code>@​dkulyk</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50167">laravel/framework#50167</a></li> <li>[10.x] Fix optional charset and collation when creating database by <a href="https://github.com/GrahamCampbell"><code>@​GrahamCampbell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50168">laravel/framework#50168</a></li> <li>[10.x] update doc block in PendingProcess.php by <a href="https://github.com/saMahmoudzadeh"><code>@​saMahmoudzadeh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50198">laravel/framework#50198</a></li> <li>[10.x] Fix Accepting nullable Parameters, updated doc block, and null pointer exception handling in batchable trait by <a href="https://github.com/saMahmoudzadeh"><code>@​saMahmoudzadeh</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50209">laravel/framework#50209</a></li> <li>Make GuardsAttributes fillable property DocBlock more specific by <a href="https://github.com/liamduckett"><code>@​liamduckett</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50229">laravel/framework#50229</a></li> <li>[10.x] Add only and except methods to Enum validation rule by <a href="https://github.com/Anton5360"><code>@​Anton5360</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50226">laravel/framework#50226</a></li> <li>[10.x] Fixes on nesting operations performed while applying scopes. by <a href="https://github.com/Guilhem-DELAITRE"><code>@​Guilhem-DELAITRE</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50207">laravel/framework#50207</a></li> <li>[10.x] Custom RateLimiter increase by <a href="https://github.com/khepin"><code>@​khepin</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50197">laravel/framework#50197</a></li> <li>[10.x] Add Lateral Join to Query Builder by <a href="https://github.com/Bakke"><code>@​Bakke</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50050">laravel/framework#50050</a></li> <li>[10.x] Update return type by <a href="https://github.com/AmirRezaM75"><code>@​AmirRezaM75</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50252">laravel/framework#50252</a></li> <li>[10.x] Fix dockblock by <a href="https://github.com/michaelnabil230"><code>@​michaelnabil230</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50259">laravel/framework#50259</a></li> <li>[10.x] Add <code>Conditionable</code> in enum rule by <a href="https://github.com/michaelnabil230"><code>@​michaelnabil230</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50257">laravel/framework#50257</a></li> <li>[10.x] Update Facade::$app to nullable by <a href="https://github.com/villfa"><code>@​villfa</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50260">laravel/framework#50260</a></li> <li>[10.x] Truncate sqlite table name with prefix by <a href="https://github.com/kitloong"><code>@​kitloong</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50251">laravel/framework#50251</a></li> <li>Correction comment for Str::orderedUuid() - <a href="https://github.com/larave%E2%80%A6">https://github.com/larave…</a> by <a href="https://github.com/wq9578"><code>@​wq9578</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50268">laravel/framework#50268</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v10.45.0...v10.45.1">v10.45.1</a> - 2024-02-21</h2> <ul> <li>Fix typehint for ResetPassword::toMailUsing() by <a href="https://github.com/KKSzymanowski"><code>@​KKSzymanowski</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50163">laravel/framework#50163</a></li> <li>[10.x] Fix Process::fake() never matching multi-line commands by <a href="https://github.com/SjorsO"><code>@​SjorsO</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/50164">laravel/framework#50164</a></li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/fce29b8de62733cdecbe12e3bae801f83fff2ea4"><code>fce29b8</code></a> Update version to v10.47.0</li> <li><a href="https://github.com/laravel/framework/commit/c199bb8c13c902da8714a18712ea40cbf5b7efc3"><code>c199bb8</code></a> Update releases.yml</li> <li><a href="https://github.com/laravel/framework/commit/5507a19f1eb91ac4faf520e64e635145484f05ab"><code>5507a19</code></a> create reverb driver (<a href="https://redirect.github.com/laravel/framework/issues/50088">#50088</a>)</li> <li><a href="https://github.com/laravel/framework/commit/5050195f1841f1f07be4f1a61a2906c32afb67ad"><code>5050195</code></a> [10.x] Add <code>whereAll</code> and <code>whereAny</code> methods to the query builder (<a href="https://redirect.github.com/laravel/framework/issues/50344">#50344</a>)</li> <li><a href="https://github.com/laravel/framework/commit/d7235b38c0f9a1fda40e501bc44576aaae149495"><code>d7235b3</code></a> [10.x] Support sort option flags on sortByMany Collections (<a href="https://redirect.github.com/laravel/framework/issues/50269">#50269</a>)</li> <li><a href="https://github.com/laravel/framework/commit/d562c0628892fbdd051640fddcaf669fcb08d8ec"><code>d562c06</code></a> [10.x] Add fail on timeout to queue listener (<a href="https://redirect.github.com/laravel/framework/issues/50352">#50352</a>)</li> <li><a href="https://github.com/laravel/framework/commit/9b97007a0158c6c4ec4e88bc412591cfc408bbe1"><code>9b97007</code></a> Apply fixes from StyleCI</li> <li><a href="https://github.com/laravel/framework/commit/928d30f5dd092174944cf58abf5b7c56f34d6d56"><code>928d30f</code></a> Fix the cache cannot expire cache with <code>0</code> TTL (<a href="https://redirect.github.com/laravel/framework/issues/50359">#50359</a>)</li> <li><a href="https://github.com/laravel/framework/commit/119a3a3257090edc2919d41ded300cbc3c36938a"><code>119a3a3</code></a> Add test for the &quot;empty strings in <code>Str::apa()</code>&quot; fix (<a href="https://redirect.github.com/laravel/framework/issues/50340">#50340</a>)</li> <li><a href="https://github.com/laravel/framework/commit/0673cb72cb164b2b0de2064bc34fef69310e3c77"><code>0673cb7</code></a> Fixed header mail text component to not use markdown (<a href="https://redirect.github.com/laravel/framework/issues/50332">#50332</a>)</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.42.0...v10.47.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.47.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-03-13 00:48:41 +00:00 (Migrated from github.com)

Superseded by #474.

Superseded by #474.

Pull request closed

Sign in to join this conversation.