Bump laravel/framework from 10.22.0 to 10.23.0 #249

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/laravel/framework-10.23.0 into main
dependabot[bot] commented 2023-09-13 00:22:29 +00:00 (Migrated from github.com)

Bumps laravel/framework from 10.22.0 to 10.23.0.

Release notes

Sourced from laravel/framework's releases.

v10.23.0

Changelog

Sourced from laravel/framework's changelog.

v10.23.0 - 2023-09-12

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.22.0 to 10.23.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.23.0</h2> <ul> <li>[10.x] Do not add token to AWS credentials without validating it first by <a href="https://github.com/mmehmet"><code>@​mmehmet</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48297">laravel/framework#48297</a></li> <li>[10.x] Add array to docs of <code>ResponseFactory::redirectToAction</code> by <a href="https://github.com/NiclasvanEyk"><code>@​NiclasvanEyk</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48309">laravel/framework#48309</a></li> <li>[10.x] Deduplicate exceptions by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48288">laravel/framework#48288</a></li> <li>[10.x] Change Arr::sortRecursiveDesc() method to static. by <a href="https://github.com/gkisiel"><code>@​gkisiel</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48327">laravel/framework#48327</a></li> <li>[10.x] Validate version and variant in <code>Str::isUuid()</code> by <a href="https://github.com/inxilpro"><code>@​inxilpro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48321">laravel/framework#48321</a></li> <li>[10.x] Adds <code>make:view</code> Artisan command by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48330">laravel/framework#48330</a></li> <li>[10.x] Make ComponentAttributeBag JsonSerializable by <a href="https://github.com/iamgergo"><code>@​iamgergo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48338">laravel/framework#48338</a></li> <li>[10.x] add missing method to message bag class by <a href="https://github.com/PH7-Jack"><code>@​PH7-Jack</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48348">laravel/framework#48348</a></li> <li>[10.x] Add newResponse method to PendingRequest by <a href="https://github.com/denniseilander"><code>@​denniseilander</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48344">laravel/framework#48344</a></li> <li>[10.x] Add before/after database truncation methods to DatabaseTruncation trait by <a href="https://github.com/cwilby"><code>@​cwilby</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48345">laravel/framework#48345</a></li> <li>[10.x] Passthru test options by <a href="https://github.com/jasonmccreary"><code>@​jasonmccreary</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48335">laravel/framework#48335</a></li> <li>[10.x] Support for phpredis 6.0.0 by <a href="https://github.com/stemis"><code>@​stemis</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48362">laravel/framework#48362</a></li> <li>[10.x] Improve test cases and achieve 100% code coverage by <a href="https://github.com/sohelrana820"><code>@​sohelrana820</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48360">laravel/framework#48360</a></li> <li>[10.x] Support for phpredis 6.0.0 by <a href="https://github.com/stemis"><code>@​stemis</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48364">laravel/framework#48364</a></li> <li>[10.x] Render mailable inline images by <a href="https://github.com/pniaps"><code>@​pniaps</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48292">laravel/framework#48292</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.22.0...v10.23.0">v10.23.0</a> - 2023-09-12</h2> <ul> <li>[10.x] Do not add token to AWS credentials without validating it first by <a href="https://github.com/mmehmet"><code>@​mmehmet</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48297">laravel/framework#48297</a></li> <li>[10.x] Add array to docs of <code>ResponseFactory::redirectToAction</code> by <a href="https://github.com/NiclasvanEyk"><code>@​NiclasvanEyk</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48309">laravel/framework#48309</a></li> <li>[10.x] Deduplicate exceptions by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48288">laravel/framework#48288</a></li> <li>[10.x] Change Arr::sortRecursiveDesc() method to static. by <a href="https://github.com/gkisiel"><code>@​gkisiel</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48327">laravel/framework#48327</a></li> <li>[10.x] Validate version and variant in <code>Str::isUuid()</code> by <a href="https://github.com/inxilpro"><code>@​inxilpro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48321">laravel/framework#48321</a></li> <li>[10.x] Adds <code>make:view</code> Artisan command by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48330">laravel/framework#48330</a></li> <li>[10.x] Make ComponentAttributeBag JsonSerializable by <a href="https://github.com/iamgergo"><code>@​iamgergo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48338">laravel/framework#48338</a></li> <li>[10.x] add missing method to message bag class by <a href="https://github.com/PH7-Jack"><code>@​PH7-Jack</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48348">laravel/framework#48348</a></li> <li>[10.x] Add newResponse method to PendingRequest by <a href="https://github.com/denniseilander"><code>@​denniseilander</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48344">laravel/framework#48344</a></li> <li>[10.x] Add before/after database truncation methods to DatabaseTruncation trait by <a href="https://github.com/cwilby"><code>@​cwilby</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48345">laravel/framework#48345</a></li> <li>[10.x] Passthru test options by <a href="https://github.com/jasonmccreary"><code>@​jasonmccreary</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48335">laravel/framework#48335</a></li> <li>[10.x] Support for phpredis 6.0.0 by <a href="https://github.com/stemis"><code>@​stemis</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48362">laravel/framework#48362</a></li> <li>[10.x] Improve test cases and achieve 100% code coverage by <a href="https://github.com/sohelrana820"><code>@​sohelrana820</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48360">laravel/framework#48360</a></li> <li>[10.x] Support for phpredis 6.0.0 by <a href="https://github.com/stemis"><code>@​stemis</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48364">laravel/framework#48364</a></li> <li>[10.x] Render mailable inline images by <a href="https://github.com/pniaps"><code>@​pniaps</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48292">laravel/framework#48292</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/7d6a79ce8ff52a4d0d385ac290dcc048aa514ce7"><code>7d6a79c</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/81f3dba95a565c5864265a0e796fe22820ca3e79"><code>81f3dba</code></a> [10.x] Render mailable inline images (<a href="https://redirect.github.com/laravel/framework/issues/48292">#48292</a>)</li> <li><a href="https://github.com/laravel/framework/commit/21968a1c477782f162828a172462b46262dff2c1"><code>21968a1</code></a> [10.x] Support for phpredis 6.0.0 (<a href="https://redirect.github.com/laravel/framework/issues/48364">#48364</a>)</li> <li><a href="https://github.com/laravel/framework/commit/45423d1d710f5f7e497b2bc372a910772bf99740"><code>45423d1</code></a> [10.x] Improve test cases and achieve 100% code coverage (<a href="https://redirect.github.com/laravel/framework/issues/48360">#48360</a>)</li> <li><a href="https://github.com/laravel/framework/commit/80cbea6cac904927182f647824647b8c6aaabaf0"><code>80cbea6</code></a> Support for phpredis 6.0.0 (<a href="https://redirect.github.com/laravel/framework/issues/48362">#48362</a>)</li> <li><a href="https://github.com/laravel/framework/commit/9ae962af1d50b9b10e4779475513384c559adb39"><code>9ae962a</code></a> Passthru test options (<a href="https://redirect.github.com/laravel/framework/issues/48335">#48335</a>)</li> <li><a href="https://github.com/laravel/framework/commit/ba44e0b2cb60bc4000d751756a461e0f25534966"><code>ba44e0b</code></a> Add before/after database truncation methods to DatabaseTruncation trait (<a href="https://redirect.github.com/laravel/framework/issues/48">#48</a>...</li> <li><a href="https://github.com/laravel/framework/commit/b8b2d9ee6c1d3d51c68f9c01f8d484688d805100"><code>b8b2d9e</code></a> [10.x] Add newResponse method to PendingRequest (<a href="https://redirect.github.com/laravel/framework/issues/48344">#48344</a>)</li> <li><a href="https://github.com/laravel/framework/commit/27ac244dfd4d103c28d204ab59b3deeec8411c63"><code>27ac244</code></a> add missing method to message bag class (<a href="https://redirect.github.com/laravel/framework/issues/48348">#48348</a>)</li> <li><a href="https://github.com/laravel/framework/commit/00894b89e42a9d707c6038084bbeb25422eed5b5"><code>00894b8</code></a> [10.x] Make ComponentAttributeBag JsonSerializable (<a href="https://redirect.github.com/laravel/framework/issues/48338">#48338</a>)</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.22.0...v10.23.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.22.0&new-version=10.23.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-09-14 00:49:21 +00:00 (Migrated from github.com)

Superseded by #254.

Superseded by #254.

Pull request closed

Sign in to join this conversation.