Bump laravel/framework from 10.42.0 to 10.43.0 #444

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/laravel/framework-10.43.0 into main
dependabot[bot] commented 2024-01-31 00:50:20 +00:00 (Migrated from github.com)

Bumps laravel/framework from 10.42.0 to 10.43.0.

Release notes

Sourced from laravel/framework's releases.

v10.43.0

Changelog

Sourced from laravel/framework's changelog.

v10.43.0 - 2024-01-30

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.43.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.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> <li>[10.x] Fix LazilyRefreshDatabase when testing artisan commands by <a href="https://github.com/iamgergo"><code>@​iamgergo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49914">laravel/framework#49914</a></li> <li>[10.x] Fix expressions in with-functions doing aggregates by <a href="https://github.com/tpetry"><code>@​tpetry</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49912">laravel/framework#49912</a></li> <li>[10.x] Fix redis tag entries never becoming stale if cache ttl is past time by <a href="https://github.com/jagers"><code>@​jagers</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49864">laravel/framework#49864</a></li> <li>[10.x] Fix - The <code>Translator</code> may incorrectly report the locale of a missing translation key by <a href="https://github.com/VicGUTT"><code>@​VicGUTT</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49900">laravel/framework#49900</a></li> <li>[10.x] fix Before/After validation rules by <a href="https://github.com/MrPunyapal"><code>@​MrPunyapal</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49871">laravel/framework#49871</a></li> </ul> </blockquote> </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.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> <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> <li>[10.x] Fix LazilyRefreshDatabase when testing artisan commands by <a href="https://github.com/iamgergo"><code>@​iamgergo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49914">laravel/framework#49914</a></li> <li>[10.x] Fix expressions in with-functions doing aggregates by <a href="https://github.com/tpetry"><code>@​tpetry</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49912">laravel/framework#49912</a></li> <li>[10.x] Fix redis tag entries never becoming stale if cache ttl is past time by <a href="https://github.com/jagers"><code>@​jagers</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49864">laravel/framework#49864</a></li> <li>[10.x] Fix - The <code>Translator</code> may incorrectly report the locale of a missing translation key by <a href="https://github.com/VicGUTT"><code>@​VicGUTT</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49900">laravel/framework#49900</a></li> <li>[10.x] fix Before/After validation rules by <a href="https://github.com/MrPunyapal"><code>@​MrPunyapal</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/49871">laravel/framework#49871</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/4f7802dfc9993cb57cf69615491ce1a7eb2e9529"><code>4f7802d</code></a> wip</li> <li><a href="https://github.com/laravel/framework/commit/5a82302b063296f981cd1e77877f931712cf06a3"><code>5a82302</code></a> wip</li> <li><a href="https://github.com/laravel/framework/commit/a2475b17e480e53ac281d0687735fe4e09dd8681"><code>a2475b1</code></a> wip</li> <li><a href="https://github.com/laravel/framework/commit/95b6db5b3e267fa6ed485d5fbf7a888e2b3ee0d9"><code>95b6db5</code></a> wip</li> <li><a href="https://github.com/laravel/framework/commit/041b733ff662a42c29d4d0b48307cd3d9f4127a6"><code>041b733</code></a> Update version to v10.43.0</li> <li><a href="https://github.com/laravel/framework/commit/25c4323227e2248a7be5e8bc2dcc74d59015f48c"><code>25c4323</code></a> wip</li> <li><a href="https://github.com/laravel/framework/commit/cc653b080465072df501a313171acc8fc9615cad"><code>cc653b0</code></a> [10.x] fix Before/After validation rules (<a href="https://redirect.github.com/laravel/framework/issues/49871">#49871</a>)</li> <li><a href="https://github.com/laravel/framework/commit/d48d28ea9a20de090b7fa42faddc1880a4864883"><code>d48d28e</code></a> Update Application.php</li> <li><a href="https://github.com/laravel/framework/commit/fc87e13c8e42190488539f084724452a9aa43473"><code>fc87e13</code></a> Update version to v</li> <li><a href="https://github.com/laravel/framework/commit/41bd2c15386b80ecc1f8da8419d95dcd18adc49e"><code>41bd2c1</code></a> [10.x] Fix - The <code>Translator</code> may incorrectly report the locale of a missing ...</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.42.0...v10.43.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.43.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-14 01:06:49 +00:00 (Migrated from github.com)

Superseded by #455.

Superseded by #455.

Pull request closed

Sign in to join this conversation.