calvinchiulele / idai_africa

Repositório do Sistema de Gestão do Ciclone Idai
https://idai.africa
MIT License
2 stars 4 forks source link

Bump laravel/framework from 5.8.11 to 5.8.24 #32

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps laravel/framework from 5.8.11 to 5.8.24.

Release notes *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.8.24 > ### Added > - Added possibility to assert that the session contains a given piece of data using a closure in `TestResponse::assertSessionHas()` ([#28837](https://github-redirect.dependabot.com/laravel/framework/pull/28837)) > - Added `TestResponse::assertUnauthorized()` ([#28851](https://github-redirect.dependabot.com/laravel/framework/pull/28851)) > - Allowed to define port in `ServeCommand` via `SERVER_PORT` env variable ([#28849](https://github-redirect.dependabot.com/laravel/framework/pull/28849), [6a18e73](https://github.com/laravel/framework/commit/6a18e73f63f46b6aa5ab6faceb9eb5060c64fc15)) > - Allowed console environment argument to be separated with a space ([#28869](https://github-redirect.dependabot.com/laravel/framework/pull/28869)) > - Added `@endcomponentFirst` directive ([#28884](https://github-redirect.dependabot.com/laravel/framework/pull/28884)) > - Added optional parameter `$when` to `retry` helper ([85c0801](https://github.com/laravel/framework/commit/85c08016c424f6c8e45f08282523f8785eda9673)) > > ### Fixed > - Fixed `Builder::dump()` and `Builder::dd()` with global scopes ([#28858](https://github-redirect.dependabot.com/laravel/framework/pull/28858)) > > ### Reverted > - Reverted: [Automatically bind the viewAny method to the index controller action](https://github-redirect.dependabot.com/laravel/framework/pull/28820) ([#28865](https://github-redirect.dependabot.com/laravel/framework/pull/28865)) > > ### Changed > - Handle `SuspiciousOperationException` in router as `NotFoundHttpException` ([#28866](https://github-redirect.dependabot.com/laravel/framework/pull/28866)) > > > ## v5.8.23 > > ## [v5.8.23 (2019-06-14)](https://github.com/laravel/framework/compare/v5.8.21...v5.8.23) > > ### Fixed > - Fixed strict comparison in redis configuration Parsing. ([#28830](https://github-redirect.dependabot.com/laravel/framework/pull/28830)) > > ### Changed > - Improved support for arrays on `TestResponse::assertJsonValidationErrors()` ([2970dab](https://github.com/laravel/framework/commit/2970dab3944e3b37578fa193503aae4217c62e59)) > > > ## v5.8.22 > ## [v5.8.22 (2019-06-12)](https://github.com/laravel/framework/compare/v5.8.21...v5.8.22) > > ### Added > - Added `@componentFirst` directive ([#28783](https://github-redirect.dependabot.com/laravel/framework/pull/28783)) > - Added support for typed eager loads ([#28647](https://github-redirect.dependabot.com/laravel/framework/pull/28647), [d72e3cd](https://github.com/laravel/framework/commit/d72e3cd5be14dba654837466564018403839a5e9)) > - Added `Related` and `Recommended` to Pluralizer ([#28749](https://github-redirect.dependabot.com/laravel/framework/pull/28749)) > - Added `Str::containsAll()` method ([#28806](https://github-redirect.dependabot.com/laravel/framework/pull/28806)) > - Added: error handling for maintenance mode commands ([#28765](https://github-redirect.dependabot.com/laravel/framework/pull/28765), [9e20849](https://github.com/laravel/framework/commit/9e20849e5cca7b98ebf0eee2b563b532ff6fe704)) > - Added message value assertion to `TestResponse::assertJsonValidationErrors()` ([#28787](https://github-redirect.dependabot.com/laravel/framework/pull/28787)) > - Added: Automatically bind the viewAny method to the index controller action ([#28820](https://github-redirect.dependabot.com/laravel/framework/pull/28820)) > > ### Fixed > - Fixed database rules with where clauses ([#28748](https://github-redirect.dependabot.com/laravel/framework/pull/28748)) > - Fixed: MorphTo Relation ignores parent $timestamp when touching ([#28670](https://github-redirect.dependabot.com/laravel/framework/pull/28670)) > - Fixed: Sql Server issue during `dropAllTables` when foreign key constraints exist ([#28750](https://github-redirect.dependabot.com/laravel/framework/pull/28750), [#28770](https://github-redirect.dependabot.com/laravel/framework/pull/28770)) > - Fixed `Model::getConnectionName()` when `Model::cursor()` used ([#28804](https://github-redirect.dependabot.com/laravel/framework/pull/28804)) > > ### Changed > - Made `force` an optional feature when using `ConfirmableTrait`. ([#28742](https://github-redirect.dependabot.com/laravel/framework/pull/28742)) > ... (truncated)
Changelog *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.8/CHANGELOG-5.8.md).* > ## [v5.8.23 (2019-06-19)](https://github.com/laravel/framework/compare/v5.8.23...v5.8.24) > > ### Added > - Added possibility to assert that the session contains a given piece of data using a closure in `TestResponse::assertSessionHas()` ([#28837](https://github-redirect.dependabot.com/laravel/framework/pull/28837)) > - Added `TestResponse::assertUnauthorized()` ([#28851](https://github-redirect.dependabot.com/laravel/framework/pull/28851)) > - Allowed to define port in `ServeCommand` via `SERVER_PORT` env variable ([#28849](https://github-redirect.dependabot.com/laravel/framework/pull/28849), [6a18e73](https://github.com/laravel/framework/commit/6a18e73f63f46b6aa5ab6faceb9eb5060c64fc15)) > - Allowed console environment argument to be separated with a space ([#28869](https://github-redirect.dependabot.com/laravel/framework/pull/28869)) > - Added `@endcomponentFirst` directive ([#28884](https://github-redirect.dependabot.com/laravel/framework/pull/28884)) > - Added optional parameter `$when` to `retry` helper ([85c0801](https://github.com/laravel/framework/commit/85c08016c424f6c8e45f08282523f8785eda9673)) > > ### Fixed > - Fixed `Builder::dump()` and `Builder::dd()` with global scopes ([#28858](https://github-redirect.dependabot.com/laravel/framework/pull/28858)) > > ### Reverted > - Reverted: [Automatically bind the viewAny method to the index controller action](https://github-redirect.dependabot.com/laravel/framework/pull/28820) ([#28865](https://github-redirect.dependabot.com/laravel/framework/pull/28865)) > > ### Changed > - Handle `SuspiciousOperationException` in router as `NotFoundHttpException` ([#28866](https://github-redirect.dependabot.com/laravel/framework/pull/28866)) > > > ## [v5.8.23 (2019-06-14)](https://github.com/laravel/framework/compare/v5.8.22...v5.8.23) > > ### Fixed > - Fixed strict comparison in redis configuration Parsing. ([#28830](https://github-redirect.dependabot.com/laravel/framework/pull/28830)) > > ### Changed > - Improved support for arrays on `TestResponse::assertJsonValidationErrors()` ([2970dab](https://github.com/laravel/framework/commit/2970dab3944e3b37578fa193503aae4217c62e59)) > > > ## [v5.8.22 (2019-06-12)](https://github.com/laravel/framework/compare/v5.8.21...v5.8.22) > > ### Added > - Added `@componentFirst` directive ([#28783](https://github-redirect.dependabot.com/laravel/framework/pull/28783)) > - Added support for typed eager loads ([#28647](https://github-redirect.dependabot.com/laravel/framework/pull/28647), [d72e3cd](https://github.com/laravel/framework/commit/d72e3cd5be14dba654837466564018403839a5e9)) > - Added `Related` and `Recommended` to Pluralizer ([#28749](https://github-redirect.dependabot.com/laravel/framework/pull/28749)) > - Added `Str::containsAll()` method ([#28806](https://github-redirect.dependabot.com/laravel/framework/pull/28806)) > - Added: error handling for maintenance mode commands ([#28765](https://github-redirect.dependabot.com/laravel/framework/pull/28765), [9e20849](https://github.com/laravel/framework/commit/9e20849e5cca7b98ebf0eee2b563b532ff6fe704)) > - Added message value assertion to `TestResponse::assertJsonValidationErrors()` ([#28787](https://github-redirect.dependabot.com/laravel/framework/pull/28787)) > - Added: Automatically bind the viewAny method to the index controller action ([#28820](https://github-redirect.dependabot.com/laravel/framework/pull/28820)) > > ### Fixed > - Fixed database rules with where clauses ([#28748](https://github-redirect.dependabot.com/laravel/framework/pull/28748)) > - Fixed: MorphTo Relation ignores parent $timestamp when touching ([#28670](https://github-redirect.dependabot.com/laravel/framework/pull/28670)) > - Fixed: Sql Server issue during `dropAllTables` when foreign key constraints exist ([#28750](https://github-redirect.dependabot.com/laravel/framework/pull/28750), [#28770](https://github-redirect.dependabot.com/laravel/framework/pull/28770)) > - Fixed `Model::getConnectionName()` when `Model::cursor()` used ([#28804](https://github-redirect.dependabot.com/laravel/framework/pull/28804)) > > ### Changed > - Made `force` an optional feature when using `ConfirmableTrait`. ([#28742](https://github-redirect.dependabot.com/laravel/framework/pull/28742)) > - Suggest resolution when no relationship value is returned in the `Model::getRelationshipFromMethod()` ([#28762](https://github-redirect.dependabot.com/laravel/framework/pull/28762)) > > ... (truncated)
Commits - [`bb2a0af`](https://github.com/laravel/framework/commit/bb2a0afef35f508f77c049c51f04087a14de0055) wip - [`024783a`](https://github.com/laravel/framework/commit/024783a3328c1e666390307e6704e64f256cb327) Merge pull request [#28884](https://github-redirect.dependabot.com/laravel/framework/issues/28884) from browner12/endComponentFirst - [`44ee747`](https://github.com/laravel/framework/commit/44ee747adf8c76018e7d064e8b5048a4833462b6) Merge pull request [#28883](https://github-redirect.dependabot.com/laravel/framework/issues/28883) from mfn/patch-4 - [`0e360b6`](https://github.com/laravel/framework/commit/0e360b61befb2783f546fefa5a921e2c8d03a802) Merge pull request [#28887](https://github-redirect.dependabot.com/laravel/framework/issues/28887) from kevindh89/fixDocblockCollectionFirst - [`db220f5`](https://github.com/laravel/framework/commit/db220f51633a6a91bbc28913aafab08adb026f82) Fixes method description in docblock for first method in Collection class - [`7ff698d`](https://github.com/laravel/framework/commit/7ff698ddab815888759946a5a2b71b019de39911) compile `@endcomponentFirst` - [`ef7198c`](https://github.com/laravel/framework/commit/ef7198c636ae8701236cb2e56ac3f055d378beb0) Arr::get also accepts int for $key - [`21cb37d`](https://github.com/laravel/framework/commit/21cb37d447a739ab2edd487adb652130493e21fb) Merge pull request [#28866](https://github-redirect.dependabot.com/laravel/framework/issues/28866) from katoni/5.8 - [`2e98322`](https://github.com/laravel/framework/commit/2e98322f124f9281573af44d666a5a9133397ea7) Merge pull request [#28877](https://github-redirect.dependabot.com/laravel/framework/issues/28877) from omarkdev/5.8-test-assertNotFound - [`d206574`](https://github.com/laravel/framework/commit/d206574fb7ea4d340850effbd91c5daa052fd542) Do not propagate exception message - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.8.11...v5.8.24)


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 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 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) - `@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) - 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #35.