guillaumebriday / todolist-backend-laravel

Back-end application for Todolist Web application built with Laravel 5.8 and Vue.js
https://todolist-docs.guillaumebriday.me
MIT License
70 stars 22 forks source link

Update dependency laravel/framework to v5.8.30 #30

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
laravel/framework (source) require patch 5.8.29 -> 5.8.30

Release Notes

laravel/framework ### [`v5.8.30`](https://togithub.com/laravel/framework/releases/v5.8.30) [Compare Source](https://togithub.com/laravel/framework/compare/v5.8.29...v5.8.30) ##### Added - Added `MakesHttpRequests::option()` and `MakesHttpRequests::optionJson()` methods ([#​29258](https://togithub.com/laravel/framework/pull/29258)) - Added `Blueprint::uuidMorphs()` and `Blueprint::nullableUuidMorphs()` methods ([#​29289](https://togithub.com/laravel/framework/pull/29289)) - Added `MailgunTransport::getEndpoint()` and `MailgunTransport::setEndpoint()` methods ([#​29312](https://togithub.com/laravel/framework/pull/29312)) - Added `WEBP` to image validation rule ([#​29309](https://togithub.com/laravel/framework/pull/29309)) - Added `TestResponse::assertSessionHasInput()` method ([#​29327](https://togithub.com/laravel/framework/pull/29327)) - Added support for custom redis driver ([#​29275](https://togithub.com/laravel/framework/pull/29275)) - Added Postgres support for `collation()` on columns ([#​29213](https://togithub.com/laravel/framework/pull/29213)) ##### Fixed - Fixed collections with JsonSerializable items and mixed values ([#​29205](https://togithub.com/laravel/framework/pull/29205)) - Fixed MySQL Schema Grammar `$modifiers` order ([#​29265](https://togithub.com/laravel/framework/pull/29265)) - Fixed UPDATE query bindings on PostgreSQL ([#​29272](https://togithub.com/laravel/framework/pull/29272)) - Fixed default theme for Markdown mails ([#​29274](https://togithub.com/laravel/framework/pull/29274)) - Fixed UPDATE queries with alias on SQLite ([#​29276](https://togithub.com/laravel/framework/pull/29276)) - Fixed UPDATE and DELETE queries with join bindings on PostgreSQL ([#​29306](https://togithub.com/laravel/framework/pull/29306)) - Fixed support of `DateTime` objects and `int` values in `orWhereDay()`, `orWhereMonth()`, `orWhereYear()` methods in the `Builder` ([#​29317](https://togithub.com/laravel/framework/pull/29317)) - Fixed DELETE queries with joins on PostgreSQL ([#​29313](https://togithub.com/laravel/framework/pull/29313)) - Prevented a job from firing if job marked as deleted ([#​29204](https://togithub.com/laravel/framework/pull/29204), [1003c27](https://togithub.com/laravel/framework/commit/1003c27b73f11472c1ebdb9238b839aefddfb048)) - Fixed model deserializing with custom `Model::newCollection()` ([#​29196](https://togithub.com/laravel/framework/pull/29196)) ##### Reverted - Reverted: [Added possibility for `WithFaker::makeFaker()` use local `app.faker_locale` config](https://togithub.com/laravel/framework/pull/29123) ([#​29250](https://togithub.com/laravel/framework/pull/29250)) ##### Changed - Allocate memory for error handling to allow handling memory exhaustion limits ([#​29226](https://togithub.com/laravel/framework/pull/29226)) - Teardown test suite after using fail() method ([#​29267](https://togithub.com/laravel/framework/pull/29267))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.