Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).*
> ## v5.8.31
> ## [v5.8.31 (2019-08-06)](https://github.com/laravel/framework/compare/v5.8.30...v5.8.31)
>
> ### Fixed
> - Fixed FatalThrowableError in `updateExistingPivot()` when pivot is non-existent ([#29362](https://github-redirect.dependabot.com/laravel/framework/pull/29362))
> - Fixed worker timeout handler when there is no job processing ([#29366](https://github-redirect.dependabot.com/laravel/framework/pull/29366))
> - Fixed `assertJsonValidationErrors()` with muliple messages ([#29380](https://github-redirect.dependabot.com/laravel/framework/pull/29380))
> - Fixed UPDATE queries with alias ([#29405](https://github-redirect.dependabot.com/laravel/framework/pull/29405))
>
> ### Changed
> - `Illuminate\Cache\ArrayStore::forget()` returns false on missing key ([#29427](https://github-redirect.dependabot.com/laravel/framework/pull/29427))
> - Allow chaining on `QueryBuilder::dump()` method ([#29437](https://github-redirect.dependabot.com/laravel/framework/pull/29437))
> - Change visibility to public for `hasPivotColumn()` method ([#29367](https://github-redirect.dependabot.com/laravel/framework/pull/29367))
> - Added line break for plain text mails ([#29408](https://github-redirect.dependabot.com/laravel/framework/pull/29408))
> - Use `date_create` to prevent date validator warnings ([#29342](https://github-redirect.dependabot.com/laravel/framework/pull/29342), [#29389](https://github-redirect.dependabot.com/laravel/framework/pull/29389))
>
>
> ## v5.8.30
> ## [v5.8.30 (2019-07-30)](https://github.com/laravel/framework/compare/v5.8.29...v5.8.30)
>
> ### Added
> - Added `MakesHttpRequests::option()` and `MakesHttpRequests::optionJson()` methods ([#29258](https://github-redirect.dependabot.com/laravel/framework/pull/29258))
> - Added `Blueprint::uuidMorphs()` and `Blueprint::nullableUuidMorphs()` methods ([#29289](https://github-redirect.dependabot.com/laravel/framework/pull/29289))
> - Added `MailgunTransport::getEndpoint()` and `MailgunTransport::setEndpoint()` methods ([#29312](https://github-redirect.dependabot.com/laravel/framework/pull/29312))
> - Added `WEBP` to image validation rule ([#29309](https://github-redirect.dependabot.com/laravel/framework/pull/29309))
> - Added `TestResponse::assertSessionHasInput()` method ([#29327](https://github-redirect.dependabot.com/laravel/framework/pull/29327))
> - Added support for custom redis driver ([#29275](https://github-redirect.dependabot.com/laravel/framework/pull/29275))
> - Added Postgres support for `collation()` on columns ([#29213](https://github-redirect.dependabot.com/laravel/framework/pull/29213))
>
> ### Fixed
> - Fixed collections with JsonSerializable items and mixed values ([#29205](https://github-redirect.dependabot.com/laravel/framework/pull/29205))
> - Fixed MySQL Schema Grammar `$modifiers` order ([#29265](https://github-redirect.dependabot.com/laravel/framework/pull/29265))
> - Fixed UPDATE query bindings on PostgreSQL ([#29272](https://github-redirect.dependabot.com/laravel/framework/pull/29272))
> - Fixed default theme for Markdown mails ([#29274](https://github-redirect.dependabot.com/laravel/framework/pull/29274))
> - Fixed UPDATE queries with alias on SQLite ([#29276](https://github-redirect.dependabot.com/laravel/framework/pull/29276))
> - Fixed UPDATE and DELETE queries with join bindings on PostgreSQL ([#29306](https://github-redirect.dependabot.com/laravel/framework/pull/29306))
> - Fixed support of `DateTime` objects and `int` values in `orWhereDay()`, `orWhereMonth()`, `orWhereYear()` methods in the `Builder` ([#29317](https://github-redirect.dependabot.com/laravel/framework/pull/29317))
> - Fixed DELETE queries with joins on PostgreSQL ([#29313](https://github-redirect.dependabot.com/laravel/framework/pull/29313))
> - Prevented a job from firing if job marked as deleted ([#29204](https://github-redirect.dependabot.com/laravel/framework/pull/29204), [1003c27](https://github.com/laravel/framework/commit/1003c27b73f11472c1ebdb9238b839aefddfb048))
> - Fixed model deserializing with custom `Model::newCollection()` ([#29196](https://github-redirect.dependabot.com/laravel/framework/pull/29196))
>
> ### Reverted
> - Reverted: [Added possibility for `WithFaker::makeFaker()` use local `app.faker_locale` config](https://github-redirect.dependabot.com/laravel/framework/pull/29123) ([#29250](https://github-redirect.dependabot.com/laravel/framework/pull/29250))
>
> ### Changed
> - Allocate memory for error handling to allow handling memory exhaustion limits ([#29226](https://github-redirect.dependabot.com/laravel/framework/pull/29226))
> - Teardown test suite after using fail() method ([#29267](https://github-redirect.dependabot.com/laravel/framework/pull/29267))
>
>
> ## v5.8.29
> ... (truncated)
Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).*
> ## [v5.8.31 (2019-08-06)](https://github.com/laravel/framework/compare/v5.8.30...v5.8.31)
>
> ### Fixed
> - Fixed FatalThrowableError in `updateExistingPivot()` when pivot is non-existent ([#29362](https://github-redirect.dependabot.com/laravel/framework/pull/29362))
> - Fixed worker timeout handler when there is no job processing ([#29366](https://github-redirect.dependabot.com/laravel/framework/pull/29366))
> - Fixed `assertJsonValidationErrors()` with muliple messages ([#29380](https://github-redirect.dependabot.com/laravel/framework/pull/29380))
> - Fixed UPDATE queries with alias ([#29405](https://github-redirect.dependabot.com/laravel/framework/pull/29405))
>
> ### Changed
> - `Illuminate\Cache\ArrayStore::forget()` returns false on missing key ([#29427](https://github-redirect.dependabot.com/laravel/framework/pull/29427))
> - Allow chaining on `QueryBuilder::dump()` method ([#29437](https://github-redirect.dependabot.com/laravel/framework/pull/29437))
> - Change visibility to public for `hasPivotColumn()` method ([#29367](https://github-redirect.dependabot.com/laravel/framework/pull/29367))
> - Added line break for plain text mails ([#29408](https://github-redirect.dependabot.com/laravel/framework/pull/29408))
> - Use `date_create` to prevent date validator warnings ([#29342](https://github-redirect.dependabot.com/laravel/framework/pull/29342), [#29389](https://github-redirect.dependabot.com/laravel/framework/pull/29389))
>
>
> ## [v5.8.30 (2019-07-30)](https://github.com/laravel/framework/compare/v5.8.29...v5.8.30)
>
> ### Added
> - Added `MakesHttpRequests::option()` and `MakesHttpRequests::optionJson()` methods ([#29258](https://github-redirect.dependabot.com/laravel/framework/pull/29258))
> - Added `Blueprint::uuidMorphs()` and `Blueprint::nullableUuidMorphs()` methods ([#29289](https://github-redirect.dependabot.com/laravel/framework/pull/29289))
> - Added `MailgunTransport::getEndpoint()` and `MailgunTransport::setEndpoint()` methods ([#29312](https://github-redirect.dependabot.com/laravel/framework/pull/29312))
> - Added `WEBP` to image validation rule ([#29309](https://github-redirect.dependabot.com/laravel/framework/pull/29309))
> - Added `TestResponse::assertSessionHasInput()` method ([#29327](https://github-redirect.dependabot.com/laravel/framework/pull/29327))
> - Added support for custom redis driver ([#29275](https://github-redirect.dependabot.com/laravel/framework/pull/29275))
> - Added Postgres support for `collation()` on columns ([#29213](https://github-redirect.dependabot.com/laravel/framework/pull/29213))
>
> ### Fixed
> - Fixed collections with JsonSerializable items and mixed values ([#29205](https://github-redirect.dependabot.com/laravel/framework/pull/29205))
> - Fixed MySQL Schema Grammar `$modifiers` order ([#29265](https://github-redirect.dependabot.com/laravel/framework/pull/29265))
> - Fixed UPDATE query bindings on PostgreSQL ([#29272](https://github-redirect.dependabot.com/laravel/framework/pull/29272))
> - Fixed default theme for Markdown mails ([#29274](https://github-redirect.dependabot.com/laravel/framework/pull/29274))
> - Fixed UPDATE queries with alias on SQLite ([#29276](https://github-redirect.dependabot.com/laravel/framework/pull/29276))
> - Fixed UPDATE and DELETE queries with join bindings on PostgreSQL ([#29306](https://github-redirect.dependabot.com/laravel/framework/pull/29306))
> - Fixed support of `DateTime` objects and `int` values in `orWhereDay()`, `orWhereMonth()`, `orWhereYear()` methods in the `Builder` ([#29317](https://github-redirect.dependabot.com/laravel/framework/pull/29317))
> - Fixed DELETE queries with joins on PostgreSQL ([#29313](https://github-redirect.dependabot.com/laravel/framework/pull/29313))
> - Prevented a job from firing if job marked as deleted ([#29204](https://github-redirect.dependabot.com/laravel/framework/pull/29204), [1003c27](https://github.com/laravel/framework/commit/1003c27b73f11472c1ebdb9238b839aefddfb048))
> - Fixed model deserializing with custom `Model::newCollection()` ([#29196](https://github-redirect.dependabot.com/laravel/framework/pull/29196))
>
> ### Reverted
> - Reverted: [Added possibility for `WithFaker::makeFaker()` use local `app.faker_locale` config](https://github-redirect.dependabot.com/laravel/framework/pull/29123) ([#29250](https://github-redirect.dependabot.com/laravel/framework/pull/29250))
>
> ### Changed
> - Allocate memory for error handling to allow handling memory exhaustion limits ([#29226](https://github-redirect.dependabot.com/laravel/framework/pull/29226))
> - Teardown test suite after using fail() method ([#29267](https://github-redirect.dependabot.com/laravel/framework/pull/29267))
>
>
> ## [v5.8.29 (2019-07-16)](https://github.com/laravel/framework/compare/v5.8.28...v5.8.29)
>
> ### Added
> ... (truncated)
Commits
- [`24cc178`](https://github.com/laravel/framework/commit/24cc1786bd55876fa52380306354772355345efd) version
- [`983528c`](https://github.com/laravel/framework/commit/983528c675491e55bedabc2b5c014878ed29b368) Update Builder.php
- [`30cad2e`](https://github.com/laravel/framework/commit/30cad2e47caa7c2fd2770b729af92f40aec99152) Merge pull request [#29422](https://github-redirect.dependabot.com/laravel/framework/issues/29422) from imanghafoori1/cookies_integration_tests
- [`53761a2`](https://github.com/laravel/framework/commit/53761a28ce1bf3d456222e6d894b31f244b11e37) Merge pull request [#29425](https://github-redirect.dependabot.com/laravel/framework/issues/29425) from mvmx/patch-1
- [`29b5be4`](https://github.com/laravel/framework/commit/29b5be4f24b096d34844615b7d437a9e20bc0029) Merge pull request [#29427](https://github-redirect.dependabot.com/laravel/framework/issues/29427) from stevelacey/patch-1
- [`66b0116`](https://github.com/laravel/framework/commit/66b01168a2becab5d4aeaeb7cde30ef132c8884c) Merge pull request [#29428](https://github-redirect.dependabot.com/laravel/framework/issues/29428) from driesvints/remove-unnecessary-if
- [`41cfdbd`](https://github.com/laravel/framework/commit/41cfdbd7cd85c2e687f111592c3674f6caeee6bd) Merge pull request [#29437](https://github-redirect.dependabot.com/laravel/framework/issues/29437) from alexbowers/patch-1
- [`c43d0a8`](https://github.com/laravel/framework/commit/c43d0a8694f93fb34061283f5d9623f0d087c641) Update Builder.php
- [`a9f219a`](https://github.com/laravel/framework/commit/a9f219a9e326bd2bc896f54847a789e1eb7a2e13) Update Builder.php
- [`bd5bbb6`](https://github.com/laravel/framework/commit/bd5bbb64802afa975b124917f5918f6421bae3e0) Remove extra space
- Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.26...v5.8.31)
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 ignore this ['minor'|'major'] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the specific version in this PR you can just close it
- `@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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps laravel/framework from 5.8.26 to 5.8.31.
Release notes
*Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.31 > ## [v5.8.31 (2019-08-06)](https://github.com/laravel/framework/compare/v5.8.30...v5.8.31) > > ### Fixed > - Fixed FatalThrowableError in `updateExistingPivot()` when pivot is non-existent ([#29362](https://github-redirect.dependabot.com/laravel/framework/pull/29362)) > - Fixed worker timeout handler when there is no job processing ([#29366](https://github-redirect.dependabot.com/laravel/framework/pull/29366)) > - Fixed `assertJsonValidationErrors()` with muliple messages ([#29380](https://github-redirect.dependabot.com/laravel/framework/pull/29380)) > - Fixed UPDATE queries with alias ([#29405](https://github-redirect.dependabot.com/laravel/framework/pull/29405)) > > ### Changed > - `Illuminate\Cache\ArrayStore::forget()` returns false on missing key ([#29427](https://github-redirect.dependabot.com/laravel/framework/pull/29427)) > - Allow chaining on `QueryBuilder::dump()` method ([#29437](https://github-redirect.dependabot.com/laravel/framework/pull/29437)) > - Change visibility to public for `hasPivotColumn()` method ([#29367](https://github-redirect.dependabot.com/laravel/framework/pull/29367)) > - Added line break for plain text mails ([#29408](https://github-redirect.dependabot.com/laravel/framework/pull/29408)) > - Use `date_create` to prevent date validator warnings ([#29342](https://github-redirect.dependabot.com/laravel/framework/pull/29342), [#29389](https://github-redirect.dependabot.com/laravel/framework/pull/29389)) > > > ## v5.8.30 > ## [v5.8.30 (2019-07-30)](https://github.com/laravel/framework/compare/v5.8.29...v5.8.30) > > ### Added > - Added `MakesHttpRequests::option()` and `MakesHttpRequests::optionJson()` methods ([#29258](https://github-redirect.dependabot.com/laravel/framework/pull/29258)) > - Added `Blueprint::uuidMorphs()` and `Blueprint::nullableUuidMorphs()` methods ([#29289](https://github-redirect.dependabot.com/laravel/framework/pull/29289)) > - Added `MailgunTransport::getEndpoint()` and `MailgunTransport::setEndpoint()` methods ([#29312](https://github-redirect.dependabot.com/laravel/framework/pull/29312)) > - Added `WEBP` to image validation rule ([#29309](https://github-redirect.dependabot.com/laravel/framework/pull/29309)) > - Added `TestResponse::assertSessionHasInput()` method ([#29327](https://github-redirect.dependabot.com/laravel/framework/pull/29327)) > - Added support for custom redis driver ([#29275](https://github-redirect.dependabot.com/laravel/framework/pull/29275)) > - Added Postgres support for `collation()` on columns ([#29213](https://github-redirect.dependabot.com/laravel/framework/pull/29213)) > > ### Fixed > - Fixed collections with JsonSerializable items and mixed values ([#29205](https://github-redirect.dependabot.com/laravel/framework/pull/29205)) > - Fixed MySQL Schema Grammar `$modifiers` order ([#29265](https://github-redirect.dependabot.com/laravel/framework/pull/29265)) > - Fixed UPDATE query bindings on PostgreSQL ([#29272](https://github-redirect.dependabot.com/laravel/framework/pull/29272)) > - Fixed default theme for Markdown mails ([#29274](https://github-redirect.dependabot.com/laravel/framework/pull/29274)) > - Fixed UPDATE queries with alias on SQLite ([#29276](https://github-redirect.dependabot.com/laravel/framework/pull/29276)) > - Fixed UPDATE and DELETE queries with join bindings on PostgreSQL ([#29306](https://github-redirect.dependabot.com/laravel/framework/pull/29306)) > - Fixed support of `DateTime` objects and `int` values in `orWhereDay()`, `orWhereMonth()`, `orWhereYear()` methods in the `Builder` ([#29317](https://github-redirect.dependabot.com/laravel/framework/pull/29317)) > - Fixed DELETE queries with joins on PostgreSQL ([#29313](https://github-redirect.dependabot.com/laravel/framework/pull/29313)) > - Prevented a job from firing if job marked as deleted ([#29204](https://github-redirect.dependabot.com/laravel/framework/pull/29204), [1003c27](https://github.com/laravel/framework/commit/1003c27b73f11472c1ebdb9238b839aefddfb048)) > - Fixed model deserializing with custom `Model::newCollection()` ([#29196](https://github-redirect.dependabot.com/laravel/framework/pull/29196)) > > ### Reverted > - Reverted: [Added possibility for `WithFaker::makeFaker()` use local `app.faker_locale` config](https://github-redirect.dependabot.com/laravel/framework/pull/29123) ([#29250](https://github-redirect.dependabot.com/laravel/framework/pull/29250)) > > ### Changed > - Allocate memory for error handling to allow handling memory exhaustion limits ([#29226](https://github-redirect.dependabot.com/laravel/framework/pull/29226)) > - Teardown test suite after using fail() method ([#29267](https://github-redirect.dependabot.com/laravel/framework/pull/29267)) > > > ## v5.8.29 > ... (truncated)Changelog
*Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).* > ## [v5.8.31 (2019-08-06)](https://github.com/laravel/framework/compare/v5.8.30...v5.8.31) > > ### Fixed > - Fixed FatalThrowableError in `updateExistingPivot()` when pivot is non-existent ([#29362](https://github-redirect.dependabot.com/laravel/framework/pull/29362)) > - Fixed worker timeout handler when there is no job processing ([#29366](https://github-redirect.dependabot.com/laravel/framework/pull/29366)) > - Fixed `assertJsonValidationErrors()` with muliple messages ([#29380](https://github-redirect.dependabot.com/laravel/framework/pull/29380)) > - Fixed UPDATE queries with alias ([#29405](https://github-redirect.dependabot.com/laravel/framework/pull/29405)) > > ### Changed > - `Illuminate\Cache\ArrayStore::forget()` returns false on missing key ([#29427](https://github-redirect.dependabot.com/laravel/framework/pull/29427)) > - Allow chaining on `QueryBuilder::dump()` method ([#29437](https://github-redirect.dependabot.com/laravel/framework/pull/29437)) > - Change visibility to public for `hasPivotColumn()` method ([#29367](https://github-redirect.dependabot.com/laravel/framework/pull/29367)) > - Added line break for plain text mails ([#29408](https://github-redirect.dependabot.com/laravel/framework/pull/29408)) > - Use `date_create` to prevent date validator warnings ([#29342](https://github-redirect.dependabot.com/laravel/framework/pull/29342), [#29389](https://github-redirect.dependabot.com/laravel/framework/pull/29389)) > > > ## [v5.8.30 (2019-07-30)](https://github.com/laravel/framework/compare/v5.8.29...v5.8.30) > > ### Added > - Added `MakesHttpRequests::option()` and `MakesHttpRequests::optionJson()` methods ([#29258](https://github-redirect.dependabot.com/laravel/framework/pull/29258)) > - Added `Blueprint::uuidMorphs()` and `Blueprint::nullableUuidMorphs()` methods ([#29289](https://github-redirect.dependabot.com/laravel/framework/pull/29289)) > - Added `MailgunTransport::getEndpoint()` and `MailgunTransport::setEndpoint()` methods ([#29312](https://github-redirect.dependabot.com/laravel/framework/pull/29312)) > - Added `WEBP` to image validation rule ([#29309](https://github-redirect.dependabot.com/laravel/framework/pull/29309)) > - Added `TestResponse::assertSessionHasInput()` method ([#29327](https://github-redirect.dependabot.com/laravel/framework/pull/29327)) > - Added support for custom redis driver ([#29275](https://github-redirect.dependabot.com/laravel/framework/pull/29275)) > - Added Postgres support for `collation()` on columns ([#29213](https://github-redirect.dependabot.com/laravel/framework/pull/29213)) > > ### Fixed > - Fixed collections with JsonSerializable items and mixed values ([#29205](https://github-redirect.dependabot.com/laravel/framework/pull/29205)) > - Fixed MySQL Schema Grammar `$modifiers` order ([#29265](https://github-redirect.dependabot.com/laravel/framework/pull/29265)) > - Fixed UPDATE query bindings on PostgreSQL ([#29272](https://github-redirect.dependabot.com/laravel/framework/pull/29272)) > - Fixed default theme for Markdown mails ([#29274](https://github-redirect.dependabot.com/laravel/framework/pull/29274)) > - Fixed UPDATE queries with alias on SQLite ([#29276](https://github-redirect.dependabot.com/laravel/framework/pull/29276)) > - Fixed UPDATE and DELETE queries with join bindings on PostgreSQL ([#29306](https://github-redirect.dependabot.com/laravel/framework/pull/29306)) > - Fixed support of `DateTime` objects and `int` values in `orWhereDay()`, `orWhereMonth()`, `orWhereYear()` methods in the `Builder` ([#29317](https://github-redirect.dependabot.com/laravel/framework/pull/29317)) > - Fixed DELETE queries with joins on PostgreSQL ([#29313](https://github-redirect.dependabot.com/laravel/framework/pull/29313)) > - Prevented a job from firing if job marked as deleted ([#29204](https://github-redirect.dependabot.com/laravel/framework/pull/29204), [1003c27](https://github.com/laravel/framework/commit/1003c27b73f11472c1ebdb9238b839aefddfb048)) > - Fixed model deserializing with custom `Model::newCollection()` ([#29196](https://github-redirect.dependabot.com/laravel/framework/pull/29196)) > > ### Reverted > - Reverted: [Added possibility for `WithFaker::makeFaker()` use local `app.faker_locale` config](https://github-redirect.dependabot.com/laravel/framework/pull/29123) ([#29250](https://github-redirect.dependabot.com/laravel/framework/pull/29250)) > > ### Changed > - Allocate memory for error handling to allow handling memory exhaustion limits ([#29226](https://github-redirect.dependabot.com/laravel/framework/pull/29226)) > - Teardown test suite after using fail() method ([#29267](https://github-redirect.dependabot.com/laravel/framework/pull/29267)) > > > ## [v5.8.29 (2019-07-16)](https://github.com/laravel/framework/compare/v5.8.28...v5.8.29) > > ### Added > ... (truncated)Commits
- [`24cc178`](https://github.com/laravel/framework/commit/24cc1786bd55876fa52380306354772355345efd) version - [`983528c`](https://github.com/laravel/framework/commit/983528c675491e55bedabc2b5c014878ed29b368) Update Builder.php - [`30cad2e`](https://github.com/laravel/framework/commit/30cad2e47caa7c2fd2770b729af92f40aec99152) Merge pull request [#29422](https://github-redirect.dependabot.com/laravel/framework/issues/29422) from imanghafoori1/cookies_integration_tests - [`53761a2`](https://github.com/laravel/framework/commit/53761a28ce1bf3d456222e6d894b31f244b11e37) Merge pull request [#29425](https://github-redirect.dependabot.com/laravel/framework/issues/29425) from mvmx/patch-1 - [`29b5be4`](https://github.com/laravel/framework/commit/29b5be4f24b096d34844615b7d437a9e20bc0029) Merge pull request [#29427](https://github-redirect.dependabot.com/laravel/framework/issues/29427) from stevelacey/patch-1 - [`66b0116`](https://github.com/laravel/framework/commit/66b01168a2becab5d4aeaeb7cde30ef132c8884c) Merge pull request [#29428](https://github-redirect.dependabot.com/laravel/framework/issues/29428) from driesvints/remove-unnecessary-if - [`41cfdbd`](https://github.com/laravel/framework/commit/41cfdbd7cd85c2e687f111592c3674f6caeee6bd) Merge pull request [#29437](https://github-redirect.dependabot.com/laravel/framework/issues/29437) from alexbowers/patch-1 - [`c43d0a8`](https://github.com/laravel/framework/commit/c43d0a8694f93fb34061283f5d9623f0d087c641) Update Builder.php - [`a9f219a`](https://github.com/laravel/framework/commit/a9f219a9e326bd2bc896f54847a789e1eb7a2e13) Update Builder.php - [`bd5bbb6`](https://github.com/laravel/framework/commit/bd5bbb64802afa975b124917f5918f6421bae3e0) Remove extra space - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.26...v5.8.31)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 ignore this ['minor'|'major'] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the specific version in this PR you can just close it - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.