stefanzweifel / screeenly

📸 Screenshot as a Service
https://secure.screeenly.com
MIT License
495 stars 102 forks source link

Bump laravel/framework from 5.8.26 to 5.8.30 #276

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps laravel/framework from 5.8.26 to 5.8.30.

Release notes *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## 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 > ## [v5.8.29 (2019-07-16)](https://github.com/laravel/framework/compare/v5.8.28...v5.8.29) > > ### Added > - Added possibility for `WithFaker::makeFaker()` use local `app.faker_locale` config ([#29123](https://github-redirect.dependabot.com/laravel/framework/pull/29123)) > - Added ability to set theme for mail notifications ([#29132](https://github-redirect.dependabot.com/laravel/framework/pull/29132)) > - Added runtime for each migration to output ([#29149](https://github-redirect.dependabot.com/laravel/framework/pull/29149)) > - Added possibility for `whereNull` and `whereNotNull` to accept array columns argument ([#29154](https://github-redirect.dependabot.com/laravel/framework/pull/29154)) > - Allowed `Console\Scheduling\ManagesFrequencies::hourlyAt()` to accept array of integers ([#29173](https://github-redirect.dependabot.com/laravel/framework/pull/29173)) > > ### Performance > - Improved eager loading performance for MorphTo relation ([#29129](https://github-redirect.dependabot.com/laravel/framework/pull/29129)) > > ### Fixed > - Fixed `Builder::whereDay()` and `Builder::whereMonth()` with raw expressions > - Fixed DELETE queries with alias on SQLite ([#29164](https://github-redirect.dependabot.com/laravel/framework/pull/29164)) > - Fixed queue jobs using SerializesModels losing order of passed in collections ([#29136](https://github-redirect.dependabot.com/laravel/framework/pull/29136)) > - Fixed conditional binding for nested optional dependencies ([#29180](https://github-redirect.dependabot.com/laravel/framework/pull/29180)) > ... (truncated)
Changelog *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).* > ## [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 > - Added possibility for `WithFaker::makeFaker()` use local `app.faker_locale` config ([#29123](https://github-redirect.dependabot.com/laravel/framework/pull/29123)) > - Added ability to set theme for mail notifications ([#29132](https://github-redirect.dependabot.com/laravel/framework/pull/29132)) > - Added runtime for each migration to output ([#29149](https://github-redirect.dependabot.com/laravel/framework/pull/29149)) > - Added possibility for `whereNull` and `whereNotNull` to accept array columns argument ([#29154](https://github-redirect.dependabot.com/laravel/framework/pull/29154)) > - Allowed `Console\Scheduling\ManagesFrequencies::hourlyAt()` to accept array of integers ([#29173](https://github-redirect.dependabot.com/laravel/framework/pull/29173)) > > ### Performance > - Improved eager loading performance for MorphTo relation ([#29129](https://github-redirect.dependabot.com/laravel/framework/pull/29129)) > > ### Fixed > - Fixed `Builder::whereDay()` and `Builder::whereMonth()` with raw expressions > - Fixed DELETE queries with alias on SQLite ([#29164](https://github-redirect.dependabot.com/laravel/framework/pull/29164)) > - Fixed queue jobs using SerializesModels losing order of passed in collections ([#29136](https://github-redirect.dependabot.com/laravel/framework/pull/29136)) > - Fixed conditional binding for nested optional dependencies ([#29180](https://github-redirect.dependabot.com/laravel/framework/pull/29180)) > - Fixed: validator not failing on custom rule when message is null ([#29174](https://github-redirect.dependabot.com/laravel/framework/pull/29174)) > - Fixed DELETE query bindings ([#29165](https://github-redirect.dependabot.com/laravel/framework/pull/29165)) > ... (truncated)
Commits - [`7ccf0cf`](https://github.com/laravel/framework/commit/7ccf0cf63931a8d8391aed90e6fc011381ea6838) version - [`a9d77e3`](https://github.com/laravel/framework/commit/a9d77e32eae4695860752fa4782150a430d50d44) formatting - [`bd294fa`](https://github.com/laravel/framework/commit/bd294fa473753ee537478b14c8caec812dafd368) Merge branch 'add-support-for-custom-redis-driver' of https://github.com/paul... - [`715da5b`](https://github.com/laravel/framework/commit/715da5b32e23476f1dcd598c88cb582ca179cf05) Merge pull request [#29327](https://github-redirect.dependabot.com/laravel/framework/issues/29327) from jasonmccreary/session-input-assertion - [`ab56819`](https://github.com/laravel/framework/commit/ab5681931811761b147729ee2a69de9bb05958ab) Fix a typo in DocComment endpoint property name in MailgunTransport class ([#2](https://github-redirect.dependabot.com/laravel/framework/issues/2)... - [`422754f`](https://github.com/laravel/framework/commit/422754fb7b28fe6c75ee57f1dd476eaadc2a4c40) Add assertSessionHasInput to TestResponse - [`873af2a`](https://github.com/laravel/framework/commit/873af2adca7967720ac03df7797edabc46d3b5fd) Merge pull request [#29309](https://github-redirect.dependabot.com/laravel/framework/issues/29309) from bomshteyn/5.8 - [`af46990`](https://github.com/laravel/framework/commit/af46990b378425aed69f90bc9cb04eb9ae90f02d) Merge pull request [#29313](https://github-redirect.dependabot.com/laravel/framework/issues/29313) from staudenmeir/pgsql-delete - [`0c3d547`](https://github.com/laravel/framework/commit/0c3d547667180b15ecadc24e1424c2fbc39ab988) Merge pull request [#29312](https://github-redirect.dependabot.com/laravel/framework/issues/29312) from SerhiiStarovoitov/5.8 - [`5068062`](https://github.com/laravel/framework/commit/506806263209701b983c4739c27d804e68e5f43f) Update MailgunTransport.php - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.26...v5.8.30)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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 [patch|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 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.