Bump laravel/framework from 10.29.0 to 10.30.0 #317

Merged
dependabot[bot] merged 1 commits from dependabot/composer/laravel/framework-10.30.0 into main 2023-11-01 00:52:42 +00:00
dependabot[bot] commented 2023-11-01 00:51:34 +00:00 (Migrated from github.com)

Bumps laravel/framework from 10.29.0 to 10.30.0.

Release notes

Sourced from laravel/framework's releases.

v10.30.0

Changelog

Sourced from laravel/framework's changelog.

v10.30.0 - 2023-10-31

Commits
  • 3dd85d9 version
  • 7d221aa Apply fixes from StyleCI
  • 0294be7 [10.x] Fix Stringable objects not converted to string in HTTP facade Query pa...
  • 0aeecec [10.x] Throw exception when trying to escape array for database connection (#...
  • 6f06ad4 Reset ShouldDispatchAfterCommitEventTest objects properties (#48858)
  • 8473522 Update facade docblocks
  • f0c9fce Apply fixes from StyleCI
  • 0525a88 [10.x] Dispatch events based on a DB transaction result (#48705)
  • c55667a fix bug for always throwing exception when we pass a callable to throwUnlessS...
  • 0646f33 Apply fixes from StyleCI
  • 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.29.0 to 10.30.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.30.0</h2> <ul> <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/48815">laravel/framework#48815</a></li> <li>[10.x] Verify hash config by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48814">laravel/framework#48814</a></li> <li>[10.x] Fix the issue of using the now function within the ArrayCache in Lumen by <a href="https://github.com/cxlblm"><code>@​cxlblm</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48826">laravel/framework#48826</a></li> <li>[10.x] Match service provider after resolved by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48824">laravel/framework#48824</a></li> <li>[10.x] Fix type error registering PSR Request by <a href="https://github.com/kpicaza"><code>@​kpicaza</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48823">laravel/framework#48823</a></li> <li>[10.x] Ability to configure default session block timeouts by <a href="https://github.com/bytestream"><code>@​bytestream</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48795">laravel/framework#48795</a></li> <li>[10.x] Improvements for <code>artisan migrate --pretend</code> command 🚀 by <a href="https://github.com/NickSdot"><code>@​NickSdot</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48768">laravel/framework#48768</a></li> <li>[10.x] Add support for getting native columns' attributes by <a href="https://github.com/hafezdivandari"><code>@​hafezdivandari</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48357">laravel/framework#48357</a></li> <li>fix(Eloquent/Builder): calling the methods on passthru base object should be case-insensitive by <a href="https://github.com/luka-papez"><code>@​luka-papez</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48852">laravel/framework#48852</a></li> <li>[10.x] Fix <code>QueriesRelationships@getRelationHashedColumn()</code> typehint by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48847">laravel/framework#48847</a></li> <li>[10.x] Remember the job on the exception by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48830">laravel/framework#48830</a></li> <li>fix bug for always throwing exception when we pass a callable to throwUnlessStatus method [test included] by <a href="https://github.com/mhfereydouni"><code>@​mhfereydouni</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48844">laravel/framework#48844</a></li> <li>[10.x] Dispatch events based on a DB transaction result by <a href="https://github.com/mateusjatenee"><code>@​mateusjatenee</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48705">laravel/framework#48705</a></li> <li>[10.x] Reset ShouldDispatchAfterCommitEventTest objects properties by <a href="https://github.com/mateusjatenee"><code>@​mateusjatenee</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48858">laravel/framework#48858</a></li> <li>[10.x] Throw exception when trying to escape array for database connection by <a href="https://github.com/sidneyprins"><code>@​sidneyprins</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48836">laravel/framework#48836</a></li> <li>[10.x] Fix Stringable objects not converted to string in HTTP facade Query parameters and Body by <a href="https://github.com/LasseRafn"><code>@​LasseRafn</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48849">laravel/framework#48849</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.29.0...v10.30.0">v10.30.0</a> - 2023-10-31</h2> <ul> <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/48815">laravel/framework#48815</a></li> <li>[10.x] Verify hash config by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48814">laravel/framework#48814</a></li> <li>[10.x] Fix the issue of using the now function within the ArrayCache in Lumen by <a href="https://github.com/cxlblm"><code>@​cxlblm</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48826">laravel/framework#48826</a></li> <li>[10.x] Match service provider after resolved by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48824">laravel/framework#48824</a></li> <li>[10.x] Fix type error registering PSR Request by <a href="https://github.com/kpicaza"><code>@​kpicaza</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48823">laravel/framework#48823</a></li> <li>[10.x] Ability to configure default session block timeouts by <a href="https://github.com/bytestream"><code>@​bytestream</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48795">laravel/framework#48795</a></li> <li>[10.x] Improvements for <code>artisan migrate --pretend</code> command 🚀 by <a href="https://github.com/NickSdot"><code>@​NickSdot</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48768">laravel/framework#48768</a></li> <li>[10.x] Add support for getting native columns' attributes by <a href="https://github.com/hafezdivandari"><code>@​hafezdivandari</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48357">laravel/framework#48357</a></li> <li>fix(Eloquent/Builder): calling the methods on passthru base object should be case-insensitive by <a href="https://github.com/luka-papez"><code>@​luka-papez</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48852">laravel/framework#48852</a></li> <li>[10.x] Fix <code>QueriesRelationships[@getRelationHashedColumn](https://github.com/getRelationHashedColumn)()</code> typehint by <a href="https://github.com/cosmastech"><code>@​cosmastech</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48847">laravel/framework#48847</a></li> <li>[10.x] Remember the job on the exception by <a href="https://github.com/timacdonald"><code>@​timacdonald</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48830">laravel/framework#48830</a></li> <li>fix bug for always throwing exception when we pass a callable to throwUnlessStatus method [test included] by <a href="https://github.com/mhfereydouni"><code>@​mhfereydouni</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48844">laravel/framework#48844</a></li> <li>[10.x] Dispatch events based on a DB transaction result by <a href="https://github.com/mateusjatenee"><code>@​mateusjatenee</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48705">laravel/framework#48705</a></li> <li>[10.x] Reset ShouldDispatchAfterCommitEventTest objects properties by <a href="https://github.com/mateusjatenee"><code>@​mateusjatenee</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48858">laravel/framework#48858</a></li> <li>[10.x] Throw exception when trying to escape array for database connection by <a href="https://github.com/sidneyprins"><code>@​sidneyprins</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48836">laravel/framework#48836</a></li> <li>[10.x] Fix Stringable objects not converted to string in HTTP facade Query parameters and Body by <a href="https://github.com/LasseRafn"><code>@​LasseRafn</code></a> in <a href="https://redirect.github.com/laravel/framework/pull/48849">laravel/framework#48849</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laravel/framework/commit/3dd85d9dbea82b937f8eaf344b50d613c5d1127a"><code>3dd85d9</code></a> version</li> <li><a href="https://github.com/laravel/framework/commit/7d221aa744845861657d0196e197957cb5a447ad"><code>7d221aa</code></a> Apply fixes from StyleCI</li> <li><a href="https://github.com/laravel/framework/commit/0294be7761c632b0e5498c2067e728e039fb3bb2"><code>0294be7</code></a> [10.x] Fix Stringable objects not converted to string in HTTP facade Query pa...</li> <li><a href="https://github.com/laravel/framework/commit/0aeececbde74888cfc24839961dd8c49452eb05f"><code>0aeecec</code></a> [10.x] Throw exception when trying to escape array for database connection (#...</li> <li><a href="https://github.com/laravel/framework/commit/6f06ad4514e655800f7a6d93d262ec830edcce78"><code>6f06ad4</code></a> Reset ShouldDispatchAfterCommitEventTest objects properties (<a href="https://redirect.github.com/laravel/framework/issues/48858">#48858</a>)</li> <li><a href="https://github.com/laravel/framework/commit/8473522243f7a3e0a8f2ec1270f8658788bba28c"><code>8473522</code></a> Update facade docblocks</li> <li><a href="https://github.com/laravel/framework/commit/f0c9fceafd9e198f18264ee66a9910b47aa77829"><code>f0c9fce</code></a> Apply fixes from StyleCI</li> <li><a href="https://github.com/laravel/framework/commit/0525a8819db53bc66c878413829a4368d63c3d47"><code>0525a88</code></a> [10.x] Dispatch events based on a DB transaction result (<a href="https://redirect.github.com/laravel/framework/issues/48705">#48705</a>)</li> <li><a href="https://github.com/laravel/framework/commit/c55667a1cb8602b952edc53ebfe61ea83b7abf1f"><code>c55667a</code></a> fix bug for always throwing exception when we pass a callable to throwUnlessS...</li> <li><a href="https://github.com/laravel/framework/commit/0646f334443a2f6a310c51254f1c6db1049ef87c"><code>0646f33</code></a> Apply fixes from StyleCI</li> <li>Additional commits viewable in <a href="https://github.com/laravel/framework/compare/v10.29.0...v10.30.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.29.0&new-version=10.30.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.