Bump laravel/framework from 10.14.1 to 10.15.0 #129

Merged
dependabot[bot] merged 1 commits from dependabot/composer/laravel/framework-10.15.0 into main 2023-07-12 01:24:41 +00:00
dependabot[bot] commented 2023-07-12 00:48:50 +00:00 (Migrated from github.com)

Bumps laravel/framework from 10.14.1 to 10.15.0.

Release notes

Sourced from laravel/framework's releases.

v10.15.0

Changelog

Sourced from laravel/framework's changelog.

v10.15.0 - 2023-07-11

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.14.1 to 10.15.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.15.0</h2> <ul> <li>[10.x] Change return type of <code>getPrivateToken</code> in AblyBroadcaster by <a href="https://github.com/milwad-dev"><code>@​milwad-dev</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47602">laravel/framework#47602</a></li> <li>[10.x] Add toRawSql, dumpRawSql() and ddRawSql() to Query Builders by <a href="https://github.com/tpetry"><code>@​tpetry</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47507">laravel/framework#47507</a></li> <li>[10.x] Fix recorderHandler not recording changes made by middleware by <a href="https://github.com/j3j5"><code>@​j3j5</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47614">laravel/framework#47614</a></li> <li>Pass queue from Mailable to SendQueuedMailable job by <a href="https://github.com/Tarpsvo"><code>@​Tarpsvo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47612">laravel/framework#47612</a></li> <li>[10.x] Sub-minute Scheduling by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47279">laravel/framework#47279</a></li> <li>[10.x] Fixes failing tests running on DynamoDB Local 2.0.0 by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47653">laravel/framework#47653</a></li> <li>[10.x] Allow password reset callback to modify the result by <a href="https://github.com/GrahamCampbell"><code>@​GrahamCampbell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47641">laravel/framework#47641</a></li> <li>Forget with collections by <a href="https://github.com/joelbutcher"><code>@​joelbutcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47637">laravel/framework#47637</a></li> <li>[10.x] Do not apply global scopes when incrementing/decrementing an existing model by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47629">laravel/framework#47629</a></li> <li>[10.x] Adds inline attachments support for &quot;notifications&quot; markdown mailables by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47643">laravel/framework#47643</a></li> <li>Assertions for counting outgoing mailables by <a href="https://github.com/jasonmccreary"><code>@​jasonmccreary</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47655">laravel/framework#47655</a></li> <li>[10.x] Add getRawQueryLog() method by <a href="https://github.com/fuwasegu"><code>@​fuwasegu</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47623">laravel/framework#47623</a></li> <li>[10.x] Fix Storage::cloud() return type by <a href="https://github.com/tattali"><code>@​tattali</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47664">laravel/framework#47664</a></li> <li>[10.x] Add <code>isUrl</code> to the <code>Str</code> class and use it from the validator by <a href="https://github.com/GrahamCampbell"><code>@​GrahamCampbell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47688">laravel/framework#47688</a></li> <li>[10.x] Remove unwanted call to include stack traces by <a href="https://github.com/HazzazBinFaiz"><code>@​HazzazBinFaiz</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47687">laravel/framework#47687</a></li> <li>[10.x] Make Vite throw a new <code>ManifestNotFoundException</code> by <a href="https://github.com/innocenzi"><code>@​innocenzi</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47681">laravel/framework#47681</a></li> <li>[10.x] Move class from file logic in Console Kernel to dedicated method by <a href="https://github.com/CalebDW"><code>@​CalebDW</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47665">laravel/framework#47665</a></li> <li>[10.x] Dispatch model pruning started and ended events by <a href="https://github.com/ziadoz"><code>@​ziadoz</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47669">laravel/framework#47669</a></li> <li>[10.x] Update DatabaseRule to handle Enums for simple where clause by <a href="https://github.com/CalebDW"><code>@​CalebDW</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47679">laravel/framework#47679</a></li> <li>[10.x] Add data_remove helper by <a href="https://github.com/PhiloNL"><code>@​PhiloNL</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47618">laravel/framework#47618</a></li> <li>[10.x] Added tests for <code>isUrl</code> to Str. by <a href="https://github.com/michaelnabil230"><code>@​michaelnabil230</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47690">laravel/framework#47690</a></li> <li>[10.x] Added <code>isUrl</code> to Stringable. by <a href="https://github.com/michaelnabil230"><code>@​michaelnabil230</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47689">laravel/framework#47689</a></li> <li>[10.x] Tweak return type for missing config by <a href="https://github.com/sfreytag"><code>@​sfreytag</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47702">laravel/framework#47702</a></li> <li>[10.x] Fix parallel testing without any database connection by <a href="https://github.com/deleugpn"><code>@​deleugpn</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47705">laravel/framework#47705</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/47709">laravel/framework#47709</a></li> <li>[10.x] Allows HTTP exceptions to be thrown for views by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47714">laravel/framework#47714</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.14.1...v10.15.0">v10.15.0</a> - 2023-07-11</h2> <ul> <li>[10.x] Change return type of <code>getPrivateToken</code> in AblyBroadcaster by <a href="https://github.com/milwad"><code>@​milwad</code></a>-dev in <a href="https://redirect.github.com/laravel/framework/pull/47602">laravel/framework#47602</a></li> <li>[10.x] Add toRawSql, dumpRawSql() and ddRawSql() to Query Builders by <a href="https://github.com/tpetry"><code>@​tpetry</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47507">laravel/framework#47507</a></li> <li>[10.x] Fix recorderHandler not recording changes made by middleware by <a href="https://github.com/j3j5"><code>@​j3j5</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47614">laravel/framework#47614</a></li> <li>Pass queue from Mailable to SendQueuedMailable job by <a href="https://github.com/Tarpsvo"><code>@​Tarpsvo</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47612">laravel/framework#47612</a></li> <li>[10.x] Sub-minute Scheduling by <a href="https://github.com/jessarcher"><code>@​jessarcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47279">laravel/framework#47279</a></li> <li>[10.x] Fixes failing tests running on DynamoDB Local 2.0.0 by <a href="https://github.com/crynobone"><code>@​crynobone</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47653">laravel/framework#47653</a></li> <li>[10.x] Allow password reset callback to modify the result by <a href="https://github.com/GrahamCampbell"><code>@​GrahamCampbell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47641">laravel/framework#47641</a></li> <li>Forget with collections by <a href="https://github.com/joelbutcher"><code>@​joelbutcher</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47637">laravel/framework#47637</a></li> <li>[10.x] Do not apply global scopes when incrementing/decrementing an existing model by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47629">laravel/framework#47629</a></li> <li>[10.x] Adds inline attachments support for &quot;notifications&quot; markdown mailables by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47643">laravel/framework#47643</a></li> <li>Assertions for counting outgoing mailables by <a href="https://github.com/jasonmccreary"><code>@​jasonmccreary</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47655">laravel/framework#47655</a></li> <li>[10.x] Add getRawQueryLog() method by <a href="https://github.com/fuwasegu"><code>@​fuwasegu</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47623">laravel/framework#47623</a></li> <li>[10.x] Fix Storage::cloud() return type by <a href="https://github.com/tattali"><code>@​tattali</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47664">laravel/framework#47664</a></li> <li>[10.x] Add <code>isUrl</code> to the <code>Str</code> class and use it from the validator by <a href="https://github.com/GrahamCampbell"><code>@​GrahamCampbell</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47688">laravel/framework#47688</a></li> <li>[10.x] Remove unwanted call to include stack traces by <a href="https://github.com/HazzazBinFaiz"><code>@​HazzazBinFaiz</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47687">laravel/framework#47687</a></li> <li>[10.x] Make Vite throw a new <code>ManifestNotFoundException</code> by <a href="https://github.com/innocenzi"><code>@​innocenzi</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47681">laravel/framework#47681</a></li> <li>[10.x] Move class from file logic in Console Kernel to dedicated method by <a href="https://github.com/CalebDW"><code>@​CalebDW</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47665">laravel/framework#47665</a></li> <li>[10.x] Dispatch model pruning started and ended events by <a href="https://github.com/ziadoz"><code>@​ziadoz</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47669">laravel/framework#47669</a></li> <li>[10.x] Update DatabaseRule to handle Enums for simple where clause by <a href="https://github.com/CalebDW"><code>@​CalebDW</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47679">laravel/framework#47679</a></li> <li>[10.x] Add data_remove helper by <a href="https://github.com/PhiloNL"><code>@​PhiloNL</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47618">laravel/framework#47618</a></li> <li>[10.x] Added tests for <code>isUrl</code> to Str. by <a href="https://github.com/michaelnabil230"><code>@​michaelnabil230</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47690">laravel/framework#47690</a></li> <li>[10.x] Added <code>isUrl</code> to Stringable. by <a href="https://github.com/michaelnabil230"><code>@​michaelnabil230</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47689">laravel/framework#47689</a></li> <li>[10.x] Tweak return type for missing config by <a href="https://github.com/sfreytag"><code>@​sfreytag</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47702">laravel/framework#47702</a></li> <li>[10.x] Fix parallel testing without any database connection by <a href="https://github.com/deleugpn"><code>@​deleugpn</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47705">laravel/framework#47705</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/47709">laravel/framework#47709</a></li> <li>[10.x] Allows HTTP exceptions to be thrown for views by <a href="https://github.com/nunomaduro"><code>@​nunomaduro</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/47714">laravel/framework#47714</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/c7599dc92e04532824bafbd226c2936ce6a905b8"><code>c7599dc</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/b8feb7496d8697934760fe41dc58064ead139edc"><code>b8feb74</code></a> add exception type</li> <li><a href="https://github.com/laravel/framework/commit/8098f6da16740b6feedcd80aee42791e4dcbe8be"><code>8098f6d</code></a> Allows HTTP exceptions to be thrown for views (<a href="https://redirect.github.com/laravel/framework/issues/47714">#47714</a>)</li> <li><a href="https://github.com/laravel/framework/commit/5985650e90a323133d1de8f3d632bf0c45703dc6"><code>5985650</code></a> [10.x] Test Improvements (<a href="https://redirect.github.com/laravel/framework/issues/47709">#47709</a>)</li> <li><a href="https://github.com/laravel/framework/commit/33ca6fcc3959028587a943c5818c47f0320e6eba"><code>33ca6fc</code></a> [10.x] Fix parallel testing without any database connection (<a href="https://redirect.github.com/laravel/framework/issues/47705">#47705</a>)</li> <li><a href="https://github.com/laravel/framework/commit/921e956576aba9655da1f6667fbdbe97394d3cf3"><code>921e956</code></a> Tweak return type for missing config (<a href="https://redirect.github.com/laravel/framework/issues/47702">#47702</a>)</li> <li><a href="https://github.com/laravel/framework/commit/f882a45988dee457ed66279b6571d63d1f54f5be"><code>f882a45</code></a> update doc blocks</li> <li><a href="https://github.com/laravel/framework/commit/3ea6a3da8f9916e2ebd6d3f59fed1b29385e941a"><code>3ea6a3d</code></a> [10.x] Added <code>isUrl</code> to Stringable. (<a href="https://redirect.github.com/laravel/framework/issues/47689">#47689</a>)</li> <li><a href="https://github.com/laravel/framework/commit/ab74124e57e9a0de8cb251a56ebfc76d0ca846f0"><code>ab74124</code></a> Add new tests for <code>isUrl</code> in to <code>Str</code> class (<a href="https://redirect.github.com/laravel/framework/issues/47690">#47690</a>)</li> <li><a href="https://github.com/laravel/framework/commit/f7adb6184cc22f63e296d10e2ff0874155bb5e58"><code>f7adb61</code></a> [10.x] Add data_remove helper (<a href="https://redirect.github.com/laravel/framework/issues/47618">#47618</a>)</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.14.1...v10.15.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.14.1&new-version=10.15.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.