Bump laravel/framework from 10.25.2 to 10.28.0 #294

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/laravel/framework-10.28.0 into main
dependabot[bot] commented 2023-10-11 01:07:26 +00:00 (Migrated from github.com)

Bumps laravel/framework from 10.25.2 to 10.28.0.

Release notes

Sourced from laravel/framework's releases.

v10.28.0

v10.27.0

v10.26.2

v10.26.1

v10.26.0

Changelog

Sourced from laravel/framework's changelog.

v10.28.0 - 2023-10-10

v10.27.0 - 2023-10-09

v10.26.2 - 2023-10-03

v10.26.1 - 2023-10-03

v10.26.0 - 2023-10-03

Commits
  • 09137f5 version
  • 3b40b36 optimize exists validation for empty array input (#48684)
  • 219a497 Add percentage to be used as High Order (#48689)
  • 3e20ced [10.x] Add an example for queue retry range option (#48691)
  • 6bfd755 Fixed issue: Added a call to the getValue method (#48652)
  • 616f81b version
  • 678ee93 [10.x] Implement chunkById in descending order (#48666)
  • b650a0d [10.x] Fixed implementation related to afterCommit on Postgres and MSSQL da...
  • 8b49204 Fix timing sensitive flaky test (#48664)
  • 4742c90 [10.x] Fixes GeneratorCommand not able to prevent uppercase reserved (#48667)
  • 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.25.2 to 10.28.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.28.0</h2> <ul> <li>[10.x] Fixed issue: Added a call to the <code>getValue</code> method by <a href="https://github.com/lozobojan"><code>@​lozobojan</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48652">laravel/framework#48652</a></li> <li>[10.x] Add an example for queue retry range option by <a href="https://github.com/pionl"><code>@​pionl</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48691">laravel/framework#48691</a></li> <li>[10.x] Add percentage to be used as High Order Messages by <a href="https://github.com/WendellAdriel"><code>@​WendellAdriel</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48689">laravel/framework#48689</a></li> <li>[10.x] Optimize <code>exists</code> validation for empty array input by <a href="https://github.com/mtawil"><code>@​mtawil</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48684">laravel/framework#48684</a></li> </ul> <h2>v10.27.0</h2> <ul> <li>[10.x] Store blocks after prepare strings by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48641">laravel/framework#48641</a></li> <li>[10.x] throw TransportException instead of Exception in SES mail drivers by <a href="https://github.com/bchalier"><code>@​bchalier</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48645">laravel/framework#48645</a></li> <li>[10.x] Fix <code>Model::replicate()</code> when using unique keys by <a href="https://github.com/axlon"><code>@​axlon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48636">laravel/framework#48636</a></li> <li>[10.x] Don't crash if replacement cannot be represented as a string by <a href="https://github.com/GrahamCampbell"><code>@​GrahamCampbell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48530">laravel/framework#48530</a></li> <li>[10.x] Extended <code>pluck()</code> testcases by <a href="https://github.com/bert-w"><code>@​bert-w</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48657">laravel/framework#48657</a></li> <li>[10.x] Fixes <code>GeneratorCommand</code> not able to prevent uppercase reserved name such as <code>__CLASS__</code> by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48667">laravel/framework#48667</a></li> <li>[10.x] Fix timing sensitive flaky test by <a href="https://github.com/KentarouTakeda"><code>@​KentarouTakeda</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48664">laravel/framework#48664</a></li> <li>[10.x] Fixed implementation related to <code>afterCommit</code> on Postgres and MSSQL database drivers by <a href="https://github.com/SakiTakamachi"><code>@​SakiTakamachi</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48662">laravel/framework#48662</a></li> <li>[10.x] Implement chunkById in descending order by <a href="https://github.com/cristiancalara"><code>@​cristiancalara</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48666">laravel/framework#48666</a></li> </ul> <h2>v10.26.2</h2> <ul> <li>Revert &quot;Hint query builder closures (<a href="https://redirect.github.com/laravel/framework/issues/48562">#48562</a>)&quot; by <a href="https://github.com/taylorotwell"><code>@​taylorotwell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48620">laravel/framework#48620</a></li> </ul> <h2>v10.26.1</h2> <ul> <li>[10.x] Fix selection of vendor files after searching by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48619">laravel/framework#48619</a></li> </ul> <h2>v10.26.0</h2> <ul> <li>[10.x] Convert Expression to string for from in having subqueries by <a href="https://github.com/ikari7789"><code>@​ikari7789</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48525">laravel/framework#48525</a></li> <li>[10.x] Allow searching on <code>vendor:publish</code> prompt by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48586">laravel/framework#48586</a></li> <li>[10.x] Enhance Test Coverage for Macroable Trait by <a href="https://github.com/salehhashemi1992"><code>@​salehhashemi1992</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48583">laravel/framework#48583</a></li> <li>[10.x] Add new SQL error messages by <a href="https://github.com/magnusvin"><code>@​magnusvin</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48601">laravel/framework#48601</a></li> <li>[10.x] Ensure array cache considers milliseconds by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48573">laravel/framework#48573</a></li> <li>[10.x] Prevent <code>session:table</code> command from creating duplicates by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48602">laravel/framework#48602</a></li> <li>[10.x] Handle expiration in seconds by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48600">laravel/framework#48600</a></li> <li>[10.x] Avoid duplicate code for create table commands by extending new <code>Illuminate\Console\MigrationGeneratorCommand</code> by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48603">laravel/framework#48603</a></li> <li>[10.x] Add Closure Type Hinting for Query Builders by <a href="https://github.com/AJenbo"><code>@​AJenbo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48562">laravel/framework#48562</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.27.0...v10.28.0">v10.28.0</a> - 2023-10-10</h2> <ul> <li>[10.x] Fixed issue: Added a call to the <code>getValue</code> method by <a href="https://github.com/lozobojan"><code>@​lozobojan</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48652">laravel/framework#48652</a></li> <li>[10.x] Add an example for queue retry range option by <a href="https://github.com/pionl"><code>@​pionl</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48691">laravel/framework#48691</a></li> <li>[10.x] Add percentage to be used as High Order Messages by <a href="https://github.com/WendellAdriel"><code>@​WendellAdriel</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48689">laravel/framework#48689</a></li> <li>[10.x] Optimize <code>exists</code> validation for empty array input by <a href="https://github.com/mtawil"><code>@​mtawil</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48684">laravel/framework#48684</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v10.26.2...v10.27.0">v10.27.0</a> - 2023-10-09</h2> <ul> <li>[10.x] Store blocks after prepare strings by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48641">laravel/framework#48641</a></li> <li>[10.x] throw TransportException instead of Exception in SES mail drivers by <a href="https://github.com/bchalier"><code>@​bchalier</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48645">laravel/framework#48645</a></li> <li>[10.x] Fix <code>Model::replicate()</code> when using unique keys by <a href="https://github.com/axlon"><code>@​axlon</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48636">laravel/framework#48636</a></li> <li>[10.x] Don't crash if replacement cannot be represented as a string by <a href="https://github.com/GrahamCampbell"><code>@​GrahamCampbell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48530">laravel/framework#48530</a></li> <li>[10.x] Extended <code>pluck()</code> testcases by <a href="https://github.com/bert-w"><code>@​bert-w</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48657">laravel/framework#48657</a></li> <li>[10.x] Fixes <code>GeneratorCommand</code> not able to prevent uppercase reserved name such as <code>__CLASS__</code> by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48667">laravel/framework#48667</a></li> <li>[10.x] Fix timing sensitive flaky test by <a href="https://github.com/KentarouTakeda"><code>@​KentarouTakeda</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48664">laravel/framework#48664</a></li> <li>[10.x] Fixed implementation related to <code>afterCommit</code> on Postgres and MSSQL database drivers by <a href="https://github.com/SakiTakamachi"><code>@​SakiTakamachi</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48662">laravel/framework#48662</a></li> <li>[10.x] Implement chunkById in descending order by <a href="https://github.com/cristiancalara"><code>@​cristiancalara</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48666">laravel/framework#48666</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v10.26.1...v10.26.2">v10.26.2</a> - 2023-10-03</h2> <ul> <li>Revert &quot;Hint query builder closures (<a href="https://redirect.github.com/laravel/framework/issues/48562">#48562</a>)&quot; by <a href="https://github.com/taylorotwell"><code>@​taylorotwell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48620">laravel/framework#48620</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v10.26.0...v10.26.1">v10.26.1</a> - 2023-10-03</h2> <ul> <li>[10.x] Fix selection of vendor files after searching by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48619">laravel/framework#48619</a></li> </ul> <h2><a href="https://github.com/laravel/framework/compare/v10.25.2...v10.26.0">v10.26.0</a> - 2023-10-03</h2> <ul> <li>[10.x] Convert Expression to string for from in having subqueries by <a href="https://github.com/ikari7789"><code>@​ikari7789</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48525">laravel/framework#48525</a></li> <li>[10.x] Allow searching on <code>vendor:publish</code> prompt by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48586">laravel/framework#48586</a></li> <li>[10.x] Enhance Test Coverage for Macroable Trait by <a href="https://github.com/salehhashemi1992"><code>@​salehhashemi1992</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48583">laravel/framework#48583</a></li> <li>[10.x] Add new SQL error messages by <a href="https://github.com/magnusvin"><code>@​magnusvin</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48601">laravel/framework#48601</a></li> <li>[10.x] Ensure array cache considers milliseconds by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48573">laravel/framework#48573</a></li> <li>[10.x] Prevent <code>session:table</code> command from creating duplicates by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48602">laravel/framework#48602</a></li> <li>[10.x] Handle expiration in seconds by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48600">laravel/framework#48600</a></li> <li>[10.x] Avoid duplicate code for create table commands by extending new <code>Illuminate\Console\MigrationGeneratorCommand</code> by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48603">laravel/framework#48603</a></li> <li>[10.x] Add Closure Type Hinting for Query Builders by <a href="https://github.com/AJenbo"><code>@​AJenbo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48562">laravel/framework#48562</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/09137f50f715c1efc649788a26092dcb1ec4ab6e"><code>09137f5</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/3b40b3696d37557d2125130fc49fed343b155f80"><code>3b40b36</code></a> optimize <code>exists</code> validation for empty array input (<a href="https://redirect.github.com/laravel/framework/issues/48684">#48684</a>)</li> <li><a href="https://github.com/laravel/framework/commit/219a497cd6d9e287c5c8acd4001c410634f443fc"><code>219a497</code></a> Add percentage to be used as High Order (<a href="https://redirect.github.com/laravel/framework/issues/48689">#48689</a>)</li> <li><a href="https://github.com/laravel/framework/commit/3e20cedcb0d24c152828fc23568db96f54e39b15"><code>3e20ced</code></a> [10.x] Add an example for queue retry range option (<a href="https://redirect.github.com/laravel/framework/issues/48691">#48691</a>)</li> <li><a href="https://github.com/laravel/framework/commit/6bfd7550c94ef8666b3312cae577ddd30db03e03"><code>6bfd755</code></a> Fixed issue: Added a call to the getValue method (<a href="https://redirect.github.com/laravel/framework/issues/48652">#48652</a>)</li> <li><a href="https://github.com/laravel/framework/commit/616f81bd6dd8aa2e26a9fc21d9c95e98bd30803b"><code>616f81b</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/678ee93afb454de73fa4022362c94a8122863e32"><code>678ee93</code></a> [10.x] Implement chunkById in descending order (<a href="https://redirect.github.com/laravel/framework/issues/48666">#48666</a>)</li> <li><a href="https://github.com/laravel/framework/commit/b650a0d8e7fdd836b74bea5c6ad41b72a0f5fb52"><code>b650a0d</code></a> [10.x] Fixed implementation related to <code>afterCommit</code> on Postgres and MSSQL da...</li> <li><a href="https://github.com/laravel/framework/commit/8b4920470f0a179ecf3128466a06511d7723b4cb"><code>8b49204</code></a> Fix timing sensitive flaky test (<a href="https://redirect.github.com/laravel/framework/issues/48664">#48664</a>)</li> <li><a href="https://github.com/laravel/framework/commit/4742c90cc894e33c393350dbc0380f79f64a1185"><code>4742c90</code></a> [10.x] Fixes <code>GeneratorCommand</code> not able to prevent uppercase reserved (<a href="https://redirect.github.com/laravel/framework/issues/48667">#48667</a>)</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.25.2...v10.28.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.25.2&new-version=10.28.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-10-20 01:11:25 +00:00 (Migrated from github.com)

Looks like laravel/framework is up-to-date now, so this is no longer needed.

Looks like laravel/framework is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.