Bump laravel/framework from 10.42.0 to 10.44.0 #455

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/laravel/framework-10.44.0 into main
dependabot[bot] commented 2024-02-14 01:06:47 +00:00 (Migrated from github.com)

Bumps laravel/framework from 10.42.0 to 10.44.0.

Release notes

Sourced from laravel/framework's releases.

v10.44.0

v10.43.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v10.44.0 - 2024-02-13

v10.43.0 - 2024-01-30

... (truncated)

Commits
  • 1199dbe Update version to v10.44.0
  • af816e5 [10.x] Fix DB::afterCommit() broken in tests using DatabaseTransactions (#50068)
  • 97e87b6 Update facade docblocks
  • 9f255a7 [10.x] HTTP retry method can accept array as first param (#50064)
  • d3533e1 Remove regex case insensitivity modifier in UUID detection to speed it up (#5...
  • 67616d5 [10.x] Pass Herd specific env variables to "artisan serve" (#50069)
  • 52305ed [10.x] fix Validator::validated get nullable array (#50056)
  • 7ff37c6 Update reserved names in GeneratorCommand (#50043)
  • 67a0e47 [10.x] Add ScopedBy attribute for models (#50034)
  • 6c9cbc9 [10.x] Introduce Observe attribute for models (#49843)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.42.0 to 10.44.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.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> <li>[10.x] Release action by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49838">laravel/framework#49838</a></li> <li>[10.x] Add MariaDb1060Platform by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49848">laravel/framework#49848</a></li> <li>[10.x] Unified Pivot and Model Doc Block <code>$guarded</code> by <a href="https://github.com/eusonlito"><code>@​eusonlito</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49851">laravel/framework#49851</a></li> <li>[10.x] Introducing <code>beforeStartingTransaction</code> callback and use it in <code>LazilyRefreshDatabase</code> by <a href="https://github.com/pascalbaljet"><code>@​pascalbaljet</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49853">laravel/framework#49853</a></li> <li>[10.x] fix password max validation message by <a href="https://github.com/MrPunyapal"><code>@​MrPunyapal</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49861">laravel/framework#49861</a></li> <li>[10.x] Fix validation message used for max file size by <a href="https://github.com/mateusjunges"><code>@​mateusjunges</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49879">laravel/framework#49879</a></li> <li>Update README.md by <a href="https://github.com/foremtehan"><code>@​foremtehan</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49878">laravel/framework#49878</a></li> <li>[10.x] Adds <code>FormRequest@getRules()</code> method by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49860">laravel/framework#49860</a></li> <li>[10.x] add addGlobalScopes method by <a href="https://github.com/emargareten"><code>@​emargareten</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49880">laravel/framework#49880</a></li> <li>[10.x] Allow brick/math 0.12 by <a href="https://github.com/LogicSatinn"><code>@​LogicSatinn</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49883">laravel/framework#49883</a></li> <li>[10.x] Add support for streamed JSON Response by <a href="https://github.com/pelmered"><code>@​pelmered</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49873">laravel/framework#49873</a></li> <li>[10.x] Using the native fopen exception in LockableFile.php by <a href="https://github.com/eusonlito"><code>@​eusonlito</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49895">laravel/framework#49895</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.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> <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> <li>[10.x] Release action by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49838">laravel/framework#49838</a></li> <li>[10.x] Add MariaDb1060Platform by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49848">laravel/framework#49848</a></li> <li>[10.x] Unified Pivot and Model Doc Block <code>$guarded</code> by <a href="https://github.com/eusonlito"><code>@​eusonlito</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49851">laravel/framework#49851</a></li> <li>[10.x] Introducing <code>beforeStartingTransaction</code> callback and use it in <code>LazilyRefreshDatabase</code> by <a href="https://github.com/pascalbaljet"><code>@​pascalbaljet</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49853">laravel/framework#49853</a></li> <li>[10.x] fix password max validation message by <a href="https://github.com/MrPunyapal"><code>@​MrPunyapal</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49861">laravel/framework#49861</a></li> <li>[10.x] Fix validation message used for max file size by <a href="https://github.com/mateusjunges"><code>@​mateusjunges</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49879">laravel/framework#49879</a></li> <li>Update README.md by <a href="https://github.com/foremtehan"><code>@​foremtehan</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49878">laravel/framework#49878</a></li> <li>[10.x] Adds <code>FormRequest[@getRules](https://github.com/getRules)()</code> method by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49860">laravel/framework#49860</a></li> <li>[10.x] add addGlobalScopes method by <a href="https://github.com/emargareten"><code>@​emargareten</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49880">laravel/framework#49880</a></li> <li>[10.x] Allow brick/math 0.12 by <a href="https://github.com/LogicSatinn"><code>@​LogicSatinn</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49883">laravel/framework#49883</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/1199dbe361787bbe9648131a79f53921b4148cf6"><code>1199dbe</code></a> Update version to v10.44.0</li> <li><a href="https://github.com/laravel/framework/commit/af816e5b9d2e9963aafbd2a1081ecad0595aabc6"><code>af816e5</code></a> [10.x] Fix DB::afterCommit() broken in tests using DatabaseTransactions (<a href="https://redirect.github.com/laravel/framework/issues/50068">#50068</a>)</li> <li><a href="https://github.com/laravel/framework/commit/97e87b64c79813699eebb5145e8f1cc4bc605f4f"><code>97e87b6</code></a> Update facade docblocks</li> <li><a href="https://github.com/laravel/framework/commit/9f255a7a10bbf067dd779349ba7e47aeae635fb9"><code>9f255a7</code></a> [10.x] HTTP retry method can accept array as first param (<a href="https://redirect.github.com/laravel/framework/issues/50064">#50064</a>)</li> <li><a href="https://github.com/laravel/framework/commit/d3533e175d11ac8777503698f22f235a7ebbc187"><code>d3533e1</code></a> Remove regex case insensitivity modifier in UUID detection to speed it up (<a href="https://redirect.github.com/laravel/framework/issues/5">#5</a>...</li> <li><a href="https://github.com/laravel/framework/commit/67616d54566c49c0f5c681c6caba2ec2867330a3"><code>67616d5</code></a> [10.x] Pass Herd specific env variables to &quot;artisan serve&quot; (<a href="https://redirect.github.com/laravel/framework/issues/50069">#50069</a>)</li> <li><a href="https://github.com/laravel/framework/commit/52305ed8a857b4e0e729c68455d60a608d1a75d3"><code>52305ed</code></a> [10.x] fix Validator::validated get nullable array (<a href="https://redirect.github.com/laravel/framework/issues/50056">#50056</a>)</li> <li><a href="https://github.com/laravel/framework/commit/7ff37c6403e831482666b149892e02162577f7a5"><code>7ff37c6</code></a> Update reserved names in GeneratorCommand (<a href="https://redirect.github.com/laravel/framework/issues/50043">#50043</a>)</li> <li><a href="https://github.com/laravel/framework/commit/67a0e4716ab3cbf92528a41a8515dfb8d8bbaa37"><code>67a0e47</code></a> [10.x] Add ScopedBy attribute for models (<a href="https://redirect.github.com/laravel/framework/issues/50034">#50034</a>)</li> <li><a href="https://github.com/laravel/framework/commit/6c9cbc9ba0437bcfe54609ae0af312feefc7e309"><code>6c9cbc9</code></a> [10.x] Introduce Observe attribute for models (<a href="https://redirect.github.com/laravel/framework/issues/49843">#49843</a>)</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.42.0...v10.44.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.44.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-21 00:30:33 +00:00 (Migrated from github.com)

Superseded by #463.

Superseded by #463.

Pull request closed

Sign in to join this conversation.