Bump laravel/framework from 10.30.1 to 10.33.0 #344

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/laravel/framework-10.33.0 into main
dependabot[bot] commented 2023-11-22 00:45:24 +00:00 (Migrated from github.com)

Bumps laravel/framework from 10.30.1 to 10.33.0.

Release notes

Sourced from laravel/framework's releases.

v10.33.0

v10.32.1

v10.32.0

v10.31.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v10.33.0 - 2023-11-21

v10.32.1 - 2023-11-14

v10.32.0 - 2023-11-14

v10.31.0 - 2023-11-07

... (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.33.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.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> <ul> <li>[10.x] Add <code>@pushElseIf</code> and <code>@pushElse</code> by <a href="https://github.com/jasonmccreary"><code>@​jasonmccreary</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48990">laravel/framework#48990</a></li> </ul> <h2>v10.32.0</h2> <ul> <li>Update PendingRequest.php by <a href="https://github.com/mattkingshott"><code>@​mattkingshott</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48939">laravel/framework#48939</a></li> <li>[10.x] Change array_key_exists with null coalescing assignment operator in FilesystemAdapter by <a href="https://github.com/miladev95"><code>@​miladev95</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48943">laravel/framework#48943</a></li> <li>[10.x] Use container to resolve email validator class by <a href="https://github.com/orkhanahmadov"><code>@​orkhanahmadov</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48942">laravel/framework#48942</a></li> <li>[10.x] Added <code>getGlobalMiddleware</code> method to HTTP Client Factory by <a href="https://github.com/pascalbaljet"><code>@​pascalbaljet</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48950">laravel/framework#48950</a></li> <li>[10.x] Detect MySQL read-only mode error as a lost connection by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48937">laravel/framework#48937</a></li> <li>[10.x] Adds more implicit validation rules for <code>present</code> based on other fields by <a href="https://github.com/diamondobama"><code>@​diamondobama</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48908">laravel/framework#48908</a></li> <li>[10.x] Refactor set_error_handler callback to use arrow function in <code>InteractsWithDeprecationHandling</code> by <a href="https://github.com/miladev95"><code>@​miladev95</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48954">laravel/framework#48954</a></li> <li>[10.x] Test Improvements by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48962">laravel/framework#48962</a></li> <li>Fix issue that prevents BladeCompiler to raise an exception when temporal compiled blade template is not found. by <a href="https://github.com/juanparati"><code>@​juanparati</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48957">laravel/framework#48957</a></li> <li>[10.x] Fix how nested transaction callbacks are handled by <a href="https://github.com/mateusjatenee"><code>@​mateusjatenee</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48859">laravel/framework#48859</a></li> <li>[10.x] Fixes Batch Callbacks not triggering if job timeout while in transaction by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48961">laravel/framework#48961</a></li> <li>[10.x] expressions in migration computations fail by <a href="https://github.com/tpetry"><code>@​tpetry</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48976">laravel/framework#48976</a></li> <li>[10.x] Fixes Exception: Cannot traverse an already closed generator when running Arr::first with an empty generator and no callback by <a href="https://github.com/moshe-autoleadstar"><code>@​moshe-autoleadstar</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48979">laravel/framework#48979</a></li> <li>fixes issue with stderr when there was &quot;]&quot; character. by <a href="https://github.com/nikopeikrishvili"><code>@​nikopeikrishvili</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48975">laravel/framework#48975</a></li> <li>[10.x] Fix Postgres cache store failed to put exist cache in transaction by <a href="https://github.com/xdevor"><code>@​xdevor</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48968">laravel/framework#48968</a></li> </ul> <h2>v10.31.0</h2> <ul> <li>[10.x] Allow <code>Sleep::until()</code> to be passed a timestamp as a string by <a href="https://github.com/jameshulse"><code>@​jameshulse</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48883">laravel/framework#48883</a></li> <li>[10.x] Fix whereHasMorph() with nullable morphs by <a href="https://github.com/MarkKremer"><code>@​MarkKremer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48903">laravel/framework#48903</a></li> <li>[10.x] Handle <code>class_parents</code> returning false in <code>class_uses_recursive</code> by <a href="https://github.com/RoflCopter24"><code>@​RoflCopter24</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48902">laravel/framework#48902</a></li> <li>[10.x] Enable default retrieval of all fragments in <code>fragments()</code> and <code>fragmentsIf()</code> methods by <a href="https://github.com/tabuna"><code>@​tabuna</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48894">laravel/framework#48894</a></li> <li>[10.x] Allow placing a batch on a chain by <a href="https://github.com/khepin"><code>@​khepin</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48633">laravel/framework#48633</a></li> <li>[10.x] Dispatch 'connection failed' event in async http client request by <a href="https://github.com/gdebrauwer"><code>@​gdebrauwer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48900">laravel/framework#48900</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.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> <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><a href="https://github.com/laravel/framework/compare/v10.32.0...v10.32.1">v10.32.1</a> - 2023-11-14</h2> <ul> <li>[10.x] Add <code>[@pushElseIf](https://github.com/pushElseIf)</code> and <code>[@pushElse](https://github.com/pushElse)</code> by <a href="https://github.com/jasonmccreary"><code>@​jasonmccreary</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48990">laravel/framework#48990</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v10.31.0...v10.32.0">v10.32.0</a> - 2023-11-14</h2> <ul> <li>Update PendingRequest.php by <a href="https://github.com/mattkingshott"><code>@​mattkingshott</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48939">laravel/framework#48939</a></li> <li>[10.x] Change array_key_exists with null coalescing assignment operator in FilesystemAdapter by <a href="https://github.com/miladev95"><code>@​miladev95</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48943">laravel/framework#48943</a></li> <li>[10.x] Use container to resolve email validator class by <a href="https://github.com/orkhanahmadov"><code>@​orkhanahmadov</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48942">laravel/framework#48942</a></li> <li>[10.x] Added <code>getGlobalMiddleware</code> method to HTTP Client Factory by <a href="https://github.com/pascalbaljet"><code>@​pascalbaljet</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48950">laravel/framework#48950</a></li> <li>[10.x] Detect MySQL read-only mode error as a lost connection by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48937">laravel/framework#48937</a></li> <li>[10.x] Adds more implicit validation rules for <code>present</code> based on other fields by <a href="https://github.com/diamondobama"><code>@​diamondobama</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48908">laravel/framework#48908</a></li> <li>[10.x] Refactor set_error_handler callback to use arrow function in <code>InteractsWithDeprecationHandling</code> by <a href="https://github.com/miladev95"><code>@​miladev95</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48954">laravel/framework#48954</a></li> <li>[10.x] Test Improvements by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48962">laravel/framework#48962</a></li> <li>Fix issue that prevents BladeCompiler to raise an exception when temporal compiled blade template is not found. by <a href="https://github.com/juanparati"><code>@​juanparati</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48957">laravel/framework#48957</a></li> <li>[10.x] Fix how nested transaction callbacks are handled by <a href="https://github.com/mateusjatenee"><code>@​mateusjatenee</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48859">laravel/framework#48859</a></li> <li>[10.x] Fixes Batch Callbacks not triggering if job timeout while in transaction by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48961">laravel/framework#48961</a></li> <li>[10.x] expressions in migration computations fail by <a href="https://github.com/tpetry"><code>@​tpetry</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48976">laravel/framework#48976</a></li> <li>[10.x] Fixes Exception: Cannot traverse an already closed generator when running Arr::first with an empty generator and no callback by <a href="https://github.com/moshe-autoleadstar"><code>@​moshe-autoleadstar</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48979">laravel/framework#48979</a></li> <li>fixes issue with stderr when there was &quot;]&quot; character. by <a href="https://github.com/nikopeikrishvili"><code>@​nikopeikrishvili</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48975">laravel/framework#48975</a></li> <li>[10.x] Fix Postgres cache store failed to put exist cache in transaction by <a href="https://github.com/xdevor"><code>@​xdevor</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48968">laravel/framework#48968</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v10.30.1...v10.31.0">v10.31.0</a> - 2023-11-07</h2> <ul> <li>[10.x] Allow <code>Sleep::until()</code> to be passed a timestamp as a string by <a href="https://github.com/jameshulse"><code>@​jameshulse</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48883">laravel/framework#48883</a></li> <li>[10.x] Fix whereHasMorph() with nullable morphs by <a href="https://github.com/MarkKremer"><code>@​MarkKremer</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48903">laravel/framework#48903</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/4536872e3e5b6be51b1f655dafd12c9a4fa0cfe8"><code>4536872</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/6a68969a0d21ffee0e17162de5489b3911310744"><code>6a68969</code></a> Add Alpha Channel support to Hex validation rule (<a href="https://redirect.github.com/laravel/framework/issues/49069">#49069</a>)</li> <li><a href="https://github.com/laravel/framework/commit/276d6eb38f9f164b3c4d2768f467c3505fff23a8"><code>276d6eb</code></a> [10.x] Add Str::transliterate to Stringable (<a href="https://redirect.github.com/laravel/framework/issues/49065">#49065</a>)</li> <li><a href="https://github.com/laravel/framework/commit/c3844dcb9e2b4d9ba8e2e20f063a49b4c4fee9a6"><code>c3844dc</code></a> Update facade docblocks</li> <li><a href="https://github.com/laravel/framework/commit/1441408f06b3c99c03f4c2c45338e3e36e9d8cb3"><code>1441408</code></a> Apply fixes from StyleCI</li> <li><a href="https://github.com/laravel/framework/commit/0f4fb720b0cccd401c05448e6a9ca60fbe8d7030"><code>0f4fb72</code></a> [10.x] Handle missing translation strings using callback (<a href="https://redirect.github.com/laravel/framework/issues/49040">#49040</a>)</li> <li><a href="https://github.com/laravel/framework/commit/85fcda7c132316f886933a43bc53d60b0a52b103"><code>85fcda7</code></a> [10.x] Feat: Add color_hex validation rule (<a href="https://redirect.github.com/laravel/framework/issues/49056">#49056</a>)</li> <li><a href="https://github.com/laravel/framework/commit/5f103f07cf832dc18566f413250642cfb98e614e"><code>5f103f0</code></a> Create proper collection instance in test (<a href="https://redirect.github.com/laravel/framework/issues/49053">#49053</a>)</li> <li><a href="https://github.com/laravel/framework/commit/48aa5747c50d42210213772f7bb6d5090585f720"><code>48aa574</code></a> [10.x] Fix mapSpread doc (<a href="https://redirect.github.com/laravel/framework/issues/48941">#48941</a>)</li> <li><a href="https://github.com/laravel/framework/commit/61f13544b4a79af929f0886178316e7b7910b1d0"><code>61f1354</code></a> Fix directory separator CMD display on windows (<a href="https://redirect.github.com/laravel/framework/issues/49045">#49045</a>)</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.30.1...v10.33.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.30.1&new-version=10.33.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 2023-11-29 01:08:06 +00:00 (Migrated from github.com)

Superseded by #354.

Superseded by #354.

Pull request closed

Sign in to join this conversation.