Bump laravel/framework from 10.30.1 to 10.34.2 #354

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/laravel/framework-10.34.2 into main
dependabot[bot] commented 2023-11-29 01:08:04 +00:00 (Migrated from github.com)

Bumps laravel/framework from 10.30.1 to 10.34.2.

Release notes

Sourced from laravel/framework's releases.

v10.34.0

v10.33.0

v10.32.1

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

Release Notes for 10.x

Unreleased

v10.34.0 - 2023-11-28

v10.33.0 - 2023-11-21

... (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.30.1 to 10.34.2. <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.34.0</h2> <ul> <li>[10.x] Fix <code>hex_color</code> validation rule by <a href="https://github.com/apih"><code>@​apih</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49070">laravel/framework#49070</a></li> <li>[10.x] Prevent passing null to base64_decode in Encrypter by <a href="https://github.com/robtesch"><code>@​robtesch</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49071">laravel/framework#49071</a></li> <li>[10.x] Alias Number class by <a href="https://github.com/ziadoz"><code>@​ziadoz</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49073">laravel/framework#49073</a></li> <li>[10.x] Added File Validation <code>extensions</code> by <a href="https://github.com/eusonlito"><code>@​eusonlito</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49082">laravel/framework#49082</a></li> <li>[10.x] Add <a href="https://github.com/throws"><code>@​throws</code></a> in doc-blocks by <a href="https://github.com/imanghafoori1"><code>@​imanghafoori1</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49091">laravel/framework#49091</a></li> <li>[10.x] Update docblocks for consistency by <a href="https://github.com/dwightwatson"><code>@​dwightwatson</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49092">laravel/framework#49092</a></li> <li>[10.x] Throw exception when trying to initiate <code>Collection</code> using <code>WeakMap</code> by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49095">laravel/framework#49095</a></li> <li>[10.x] Only stage committed transactions by <a href="https://github.com/hansnn"><code>@​hansnn</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49093">laravel/framework#49093</a></li> <li>Better transaction manager object design by <a href="https://github.com/taylorotwell"><code>@​taylorotwell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49103">laravel/framework#49103</a></li> <li>[10.x] use php 8.3 <code>mb_str_pad()</code> for <code>Str::pad*</code> by <a href="https://github.com/amacado"><code>@​amacado</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49108">laravel/framework#49108</a></li> <li>[10.x] Add Conditionable to TestResponse by <a href="https://github.com/nshiro"><code>@​nshiro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49112">laravel/framework#49112</a></li> <li>[10.x] Allow multiple types in Collection's <code>ensure</code> method by <a href="https://github.com/ash-jc-allen"><code>@​ash-jc-allen</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49127">laravel/framework#49127</a></li> <li>[10.x] Fix middleware &quot;SetCacheHeaders&quot; with download responses by <a href="https://github.com/clementbirkle"><code>@​clementbirkle</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49138">laravel/framework#49138</a></li> <li>[10.x][Cache] Fix handling of <code>false</code> values in apc by <a href="https://github.com/simivar"><code>@​simivar</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49145">laravel/framework#49145</a></li> <li>[10.x] Reset numeric rules after each attribute's validation by <a href="https://github.com/apih"><code>@​apih</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49142">laravel/framework#49142</a></li> <li>[10.x] Extract dirty getter for <code>performUpdate</code> by <a href="https://github.com/taka-oyama"><code>@​taka-oyama</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49141">laravel/framework#49141</a></li> <li>[10.x] <code>ensure</code>: Resolve <code>$itemType</code> outside the closure by <a href="https://github.com/lucasmichot"><code>@​lucasmichot</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49137">laravel/framework#49137</a></li> <li>Allow &quot;missing&quot; method to be used on route groups by <a href="https://github.com/redelschaap"><code>@​redelschaap</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49144">laravel/framework#49144</a></li> <li>[10.x] Get tables and views info by <a href="https://github.com/hafezdivandari"><code>@​hafezdivandari</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49020">laravel/framework#49020</a></li> <li>[10.x] Fix <code>MorphTo::associate()</code> PHPDoc parameter by <a href="https://github.com/devfrey"><code>@​devfrey</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49162">laravel/framework#49162</a></li> <li>[10.x] Make test error messages more multi-byte readable by <a href="https://github.com/nshiro"><code>@​nshiro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49160">laravel/framework#49160</a></li> <li>[10.x] Generate a unique hash for anonymous components by <a href="https://github.com/billyonecan"><code>@​billyonecan</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49156">laravel/framework#49156</a></li> <li>[10.x] Improves output when using <code>php artisan about --json</code> by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49154">laravel/framework#49154</a></li> <li>[10.x] Make fake instance inherit from <code>Vite</code> when using <code>withoutVite()</code> by <a href="https://github.com/orkhanahmadov"><code>@​orkhanahmadov</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49150">laravel/framework#49150</a></li> </ul> <h2>v10.33.0</h2> <ul> <li>[10.x] Fix wrong parameter passing and add these rules to dependent rules by <a href="https://github.com/kayw-geek"><code>@​kayw-geek</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49008">laravel/framework#49008</a></li> <li>[10.x] Make Validator::getValue() public by <a href="https://github.com/shinsenter"><code>@​shinsenter</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49007">laravel/framework#49007</a></li> <li>[10.x] Custom messages for <code>Password</code> validation rule by <a href="https://github.com/rcknr"><code>@​rcknr</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48928">laravel/framework#48928</a></li> <li>[10.x] Round milliseconds in database seeder console output runtime by <a href="https://github.com/SjorsO"><code>@​SjorsO</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49014">laravel/framework#49014</a></li> <li>[10.x] Add a <code>Number</code> utility class by <a href="https://github.com/caendesilva"><code>@​caendesilva</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48845">laravel/framework#48845</a></li> <li>[10.x] Fix the replace() method in DefaultService class by <a href="https://github.com/jonagoldman"><code>@​jonagoldman</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49022">laravel/framework#49022</a></li> <li>[10.x] Pass the property $validator as a parameter to the $callback Closure by <a href="https://github.com/shinsenter"><code>@​shinsenter</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49015">laravel/framework#49015</a></li> <li>[10.x] Fix Cache DatabaseStore::add() error occur on Postgres within transaction by <a href="https://github.com/xdevor"><code>@​xdevor</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49025">laravel/framework#49025</a></li> <li>[10.x] Support asserting against chained batches by <a href="https://github.com/taylorotwell"><code>@​taylorotwell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49003">laravel/framework#49003</a></li> <li>[10.x] Prevent DB <code>Cache::get()</code> occur race condition by <a href="https://github.com/xdevor"><code>@​xdevor</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49031">laravel/framework#49031</a></li> <li>[10.x] Fix notifications being counted as sent without a &quot;shouldSend&quot; method by <a href="https://github.com/joelwmale"><code>@​joelwmale</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49030">laravel/framework#49030</a></li> <li>[10.x] Fix tests failure on Windows by <a href="https://github.com/hafezdivandari"><code>@​hafezdivandari</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49037">laravel/framework#49037</a></li> <li>[10.x] Add unless conditional on validation rules by <a href="https://github.com/michaelnabil230"><code>@​michaelnabil230</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49048">laravel/framework#49048</a></li> <li>[10.x] Handle string based payloads that are not JSON or form data when creating PSR request instances by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49047">laravel/framework#49047</a></li> <li>[10.x] Fix directory separator CMD display on windows by <a href="https://github.com/imanghafoori1"><code>@​imanghafoori1</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49045">laravel/framework#49045</a></li> <li>[10.x] Fix mapSpread doc by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48941">laravel/framework#48941</a></li> <li>[10.x] Tiny <code>Support\Collection</code> test fix - Unused data provider parameter by <a href="https://github.com/stevebauman"><code>@​stevebauman</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49053">laravel/framework#49053</a></li> <li>[10.x] Feat: Add color_hex validation rule by <a href="https://github.com/nikopeikrishvili"><code>@​nikopeikrishvili</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49056">laravel/framework#49056</a></li> <li>[10.x] Handle missing translation strings using callback by <a href="https://github.com/DeanWunder"><code>@​DeanWunder</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49040">laravel/framework#49040</a></li> <li>[10.x] Add Str::transliterate to Stringable by <a href="https://github.com/dwightwatson"><code>@​dwightwatson</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49065">laravel/framework#49065</a></li> <li>Add Alpha Channel support to Hex validation rule by <a href="https://github.com/ahinkle"><code>@​ahinkle</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49069">laravel/framework#49069</a></li> </ul> <h2>v10.32.1</h2> <!-- 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.34.0...10.x">Unreleased</a></h2> <h2><a href="https://github.com/laravel/framework/compare/v10.33.0...v10.34.0">v10.34.0</a> - 2023-11-28</h2> <ul> <li>[10.x] Fix <code>hex_color</code> validation rule by <a href="https://github.com/apih"><code>@​apih</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49070">laravel/framework#49070</a></li> <li>[10.x] Prevent passing null to base64_decode in Encrypter by <a href="https://github.com/robtesch"><code>@​robtesch</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49071">laravel/framework#49071</a></li> <li>[10.x] Alias Number class by <a href="https://github.com/ziadoz"><code>@​ziadoz</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49073">laravel/framework#49073</a></li> <li>[10.x] Added File Validation <code>extensions</code> by <a href="https://github.com/eusonlito"><code>@​eusonlito</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49082">laravel/framework#49082</a></li> <li>[10.x] Add <a href="https://github.com/throws"><code>@​throws</code></a> in doc-blocks by <a href="https://github.com/imanghafoori1"><code>@​imanghafoori1</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49091">laravel/framework#49091</a></li> <li>[10.x] Update docblocks for consistency by <a href="https://github.com/dwightwatson"><code>@​dwightwatson</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49092">laravel/framework#49092</a></li> <li>[10.x] Throw exception when trying to initiate <code>Collection</code> using <code>WeakMap</code> by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49095">laravel/framework#49095</a></li> <li>[10.x] Only stage committed transactions by <a href="https://github.com/hansnn"><code>@​hansnn</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49093">laravel/framework#49093</a></li> <li>Better transaction manager object design by <a href="https://github.com/taylorotwell"><code>@​taylorotwell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49103">laravel/framework#49103</a></li> <li>[10.x] use php 8.3 <code>mb_str_pad()</code> for <code>Str::pad*</code> by <a href="https://github.com/amacado"><code>@​amacado</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49108">laravel/framework#49108</a></li> <li>[10.x] Add Conditionable to TestResponse by <a href="https://github.com/nshiro"><code>@​nshiro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49112">laravel/framework#49112</a></li> <li>[10.x] Allow multiple types in Collection's <code>ensure</code> method by <a href="https://github.com/ash-jc-allen"><code>@​ash-jc-allen</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49127">laravel/framework#49127</a></li> <li>[10.x] Fix middleware &quot;SetCacheHeaders&quot; with download responses by <a href="https://github.com/clementbirkle"><code>@​clementbirkle</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49138">laravel/framework#49138</a></li> <li>[10.x][Cache] Fix handling of <code>false</code> values in apc by <a href="https://github.com/simivar"><code>@​simivar</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49145">laravel/framework#49145</a></li> <li>[10.x] Reset numeric rules after each attribute's validation by <a href="https://github.com/apih"><code>@​apih</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49142">laravel/framework#49142</a></li> <li>[10.x] Extract dirty getter for <code>performUpdate</code> by <a href="https://github.com/taka-oyama"><code>@​taka-oyama</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49141">laravel/framework#49141</a></li> <li>[10.x] <code>ensure</code>: Resolve <code>$itemType</code> outside the closure by <a href="https://github.com/lucasmichot"><code>@​lucasmichot</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49137">laravel/framework#49137</a></li> <li>Allow &quot;missing&quot; method to be used on route groups by <a href="https://github.com/redelschaap"><code>@​redelschaap</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49144">laravel/framework#49144</a></li> <li>[10.x] Get tables and views info by <a href="https://github.com/hafezdivandari"><code>@​hafezdivandari</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49020">laravel/framework#49020</a></li> <li>[10.x] Fix <code>MorphTo::associate()</code> PHPDoc parameter by <a href="https://github.com/devfrey"><code>@​devfrey</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49162">laravel/framework#49162</a></li> <li>[10.x] Make test error messages more multi-byte readable by <a href="https://github.com/nshiro"><code>@​nshiro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49160">laravel/framework#49160</a></li> <li>[10.x] Generate a unique hash for anonymous components by <a href="https://github.com/billyonecan"><code>@​billyonecan</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49156">laravel/framework#49156</a></li> <li>[10.x] Improves output when using <code>php artisan about --json</code> by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49154">laravel/framework#49154</a></li> <li>[10.x] Make fake instance inherit from <code>Vite</code> when using <code>withoutVite()</code> by <a href="https://github.com/orkhanahmadov"><code>@​orkhanahmadov</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49150">laravel/framework#49150</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v10.32.1...v10.33.0">v10.33.0</a> - 2023-11-21</h2> <ul> <li>[10.x] Fix wrong parameter passing and add these rules to dependent rules by <a href="https://github.com/kayw-geek"><code>@​kayw-geek</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49008">laravel/framework#49008</a></li> <li>[10.x] Make Validator::getValue() public by <a href="https://github.com/shinsenter"><code>@​shinsenter</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49007">laravel/framework#49007</a></li> <li>[10.x] Custom messages for <code>Password</code> validation rule by <a href="https://github.com/rcknr"><code>@​rcknr</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48928">laravel/framework#48928</a></li> <li>[10.x] Round milliseconds in database seeder console output runtime by <a href="https://github.com/SjorsO"><code>@​SjorsO</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49014">laravel/framework#49014</a></li> <li>[10.x] Add a <code>Number</code> utility class by <a href="https://github.com/caendesilva"><code>@​caendesilva</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48845">laravel/framework#48845</a></li> <li>[10.x] Fix the replace() method in DefaultService class by <a href="https://github.com/jonagoldman"><code>@​jonagoldman</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49022">laravel/framework#49022</a></li> <li>[10.x] Pass the property $validator as a parameter to the $callback Closure by <a href="https://github.com/shinsenter"><code>@​shinsenter</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49015">laravel/framework#49015</a></li> <li>[10.x] Fix Cache DatabaseStore::add() error occur on Postgres within transaction by <a href="https://github.com/xdevor"><code>@​xdevor</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49025">laravel/framework#49025</a></li> <li>[10.x] Support asserting against chained batches by <a href="https://github.com/taylorotwell"><code>@​taylorotwell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49003">laravel/framework#49003</a></li> <li>[10.x] Prevent DB <code>Cache::get()</code> occur race condition by <a href="https://github.com/xdevor"><code>@​xdevor</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49031">laravel/framework#49031</a></li> <li>[10.x] Fix notifications being counted as sent without a &quot;shouldSend&quot; method by <a href="https://github.com/joelwmale"><code>@​joelwmale</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49030">laravel/framework#49030</a></li> <li>[10.x] Fix tests failure on Windows by <a href="https://github.com/hafezdivandari"><code>@​hafezdivandari</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49037">laravel/framework#49037</a></li> <li>[10.x] Add unless conditional on validation rules by <a href="https://github.com/michaelnabil230"><code>@​michaelnabil230</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49048">laravel/framework#49048</a></li> <li>[10.x] Handle string based payloads that are not JSON or form data when creating PSR request instances by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49047">laravel/framework#49047</a></li> <li>[10.x] Fix directory separator CMD display on windows by <a href="https://github.com/imanghafoori1"><code>@​imanghafoori1</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49045">laravel/framework#49045</a></li> <li>[10.x] Fix mapSpread doc by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48941">laravel/framework#48941</a></li> <li>[10.x] Tiny <code>Support\Collection</code> test fix - Unused data provider parameter by <a href="https://github.com/stevebauman"><code>@​stevebauman</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49053">laravel/framework#49053</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/c581caa233e380610b34cc491490bfa147a3b62b"><code>c581caa</code></a> patch</li> <li><a href="https://github.com/laravel/framework/commit/364cc050a297d198619b0b57b7dbf3cf00bb1a91"><code>364cc05</code></a> Add missing methods to fake Vite instance (<a href="https://redirect.github.com/laravel/framework/issues/49165">#49165</a>)</li> <li><a href="https://github.com/laravel/framework/commit/401285329ef3ad01cb578d14a2f5d11beaaefc74"><code>4012853</code></a> patch</li> <li><a href="https://github.com/laravel/framework/commit/b6cb872da49d6e113fb900e00eea5ef97f58ca65"><code>b6cb872</code></a> [10.x] Use HtmlString in Vite fake (<a href="https://redirect.github.com/laravel/framework/issues/49163">#49163</a>)</li> <li><a href="https://github.com/laravel/framework/commit/1e03a4a9029513c359b44fd6150d7ef2b772da49"><code>1e03a4a</code></a> [10.x] Streamline <code>DatabaseMigrations</code> and <code>RefreshDatabase</code> events (<a href="https://redirect.github.com/laravel/framework/issues/49153">#49153</a>)</li> <li><a href="https://github.com/laravel/framework/commit/77da0a7bfedbb2272a52df3d0891ed966575eb43"><code>77da0a7</code></a> Update CHANGELOG</li> <li><a href="https://github.com/laravel/framework/commit/92b78fdd1f386425a88f443a728efd176c666244"><code>92b78fd</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/2865eba0f884af60751cfb14817f528bae7c2da4"><code>2865eba</code></a> [10.x] Make fake instance inherit from <code>Vite</code> when using <code>withoutVite()</code> (<a href="https://redirect.github.com/laravel/framework/issues/49">#49</a>...</li> <li><a href="https://github.com/laravel/framework/commit/9a65168314f54bb37c3c1f172321425de9bcfdea"><code>9a65168</code></a> [10.x] Improves output when using <code>php artisan about --json</code> (<a href="https://redirect.github.com/laravel/framework/issues/49154">#49154</a>)</li> <li><a href="https://github.com/laravel/framework/commit/48c6e43abc4a3461bef5286298cf8334fbd64970"><code>48c6e43</code></a> Generate a unique hash for anonymous components (<a href="https://redirect.github.com/laravel/framework/issues/49156">#49156</a>)</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.30.1...v10.34.2">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.30.1&new-version=10.34.2)](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 2023-12-01 00:53:31 +00:00 (Migrated from github.com)

Looks like laravel/framework is up-to-date now, so this is no longer needed.

Looks like laravel/framework is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.