Bump laravel/framework from 10.15.0 to 10.16.0 #166

Merged
dependabot[bot] merged 1 commits from dependabot/composer/laravel/framework-10.16.0 into main 2023-07-26 01:03:38 +00:00
dependabot[bot] commented 2023-07-26 00:39:13 +00:00 (Migrated from github.com)

Bumps laravel/framework from 10.15.0 to 10.16.0.

Release notes

Sourced from laravel/framework's releases.

v10.16.0

Changelog

Sourced from laravel/framework's changelog.

v10.16.0 - 2023-07-25

v9.52.11 - 2023-07-25

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 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.15.0 to 10.16.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.16.0</h2> <ul> <li>[10.x] Improve display of sub-minute tasks in <code>schedule:list</code> command. by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47720">laravel/framework#47720</a></li> <li>[10.x] Add new SQL error message &quot;No connection could be made because the target machine actively refused it&quot; by <a href="https://github.com/magnusvin"><code>@​magnusvin</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47718">laravel/framework#47718</a></li> <li>[10.x] Ignore second in HttpRequestTest date comparison by <a href="https://github.com/kylekatarnls"><code>@​kylekatarnls</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47719">laravel/framework#47719</a></li> <li>[10.x] Call <code>renderForAssertions</code> in <code>assertHasSubject</code> by <a href="https://github.com/ttrig"><code>@​ttrig</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47728">laravel/framework#47728</a></li> <li>[10.x] We dont want Symfony to catch pcntl signal by <a href="https://github.com/ChristopheBorcard"><code>@​ChristopheBorcard</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47725">laravel/framework#47725</a></li> <li>[10.x] Use atomic locks for command mutex by <a href="https://github.com/Gaitholabi"><code>@​Gaitholabi</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47624">laravel/framework#47624</a></li> <li>[10.x] Improve typehint for Model::getConnectionResolver() by <a href="https://github.com/LukeTowers"><code>@​LukeTowers</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47749">laravel/framework#47749</a></li> <li>[10.x] add getRedisConnection to ThrottleRequestsWithRedis by <a href="https://github.com/snmatsui"><code>@​snmatsui</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47742">laravel/framework#47742</a></li> <li>[10.x] Adjusts for Volt by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47757">laravel/framework#47757</a></li> <li>[10.x] Fix sql server paging problems by <a href="https://github.com/joelharkes"><code>@​joelharkes</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47763">laravel/framework#47763</a></li> <li>[10.x] Typo type of data by <a href="https://github.com/hungthai1401"><code>@​hungthai1401</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47775">laravel/framework#47775</a></li> <li>[10.x] Add missing tests for the <code>schedule:list</code> command. by <a href="https://github.com/xiCO2k"><code>@​xiCO2k</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47787">laravel/framework#47787</a></li> <li>[10.x] Fix <code>Str::replace</code> return type by <a href="https://github.com/datlechin"><code>@​datlechin</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47779">laravel/framework#47779</a></li> <li>[10.x] Collection::except() with null returns all by <a href="https://github.com/pniaps"><code>@​pniaps</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47821">laravel/framework#47821</a></li> <li>[10.x] fix issue <a href="https://redirect.github.com/laravel/framework/issues/47727">#47727</a> with wrong return type by <a href="https://github.com/renky"><code>@​renky</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47820">laravel/framework#47820</a></li> <li>[10.x] Remove unused variable in <code>VendorPublishCommand</code> by <a href="https://github.com/hungthai1401"><code>@​hungthai1401</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47817">laravel/framework#47817</a></li> <li>[10.x] Remove unused variable in <code>MigrateCommand</code> by <a href="https://github.com/sangnguyenplus"><code>@​sangnguyenplus</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47816">laravel/framework#47816</a></li> <li>[10.x] Revert 47763 fix sql server by <a href="https://github.com/dunhamjared"><code>@​dunhamjared</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47792">laravel/framework#47792</a></li> <li>[10.x] Add test for Message ID, References and Custom Headers for Mailables by <a href="https://github.com/alexbowers"><code>@​alexbowers</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47791">laravel/framework#47791</a></li> <li>[10.x] Add support for <code>BackedEnum</code> in Collection <code>groupBy</code> method by <a href="https://github.com/osbre"><code>@​osbre</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47823">laravel/framework#47823</a></li> <li>[10.x] Support inline disk for scoped driver by <a href="https://github.com/alexbowers"><code>@​alexbowers</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47776">laravel/framework#47776</a></li> <li>[10.x] Allowing bind of IPv6 addresses in development server by <a href="https://github.com/MuriloChianfa"><code>@​MuriloChianfa</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47804">laravel/framework#47804</a></li> <li>[10.x] Add more info to issue template by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47828">laravel/framework#47828</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/v9.52.11...v10.16.0">v10.16.0</a> - 2023-07-25</h2> <ul> <li>[10.x] Improve display of sub-minute tasks in <code>schedule:list</code> command. by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47720">laravel/framework#47720</a></li> <li>[10.x] Add new SQL error message &quot;No connection could be made because the target machine actively refused it&quot; by <a href="https://github.com/magnusvin"><code>@​magnusvin</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47718">laravel/framework#47718</a></li> <li>[10.x] Ignore second in HttpRequestTest date comparison by <a href="https://github.com/kylekatarnls"><code>@​kylekatarnls</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47719">laravel/framework#47719</a></li> <li>[10.x] Call <code>renderForAssertions</code> in <code>assertHasSubject</code> by <a href="https://github.com/ttrig"><code>@​ttrig</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47728">laravel/framework#47728</a></li> <li>[10.x] We dont want Symfony to catch pcntl signal by <a href="https://github.com/ChristopheBorcard"><code>@​ChristopheBorcard</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47725">laravel/framework#47725</a></li> <li>[10.x] Use atomic locks for command mutex by <a href="https://github.com/Gaitholabi"><code>@​Gaitholabi</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47624">laravel/framework#47624</a></li> <li>[10.x] Improve typehint for Model::getConnectionResolver() by <a href="https://github.com/LukeTowers"><code>@​LukeTowers</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47749">laravel/framework#47749</a></li> <li>[10.x] add getRedisConnection to ThrottleRequestsWithRedis by <a href="https://github.com/snmatsui"><code>@​snmatsui</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47742">laravel/framework#47742</a></li> <li>[10.x] Adjusts for Volt by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47757">laravel/framework#47757</a></li> <li>[10.x] Fix sql server paging problems by <a href="https://github.com/joelharkes"><code>@​joelharkes</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47763">laravel/framework#47763</a></li> <li>[10.x] Typo type of data by <a href="https://github.com/hungthai1401"><code>@​hungthai1401</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47775">laravel/framework#47775</a></li> <li>[10.x] Add missing tests for the <code>schedule:list</code> command. by <a href="https://github.com/xiCO2k"><code>@​xiCO2k</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47787">laravel/framework#47787</a></li> <li>[10.x] Fix <code>Str::replace</code> return type by <a href="https://github.com/datlechin"><code>@​datlechin</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47779">laravel/framework#47779</a></li> <li>[10.x] Collection::except() with null returns all by <a href="https://github.com/pniaps"><code>@​pniaps</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47821">laravel/framework#47821</a></li> <li>[10.x] fix issue <a href="https://redirect.github.com/laravel/framework/issues/47727">#47727</a> with wrong return type by <a href="https://github.com/renky"><code>@​renky</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47820">laravel/framework#47820</a></li> <li>[10.x] Remove unused variable in <code>VendorPublishCommand</code> by <a href="https://github.com/hungthai1401"><code>@​hungthai1401</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47817">laravel/framework#47817</a></li> <li>[10.x] Remove unused variable in <code>MigrateCommand</code> by <a href="https://github.com/sangnguyenplus"><code>@​sangnguyenplus</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47816">laravel/framework#47816</a></li> <li>[10.x] Revert 47763 fix sql server by <a href="https://github.com/dunhamjared"><code>@​dunhamjared</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47792">laravel/framework#47792</a></li> <li>[10.x] Add test for Message ID, References and Custom Headers for Mailables by <a href="https://github.com/alexbowers"><code>@​alexbowers</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47791">laravel/framework#47791</a></li> <li>[10.x] Add support for <code>BackedEnum</code> in Collection <code>groupBy</code> method by <a href="https://github.com/osbre"><code>@​osbre</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47823">laravel/framework#47823</a></li> <li>[10.x] Support inline disk for scoped driver by <a href="https://github.com/alexbowers"><code>@​alexbowers</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47776">laravel/framework#47776</a></li> <li>[10.x] Allowing bind of IPv6 addresses in development server by <a href="https://github.com/MuriloChianfa"><code>@​MuriloChianfa</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47804">laravel/framework#47804</a></li> <li>[10.x] Add more info to issue template by <a href="https://github.com/driesvints"><code>@​driesvints</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47828">laravel/framework#47828</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v10.15.0...v9.52.11">v9.52.11</a> - 2023-07-25</h2> <ul> <li>[9.x] Fix CI for DynamoDB by <a href="https://github.com/GrahamCampbell"><code>@​GrahamCampbell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47656">laravel/framework#47656</a></li> <li>[9.x] Pin <code>amazon/dynamodb-local</code> version in <code>docker-compose.yml</code> by <a href="https://github.com/GrahamCampbell"><code>@​GrahamCampbell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47657">laravel/framework#47657</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/7589f09fe0e8735615cf25f0f1807682aac124c1"><code>7589f09</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/4b8fd76b4329fa706f1f9469406fba19822f7558"><code>4b8fd76</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/00dcc0bebce848da177b6d7a8e73adcbd78e072e"><code>00dcc0b</code></a> Update Bug_report.yml</li> <li><a href="https://github.com/laravel/framework/commit/56886d3d48b4ff9c0fd6dd0092775b96814ecac5"><code>56886d3</code></a> Update Bug_report.yml</li> <li><a href="https://github.com/laravel/framework/commit/91ad9413f297030b2929f87dd88e183ded577027"><code>91ad941</code></a> Add more info to issue template (<a href="https://redirect.github.com/laravel/framework/issues/47828">#47828</a>)</li> <li><a href="https://github.com/laravel/framework/commit/16e13e2120f3d09200c566f65a2bd56028a8618f"><code>16e13e2</code></a> Allowing bind of IPv6 addresses in development server (<a href="https://redirect.github.com/laravel/framework/issues/47804">#47804</a>)</li> <li><a href="https://github.com/laravel/framework/commit/5d445215c90f2c73bba8e4116331708801538c5c"><code>5d44521</code></a> Apply fixes from StyleCI</li> <li><a href="https://github.com/laravel/framework/commit/d44b529bdda34ec7359c7b0b5ab5378b765577a7"><code>d44b529</code></a> [10.x] Support inline disk for scoped driver (<a href="https://redirect.github.com/laravel/framework/issues/47776">#47776</a>)</li> <li><a href="https://github.com/laravel/framework/commit/971e8224d1f109e66f0de00dbe04602d5ee3a073"><code>971e822</code></a> [10.x] Add support for <code>BackedEnum</code> in Collection <code>groupBy</code> method (<a href="https://redirect.github.com/laravel/framework/issues/47823">#47823</a>)</li> <li><a href="https://github.com/laravel/framework/commit/25bdb652bdebaefc22b75425d4f41cb17b6e88bc"><code>25bdb65</code></a> Apply fixes from StyleCI</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.15.0...v10.16.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.15.0&new-version=10.16.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 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.