Bump laravel/framework from 10.28.0 to 10.29.0 #303

Merged
dependabot[bot] merged 1 commits from dependabot/composer/laravel/framework-10.29.0 into main 2023-10-28 07:50:51 +00:00
dependabot[bot] commented 2023-10-25 00:17:40 +00:00 (Migrated from github.com)

Bumps laravel/framework from 10.28.0 to 10.29.0.

Release notes

Sourced from laravel/framework's releases.

v10.29.0

Changelog

Sourced from laravel/framework's changelog.

v10.29.0 - 2023-10-24

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.28.0 to 10.29.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.29.0</h2> <ul> <li>[10.x] Fixes <code>Str::password()</code> does not always generate password with numbers by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48681">laravel/framework#48681</a></li> <li>[10.x] Fixes cache:prune-stale-tags preg_match delimiter no escaped by <a href="https://github.com/ame1973"><code>@​ame1973</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48702">laravel/framework#48702</a></li> <li>[10.x] Allow route:list to expand middleware groups in 'VeryVerbose' mode by <a href="https://github.com/NickSdot"><code>@​NickSdot</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48703">laravel/framework#48703</a></li> <li>[10.x] Fix model:prune command error with non-class php files by <a href="https://github.com/zlodes"><code>@​zlodes</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48708">laravel/framework#48708</a></li> <li>[10.x] Show CliDumper source content on last line by <a href="https://github.com/CalebDW"><code>@​CalebDW</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48707">laravel/framework#48707</a></li> <li>[10.x] Revival of the reverted changes in 10.25.0: <code>firstOrCreate</code> <code>updateOrCreate</code> improvement through <code>createOrFirst</code> + additional query tests by <a href="https://github.com/mpyw"><code>@​mpyw</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48637">laravel/framework#48637</a></li> <li>[10.x] allow resolving view from closure by <a href="https://github.com/PH7-Jack"><code>@​PH7-Jack</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48719">laravel/framework#48719</a></li> <li>[10.x] Allow creation of PSR request with merged data by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48696">laravel/framework#48696</a></li> <li>[10.x] Update DocBlock for <code>convertCase</code> Method to Reflect Optional $encoding Parameter by <a href="https://github.com/salehhashemi1992"><code>@​salehhashemi1992</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48729">laravel/framework#48729</a></li> <li>[10.x] Use ValidationException class from Validator Property by <a href="https://github.com/a-h-abid"><code>@​a-h-abid</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48736">laravel/framework#48736</a></li> <li>[10.x] Implement Test Coverage for <code>Str::convertCase</code> Method by <a href="https://github.com/salehhashemi1992"><code>@​salehhashemi1992</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48730">laravel/framework#48730</a></li> <li>[10.x] Extend Test Coverage for <code>Str::take</code> Function by <a href="https://github.com/salehhashemi1992"><code>@​salehhashemi1992</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48728">laravel/framework#48728</a></li> <li>[10.x] Add <code>replaceMatches</code> to Str class by <a href="https://github.com/hosmelq"><code>@​hosmelq</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48727">laravel/framework#48727</a></li> <li>[10.x] Fix duplicate conditions on retrying <code>SELECT</code> calls under <code>createOrFirst()</code> by <a href="https://github.com/KentarouTakeda"><code>@​KentarouTakeda</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48725">laravel/framework#48725</a></li> <li>[10.x] Uses <code>stefanzweifel/git-auto-commit-action@v5</code> by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48763">laravel/framework#48763</a></li> <li>[10.x] fix typo in comment by <a href="https://github.com/vintagesucks"><code>@​vintagesucks</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48770">laravel/framework#48770</a></li> <li>[10.x] Require DBAL 3 when installing by <a href="https://github.com/Jubeki"><code>@​Jubeki</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48769">laravel/framework#48769</a></li> <li>[10.x] Escape the delimiter when extracting an excerpt from text by <a href="https://github.com/standaniels"><code>@​standaniels</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48765">laravel/framework#48765</a></li> <li>[10.x] Fix <code>replaceMatches</code> in Str class by <a href="https://github.com/hosmelq"><code>@​hosmelq</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48760">laravel/framework#48760</a></li> <li>[10.x] Moves logger instance creation to a protected method by <a href="https://github.com/rodrigopedra"><code>@​rodrigopedra</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48759">laravel/framework#48759</a></li> <li>[10.x] Add runningConsoleCommand(...$commands) method by <a href="https://github.com/trevorgehman"><code>@​trevorgehman</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48751">laravel/framework#48751</a></li> <li>[10.x] Update annotations in wrap method to accommodate Collection instances by <a href="https://github.com/salehhashemi1992"><code>@​salehhashemi1992</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48746">laravel/framework#48746</a></li> <li>[10.x] Add Tests for Str::replaceMatches Method by <a href="https://github.com/salehhashemi1992"><code>@​salehhashemi1992</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48771">laravel/framework#48771</a></li> <li>[10.x] Do not bubble exceptions thrown rendering error view when debug is false (prevent infinite loops) by <a href="https://github.com/simensen"><code>@​simensen</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48732">laravel/framework#48732</a></li> <li>[10.x] Correct phpdoc for Grammar::setConnection by <a href="https://github.com/Neol3108"><code>@​Neol3108</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48779">laravel/framework#48779</a></li> <li>[10.x] Add <code>displayName</code> for queued Artisan commands by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48778">laravel/framework#48778</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/48797">laravel/framework#48797</a></li> <li>[10.x] Make inherited relations and virtual attributes appear in model:show command by <a href="https://github.com/sebj54"><code>@​sebj54</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48800">laravel/framework#48800</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.28.0...v10.29.0">v10.29.0</a> - 2023-10-24</h2> <ul> <li>[10.x] Fixes <code>Str::password()</code> does not always generate password with numbers by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48681">laravel/framework#48681</a></li> <li>[10.x] Fixes cache:prune-stale-tags preg_match delimiter no escaped by <a href="https://github.com/ame1973"><code>@​ame1973</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48702">laravel/framework#48702</a></li> <li>[10.x] Allow route:list to expand middleware groups in 'VeryVerbose' mode by <a href="https://github.com/NickSdot"><code>@​NickSdot</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48703">laravel/framework#48703</a></li> <li>[10.x] Fix model:prune command error with non-class php files by <a href="https://github.com/zlodes"><code>@​zlodes</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48708">laravel/framework#48708</a></li> <li>[10.x] Show CliDumper source content on last line by <a href="https://github.com/CalebDW"><code>@​CalebDW</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48707">laravel/framework#48707</a></li> <li>[10.x] Revival of the reverted changes in 10.25.0: <code>firstOrCreate</code> <code>updateOrCreate</code> improvement through <code>createOrFirst</code> + additional query tests by <a href="https://github.com/mpyw"><code>@​mpyw</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48637">laravel/framework#48637</a></li> <li>[10.x] allow resolving view from closure by <a href="https://github.com/PH7-Jack"><code>@​PH7-Jack</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48719">laravel/framework#48719</a></li> <li>[10.x] Allow creation of PSR request with merged data by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48696">laravel/framework#48696</a></li> <li>[10.x] Update DocBlock for <code>convertCase</code> Method to Reflect Optional $encoding Parameter by <a href="https://github.com/salehhashemi1992"><code>@​salehhashemi1992</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48729">laravel/framework#48729</a></li> <li>[10.x] Use ValidationException class from Validator Property by <a href="https://github.com/a-h-abid"><code>@​a-h-abid</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48736">laravel/framework#48736</a></li> <li>[10.x] Implement Test Coverage for <code>Str::convertCase</code> Method by <a href="https://github.com/salehhashemi1992"><code>@​salehhashemi1992</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48730">laravel/framework#48730</a></li> <li>[10.x] Extend Test Coverage for <code>Str::take</code> Function by <a href="https://github.com/salehhashemi1992"><code>@​salehhashemi1992</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48728">laravel/framework#48728</a></li> <li>[10.x] Add <code>replaceMatches</code> to Str class by <a href="https://github.com/hosmelq"><code>@​hosmelq</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48727">laravel/framework#48727</a></li> <li>[10.x] Fix duplicate conditions on retrying <code>SELECT</code> calls under <code>createOrFirst()</code> by <a href="https://github.com/KentarouTakeda"><code>@​KentarouTakeda</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48725">laravel/framework#48725</a></li> <li>[10.x] Uses <code>stefanzweifel/git-auto-commit-action[@v5](https://github.com/v5)</code> by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48763">laravel/framework#48763</a></li> <li>[10.x] fix typo in comment by <a href="https://github.com/vintagesucks"><code>@​vintagesucks</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48770">laravel/framework#48770</a></li> <li>[10.x] Require DBAL 3 when installing by <a href="https://github.com/Jubeki"><code>@​Jubeki</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48769">laravel/framework#48769</a></li> <li>[10.x] Escape the delimiter when extracting an excerpt from text by <a href="https://github.com/standaniels"><code>@​standaniels</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48765">laravel/framework#48765</a></li> <li>[10.x] Fix <code>replaceMatches</code> in Str class by <a href="https://github.com/hosmelq"><code>@​hosmelq</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48760">laravel/framework#48760</a></li> <li>[10.x] Moves logger instance creation to a protected method by <a href="https://github.com/rodrigopedra"><code>@​rodrigopedra</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48759">laravel/framework#48759</a></li> <li>[10.x] Add runningConsoleCommand(...$commands) method by <a href="https://github.com/trevorgehman"><code>@​trevorgehman</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48751">laravel/framework#48751</a></li> <li>[10.x] Update annotations in wrap method to accommodate Collection instances by <a href="https://github.com/salehhashemi1992"><code>@​salehhashemi1992</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48746">laravel/framework#48746</a></li> <li>[10.x] Add Tests for Str::replaceMatches Method by <a href="https://github.com/salehhashemi1992"><code>@​salehhashemi1992</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48771">laravel/framework#48771</a></li> <li>[10.x] Do not bubble exceptions thrown rendering error view when debug is false (prevent infinite loops) by <a href="https://github.com/simensen"><code>@​simensen</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48732">laravel/framework#48732</a></li> <li>[10.x] Correct phpdoc for Grammar::setConnection by <a href="https://github.com/Neol3108"><code>@​Neol3108</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48779">laravel/framework#48779</a></li> <li>[10.x] Add <code>displayName</code> for queued Artisan commands by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48778">laravel/framework#48778</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/48797">laravel/framework#48797</a></li> <li>[10.x] Make inherited relations and virtual attributes appear in model:show command by <a href="https://github.com/sebj54"><code>@​sebj54</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48800">laravel/framework#48800</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/2d002849a16ad131110a50cbea4d64dbb78515a3"><code>2d00284</code></a> wip</li> <li><a href="https://github.com/laravel/framework/commit/b52de33e9661e3b35c686269b7bdadd8b4484e4f"><code>b52de33</code></a> Make inherited relations and virtual attributes appear in model:show command ...</li> <li><a href="https://github.com/laravel/framework/commit/63501945cd625cc2c809a37a0b56fa307e3fd212"><code>6350194</code></a> [10.x] Test Improvements (<a href="https://redirect.github.com/laravel/framework/issues/48797">#48797</a>)</li> <li><a href="https://github.com/laravel/framework/commit/61ea0bc68c4f293194e3132b0bae8af01f41aec7"><code>61ea0bc</code></a> [10.x] Add <code>displayName</code> for queued Artisan commands (<a href="https://redirect.github.com/laravel/framework/issues/48778">#48778</a>)</li> <li><a href="https://github.com/laravel/framework/commit/cee91ab69478ab8a23b7ed2467a188bbbdb6f51b"><code>cee91ab</code></a> Correct phpdoc for Grammar::setConnection (<a href="https://redirect.github.com/laravel/framework/issues/48779">#48779</a>)</li> <li><a href="https://github.com/laravel/framework/commit/a47df681bf4b72cb11e38f7ee7c285406ca934e0"><code>a47df68</code></a> Apply fixes from StyleCI</li> <li><a href="https://github.com/laravel/framework/commit/dda4e0f36e4cacdbee7e275c9998cfbf03b53661"><code>dda4e0f</code></a> [10.x] Do not bubble exceptions thrown rendering error view when debug is fal...</li> <li><a href="https://github.com/laravel/framework/commit/041aa190f710ee333f580b543821cded6c63e03d"><code>041aa19</code></a> Add unit tests for replaceMatches method (<a href="https://redirect.github.com/laravel/framework/issues/48771">#48771</a>)</li> <li><a href="https://github.com/laravel/framework/commit/10ba03e5541cceb66acf861ea56d7ce7a18c5078"><code>10ba03e</code></a> Update <a href="https://github.com/param"><code>@​param</code></a> annotation for wrap method to include Collection type (<a href="https://redirect.github.com/laravel/framework/issues/48746">#48746</a>)</li> <li><a href="https://github.com/laravel/framework/commit/2a4c30c47a7161049d7e2f2d71081fa16d884703"><code>2a4c30c</code></a> Add command (<a href="https://redirect.github.com/laravel/framework/issues/48751">#48751</a>)</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.28.0...v10.29.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.28.0&new-version=10.29.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>
Sign in to join this conversation.